log mpeg.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 30 Jun 2010 15:38:06 +0000 mru Fix grammar errors in documentation libavformat
Mon, 24 May 2010 12:32:13 +0000 cehoyos Skip pes payload during probing to avoid start code emulation. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Wed, 10 Feb 2010 14:25:57 +0000 michael Dont give up after 100kb of zero bytes but returnd EAGAIN libavformat
Tue, 02 Feb 2010 16:47:51 +0000 michael Set AVPacket.pos in MPEG-PS demuxer. libavformat
Tue, 08 Dec 2009 12:24:41 +0000 michael Also print the number of invalid packets in the debug output. libavformat
Tue, 08 Dec 2009 12:19:30 +0000 michael Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformat
Tue, 20 Oct 2009 15:27:05 +0000 cehoyos Improve sofdec dectection to avoid false positives for MP2. libavformat
Tue, 15 Sep 2009 12:20:03 +0000 michael Make mpeg_probe() pass probetest. libavformat
Tue, 15 Sep 2009 10:01:25 +0000 reimar Slightly stricter MPEG-PES probing, fixes issue 1383. libavformat
Fri, 17 Apr 2009 18:08:39 +0000 michael Remove 2 ++ from check_pes() that are useless, found by CSA. libavformat
Thu, 19 Mar 2009 21:23:39 +0000 ramiro Split TrueHD decoder from MLP libavformat
Thu, 05 Mar 2009 19:13:12 +0000 diego Mark dvdaudio_substream_type variable as av_uninit to work around false libavformat
Wed, 11 Feb 2009 11:09:36 +0000 benoit Allow demuxing of audio substreams stored as 0x06 type. libavformat
Mon, 09 Feb 2009 01:46:01 +0000 alexc Increase the number of packets required to identify as MPEG PES to keep from libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Tue, 26 Aug 2008 01:29:43 +0000 michael vertical align libavformat
Fri, 15 Aug 2008 16:13:05 +0000 michael Add flag to mark demuxers that can output discontinuous timestamps. libavformat
Sat, 12 Jul 2008 22:17:13 +0000 michael Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformat
Thu, 19 Jun 2008 23:25:04 +0000 bcoudurier remove useless close funcs libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 09:50:17 +0000 benoit Check return of url_fseek in mpeg timestamp reading code. libavformat
Wed, 21 May 2008 02:26:42 +0000 bcoudurier support dvd pcm 20/24 bits, patch by Lars T¸«£uber, lars.taeuber gmx net libavformat
Tue, 29 Apr 2008 00:12:49 +0000 michael Support invalid mpeg created by vdr libavformat
Tue, 04 Mar 2008 01:31:15 +0000 michael Ignore flags after pts/dts if there are no bytes left. libavformat
Mon, 14 Jan 2008 16:11:08 +0000 mbardiaux Suppress runaway index on streamed input libavformat
Sun, 13 Jan 2008 13:33:37 +0000 michael user specifyable maximum amount of memory to use for the index. libavformat
Mon, 07 Jan 2008 23:32:57 +0000 ivo Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformat
Thu, 03 Jan 2008 10:02:46 +0000 ivo use one shift less in get_pts() libavformat
Tue, 25 Dec 2007 09:37:49 +0000 michael Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformat
Mon, 03 Dec 2007 09:37:06 +0000 michael make mpeg-ps probe less happy with random data libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 08 Nov 2007 21:27:37 +0000 mru Improve Sofdec file detection libavformat
Thu, 08 Nov 2007 20:53:06 +0000 aurel fix potential buffer over-read libavformat
Thu, 08 Nov 2007 20:50:45 +0000 aurel fix negative fseek libavformat
Wed, 07 Nov 2007 23:56:00 +0000 aurel correctly set audio codec when demuxing sofdec files libavformat
Sat, 03 Nov 2007 14:57:26 +0000 michael typo libavformat
Sat, 03 Nov 2007 13:48:30 +0000 michael fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformat
Thu, 01 Nov 2007 18:02:03 +0000 aurel revert part of r10899 which was not intended libavformat
Thu, 01 Nov 2007 17:50:05 +0000 aurel remove useless initialization to 0 of adx context libavformat
Sun, 05 Aug 2007 02:17:06 +0000 michael fix misdetection of out.ac3 libavformat
Sun, 05 Aug 2007 02:15:46 +0000 michael //more debug info libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 21 Jun 2007 09:49:20 +0000 bcoudurier remove now useless ifdef libavformat
Thu, 21 Jun 2007 09:39:29 +0000 bcoudurier split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Mon, 30 Apr 2007 09:46:11 +0000 diego Fix loop condition so it can be run through more than once. libavformat
Mon, 30 Apr 2007 09:43:29 +0000 diego more detailed error message for buffer underflow libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Tue, 06 Feb 2007 19:14:16 +0000 michael Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformat
Wed, 17 Jan 2007 12:06:31 +0000 michael simplify libavformat
Wed, 17 Jan 2007 10:55:01 +0000 michael simplify pts/dts reading libavformat
Wed, 17 Jan 2007 10:45:59 +0000 michael cosmetic libavformat
Wed, 17 Jan 2007 10:44:57 +0000 michael reduce len checks, simplifies code libavformat
Wed, 17 Jan 2007 10:19:10 +0000 michael seperate redo (we dont handle this possibly valid packet) from libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat