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
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-10-02Use enum typers instead of int.Diego Pettenò
2008-06-20remove useless close funcsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29Remove unnecessary header #includes.Erik Hovland
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-09-11move unrelated functions declarations out of allformats.hAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-07Fix UNKOWN --> UNKNOWN typoDiego Biurrun
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
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-06-30Move initialisations and internal symbols in allformats.h,Diego Pettenò
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2004-10-18set correct timebaseMichael Niedermayer
2004-09-28support for Sierra Online audio files and Apple QuickDraw codec,Mike Melanson