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-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-02-12Add FACT chunk for non-PCM wav formatsMichel Bardiaux
2007-02-06better generic index building and seeking codeMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-06Fix compilation with --disable-muxers.Gianluigi Tiesi
2006-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-06-28dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer
2006-06-17use standard codec tag if the specified tag is out of range and would beMåns Rullgård
2006-03-28NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-03TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-11-13DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-02Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-15Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen
2005-03-2328_fix_parameters_in_G726.patch by (Calcium | calcium nurs or jp)Calcium
2005-02-25pseudo codec tag for adpcm_swfAlex Beregszaszi
2005-01-12wav timestamp truncation fix by (Wolfram Gloger <wmglo dent.med.uni-muenchen ...Michael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-11-06cbr audio muxing fixMichael Niedermayer
2004-10-22set keyframe flag at a more central place instead of in every demuxer for con...Michael Niedermayer
2004-10-18set correct timebaseMichael Niedermayer
2004-10-16set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz
2004-10-12Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
2004-10-07untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>)Måns Rullgård
2004-09-23write shorter headers if possibleMichael Niedermayer
2004-08-21unofficial ids for sonic for using in nut (fixme)Alex Beregszaszi
2004-07-14libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-04-0510lMichael Niedermayer
2004-04-04store extradata, vorbis in avi works now, dont expect av sync thoughMichael Niedermayer
2004-04-04some random id for vorbis so we can do some experiments with vorbis in variou...Michael Niedermayer
2004-03-14fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje
2004-03-10Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <br...Brian Becker
2004-02-07 * Initial implementation of the G.726 ADPCM audio codec.Roman Shaposhnik
2003-11-10seeking support - fixed some ADPCM decoding casesFabrice Bellard