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