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
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-21libvo_amrwbenc: use AVCodec.encode2()Justin Ruggles
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-07libvo-amrwbenc: Add braces to shut up gcc warning.Diego Biurrun
2011-04-19libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato
2011-04-14libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö
2011-04-14libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö
2011-04-14libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö
2011-04-13libvo-*: Fix up the long codec namesMartin Storsjö
2011-04-13libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö
2011-04-13libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö
2011-04-13libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö
2011-04-13libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö
2011-04-12libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö
2011-04-12libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö