summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-191-3/+8
* lavc: remove reference to opt.h from Makefile.Anton Khirnov2011-04-191-1/+1
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-199-345/+4
* lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-193-9/+0
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-193-68/+0
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-194-27/+0
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-193-26/+0
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-193-38/+0
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-194-55/+0
* lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-193-16/+0
* lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-192-22/+0
* pcm: Add const to cast in ENCODE macro.Diego Biurrun2011-04-191-1/+1
* libvo-aacenc,libvo-amrwbenc}: fix api usageLuca Barbato2011-04-182-5/+5
* Bump major versions of all libraries.Anton Khirnov2011-04-181-2/+2
* Replace mplayerhq.hu URLs by libav.org.Diego Biurrun2011-04-183-3/+3
* ptx: Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-181-2/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-1718-28/+28
* ac3dec: fix processing of delta bit allocation information.Justin Ruggles2011-04-172-4/+4
* vc1: fix fate-vc1 after previous commit.Ronald S. Bultje2011-04-171-1/+1
* wmv3dec: fix playback of complex WMV3 files using simple_idct.Ronald S. Bultje2011-04-162-41/+51
* make av_dup_packet() more cautious on allocation failuresKostya Shishkov2011-04-151-7/+19
* make containers pass palette change in AVPacketKostya Shishkov2011-04-1513-93/+101
* introduce side information for AVPacketKostya Shishkov2011-04-153-13/+119
* libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö2011-04-141-1/+1
* libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptionsMartin Storsjö2011-04-142-2/+26
* libopencore-amr, libvo-amrwbenc: Only check the bitrate when changedMartin Storsjö2011-04-142-6/+16
* libopencore-amr, libvo-amrwbenc: Find the closest matching bitrateMartin Storsjö2011-04-142-33/+40
* libvo-*: Fix up the long codec namesMartin Storsjö2011-04-132-2/+2
* libavcodec: Mark AVCodec->priv_class constMartin Storsjö2011-04-131-1/+1
* libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
* lavc: postpone removal of request_channelsAnton Khirnov2011-04-131-1/+1
* lavc: postpone removal of audioconvert and sample_fmt wrappersAnton Khirnov2011-04-131-2/+2
* libopencore-amr: Cosmetics: Rewrap and alignMartin Storsjö2011-04-131-14/+10
* libopencore-amr, libvo-amrbwenc: Rename variables and functionsMartin Storsjö2011-04-132-22/+22
* libopencore-amr: Convert commented out debug logging into av_dlogMartin Storsjö2011-04-131-6/+6
* libopencore-amr: Remove an unused state variableMartin Storsjö2011-04-131-3/+0
* libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate tableMartin Storsjö2011-04-131-16/+4
* libopencore-amr: Remove a useless local variableMartin Storsjö2011-04-131-7/+5
* libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array static c...Martin Storsjö2011-04-132-2/+2
* libopencore-amr, libvo-amrwbenc: Return proper error codes in most placesMartin Storsjö2011-04-132-12/+12
* libopencore-amr: Don't print carriage returns in log messagesMartin Storsjö2011-04-131-1/+1
* libopencore-amr: Remove an old workaround for libamr header weirdnessMartin Storsjö2011-04-131-5/+0
* libopencore-amr: Make the opaque encoder pointer a void*Martin Storsjö2011-04-131-1/+1
* libopencore-amr: Remove unused code fragmentsMartin Storsjö2011-04-131-11/+0
* Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2
* libvo-*: Don't use deprecated sample format names and enum namesMartin Storsjö2011-04-122-2/+2
* libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initializationMartin Storsjö2011-04-125-5/+5
* Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.Alex Converse2011-04-111-2/+2
* Convert some undefined 1<<31 shifts into 1U<<31.Alex Converse2011-04-115-12/+12
* Add support for AMR-WB encoding via libvo-amrwbencMartin Storsjö2011-04-114-1/+130
OpenPOWER on IntegriCloud