This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree:
Subject: libdvbv5: move table parsers to separate directory Author: André Roth <[email protected]> Date: Tue Apr 15 20:39:30 2014 +0200 move the dvb table parsers from the descriptors/ directory to tables/ to have a nice and clear separation. Signed-off-by: André Roth <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> lib/libdvbv5/Makefile.am | 42 ++++---- lib/libdvbv5/descriptors/atsc_eit.c | 180 ------------------------------- lib/libdvbv5/descriptors/cat.c | 95 ---------------- lib/libdvbv5/descriptors/eit.c | 195 --------------------------------- lib/libdvbv5/descriptors/header.c | 47 -------- lib/libdvbv5/descriptors/mgt.c | 153 -------------------------- lib/libdvbv5/descriptors/mpeg_es.c | 75 ------------- lib/libdvbv5/descriptors/mpeg_pes.c | 134 ----------------------- lib/libdvbv5/descriptors/mpeg_ts.c | 79 -------------- lib/libdvbv5/descriptors/nit.c | 196 --------------------------------- lib/libdvbv5/descriptors/pat.c | 118 -------------------- lib/libdvbv5/descriptors/pmt.c | 203 ----------------------------------- lib/libdvbv5/descriptors/sdt.c | 150 -------------------------- lib/libdvbv5/descriptors/vct.c | 200 ---------------------------------- lib/libdvbv5/tables/atsc_eit.c | 180 +++++++++++++++++++++++++++++++ lib/libdvbv5/tables/cat.c | 95 ++++++++++++++++ lib/libdvbv5/tables/eit.c | 195 +++++++++++++++++++++++++++++++++ lib/libdvbv5/tables/header.c | 47 ++++++++ lib/libdvbv5/tables/mgt.c | 153 ++++++++++++++++++++++++++ lib/libdvbv5/tables/mpeg_es.c | 75 +++++++++++++ lib/libdvbv5/tables/mpeg_pes.c | 134 +++++++++++++++++++++++ lib/libdvbv5/tables/mpeg_ts.c | 79 ++++++++++++++ lib/libdvbv5/tables/nit.c | 196 +++++++++++++++++++++++++++++++++ lib/libdvbv5/tables/pat.c | 118 ++++++++++++++++++++ lib/libdvbv5/tables/pmt.c | 203 +++++++++++++++++++++++++++++++++++ lib/libdvbv5/tables/sdt.c | 150 ++++++++++++++++++++++++++ lib/libdvbv5/tables/vct.c | 200 ++++++++++++++++++++++++++++++++++ 27 files changed, 1846 insertions(+), 1846 deletions(-) --- http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=a5368bf80c1bc51dc35e7a81f3e6361eef66c78d <diff discarded since it is too big> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
