]> git.sesse.net Git - ffmpeg/history - libavformat/swf.c
mov: Wrap stsc index and count compare in a separate function
[ffmpeg] / libavformat / swf.c
2012-08-18 Anton Khirnovswf(dec): replace CODEC_ID with AV_CODEC_ID
2012-08-09 Diego Biurrunswf: Move shared table out of the header file
2008-05-20 Baptiste Couduriersplit swf de/muxer
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-01-21 Baptiste Coudurierunset extension, so code path, and guess format do...
2008-01-20 Paul Egannew avm2 (flash 9) muxer, patch by Paul Egan, paulegan...
2008-01-08 Baptiste Couduriercheck av_new_stream return value
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-20 Baptiste Couduriersupport swink created files which have soi/eoi broken...
2007-08-05 Baptiste Coudurierremove now useless vars
2007-08-05 Baptiste Couduriercosmetics, braces/parenthesis style
2007-08-05 Baptiste Couduriercosmetics, indentation
2007-08-05 Baptiste Coudurieradd streams on the fly, swf is a streaming format and...
2007-07-28 Diego Biurruncosmetics: misc typo fixes
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-12 Diego Biurrunmisc spelling fixes
2007-04-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-03-08 Baptiste Coudurierseems safer to set pts timebase to sample rate, fix...
2007-03-08 Baptiste Coudurierfix pts handling
2007-03-06 Alex Beregszaszi10l, audio_fifo is a static array
2007-03-05 Baptiste Coudurieruse AVFormatContext with av_log
2007-03-05 Baptiste Couduriermore explicit message
2007-03-04 Baptiste Couduriercleanup useless fields
2007-03-04 Baptiste Couduriersimplify swf muxer
2007-03-02 Baptiste Couduriersupport for adpcm swf, pcm
2007-03-01 Baptiste Coudurierdon't parse whole swf file in header, can now play...
2007-03-01 Baptiste Coudurierfactorize
2007-03-01 Baptiste Coudurierremove nonsense time base code, use swf ms per frame...
2007-02-25 Alex Beregszasziuse AV_RB32, swf_mp3_info may be replaced with mpa_deco...
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2007-01-14 Baptiste Coudurierseek back at the end of file after updating header
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Baptiste Coudurierpriv_data is allocated internally
2007-01-14 Baptiste Coudurierenable mjpeg in swf
2007-01-14 Baptiste Couduriersimplify
2007-01-14 Baptiste Coudurierswf can contain only one audio track, simplify
2007-01-14 Baptiste Coudurieruse ch_id as AVStream id and simplify
2007-01-14 Baptiste Coudurieralways export audiostreams
2007-01-14 Baptiste Coudurieralways export videostreams
2007-01-08 Baptiste Coudurierpriv_data is allocated/freed internally
2007-01-05 Baptiste Couduriersimplify
2007-01-05 Baptiste Coudurierdont skip too many bytes if tag is TAG_STREAMHEAD2...
2006-11-16 Baptiste Coudurierprint error when unsupported sample rate is used with swf
2006-10-25 Aurelien Jacobsfix mp3 in swf decoding
2006-10-22 Aurelien Jacobsdon't use ast before checking it's not NULL
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-09 Aurelien JacobsVP5 and VP6 video decoder
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-23 Diego BiurrunReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUX...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-02 Alex Beregszaszi10l
2005-07-02 Alex Beregszaszitell the user if compressed swf found
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2004-12-29 Michael Niedermayercommon.h -> common.h/bitstream.h
2004-08-18 Michael Niedermayernonsense removial
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-07 Michael Niedermayerno limits!, warning is enough
2004-02-06 Tinic Uro- made --extra-cflags option work on darwin
2003-12-05 Glyn KenningtonSWF sanity check patch by (Glyn Kennington <glyn dot...
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
2003-10-13 Alex Beregszasziinit_put_bits changed
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-08-08 Fabrice Bellardadd av_new_stream() usage
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-12-04 Michael Niedermayercleanup
2002-11-25 Fabrice Bellardrenamed libav to libavformat