summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-13
* lavc: postpone removal of request_channelsAnton Khirnov2011-04-13
* lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov2011-04-13
* libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-13
* libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-13
* libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-13
* libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-13
* libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö2011-04-13
* libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-13
* libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö2011-04-13
* libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-13
* libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-13
* libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-13
* libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-13
* libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-13
* Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-12
* libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-12
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-12
* Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-11
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-11
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-11
* Add an AAC encoder by using the libvo-aacenc libraryMartin Storsjö2011-04-11
* g722: Return 8 bits per sample for g722 in av_get_bits_per_sampleMartin Storsjö2011-04-11
* Parse sprite data for WMVP and WVP2, and decode sprites for the latterAlberto Delmás2011-04-10
* pthread: validate_thread_parameters() ignored slice-threading being intention...Alexander Strange2011-04-09
* Use consistent condition for whether to run slice-threading execute function.Reimar Döffinger2011-04-09
* vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.Gwenole Beauchesne2011-04-09
* vaapi: filter out DELAYED_PIC_REF flag to determine field.Gwenole Beauchesne2011-04-09
* lavc: add a FF_API_REQUEST_CHANNELS deprecation macroAnton Khirnov2011-04-07
* Fix parser: mark av_parser_parse() for removal on next major bumpBrad2011-04-06
* psymodel: extend API to include PE and bit allocation.Nathan Caldwell2011-04-05
* Remove unnecessary parameter from ff_thread_init() and fix behaviorAlexander Strange2011-04-05
* Revert "aac_latm_dec: use aac context and aac m4ac"Janne Grunau2011-04-05
* ac3enc: NEON optimised extract_exponentsMans Rullgard2011-04-05
* ac3enc: move extract_exponents inner loop to ac3dspMans Rullgard2011-04-04
* aacenc: reduce the number of loop index variablesYoung Han Lee2011-04-04
* ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles2011-04-03
* ARM: NEON fixed-point forward MDCTMans Rullgard2011-04-03
* ARM: NEON fixed-point FFTMans Rullgard2011-04-03
* ac3enc: use generic fixed-point mdctMans Rullgard2011-04-03
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-03
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-03
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-02
* lavc: deprecate rate_emuAnton Khirnov2011-04-02
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-02
* parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov2011-04-02
* lavc: add missing audioconvert includesAnton Khirnov2011-04-02
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-02
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-01
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-01