log mpegts.c @ 5414:0728f77cd599 libavformat

age author description
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
Sat, 22 Aug 2009 16:07:50 +0000 schreter Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat
Thu, 30 Jul 2009 18:29:06 +0000 bcoudurier init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformat
Wed, 29 Jul 2009 02:17:08 +0000 bcoudurier Stop parsing in read_header only after finding pmt, and libavformat
Thu, 25 Jun 2009 19:01:16 +0000 bcoudurier Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformat
Sat, 20 Jun 2009 06:09:30 +0000 bcoudurier add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformat
Tue, 02 Jun 2009 07:53:44 +0000 bcoudurier do not parse full header for private streams libavformat
Tue, 02 Jun 2009 07:30:19 +0000 bcoudurier correctly handle maximum streams limit libavformat
Tue, 02 Jun 2009 07:26:58 +0000 bcoudurier export data from private streams libavformat
Sun, 31 May 2009 08:47:40 +0000 bcoudurier initialize pes state to skip libavformat
Sun, 31 May 2009 04:47:30 +0000 bcoudurier print reg desc in a more friendly way libavformat
Sun, 31 May 2009 04:45:51 +0000 bcoudurier give context to dprintf libavformat
Sun, 31 May 2009 04:41:47 +0000 bcoudurier print registration descriptor in debug libavformat
Sun, 31 May 2009 04:35:05 +0000 bcoudurier 0x7a is E-AC3 descriptor libavformat
Sun, 31 May 2009 04:10:15 +0000 bcoudurier set codec_tag to stream type, so user can deal with it libavformat
Sun, 31 May 2009 04:04:20 +0000 bcoudurier set codec_tag to registration descriptor if present libavformat
Sun, 31 May 2009 03:55:23 +0000 bcoudurier add streams even if they are not present in PMT, fix #1092 and #835 libavformat
Sun, 31 May 2009 03:46:24 +0000 bcoudurier remove no longer needed fake dvbsub stream type libavformat
Sun, 31 May 2009 03:45:45 +0000 bcoudurier reindent libavformat
Sun, 31 May 2009 03:44:03 +0000 bcoudurier remove no longer needed init libavformat
Sun, 31 May 2009 03:40:36 +0000 bcoudurier factorize libavformat
Sun, 31 May 2009 03:35:29 +0000 bcoudurier simplify and merge libavformat
Sun, 31 May 2009 03:12:25 +0000 bcoudurier move new_pes_av_stream to avoid forward declaration libavformat
Sun, 31 May 2009 03:02:12 +0000 bcoudurier remove defines libavformat
Sun, 31 May 2009 02:56:15 +0000 bcoudurier rework stream type and codec identification libavformat
Sun, 31 May 2009 00:33:37 +0000 bcoudurier cosmetics, reindent, remove useless braces, whitespaces libavformat
Sun, 31 May 2009 00:31:47 +0000 bcoudurier export all streams in ts demuxer libavformat
Wed, 27 May 2009 01:29:55 +0000 bcoudurier support AVDISCARD_ALL in mpegts demuxer libavformat
Wed, 27 May 2009 00:56:31 +0000 bcoudurier return error in mpegts_push_data and propagate it libavformat
Wed, 27 May 2009 00:48:39 +0000 bcoudurier 10l, forgot ';', fix compilation libavformat
Wed, 27 May 2009 00:46:20 +0000 bcoudurier check that len is not negative libavformat
Wed, 27 May 2009 00:44:00 +0000 bcoudurier demux whole PES packets from TS libavformat
Tue, 26 May 2009 20:13:03 +0000 bcoudurier move DEBUG define before include to get dprintf libavformat
Sun, 12 Apr 2009 09:04:12 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 08:52:16 +0000 bcoudurier remove useless wrapper libavformat
Sun, 12 Apr 2009 03:08:46 +0000 bcoudurier replace DEBUG_SI with DEBUG and use dprintf libavformat
Sun, 12 Apr 2009 02:39:16 +0000 bcoudurier Set stream type to ac3 if registration descriptor is present. libavformat
Sun, 12 Apr 2009 02:32:02 +0000 bcoudurier simplify registration descriptor parsing with bytestream get functions libavformat
Sun, 12 Apr 2009 02:19:40 +0000 bcoudurier Ok, ts demuxer is more complicated than I thought libavformat
Sun, 12 Apr 2009 01:37:34 +0000 bcoudurier fix end of buffer check, fix hang_read_header.h264.ts libavformat
Sun, 22 Mar 2009 02:04:28 +0000 bcoudurier avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformat
Sat, 28 Feb 2009 18:35:53 +0000 cehoyos Change TS seeking so it returns position/timestamp of a key frame. libavformat
Tue, 10 Feb 2009 00:25:21 +0000 aurel use new metadata API in mpegts demuxer libavformat
Fri, 06 Feb 2009 20:30:18 +0000 michael Fix minor memory leak. libavformat
Tue, 03 Feb 2009 11:01:57 +0000 michael Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformat
Fri, 23 Jan 2009 22:16:31 +0000 bcoudurier set pts and dts when only pts is present, according to specs libavformat