summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* VP5 and VP6 video decoderAurelien Jacobs2006-09-091-10/+23
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-14/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-5/+5
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-56/+56
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-16/+16
* 10lAlex Beregszaszi2005-07-021-1/+1
* tell the user if compressed swf foundAlex Beregszaszi2005-07-021-2/+10
* AVPacket.posMichael Niedermayer2005-05-261-4/+2
* switch to native time basesMichael Niedermayer2005-04-301-6/+6
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-291-0/+1
* nonsense removialMichael Niedermayer2004-08-181-55/+4
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-4/+4
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-5/+4
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+3
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-4/+4
* no limits!, warning is enoughMichael Niedermayer2004-02-071-4/+4
* - made --extra-cflags option work on darwinTinic Uro2004-02-061-126/+524
* SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot com...Glyn Kennington2003-12-051-0/+2
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
* init_put_bits changedAlex Beregszaszi2003-10-131-3/+3
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-3/+3
* add av_new_stream() usageFabrice Bellard2003-08-081-4/+1
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-5/+7
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-7/+7
* cleanupMichael Niedermayer2002-12-041-0/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+571
OpenPOWER on IntegriCloud