aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Warn if Vorbis does not support the provided channel layout.Carl Eugen Hoyos2011-04-151-0/+29
* Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer2011-04-1518-19/+305
|\
| * avutil: make aes and sha api publicAlexis Ballier2011-04-141-0/+2
| * handle malloc failures in ff_get_wav_headerMax Horn2011-04-149-10/+36
| * add xWMA demuxerMax Horn2011-04-146-1/+260
| * mpegts: force the default timebaseRudolf Polzer2011-04-141-0/+1
| * libavcodec: Bump micro after adding the dtx AVOptionsMartin Storsjö2011-04-141-1/+1
* | Fix BE/LE order of pix formatsMichael Niedermayer2011-04-141-5/+5
* | AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.Carl Eugen Hoyos2011-04-141-3/+6
* | Fix channel order for 7.1 TrueHD samples.Carl Eugen Hoyos2011-04-141-0/+5
* | Fix channel order for some MLP samples.Carl Eugen Hoyos2011-04-141-0/+18
* | Cosmetics: Fix indentation and move one line.Carl Eugen Hoyos2011-04-141-2/+2
* | Support alsa channel reordering for float.Carl Eugen Hoyos2011-04-141-0/+12
* | Add forgotten line to silence a warning for int32.Carl Eugen Hoyos2011-04-141-0/+1
* | Also support alsa channel reordering for u16 and u32 formats.Carl Eugen Hoyos2011-04-141-0/+2
* | Rename the s16 and s32 alsa reorder functions as int16 and int32.Carl Eugen Hoyos2011-04-141-12/+12
* | Support unsigned variants of already supported signed formats in alsa.Carl Eugen Hoyos2011-04-141-0/+7
* | Support a-law and mu-law output in alsa.Carl Eugen Hoyos2011-04-141-0/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-1443-374/+482
|\|
| * 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
| * swscale: Factorize FAST_BGR2YV12 definition.Luca Barbato2011-04-133-4/+2
| * libvo-aacenc: Only produce extradata if the global header flag is setMartin Storsjö2011-04-131-8/+10
| * lavf: postpone removal of public metadata conversion APIAnton Khirnov2011-04-134-5/+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
| * lavf: postpone removal of deprecated avio functionsAnton Khirnov2011-04-131-1/+1
| * 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
| * applehttp: Only check the discard flags if v->ctx actually is initializedMartin Storsjö2011-04-131-4/+7
| * doc: update developer guideLuca Barbato2011-04-131-128/+93
| * lavf: bump minor and add an APIChanges entry for the last avio changesAnton Khirnov2011-04-132-1/+33
| * avio: deprecate url_exist in favor of avio_check.Anton Khirnov2011-04-132-2/+5
| * file: implement url_check() callback in the file and pipe protocolsStefano Sabatini2011-04-131-0/+16
| * avio: add avio_check()Stefano Sabatini2011-04-133-0/+38
| * avio: left-shift AVIO_ flags on next bumpAnton Khirnov2011-04-131-0/+10
| * Check for successful h263 init in msmpeg4 initAlberto Delmas2011-04-121-1/+2