summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
Commit message (Expand)AuthorAge
* swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-18
* swf: Move shared table out of the header fileDiego Biurrun2012-08-09
* split swf de/muxerBaptiste Coudurier2008-05-20
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-20
* remove now useless varsBaptiste Coudurier2007-08-05
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-05
* cosmetics, indentationBaptiste Coudurier2007-08-05
* add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier2007-08-05
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* misc spelling fixesDiego Biurrun2007-06-12
* add an enum for need_parsingAurelien Jacobs2007-04-15
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-08
* fix pts handlingBaptiste Coudurier2007-03-08
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-06
* use AVFormatContext with av_logBaptiste Coudurier2007-03-05
* more explicit messageBaptiste Coudurier2007-03-05
* cleanup useless fieldsBaptiste Coudurier2007-03-04
* simplify swf muxerBaptiste Coudurier2007-03-04
* support for adpcm swf, pcmBaptiste Coudurier2007-03-02
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-01
* factorizeBaptiste Coudurier2007-03-01
* remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier2007-03-01
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
* enable mjpeg in swfBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
* always export audiostreamsBaptiste Coudurier2007-01-14
* always export videostreamsBaptiste Coudurier2007-01-14
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
* simplifyBaptiste Coudurier2007-01-05
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10