summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
Commit message (Collapse)AuthorAge
* 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
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tell the user if compressed swf foundAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4419 to svn://svn.ffmpeg.org/ffmpeg/trunk