summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-19
* lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-19
* pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-19
* libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato2011-04-18
* 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