log mpegts.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 18 Aug 2010 20:34:31 +0000 aurel rename LAVF_API_* defines to FF_API_* to clarify that it is not public API libavformat
Tue, 17 Aug 2010 19:30:21 +0000 aurel add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS API libavformat
Mon, 09 Aug 2010 23:21:08 +0000 aurel get ride of MAX_STREAMS limit in mpegts libavformat
Sat, 24 Jul 2010 08:43:52 +0000 mstorsjo mpegts: Warn if unable to seek back libavformat
Wed, 14 Jul 2010 17:28:40 +0000 reimar Pass the composition and ancillary ID for DVB subtitles via extradata instead libavformat
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Tue, 18 May 2010 17:28:07 +0000 bcoudurier In ts demuxer, output pes packet as soon as they are complete. libavformat
Sun, 25 Apr 2010 14:27:42 +0000 stefano Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformat
Thu, 22 Apr 2010 20:34:30 +0000 bcoudurier Disable LATM AAC in mpegts, this is not supported and produce too many libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 15 Mar 2010 23:14:07 +0000 aurel rename av_program_add_stream_index to ff_program_add_stream_index libavformat
Mon, 08 Mar 2010 23:46:04 +0000 stefano Replace last occurrence of the deprecated match_ext() with libavformat
Mon, 01 Feb 2010 23:30:30 +0000 mru Fix build libavformat
Mon, 01 Feb 2010 23:10:04 +0000 cehoyos Fix warnings about implicit function declaration when compiling rtpdec.c libavformat
Wed, 13 Jan 2010 22:52:22 +0000 bcoudurier remove useless type declarations libavformat
Sun, 08 Nov 2009 03:27:58 +0000 bcoudurier move code to avoid forward declaration libavformat
Sun, 08 Nov 2009 03:17:08 +0000 bcoudurier Let pmt override stream info when encoutered later in the ts file. libavformat
Sat, 07 Nov 2009 23:44:56 +0000 cehoyos Support some LATM AAC streams (they can be decoded with MPlayer). libavformat
Thu, 29 Oct 2009 10:46:16 +0000 cehoyos Support demuxing teletext in DVB streams. libavformat
Sun, 18 Oct 2009 20:11:32 +0000 bcoudurier handle_packets takes number of packets as arg, avoid reading too much libavformat
Sun, 18 Oct 2009 20:08:13 +0000 bcoudurier Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformat
Sat, 10 Oct 2009 21:17:52 +0000 cehoyos Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformat
Mon, 05 Oct 2009 08:38:39 +0000 cehoyos Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformat
Sun, 13 Sep 2009 20:08:47 +0000 bcoudurier ensure pes buffer is set to avoid segv libavformat
Sun, 13 Sep 2009 20:06:49 +0000 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
Sun, 06 Sep 2009 15:59:32 +0000 schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat
Wed, 26 Aug 2009 22:33:48 +0000 schreter Cosmetic changes in read_seek* routines. libavformat
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavformat
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavformat
Mon, 24 Aug 2009 21:42:25 +0000 mru mpegts: change variable-length array to fixed length libavformat