Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-03-05cleanup useless fieldsBaptiste Coudurier
2007-03-05simplify swf muxerBaptiste Coudurier
2007-03-02support for adpcm swf, pcmBaptiste Coudurier
2007-03-01don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier
2007-03-01factorizeBaptiste Coudurier
2007-03-01remove nonsense time base code, use swf ms per frame, only video frames conta...Baptiste Coudurier
2007-02-25use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2007-01-14seek back at the end of file after updating headerBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14priv_data is allocated internallyBaptiste Coudurier
2007-01-14enable mjpeg in swfBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14swf can contain only one audio track, simplifyBaptiste Coudurier
2007-01-14use ch_id as AVStream id and simplifyBaptiste Coudurier
2007-01-14always export audiostreamsBaptiste Coudurier
2007-01-14always export videostreamsBaptiste Coudurier
2007-01-08priv_data is allocated/freed internallyBaptiste Coudurier
2007-01-05simplifyBaptiste Coudurier
2007-01-05dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier
2006-11-16print error when unsupported sample rate is used with swfBaptiste Coudurier
2006-10-26fix mp3 in swf decodingAurelien Jacobs
2006-10-23don't use ast before checking it's not NULLAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-0310lAlex Beregszaszi
2005-07-03tell the user if compressed swf foundAlex Beregszaszi
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2004-12-29common.h -> common.h/bitstream.hMichael Niedermayer
2004-08-18nonsense removialMichael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-02-07no limits!, warning is enoughMichael Niedermayer
2004-02-07- made --extra-cflags option work on darwinTinic Uro
2003-12-05SWF sanity check patch by (Glyn Kennington <glyn dot kennington at ox dot com...Glyn Kennington
2003-10-14disable encoders where appropriate (patch courtesy of BEROMike Melanson
2003-10-13init_put_bits changedAlex Beregszaszi
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-08-08add av_new_stream() usageFabrice Bellard