All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] libdvbv5: Remove broken descriptor parsers
@ 2014-09-30 15:17 Gregor Jasny
  2014-09-30 15:17 ` [PATCH 1/3] libdvbv5: Add todo file Gregor Jasny
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gregor Jasny @ 2014-09-30 15:17 UTC (permalink / raw)
  To: linux-media; +Cc: 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-01  0:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-30 15:17 [PATCH 0/3] libdvbv5: Remove broken descriptor parsers Gregor Jasny
2014-09-30 15:17 ` [PATCH 1/3] libdvbv5: Add todo file Gregor Jasny
2014-09-30 15:17 ` [PATCH 2/3] libdvbv5: remove service_location descriptor Gregor Jasny
2014-09-30 15:17 ` [PATCH 3/3] libdvbv5: remove service_list descriptor Gregor Jasny
2014-10-01  0:38 ` [PATCH 0/3] libdvbv5: Remove broken descriptor parsers Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.