Age | Commit message (Expand) | Author |
2012-08-18 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-18 | swf(dec): replace CODEC_ID with AV_CODEC_ID | Anton Khirnov |
2012-08-10 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-09 | swf: Move shared table out of the header file | Diego Biurrun |
2008-05-20 | split swf de/muxer | Baptiste Coudurier |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
2008-01-21 | unset extension, so code path, and guess format do not choose | Baptiste Coudurier |
2008-01-20 | new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com | Paul Egan |
2008-01-08 | check av_new_stream return value | Baptiste Coudurier |
2007-11-21 | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson |
2007-08-20 | support swink created files which have soi/eoi broken tags reversed | Baptiste Coudurier |
2007-08-05 | remove now useless vars | Baptiste Coudurier |
2007-08-05 | cosmetics, braces/parenthesis style | Baptiste Coudurier |
2007-08-05 | cosmetics, indentation | Baptiste Coudurier |
2007-08-05 | add streams on the fly, swf is a streaming format and has no real header, cor... | Baptiste Coudurier |
2007-07-28 | cosmetics: misc typo fixes | Diego Biurrun |
2007-07-19 | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris |
2007-06-12 | misc spelling fixes | Diego Biurrun |
2007-04-15 | add an enum for need_parsing | Aurelien Jacobs |
2007-04-08 | allocate 32 extra bytes at the end of the probe buffer and remove most probe ... | Michael Niedermayer |
2007-03-08 | seems safer to set pts timebase to sample rate, fix some mp3 | Baptiste Coudurier |
2007-03-08 | fix pts handling | Baptiste Coudurier |
2007-03-06 | 10l, audio_fifo is a static array | Alex Beregszaszi |
2007-03-05 | use AVFormatContext with av_log | Baptiste Coudurier |
2007-03-05 | more explicit message | Baptiste Coudurier |
2007-03-04 | cleanup useless fields | Baptiste Coudurier |
2007-03-04 | simplify swf muxer | Baptiste Coudurier |
2007-03-02 | support for adpcm swf, pcm | Baptiste Coudurier |
2007-03-01 | don't parse whole swf file in header, can now play ffserver swf streams | Baptiste Coudurier |
2007-03-01 | factorize | Baptiste Coudurier |
2007-03-01 | remove nonsense time base code, use swf ms per frame, only video frames conta... | Baptiste Coudurier |
2007-02-25 | use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header | Alex Beregszaszi |
2007-01-21 | add codec_id <-> codec_tag tables to AVIn/OutputFormat | Michael Niedermayer |
2007-01-19 | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi |
2007-01-14 | seek back at the end of file after updating header | Baptiste Coudurier |
2007-01-14 | simplify | Baptiste Coudurier |
2007-01-14 | priv_data is allocated internally | Baptiste Coudurier |
2007-01-14 | enable mjpeg in swf | Baptiste Coudurier |
2007-01-14 | simplify | Baptiste Coudurier |
2007-01-14 | swf can contain only one audio track, simplify | Baptiste Coudurier |
2007-01-14 | use ch_id as AVStream id and simplify | Baptiste Coudurier |
2007-01-14 | always export audiostreams | Baptiste Coudurier |
2007-01-14 | always export videostreams | Baptiste Coudurier |
2007-01-08 | priv_data is allocated/freed internally | Baptiste Coudurier |
2007-01-05 | simplify | Baptiste Coudurier |
2007-01-05 | dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3 | Baptiste Coudurier |
2006-11-16 | print error when unsupported sample rate is used with swf | Baptiste Coudurier |
2006-10-25 | fix mp3 in swf decoding | Aurelien Jacobs |
2006-10-22 | don't use ast before checking it's not NULL | Aurelien Jacobs |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |