summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-153/+298
2012-08-18swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2-9/+9
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer24-185/+474
2012-08-09swf: Move shared table out of the header fileDiego Biurrun5-10/+35
2008-05-20split swf de/muxerBaptiste Coudurier4-261/+310
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-01-21unset extension, so code path, and guess format do not chooseBaptiste Coudurier1-1/+1
2008-01-20new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan4-3/+32
2008-01-08check av_new_stream return valueBaptiste Coudurier1-0/+6
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson89-825/+874
2007-08-20support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier1-1/+3
2007-08-05remove now useless varsBaptiste Coudurier1-4/+1
2007-08-05cosmetics, braces/parenthesis styleBaptiste Coudurier1-28/+27
2007-08-05cosmetics, indentationBaptiste Coudurier1-99/+98
2007-08-05add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier1-37/+28
2007-07-28cosmetics: misc typo fixesDiego Biurrun10-15/+15
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris67-251/+251
2007-06-12misc spelling fixesDiego Biurrun66-159/+165
2007-04-15add an enum for need_parsingAurelien Jacobs19-34/+40
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer45-104/+7
2007-03-08seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier1-1/+1
2007-03-08fix pts handlingBaptiste Coudurier1-16/+7
2007-03-0610l, audio_fifo is a static arrayAlex Beregszaszi1-1/+0
2007-03-05use AVFormatContext with av_logBaptiste Coudurier1-2/+2
2007-03-05more explicit messageBaptiste Coudurier1-2/+2
2007-03-04cleanup useless fieldsBaptiste Coudurier1-8/+0
2007-03-04simplify swf muxerBaptiste Coudurier1-136/+26
2007-03-02support for adpcm swf, pcmBaptiste Coudurier1-4/+14
2007-03-01don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier1-9/+6
2007-03-01factorizeBaptiste Coudurier1-10/+7
2007-03-01remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier1-8/+3
2007-02-25use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi1-2/+1
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer19-53/+95
2007-01-19rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi66-379/+379
2007-01-14seek back at the end of file after updating headerBaptiste Coudurier1-0/+1
2007-01-14simplifyBaptiste Coudurier1-13/+4
2007-01-14priv_data is allocated internallyBaptiste Coudurier1-6/+1
2007-01-14enable mjpeg in swfBaptiste Coudurier1-0/+28
2007-01-14simplifyBaptiste Coudurier1-5/+3
2007-01-14swf can contain only one audio track, simplifyBaptiste Coudurier1-10/+9
2007-01-14use ch_id as AVStream id and simplifyBaptiste Coudurier1-17/+10
2007-01-14always export audiostreamsBaptiste Coudurier1-27/+22
2007-01-14always export videostreamsBaptiste Coudurier1-12/+7
2007-01-08priv_data is allocated/freed internallyBaptiste Coudurier1-7/+1
2007-01-05simplifyBaptiste Coudurier1-4/+1
2007-01-05dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier1-4/+1
2006-11-16print error when unsupported sample rate is used with swfBaptiste Coudurier1-0/+1
2006-10-25fix mp3 in swf decodingAurelien Jacobs1-1/+3
2006-10-22don't use ast before checking it's not NULLAurelien Jacobs1-1/+1
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
[next]