log mpegts.c @ 4981:5b710f5c8a53 libavformat

age author description
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
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sat, 13 Dec 2008 00:04:34 +0000 mru mpegts: replace Program_t typedef with "struct Program" libavformat
Wed, 03 Dec 2008 23:04:30 +0000 diego Add necessary header for av_set_program_name and av_program_add_stream_index. libavformat
Wed, 03 Dec 2008 16:47:07 +0000 diego Move declaration of av_set_program_name and av_program_add_stream_index libavformat