summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.c
Commit message (Collapse)AuthorAgeFilesLines
* factorizeBaptiste Coudurier2007-03-011-10/+7
| | | | 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-011-8/+3
| | | | | | 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-251-2/+1
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
| | | | 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-191-1/+1
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-141-0/+1
| | | | Originally committed as revision 7473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-141-13/+4
| | | | Originally committed as revision 7465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated internallyBaptiste Coudurier2007-01-141-6/+1
| | | | Originally committed as revision 7459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable mjpeg in swfBaptiste Coudurier2007-01-141-0/+28
| | | | Originally committed as revision 7458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-141-5/+3
| | | | Originally committed as revision 7457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-141-10/+9
| | | | Originally committed as revision 7456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-141-17/+10
| | | | Originally committed as revision 7455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export audiostreamsBaptiste Coudurier2007-01-141-27/+22
| | | | Originally committed as revision 7454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always export videostreamsBaptiste Coudurier2007-01-141-12/+7
| | | | Originally committed as revision 7452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-081-7/+1
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-051-4/+1
| | | | 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-051-4/+1
| | | | Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-161-0/+1
| | | | Originally committed as revision 7101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mp3 in swf decodingAurelien Jacobs2006-10-251-1/+3
| | | | Originally committed as revision 6792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-221-1/+1
| | | | 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-071-4/+6
| | | | | | 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-091-10/+23
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-14/+6
| | | | Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
| | | | Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-56/+56
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
| | | | | | | 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-171-16/+16
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-07-021-1/+1
| | | | Originally committed as revision 4420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tell the user if compressed swf foundAlex Beregszaszi2005-07-021-2/+10
| | | | Originally committed as revision 4419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-261-4/+2
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-301-6/+6
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-291-0/+1
| | | | Originally committed as revision 3778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense removialMichael Niedermayer2004-08-181-55/+4
| | | | Originally committed as revision 3400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-4/+4
| | | | Originally committed as revision 3239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-5/+4
| | | | | | | | | | fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+3
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-4/+4
| | | | Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no limits!, warning is enoughMichael Niedermayer2004-02-071-4/+4
| | | | Originally committed as revision 2757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-126/+524
| | | | | | | | | | | | | - allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot ↵Glyn Kennington2003-12-051-0/+2
| | | | | | compsoc dot net>) Originally committed as revision 2565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init_put_bits changedAlex Beregszaszi2003-10-131-3/+3
| | | | Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-3/+3
| | | | Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add av_new_stream() usageFabrice Bellard2003-08-081-4/+1
| | | | Originally committed as revision 2109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-121-5/+7
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-7/+7
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-12-041-0/+2
| | | | | | | | | | | adding AVVideoFrame moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame removing obsolete variables in AVCodecContext skiping of MBs in b frames correctly initalizing AVCodecContext picture buffer cleanup Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+571
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk