[libdvbpsi-devel] Massive renaming of functions in preparation of release.

Jean-Paul Saman git at videolan.org
Tue Jul 17 14:36:52 CEST 2012


libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Wed Jul  4 16:57:40 2012 +0200| [51cc5d4441a6b1f9111c1250563affe81c4f7726] | committer: Jean-Paul Saman

Massive renaming of functions in preparation of release.

The function arguments and its order have changed during cleaning up.
This breaks the old API and a rename of functions was needed to properly
mark the older API as deprecated.

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=51cc5d4441a6b1f9111c1250563affe81c4f7726
---

 doc/howto-new-api.doxygen    |   24 ++++----
 doc/usage.doxygen            |   24 ++++----
 examples/decode_bat.c        |   10 ++--
 examples/decode_mpeg.c       |   38 ++++++------
 examples/decode_pat.c        |   12 ++--
 examples/decode_pmt.c        |   12 ++--
 examples/decode_sdt.c        |   10 ++--
 examples/dvbinfo/libdvbpsi.c |  136 +++++++++++++++++++++---------------------
 examples/get_pcr_pid.c       |   26 ++++----
 misc/gen_pat.c               |   30 +++++-----
 misc/gen_pmt.c               |   40 ++++++-------
 src/demux.c                  |    8 +--
 src/demux.h                  |   18 +++++-
 src/deprecated.h             |   65 ++++++++++++++++++++
 src/dvbpsi.c                 |   63 +++++++++----------
 src/dvbpsi.h                 |  104 ++++++++++++++++++--------------
 src/dvbpsi_private.h         |    4 +-
 src/tables/atsc_eit.c        |   12 ++--
 src/tables/atsc_eit.h        |    2 +-
 src/tables/atsc_ett.c        |   12 ++--
 src/tables/atsc_mgt.c        |   12 ++--
 src/tables/atsc_stt.c        |   12 ++--
 src/tables/atsc_vct.c        |   12 ++--
 src/tables/bat.c             |   83 +++++++++++++-------------
 src/tables/bat.h             |   56 +++++++++++------
 src/tables/bat_private.h     |   42 +++++++++----
 src/tables/cat.c             |   71 +++++++++++-----------
 src/tables/cat.h             |   75 ++++++++++++++---------
 src/tables/cat_private.h     |   15 ++++-
 src/tables/eit.c             |   78 ++++++++++++------------
 src/tables/eit.h             |   73 +++++++++++++++--------
 src/tables/eit_private.h     |   17 +++++-
 src/tables/nit.c             |  100 +++++++++++++++----------------
 src/tables/nit.h             |  109 ++++++++++++++++++++-------------
 src/tables/nit_private.h     |   17 ++++--
 src/tables/pat.c             |   71 +++++++++++-----------
 src/tables/pat.h             |   69 ++++++++++++---------
 src/tables/pat_private.h     |   18 ++++--
 src/tables/pmt.c             |   87 +++++++++++++--------------
 src/tables/pmt.h             |   80 ++++++++++++++++---------
 src/tables/pmt_private.h     |   16 ++++-
 src/tables/sdt.c             |   84 +++++++++++++-------------
 src/tables/sdt.h             |   76 +++++++++++++++--------
 src/tables/sdt_private.h     |   21 +++++--
 src/tables/sis.c             |   74 +++++++++++------------
 src/tables/sis.h             |   64 +++++++++++++-------
 src/tables/sis_private.h     |   21 +++++--
 src/tables/tot.c             |   88 +++++++++++++--------------
 src/tables/tot.h             |   75 ++++++++++++++---------
 src/tables/tot_private.h     |   22 ++++---
 50 files changed, 1334 insertions(+), 954 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commitdiff;h=51cc5d4441a6b1f9111c1250563affe81c4f7726


More information about the libdvbpsi-devel mailing list