[PATCH 0/3] libdvbv5: Remove broken descriptor parsers

2014-09-30 Thread Gregor Jasny
Hello,

this patch series removes the service_list and service_location
descriptors. It breaks API compatibility by removing the public
header files but maintains ABI compatibility by providing stub
implementations.

Thanks,
Gregor

Gregor Jasny (3):
  libdvbv5: Add todo file
  libdvbv5: remove service_location descriptor
  libdvbv5: remove service_list descriptor

 TODO.libdvbv5|   3 +
 doxygen_libdvbv5.cfg |   1 -
 lib/include/libdvbv5/desc_service_list.h | 119 ---
 lib/include/libdvbv5/desc_service_location.h | 107 
 lib/libdvbv5/Makefile.am |   5 +-
 lib/libdvbv5/compat-soname.c |  44 +
 lib/libdvbv5/descriptors.c   |   8 --
 lib/libdvbv5/descriptors/desc_service_list.c |  56 ---
 lib/libdvbv5/descriptors/desc_service_location.c |  80 ---
 9 files changed, 48 insertions(+), 375 deletions(-)
 create mode 100644 TODO.libdvbv5
 delete mode 100644 lib/include/libdvbv5/desc_service_list.h
 delete mode 100644 lib/include/libdvbv5/desc_service_location.h
 create mode 100644 lib/libdvbv5/compat-soname.c
 delete mode 100644 lib/libdvbv5/descriptors/desc_service_list.c
 delete mode 100644 lib/libdvbv5/descriptors/desc_service_location.c

-- 
2.1.0

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] libdvbv5: Remove broken descriptor parsers

2014-09-30 Thread Mauro Carvalho Chehab
Em Tue, 30 Sep 2014 17:17:05 +0200
Gregor Jasny gja...@googlemail.com escreveu:

 Hello,
 
 this patch series removes the service_list and service_location
 descriptors. It breaks API compatibility by removing the public
 header files but maintains ABI compatibility by providing stub
 implementations.
 
 Thanks,
 Gregor
 
 Gregor Jasny (3):
   libdvbv5: Add todo file
   libdvbv5: remove service_location descriptor
   libdvbv5: remove service_list descriptor
 
  TODO.libdvbv5|   3 +
  doxygen_libdvbv5.cfg |   1 -
  lib/include/libdvbv5/desc_service_list.h | 119 
 ---
  lib/include/libdvbv5/desc_service_location.h | 107 
  lib/libdvbv5/Makefile.am |   5 +-
  lib/libdvbv5/compat-soname.c |  44 +
  lib/libdvbv5/descriptors.c   |   8 --
  lib/libdvbv5/descriptors/desc_service_list.c |  56 ---
  lib/libdvbv5/descriptors/desc_service_location.c |  80 ---
  9 files changed, 48 insertions(+), 375 deletions(-)
  create mode 100644 TODO.libdvbv5
  delete mode 100644 lib/include/libdvbv5/desc_service_list.h
  delete mode 100644 lib/include/libdvbv5/desc_service_location.h
  create mode 100644 lib/libdvbv5/compat-soname.c
  delete mode 100644 lib/libdvbv5/descriptors/desc_service_list.c
  delete mode 100644 lib/libdvbv5/descriptors/desc_service_location.c

For all three patches on this series:

Acked-by: Mauro Carvalho Chehab mche...@osg.samsung.com

Regards,
Mauro
 


-- 

Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html