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
2011-04-13libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö
2011-04-13lavc: postpone removal of request_channelsAnton Khirnov
2011-04-13lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov
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-13libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin 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-04-13Check for successful h263 init in msmpeg4 initAlberto Delmas
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-12Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse
2011-04-12Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse
2011-04-11Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö
2011-04-11Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö
2011-04-11g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö
2011-04-10Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás
2011-04-09pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange
2011-04-09Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger
2011-04-09vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne
2011-04-09vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne
2011-04-07lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov
2011-04-07Fix parser: mark av_parser_parse() for removal on next major bumpBrad
2011-04-06psymodel: extend API to include PE and bit allocation.Nathan Caldwell
2011-04-05Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange
2011-04-05Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau
2011-04-05ac3enc: NEON optimised extract_exponentsMans Rullgard
2011-04-04ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard
2011-04-04aacenc: reduce the number of loop index variablesYoung Han Lee
2011-04-04ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles
2011-04-04ARM: NEON fixed-point forward MDCTMans Rullgard
2011-04-04ARM: NEON fixed-point FFTMans Rullgard
2011-04-03ac3enc: use generic fixed-point mdctMans Rullgard
2011-04-03lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov
2011-04-03lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov
2011-04-03Fixed-point MDCT with 32-bit unscaled outputMans Rullgard
2011-04-02lavc: deprecate rate_emuAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-04-02parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-04-02jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov
2011-04-02ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard
2011-04-02ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard