aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aacdec: detect faac and skip correct amount of startup samplesMichael Niedermayer2012-09-281-0/+28
* avcodec: Add missing include to version.hjamal2012-09-281-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-288-71/+75
|\
| * libopus: Remap channels using libopus' internal remapping.Nathan Caldwell2012-09-281-25/+12
| * Opus decoder using libopusNicolas George2012-09-284-1/+205
| * avcodec: document the use of AVCodecContext.delay for audio decodingNathan Caldwell2012-09-281-7/+10
| * vc1dec: add flush function for WMV9 and VC-1 decodersKostya Shishkov2012-09-281-0/+2
| * h264_refs: Fix debug tprintf argument typesDiego Biurrun2012-09-271-2/+2
| * golomb: const correctness for get_ue()/get_se() function argumentsDiego Biurrun2012-09-271-2/+6
| * get_bits: const correctness for get_bits_trace()/get_xbits_trace() argumentsDiego Biurrun2012-09-271-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-288-67/+5
|\|
| * dwt: Drop unused functions spatial_compose{53|97}i()Diego Biurrun2012-09-271-18/+0
| * avcodec: Drop long-deprecated imgconvert.h headerDiego Biurrun2012-09-274-47/+0
| * Add Opus codec id and codec description.Andrew D'Addesio2012-09-273-1/+9
* | mp3dec: ask for 8khz switch point mp3sMichael Niedermayer2012-09-281-0/+2
* | mp3dec: Fix possibly exploitable crashMichael Niedermayer2012-09-281-1/+1
* | mpegvideo_enc: reduce QMAT_SHIFT to avoid overflow in dnxhdMichael Niedermayer2012-09-271-1/+1
* | dsputil_mmx: fix reading prior of the src array in sub_hfyu_median_prediction()Michael Niedermayer2012-09-271-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-271-1/+1
|\|
| * truemotion2: Request samples for old TM2 headersDiego Biurrun2012-09-261-1/+1
* | Revert "arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4"Michael Niedermayer2012-09-261-26/+36
* | ffv1dec: support decoding older 1.3 bitstream variantMichael Niedermayer2012-09-261-1/+1
* | ffv1:update copyright yearMichael Niedermayer2012-09-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-263-4/+8
|\|
| * xsub: feed init_get_bits the whole bufferAlexandre Colucci2012-09-251-4/+7
| * libfdk-aac: Allow setting VBR modes via a private optionMartin Storsjö2012-09-251-2/+4
| * libfdk-aac: Warn the user that the VBR modes are unsupportedMartin Storsjö2012-09-251-0/+3
| * Revert "cbrt_tablegen: Include libm.h"Derek Buitenhuis2012-09-251-1/+0
* | diracyasm: fix win64Michael Niedermayer2012-09-261-2/+2
* | libx264: fix open GOPMichael Niedermayer2012-09-261-1/+1
* | mlpdec: supress layout mismatch warnings for 2 ch upmixed monoMichael Niedermayer2012-09-251-0/+2
* | mlpdec: discard a 2nd substream if the stream is monoMichael Niedermayer2012-09-251-0/+4
* | mlp_parser: dont override existing channel geometry.Michael Niedermayer2012-09-251-0/+2
* | arm/h264: fix overreads in h264_chroma_mc8-and-h264_chroma_mc4bruce-wu2012-09-251-36/+26
* | dnxhdenc: fix speed regressionMichael Niedermayer2012-09-251-0/+2
* | mpegvideo: factorize ff_dct_encode_init()Michael Niedermayer2012-09-253-12/+19
* | dnxhdenc: remove redundant call to ff_dsputil_init()Michael Niedermayer2012-09-251-1/+0
* | avcodec_alloc_frame: dont zero the whole struct twiceMichael Niedermayer2012-09-251-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-253-15/+26
|\|
| * pthread: make sure AVFrame.extended_data is set properly.Anton Khirnov2012-09-251-0/+4
| * libfdk-aac: reindent after last commitNathan Caldwell2012-09-251-15/+15
| * libfdk-aac: Limit to supported sample rates.Nathan Caldwell2012-09-251-0/+6
| * cbrt_tablegen: Include libm.hDerek Buitenhuis2012-09-241-0/+1
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-254-19/+69
|\|
| * libx264: change default to closed gop to match x264cliJohn Van Sickle2012-09-241-0/+1
| * Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-4/+4
| * lavc: add avcodec_free_frame().Anton Khirnov2012-09-243-2/+29
| * lavc: ensure extended_data is set properly on decodingAnton Khirnov2012-09-241-0/+14
| * lavc: initialize AVFrame.extended_data in avcodec_get_frame_defaults()Anton Khirnov2012-09-241-0/+4
| * lavc: use av_mallocz to allocate AVFrames.Anton Khirnov2012-09-241-1/+1