log mpegts.c @ 4868:8ee3deef8b44 libavformat

age author description
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
Wed, 03 Dec 2008 15:23:30 +0000 diego Delete unnecessary 'extern' keywords. libavformat
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
Fri, 15 Aug 2008 16:13:05 +0000 michael Add flag to mark demuxers that can output discontinuous timestamps. libavformat
Wed, 13 Aug 2008 19:29:35 +0000 diego Dirac encapsulation in MPEG-TS libavformat
Sun, 27 Jul 2008 23:06:22 +0000 michael Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformat
Fri, 18 Jul 2008 01:07:17 +0000 mru MPEGTS: Improve probe function libavformat
Tue, 08 Jul 2008 23:20:22 +0000 takis One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformat
Fri, 20 Jun 2008 17:22:56 +0000 bcoudurier uniformize AVStream->priv_data freeing in av_close_input_stream libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat