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-06-27Fix libvorbis encoding with more than 2 channelsJames Darnley
2010-06-22libvorbis: Only drop 1-byte packets at end of streamMartin Storsjö
2010-06-16libvorbis: Use memmove instead of memcpy for shifting dataMartin Storsjö
2010-06-05libvorbis: Disable strict bitrate management when not requestedDavid Conrad
2010-06-05libvorbis: OV_ECTL_RATEMANAGE_AVG is depreciated in favor ofDavid Conrad
2010-06-05libvorbis: Hook up min/max bitrateDavid Conrad
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
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
2009-07-01add missing \n to error messageBaptiste Coudurier
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-10libvorbis: Use 0-10 range for audio quality.Nicolas George
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2008-10-15Cosmetics: fix indentation after previous commit.Benoit Fouet
2008-10-15Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George
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-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2007-11-04Remove libvorbis Vorbis decoding support. Our native decoder is completeDiego Biurrun
2007-08-12various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-06Give all wrappers for external libraries names starting with lib.Diego Biurrun