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-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libopencore-amr: switch to ff_alloc_packet2().Michael Niedermayer
2012-03-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-21libopencore-amrnbenc: use AVCodec.encode2()Justin Ruggles
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05libopencore-amr: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-03-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04libopencore-amrnbenc: fix end-of-stream handlingJustin Ruggles
2012-02-25check for coded_frame allocation failure in several audio encodersJustin Ruggles
2012-01-29libopencore-amr: fix memleakPaul B Mahol
2012-01-29libopencore-amr: check return value of avcodec_alloc_frame()Paul B Mahol
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-27libopencore-amr: check output buffer size before decodingJustin Ruggles
2011-10-27libopencore-amr: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-27libopencore-amr: remove unneeded frame_count field.Justin Ruggles
2011-10-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-07-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-05opencore-amr: Add missing initializer braces to shut up gcc warning.Diego Biurrun
2011-04-14Merge remote branch 'qatar/master'Michael Niedermayer
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-13libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö
2011-04-13libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö
2011-04-13libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö
2011-04-13libopencore-amr: Remove an unused state variableMartin Storsjö
2011-04-13libopencore-amr: Remove a useless local variableMartin 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-13libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö
2011-04-13libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö
2011-04-13libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö
2011-04-13libopencore-amr: Remove unused code fragmentsMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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-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-06-05Add support for external OpenCORE libraries for AMR-NB/WB support.Diego Biurrun