| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: provide deprecated avcodec_thread_init until next major version | Anton Khirnov | 2011-04-21 | 3 | -0/+19 |
* | lavc: provide the opt.h header until the next bump | Anton Khirnov | 2011-04-21 | 3 | -1/+20 |
* | In avcodec_open(), set return code to an error value only when an error occurs | Justin Ruggles | 2011-04-19 | 1 | -3/+8 |
* | lavc: remove reference to opt.h from Makefile. | Anton Khirnov | 2011-04-19 | 1 | -1/+1 |
* | lavc: remove misc disabled cruft. | Anton Khirnov | 2011-04-19 | 9 | -345/+4 |
* | lavc: remove the FF_API_INOFFICIAL cruft. | Anton Khirnov | 2011-04-19 | 3 | -9/+0 |
* | lavc: remove the FF_API_SET_STRING_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -68/+0 |
* | lavc: remove the FF_API_USE_LPC cruft. | Anton Khirnov | 2011-04-19 | 4 | -27/+0 |
* | lavc: remove the FF_API_SUBTITLE_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -26/+0 |
* | lavc: remove the FF_API_VIDEO_OLD cruft. | Anton Khirnov | 2011-04-19 | 3 | -38/+0 |
* | lavc: remove the FF_API_AUDIO_OLD cruft. | Anton Khirnov | 2011-04-19 | 4 | -55/+0 |
* | lavc: remove the FF_API_OPT_SHOW cruft. | Anton Khirnov | 2011-04-19 | 3 | -16/+0 |
* | lavc: remove the FF_API_MM_FLAGS cruft. | Anton Khirnov | 2011-04-19 | 2 | -22/+0 |
* | pcm: Add const to cast in ENCODE macro. | Diego Biurrun | 2011-04-19 | 1 | -1/+1 |
* | libvo-aacenc,libvo-amrwbenc}: fix api usage | Luca Barbato | 2011-04-18 | 2 | -5/+5 |
* | Bump major versions of all libraries. | Anton Khirnov | 2011-04-18 | 1 | -2/+2 |
* | Replace mplayerhq.hu URLs by libav.org. | Diego Biurrun | 2011-04-18 | 3 | -3/+3 |
* | ptx: Use av_log_ask_for_sample() where appropriate. | Diego Biurrun | 2011-04-18 | 1 | -2/+2 |
* | Replace more FFmpeg references by Libav. | Diego Biurrun | 2011-04-17 | 18 | -28/+28 |
* | ac3dec: fix processing of delta bit allocation information. | Justin Ruggles | 2011-04-17 | 2 | -4/+4 |
* | vc1: fix fate-vc1 after previous commit. | Ronald S. Bultje | 2011-04-17 | 1 | -1/+1 |
* | wmv3dec: fix playback of complex WMV3 files using simple_idct. | Ronald S. Bultje | 2011-04-16 | 2 | -41/+51 |
* | make av_dup_packet() more cautious on allocation failures | Kostya Shishkov | 2011-04-15 | 1 | -7/+19 |
* | make containers pass palette change in AVPacket | Kostya Shishkov | 2011-04-15 | 13 | -93/+101 |
* | introduce side information for AVPacket | Kostya Shishkov | 2011-04-15 | 3 | -13/+119 |
* | libavcodec: Bump micro after adding the dtx AVOptions | Martin Storsjö | 2011-04-14 | 1 | -1/+1 |
* | libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions | Martin Storsjö | 2011-04-14 | 2 | -2/+26 |
* | libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed | Martin Storsjö | 2011-04-14 | 2 | -6/+16 |
* | libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate | Martin Storsjö | 2011-04-14 | 2 | -33/+40 |
* | libvo-*: Fix up the long codec names | Martin Storsjö | 2011-04-13 | 2 | -2/+2 |
* | libavcodec: Mark AVCodec->priv_class const | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libvo-aacenc: Only produce extradata if the global header flag is set | Martin Storsjö | 2011-04-13 | 1 | -8/+10 |
* | lavc: postpone removal of request_channels | Anton Khirnov | 2011-04-13 | 1 | -1/+1 |
* | lavc: postpone removal of audioconvert and sample_fmt wrappers | Anton Khirnov | 2011-04-13 | 1 | -2/+2 |
* | libopencore-amr: Cosmetics: Rewrap and align | Martin Storsjö | 2011-04-13 | 1 | -14/+10 |
* | libopencore-amr, libvo-amrbwenc: Rename variables and functions | Martin Storsjö | 2011-04-13 | 2 | -22/+22 |
* | libopencore-amr: Convert commented out debug logging into av_dlog | Martin Storsjö | 2011-04-13 | 1 | -6/+6 |
* | libopencore-amr: Remove an unused state variable | Martin Storsjö | 2011-04-13 | 1 | -3/+0 |
* | libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table | Martin Storsjö | 2011-04-13 | 1 | -16/+4 |
* | libopencore-amr: Remove a useless local variable | Martin Storsjö | 2011-04-13 | 1 | -7/+5 |
* | libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c... | Martin Storsjö | 2011-04-13 | 2 | -2/+2 |
* | libopencore-amr, libvo-amrwbenc: Return proper error codes in most places | Martin Storsjö | 2011-04-13 | 2 | -12/+12 |
* | libopencore-amr: Don't print carriage returns in log messages | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr: Remove an old workaround for libamr header weirdness | Martin Storsjö | 2011-04-13 | 1 | -5/+0 |
* | libopencore-amr: Make the opaque encoder pointer a void* | Martin Storsjö | 2011-04-13 | 1 | -1/+1 |
* | libopencore-amr: Remove unused code fragments | Martin Storsjö | 2011-04-13 | 1 | -11/+0 |
* | Check for successful h263 init in msmpeg4 init | Alberto Delmas | 2011-04-12 | 1 | -1/+2 |
* | libvo-*: Don't use deprecated sample format names and enum names | Martin Storsjö | 2011-04-12 | 2 | -2/+2 |
* | libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization | Martin Storsjö | 2011-04-12 | 5 | -5/+5 |
* | Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. | Alex Converse | 2011-04-11 | 1 | -2/+2 |