aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-269-10/+10
* mips/acelp_filters: fix incorrect register constraintJames Cowgill2015-02-261-1/+1
* mips/aacdec: refactor out duplicated assembly codeJames Cowgill2015-02-261-501/+111
* mips/sbrdsp: remove sbr_neg_odd_64_mipsJames Cowgill2015-02-261-34/+0
* mips/fft: remove some useless assemblyJames Cowgill2015-02-261-24/+2
* mips/aacpsdsp: fix definition of ps_decorrelate_mipsJames Cowgill2015-02-261-3/+3
* mips/mathops: remove 64-bit codeJames Cowgill2015-02-261-26/+0
* avcodec/hevc_ps: Check that log2_ctb_size is not smaller than the bounds of a...Michael Niedermayer2015-02-251-0/+8
* avcodec/snow: Initialize spatial_decomposition_count to a valid valueMichael Niedermayer2015-02-251-0/+1
* avcodec/hevcdsp: ARM NEON optimized qpel functionsSeppo Tomperi2015-02-253-1/+1160
* avcodec/hevc_ps: Sanity checks for some log2_* valuesMichael Niedermayer2015-02-251-1/+20
* avcodec/zmbv: Check len before reading in decode_frame()Michael Niedermayer2015-02-251-0/+5
* avcodec/h264: Clear last_pic_for_ec on seeks and reinitsMichael Niedermayer2015-02-251-0/+2
* avcodec/arm/hevcdsp_idct_neon: drop ".code 32"Michael Niedermayer2015-02-251-2/+0
* avcodec/h264: Only reinit quant tables if a new PPS is allowedMichael Niedermayer2015-02-241-1/+1
* avcodec/mss4: check return value of init_get_bits8()Paul B Mahol2015-02-241-1/+2
* lavc/pthread_slice: release entriesChristophe Gisquet2015-02-241-0/+12
* avformat/nutdec: fix isom and mpa build depsClément Bœsch2015-02-241-0/+1
* avcodec/snow: Free all planes and bands independent of the last countMichael Niedermayer2015-02-241-2/+2
* avcodec/snowdec: Fix ref value checkMichael Niedermayer2015-02-241-1/+1
* Revert "takdec: pad filter coeff buffer for DSP functions"James Almer2015-02-231-8/+24
* Merge commit 'cb4cb7b0ea12b791dde587b1acd504dbb4ec8f41'Michael Niedermayer2015-02-231-1/+1
|\
| * qsv: Skip qsv.h compilation if qsv is not enabledDiego Biurrun2015-02-231-1/+1
* | Merge commit '061c489895d29049a88dc6118e4b639a273b31d6'Michael Niedermayer2015-02-231-4/+10
|\|
| * eamad: check for out of bounds readFederico Tomassetti2015-02-231-4/+10
* | Merge commit '161442ff2c4b0dd8a5072c6bbe6bf55303fffccf'Michael Niedermayer2015-02-231-7/+13
|\|
| * mdec: check for out of bounds readFederico Tomassetti2015-02-231-7/+13
* | avcodec/snowenc: Allocate and reference coded_frame correctlyMichael Niedermayer2015-02-231-2/+5
* | avcodec/roqvideoenc: Allocate and reference coded_frame correctlyMichael Niedermayer2015-02-231-2/+5
* | avcodec/hqx: remove superfluous log messagePaul B Mahol2015-02-231-3/+1
* | Merge commit '35c6ce76b107225a19eb33aea38857d2405882af'Michael Niedermayer2015-02-238-2/+2889
|\|
| * Canopus HQX decoderVittorio Giovara2015-02-228-1/+2888
| * hevc_deblock: Fix compilation with nasmCarl Eugen Hoyos2015-02-221-2/+2
* | Merge commit 'e570f895cdccf2535a71fec1c607751ddb94fd5a'Michael Niedermayer2015-02-232-0/+6
|\|
| * libschroedinger: Check memory allocationsVittorio Giovara2015-02-223-0/+8
* | avcodec/a64multienc: Assert that the Packet size does not growMichael Niedermayer2015-02-231-0/+2
* | avcodec/a64multienc: simplify frame handling codeMichael Niedermayer2015-02-231-19/+4
* | avcodec/a64multienc: fix use of uninitialized values in to_meta_with_cropAndreas Cadhalpun2015-02-231-3/+7
* | avcodec/a64multienc: initialize mc_meta_charset to zeroAndreas Cadhalpun2015-02-231-1/+1
* | avcodec/a64multienc: don't set incorrect packet sizeMichael Niedermayer2015-02-231-2/+3
* | avcodec/a64multienc: use av_frame_ref instead of copying the frameAndreas Cadhalpun2015-02-231-1/+3
* | avcodec/aacenc: Fix sample rate checkMichael Niedermayer2015-02-221-1/+1
* | avcodec/mpegvideo: Fix memleak of mvsMichael Niedermayer2015-02-221-1/+3
* | avcodec/vorbisdec: Fix memleak, call cleanup on memory allocation failureMichael Niedermayer2015-02-221-2/+4
* | avcodec/wmaenc: Check extradata allocationsMichael Niedermayer2015-02-221-0/+4
* | takdec: pad filter coeff buffer for DSP functionsChristophe Gisquet2015-02-221-24/+8
* | avcodec/exr: fix memset first arg in reverse_lut()Paul B Mahol2015-02-221-1/+1
* | avcodec/libaacplus: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+4
* | avcodec/jpeglsenc: Check for memory allocation failuresMichael Niedermayer2015-02-221-7/+16
* | avcodec/libx264: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+7