log mpeg.c @ 2001:1a3c9056982a libavformat

age author description
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
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Tue, 29 Aug 2006 12:03:07 +0000 gpoirier add support for information in CDXA format libavformat
Sat, 19 Aug 2006 08:39:00 +0000 michael fix probing of 02-Penguin.flac libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Mon, 03 Jul 2006 21:40:01 +0000 mru attempt to detect Chinese AVS video libavformat
Thu, 29 Jun 2006 19:03:53 +0000 mru detect audio-only program streams and broken files made by VDR libavformat
Wed, 28 Jun 2006 21:40:08 +0000 mru detect MPEG PES streams as MPEG PS; the PS demuxer will cope libavformat
Mon, 19 Jun 2006 22:20:38 +0000 mru allow packets with non-zero PES_scrambling_control libavformat
Wed, 01 Mar 2006 11:29:55 +0000 michael add size to AVIndex libavformat
Sat, 11 Feb 2006 09:27:00 +0000 michael mpeg-ps probe 2nd try libavformat
Wed, 08 Feb 2006 17:35:44 +0000 michael replace probe() by one similar to MPEG-ES libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Wed, 15 Jun 2005 20:50:12 +0000 aurel add support for muxing subtitles in mpeg-ps libavformat
Fri, 03 Jun 2005 14:01:49 +0000 bellard DVD subtitle parsing - show mpeg component IDs by default libavformat