aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/swf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-181-3/+3
|\
| * swf(dec): replace CODEC_ID with AV_CODEC_IDAnton Khirnov2012-08-181-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-101-0/+29
|\|
| * swf: Move shared table out of the header fileDiego Biurrun2012-08-091-0/+29
|/
* split swf de/muxerBaptiste Coudurier2008-05-201-817/+0
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+2
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-211-1/+1
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-201-1/+28
* check av_new_stream return valueBaptiste Coudurier2008-01-081-0/+6
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-15/+15
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-201-1/+3
* remove now useless varsBaptiste Coudurier2007-08-051-4/+1
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-051-28/+27
* cosmetics, indentationBaptiste Coudurier2007-08-051-99/+98
* add streams on the fly, swf is a streaming format and has no real header, cor...Baptiste Coudurier2007-08-051-37/+28
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-4/+4
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* add an enum for need_parsingAurelien Jacobs2007-04-151-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-081-1/+1
* fix pts handlingBaptiste Coudurier2007-03-081-16/+7
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-061-1/+0
* use AVFormatContext with av_logBaptiste Coudurier2007-03-051-2/+2
* more explicit messageBaptiste Coudurier2007-03-051-2/+2
* cleanup useless fieldsBaptiste Coudurier2007-03-041-8/+0
* simplify swf muxerBaptiste Coudurier2007-03-041-136/+26
* support for adpcm swf, pcmBaptiste Coudurier2007-03-021-4/+14
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-011-9/+6
* factorizeBaptiste Coudurier2007-03-011-10/+7
* remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier2007-03-011-8/+3
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-251-2/+1
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-1/+1
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-141-0/+1
* simplifyBaptiste Coudurier2007-01-141-13/+4
* priv_data is allocated internallyBaptiste Coudurier2007-01-141-6/+1
* enable mjpeg in swfBaptiste Coudurier2007-01-141-0/+28
* simplifyBaptiste Coudurier2007-01-141-5/+3
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-141-10/+9
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-141-17/+10
* always export audiostreamsBaptiste Coudurier2007-01-141-27/+22
* always export videostreamsBaptiste Coudurier2007-01-141-12/+7
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-081-7/+1
* simplifyBaptiste Coudurier2007-01-051-4/+1
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-051-4/+1
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-161-0/+1
* fix mp3 in swf decodingAurelien Jacobs2006-10-251-1/+3
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-221-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6