log swf.c @ 2402:8decf7585a94 libavformat

age author description
Mon, 20 Aug 2007 19:55:37 +0000 bcoudurier support swink created files which have soi/eoi broken tags reversed libavformat
Sun, 05 Aug 2007 01:40:49 +0000 bcoudurier remove now useless vars libavformat
Sun, 05 Aug 2007 01:40:07 +0000 bcoudurier cosmetics, braces/parenthesis style libavformat
Sun, 05 Aug 2007 01:36:31 +0000 bcoudurier cosmetics, indentation libavformat
Sun, 05 Aug 2007 01:28:05 +0000 bcoudurier add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformat
Sat, 28 Jul 2007 12:46:26 +0000 diego cosmetics: misc typo fixes libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes 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
Thu, 08 Mar 2007 22:14:04 +0000 bcoudurier seems safer to set pts timebase to sample rate, fix some mp3 libavformat
Thu, 08 Mar 2007 21:29:38 +0000 bcoudurier fix pts handling libavformat
Tue, 06 Mar 2007 18:19:31 +0000 alex 10l, audio_fifo is a static array libavformat
Mon, 05 Mar 2007 10:07:42 +0000 bcoudurier use AVFormatContext with av_log libavformat
Mon, 05 Mar 2007 10:04:34 +0000 bcoudurier more explicit message libavformat
Sun, 04 Mar 2007 22:41:06 +0000 bcoudurier cleanup useless fields libavformat
Sun, 04 Mar 2007 22:30:25 +0000 bcoudurier simplify swf muxer libavformat
Fri, 02 Mar 2007 10:32:08 +0000 bcoudurier support for adpcm swf, pcm libavformat
Thu, 01 Mar 2007 19:02:21 +0000 bcoudurier don't parse whole swf file in header, can now play ffserver swf streams libavformat
Thu, 01 Mar 2007 17:05:11 +0000 bcoudurier factorize libavformat
Thu, 01 Mar 2007 16:59:59 +0000 bcoudurier remove nonsense time base code, use swf ms per frame, only video frames contains pts libavformat
Sun, 25 Feb 2007 14:13:12 +0000 alex use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Sun, 14 Jan 2007 13:57:26 +0000 bcoudurier seek back at the end of file after updating header libavformat
Sun, 14 Jan 2007 12:47:32 +0000 bcoudurier simplify libavformat
Sun, 14 Jan 2007 02:21:28 +0000 bcoudurier priv_data is allocated internally libavformat
Sun, 14 Jan 2007 01:57:43 +0000 bcoudurier enable mjpeg in swf libavformat
Sun, 14 Jan 2007 01:20:24 +0000 bcoudurier simplify libavformat
Sun, 14 Jan 2007 01:14:31 +0000 bcoudurier swf can contain only one audio track, simplify libavformat
Sun, 14 Jan 2007 01:07:14 +0000 bcoudurier use ch_id as AVStream id and simplify libavformat
Sun, 14 Jan 2007 00:54:03 +0000 bcoudurier always export audiostreams libavformat
Sun, 14 Jan 2007 00:46:37 +0000 bcoudurier always export videostreams libavformat
Mon, 08 Jan 2007 12:33:16 +0000 bcoudurier priv_data is allocated/freed internally libavformat
Fri, 05 Jan 2007 14:23:13 +0000 bcoudurier simplify libavformat
Fri, 05 Jan 2007 14:17:41 +0000 bcoudurier dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 libavformat
Thu, 16 Nov 2006 11:19:03 +0000 bcoudurier print error when unsupported sample rate is used with swf libavformat
Wed, 25 Oct 2006 20:05:14 +0000 aurel fix mp3 in swf decoding libavformat
Sun, 22 Oct 2006 23:23:55 +0000 aurel don't use ast before checking it's not NULL libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sat, 09 Sep 2006 17:19:37 +0000 aurel VP5 and VP6 video decoder 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
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting 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
Sat, 02 Jul 2005 22:00:36 +0000 alex 10l libavformat
Sat, 02 Jul 2005 21:59:33 +0000 alex tell the user if compressed swf found libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Wed, 29 Dec 2004 18:31:28 +0000 michael common.h -> common.h/bitstream.h libavformat
Wed, 18 Aug 2004 11:22:15 +0000 michael nonsense removial libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Sat, 07 Feb 2004 00:03:11 +0000 michael no limits!, warning is enough libavformat
Fri, 06 Feb 2004 23:56:37 +0000 michael - made --extra-cflags option work on darwin libavformat