summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
Commit message (Collapse)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
| | | | Originally committed as revision 13203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unset extension, so code path, and guess format do not chooseBaptiste Coudurier2008-01-21
| | | | | | | avm2/flash 9 by default, not sure this is adequate though, this fixes regression tests. Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot comPaul Egan2008-01-20
| | | | Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_new_stream return valueBaptiste Coudurier2008-01-08
| | | | Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support swink created files which have soi/eoi broken tags reversedBaptiste Coudurier2007-08-20
| | | | Originally committed as revision 10152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove now useless varsBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, braces/parenthesis styleBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, indentationBaptiste Coudurier2007-08-05
| | | | Originally committed as revision 9926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add streams on the fly, swf is a streaming format and has no real header, ↵Baptiste Coudurier2007-08-05
| | | | | | correctly detect audio in RamboMJPEGAVP6_112K.swf now Originally committed as revision 9925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
| | | | Originally committed as revision 9815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
| | | | Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* misc spelling fixesDiego Biurrun2007-06-12
| | | | Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add an enum for need_parsingAurelien Jacobs2007-04-15
| | | | Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer2007-04-08
| | | | | | buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-08
| | | | Originally committed as revision 8300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts handlingBaptiste Coudurier2007-03-08
| | | | Originally committed as revision 8299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-06
| | | | Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext with av_logBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more explicit messageBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup useless fieldsBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify swf muxerBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for adpcm swf, pcmBaptiste Coudurier2007-03-02
| | | | Originally committed as revision 8189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2007-03-01
| | | | Originally committed as revision 8175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove nonsense time base code, use swf ms per frame, only video frames ↵Baptiste Coudurier2007-03-01
| | | | | | contains pts Originally committed as revision 8174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
| | | | Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable mjpeg in swfBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export audiostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export videostreamsBaptiste Coudurier2007-01-14
| | | | Originally committed as revision 7452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-05
| | | | Originally committed as revision 7409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
| | | | Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
| | | | Originally committed as revision 6792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
| | | | Originally committed as revision 6771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk