13496 Commits (4515f9b58a51eb0af81c1ed1fd99889fcdc5ae91)

Author SHA1 Message Date
Anton Khirnov 095290f9a4 lavc: provide the opt.h header until the next bump 14 years ago
Justin Ruggles 31d76ec288 In avcodec_open(), set return code to an error value only when an error occurs 14 years ago
Anton Khirnov cda7aa9eba lavc: remove reference to opt.h from Makefile. 14 years ago
Anton Khirnov 3453a231a6 lavc: remove misc disabled cruft. 14 years ago
Anton Khirnov 251cf997cf lavc: remove the FF_API_INOFFICIAL cruft. 14 years ago
Anton Khirnov 41d0eb1c81 lavc: remove the FF_API_SET_STRING_OLD cruft. 14 years ago
Anton Khirnov 01a4259b8d lavc: remove the FF_API_USE_LPC cruft. 14 years ago
Anton Khirnov db4d3a7421 lavc: remove the FF_API_SUBTITLE_OLD cruft. 14 years ago
Anton Khirnov e89e5afdd0 lavc: remove the FF_API_VIDEO_OLD cruft. 14 years ago
Anton Khirnov 9b4f1cdb6a lavc: remove the FF_API_AUDIO_OLD cruft. 14 years ago
Anton Khirnov 20d33ee8b1 lavc: remove the FF_API_OPT_SHOW cruft. 14 years ago
Anton Khirnov 42420e7b94 lavc: remove the FF_API_MM_FLAGS cruft. 14 years ago
Diego Biurrun 151cd4f982 pcm: Add const to cast in ENCODE macro. 14 years ago
Luca Barbato facc48f157 libvo-aacenc,libvo-amrwbenc}: fix api usage 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Diego Biurrun f0a41afd8a Replace mplayerhq.hu URLs by libav.org. 14 years ago
Diego Biurrun 259a3e70ed ptx: Use av_log_ask_for_sample() where appropriate. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Justin Ruggles 4c64c8e95a ac3dec: fix processing of delta bit allocation information. 14 years ago
Ronald S. Bultje 0b05864eef vc1: fix fate-vc1 after previous commit. 14 years ago
Ronald S. Bultje 58bb6b7d93 wmv3dec: fix playback of complex WMV3 files using simple_idct. 14 years ago
Kostya Shishkov c0eee89337 make av_dup_packet() more cautious on allocation failures 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Kostya Shishkov 4de339e219 introduce side information for AVPacket 14 years ago
Martin Storsjö 302152d40b libavcodec: Bump micro after adding the dtx AVOptions 14 years ago
Martin Storsjö 651b276ef7 libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions 14 years ago
Martin Storsjö 3dd82afc74 libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed 14 years ago
Martin Storsjö 7073938121 libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate 14 years ago
Martin Storsjö 957635ba14 libvo-*: Fix up the long codec names 14 years ago
Martin Storsjö 567ad0e31d libavcodec: Mark AVCodec->priv_class const 14 years ago
Martin Storsjö 2d3267936a libvo-aacenc: Only produce extradata if the global header flag is set 14 years ago
Anton Khirnov c776732712 lavc: postpone removal of request_channels 14 years ago
Anton Khirnov d6ead39ee7 lavc: postpone removal of audioconvert and sample_fmt wrappers 14 years ago
Martin Storsjö 882221afde libopencore-amr: Cosmetics: Rewrap and align 14 years ago
Martin Storsjö 02c63a109f libopencore-amr, libvo-amrbwenc: Rename variables and functions 14 years ago
Martin Storsjö 9b9c6405fd libopencore-amr: Convert commented out debug logging into av_dlog 14 years ago
Martin Storsjö 89e7e640f7 libopencore-amr: Remove an unused state variable 14 years ago
Martin Storsjö 5d211e034e libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate table 14 years ago
Martin Storsjö 0e03f94d61 libopencore-amr: Remove a useless local variable 14 years ago
Martin Storsjö c48ce4eb50 libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static const 14 years ago
Martin Storsjö 900a129f4f libopencore-amr, libvo-amrwbenc: Return proper error codes in most places 14 years ago
Martin Storsjö a8ec07c933 libopencore-amr: Don't print carriage returns in log messages 14 years ago
Martin Storsjö 587331414b libopencore-amr: Remove an old workaround for libamr header weirdness 14 years ago
Martin Storsjö 57ddffe843 libopencore-amr: Make the opaque encoder pointer a void* 14 years ago
Martin Storsjö dbff4da914 libopencore-amr: Remove unused code fragments 14 years ago
Alberto Delmas d294015510 Check for successful h263 init in msmpeg4 init 14 years ago
Martin Storsjö c5e03cebd3 libvo-*: Don't use deprecated sample format names and enum names 14 years ago
Martin Storsjö c41eb2ade4 libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization 14 years ago
Alex Converse 2f072b55a4 Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 14 years ago