aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/swf.c
Commit message (Expand)AuthorAgeFilesLines
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* seems safer to set pts timebase to sample rate, fix some mp3Baptiste Coudurier2007-03-081-1/+1
* fix pts handlingBaptiste Coudurier2007-03-081-16/+7
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-061-1/+0
* use AVFormatContext with av_logBaptiste Coudurier2007-03-051-2/+2
* more explicit messageBaptiste Coudurier2007-03-051-2/+2
* cleanup useless fieldsBaptiste Coudurier2007-03-041-8/+0
* simplify swf muxerBaptiste Coudurier2007-03-041-136/+26
* support for adpcm swf, pcmBaptiste Coudurier2007-03-021-4/+14
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-011-9/+6
* factorizeBaptiste Coudurier2007-03-011-10/+7
* remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier2007-03-011-8/+3
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-251-2/+1
* 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