summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Bump major versions of all libraries.Anton Khirnov2011-04-18
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-18
* ptx: Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-18
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* ac3dec: fix processing of delta bit allocation information.Justin Ruggles2011-04-17
* vc1: fix fate-vc1 after previous commit.Ronald S. Bultje2011-04-17
* wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje2011-04-16
* make av_dup_packet() more cautious on allocation failuresKostya Shishkov2011-04-15
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* introduce side information for AVPacketKostya Shishkov2011-04-15
* libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö2011-04-14
* libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-14
* libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-14
* libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-14
* libvo-*: Fix up the long codec namesMartin Storsjö2011-04-13
* libavcodec: Mark AVCodec->priv_class constMartin Storsjö2011-04-13
* 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