summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
Commit message (Expand)AuthorAge
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
* enable mjpeg in swfBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
* always export audiostreamsBaptiste Coudurier2007-01-14
* always export videostreamsBaptiste Coudurier2007-01-14
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
* simplifyBaptiste Coudurier2007-01-05
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
* print error when unsupported sample rate is used with swfBaptiste Coudurier2006-11-16
* fix mp3 in swf decodingAurelien Jacobs2006-10-25
* don't use ast before checking it's not NULLAurelien Jacobs2006-10-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* 10lAlex Beregszaszi2005-07-02
* tell the user if compressed swf foundAlex Beregszaszi2005-07-02
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* common.h -> common.h/bitstream.hMichael Niedermayer2004-12-29
* nonsense removialMichael Niedermayer2004-08-18
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-03
* no limits!, warning is enoughMichael Niedermayer2004-02-07
* - made --extra-cflags option work on darwinTinic Uro2004-02-06
* SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot com...Glyn Kennington2003-12-05
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* init_put_bits changedAlex Beregszaszi2003-10-13
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* add av_new_stream() usageFabrice Bellard2003-08-08
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* cleanupMichael Niedermayer2002-12-04
* renamed libav to libavformatFabrice Bellard2002-11-25