log mpeg.c @ 3470:d8bbf9265f03 libavformat

age author description
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 Tuber, 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
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
Fri, 20 May 2005 13:10:09 +0000 mru fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>) libavformat
Mon, 28 Mar 2005 17:33:21 +0000 mru PSM support in MPEG-PS demuxer. libavformat
Thu, 17 Mar 2005 01:25:01 +0000 michael more fine grained discarding of packets libavformat
Sun, 13 Mar 2005 00:13:01 +0000 michael keyframe & non keyframe index fixes libavformat
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavformat
Wed, 09 Feb 2005 03:00:50 +0000 michael -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com]) libavformat
Sat, 22 Jan 2005 13:36:02 +0000 michael support discarding uninterresting packets libavformat
Wed, 29 Dec 2004 18:31:28 +0000 michael common.h -> common.h/bitstream.h libavformat
Sun, 05 Dec 2004 02:46:00 +0000 michael This patch takes into account that fifo_realloc may adjust fifo.wptr libavformat
Wed, 01 Dec 2004 02:28:28 +0000 michael fifo_realloc() libavformat
Tue, 23 Nov 2004 22:25:12 +0000 michael DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>) libavformat
Sun, 21 Nov 2004 03:37:33 +0000 michael parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and Paul Curtis <pfc >at> terrapin <dot< com>) libavformat
Sat, 16 Oct 2004 21:27:42 +0000 michael user setable preload and max_mux_delay libavformat
Thu, 07 Oct 2004 01:55:34 +0000 michael do not randomize unknown timestamps libavformat
Wed, 06 Oct 2004 22:29:30 +0000 michael user selectable packet_size and mux_rate libavformat
Sun, 03 Oct 2004 18:21:45 +0000 michael AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) libavformat
Sun, 03 Oct 2004 12:58:14 +0000 michael initial dts fix libavformat
Sun, 03 Oct 2004 12:17:46 +0000 michael remove wrong 33bit truncation of internal timestamps libavformat
Sun, 03 Oct 2004 11:16:40 +0000 michael pts/dts 100l fix libavformat
Sun, 03 Oct 2004 03:14:09 +0000 michael cleanup video buffer size libavformat
Sun, 03 Oct 2004 02:57:42 +0000 michael cleanup libavformat
Sun, 03 Oct 2004 02:42:01 +0000 michael SCR timestamp fix try #1 libavformat
Fri, 01 Oct 2004 20:05:04 +0000 michael simplify put_padding_packet() libavformat
Fri, 01 Oct 2004 16:30:15 +0000 michael move free() of AVStream priv data to av_write_trailer() libavformat
Fri, 01 Oct 2004 16:00:00 +0000 michael 64bit and reading over the end of the array fixes libavformat
Fri, 01 Oct 2004 13:16:16 +0000 michael do not call (av_)abort() libavformat
Wed, 14 Jul 2004 01:32:14 +0000 michael libdts support by (Benjamin Zores <ben at geexbox dot org>) libavformat
Sat, 19 Jun 2004 14:51:46 +0000 melanson cvs diff before cvs commit libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Wed, 09 Jun 2004 00:38:52 +0000 michael ac3 bugfix, bug found by "Ben Cooley" <bcooley at dstreamtech dot com> libavformat
Sat, 29 May 2004 18:50:31 +0000 michael correctly interleave packets during encoding libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Tue, 25 May 2004 23:06:00 +0000 michael dont add padding in the middle of the data patch by (Sidik Isani <isani at cfht dot hawaii dot edu>) libavformat
Sun, 23 May 2004 16:26:12 +0000 michael store index for seeking in the native timebase of each stream libavformat
Mon, 26 Apr 2004 22:16:06 +0000 michael mpeg SVCD compatibility, SCR fixes, standard compliance libavformat
Fri, 23 Apr 2004 21:02:01 +0000 michael Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) libavformat
Mon, 12 Apr 2004 16:50:03 +0000 michael moving nearly identical binary search code from nut/mpeg/asf to utils.c libavformat
Wed, 24 Mar 2004 23:32:48 +0000 mellum warning patrol libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Thu, 19 Feb 2004 22:34:13 +0000 michael improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>) libavformat
Sun, 01 Feb 2004 13:06:46 +0000 michael Patch for MPEG-2 VOB headers by (Jimmy Blair <blueskyjb at verizon dot net>) libavformat
Sat, 17 Jan 2004 22:02:07 +0000 michael CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>) libavformat
Sat, 17 Jan 2004 20:26:44 +0000 michael seeking stuff libavformat
Sat, 17 Jan 2004 18:06:52 +0000 michael store searched distance in index, so we dont waste time searching for keyframes where we already searched libavformat
Tue, 13 Jan 2004 22:02:49 +0000 michael caching of timestamps for mpeg-ps so seeking is faster libavformat
Thu, 18 Dec 2003 13:03:37 +0000 bellard harcoded DTS computation for mpeg libavformat
Tue, 16 Dec 2003 14:00:18 +0000 bellard primitive LPCM generator libavformat
Tue, 16 Dec 2003 11:25:30 +0000 bellard better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking) libavformat
Tue, 09 Dec 2003 18:06:18 +0000 bellard suppress PTS in packets when not needed (slightly smaller files), fixed PTS generation in some cases, added provision for DTS generation, slightly better SCR generation (initial patch by Michel Bardiaux) libavformat
Mon, 10 Nov 2003 18:47:52 +0000 bellard seek support libavformat
Wed, 29 Oct 2003 14:20:56 +0000 bellard make AVFMT_NOHEADER flag dynamic - added av_open_input_stream() libavformat
Tue, 28 Oct 2003 10:55:15 +0000 michael 1/0 fix by (Tim Allen <tim at proximity dot com dot au>) libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Mon, 13 Oct 2003 10:59:57 +0000 alex init_put_bits changed libavformat
Wed, 10 Sep 2003 22:44:30 +0000 bellard removed invalid sequence end code libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Tue, 09 Sep 2003 19:32:52 +0000 michaelni memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Mon, 01 Sep 2003 18:30:02 +0000 michaelni fix MPEG-TS missdetected as MPEG-PS libavformat
Fri, 08 Aug 2003 17:54:05 +0000 bellard exports mpegps_demux libavformat
Thu, 17 Jul 2003 10:26:02 +0000 bellard removed warnings libavformat
Tue, 15 Jul 2003 22:15:37 +0000 michaelni Write correct MPEG2-PS streams patch by (mru at users dot sourceforge dot net (Mns Rullgrd)) libavformat