Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-23avformat/swf: add support for reading and writing VP6A and Flash Screen Video...Marton Balint
2012-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-18swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09swf: Move shared table out of the header fileDiego Biurrun
2008-05-21split swf de/muxerBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-01-21unset extension, so code path, and guess format do not chooseBaptiste Coudurier
2008-01-20new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan
2008-01-08check av_new_stream return valueBaptiste Coudurier
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-20support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier
2007-08-05remove now useless varsBaptiste Coudurier
2007-08-05cosmetics, braces/parenthesis styleBaptiste Coudurier
2007-08-05cosmetics, indentationBaptiste Coudurier
2007-08-05add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-12misc spelling fixesDiego Biurrun
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-09seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier
2007-03-09fix pts handlingBaptiste Coudurier
2007-03-0610l, audio_fifo is a static arrayAlex Beregszaszi
2007-03-05use AVFormatContext with av_logBaptiste Coudurier
2007-03-05more explicit messageBaptiste Coudurier
2007-03-05cleanup useless fieldsBaptiste Coudurier
2007-03-05simplify swf muxerBaptiste Coudurier
2007-03-02support for adpcm swf, pcmBaptiste Coudurier
2007-03-01don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier
2007-03-01factorizeBaptiste Coudurier
2007-03-01remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier
2007-02-25use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2007-01-14seek back at the end of file after updating headerBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14priv_data is allocated internallyBaptiste Coudurier
2007-01-14enable mjpeg in swfBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14swf can contain only one audio track, simplifyBaptiste Coudurier
2007-01-14use ch_id as AVStream id and simplifyBaptiste Coudurier
2007-01-14always export audiostreamsBaptiste Coudurier
2007-01-14always export videostreamsBaptiste Coudurier
2007-01-08priv_data is allocated/freed internallyBaptiste Coudurier
2007-01-05simplifyBaptiste Coudurier
2007-01-05dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier
2006-11-16print error when unsupported sample rate is used with swfBaptiste Coudurier
2006-10-26fix mp3 in swf decodingAurelien Jacobs
2006-10-23don't use ast before checking it's not NULLAurelien Jacobs