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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-25cosmetics: reindent and pretty-printJustin Ruggles
2011-09-25libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-07libgsm: Drop const qualifier to silence compiler warning.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-03Change all occurences of "inofficial" to "unofficial" in code, commentsRodney Baker
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-13Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.Ramiro Polla
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-11-10Fix memory leak in libgsm wrapper.Martin Storsjö
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-29indentMichael Niedermayer
2008-04-29Fix decoding of:Michael Niedermayer
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-25Make sure some value is always returned via data_sizeMichel Bardiaux
2008-04-25Allow bitrates zero and 13200 (needed for decoding mov and aiff)Michel Bardiaux
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-06-06Give names of external library decoders/encoders a lib prefixDiego Biurrun
2007-02-20Add support for MS-GSM codecMichel Bardiaux
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-05-23libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer