aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/msvideo1enc: fix SKIPS_MAXMichael Niedermayer2014-01-091-1/+1
* arm: Don't clobber callee saved registers in scalarproductMartin Storsjö2013-12-211-6/+6
* avcodec/cabac: force get_cabac to be not inlinedMichael Niedermayer2013-12-091-1/+1
* avcodec/bink: fix seeking to frame 0Michael Niedermayer2013-10-311-1/+12
* h264: make flush_change() set mmco_resetMichael Niedermayer2013-10-261-0/+1
* avcodec/h264: reduce noisiness of "mmco: unref short failure"Michael Niedermayer2013-10-261-1/+1
* avcodec/h264: do not trust last_pic_droppable when marking pictures as doneMichael Niedermayer2013-10-261-3/+3
* avcodec/h264_refs: modify key frame detection heuristic to detect more casesMichael Niedermayer2013-10-241-1/+1
* avcodec/parser: reset indexes on realloc failureMichael Niedermayer2013-10-031-3/+7
* avcodec/ffv1enc: update buffer check for 16bpsMichael Niedermayer2013-10-031-1/+1
* avcodec/truemotion2: Fix av_freep argumentsMichael Niedermayer2013-10-031-8/+8
* avcodec/mjpegdec: Add some sanity checks to ljpeg_decode_rgb_scan()Michael Niedermayer2013-10-031-0/+6
* avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2013-10-031-2/+2
* ffv1dec: Check bits_per_raw_sample and colorspace for equality in ver 0/1 hea...Michael Niedermayer2013-10-031-7/+8
* ffv1dec: check that global parameters dont change in version 0/1Michael Niedermayer2013-10-031-4/+21
* avcodec/ffv1dec: check global header versionMichael Niedermayer2013-10-031-0/+4
* avcodec/srtdec: fix potential overread.Clément Bœsch2013-09-161-1/+2
* Avoid a deadlock when decoding wma.Carl Eugen Hoyos2013-09-021-0/+4
* avcodec/h264: set er.ref_count earlierMichael Niedermayer2013-09-011-1/+1
* avcodec/pngdsp: fix (un)signed type in end comparissionMichael Niedermayer2013-08-301-1/+1
* jpeg2000: check log2_cblk dimensionsMichael Niedermayer2013-08-251-0/+8
* avcodec/rpza: Perform pointer advance and checks before using the pointersMichael Niedermayer2013-08-251-4/+4
* avcodec/flashsv: check diff_start/heightMichael Niedermayer2013-08-251-0/+4
* avcodec/kmvc: fix MV checksMichael Niedermayer2013-07-311-4/+4
* Revert "pnm: remove nonsense code"Paul B Mahol2013-07-291-0/+2
* mpeg12: Ignore slice threading if hwaccel is activeRémi Denis-Courmont2013-07-261-3/+6
* avcodec/qdm2: initialize sign_bitsMichael Niedermayer2013-07-101-1/+1
* avcodec/qdm2: store bits in an integer instead of float variableMichael Niedermayer2013-07-101-1/+2
* atrac3: fix error handlingLuca Barbato2013-07-101-2/+2
* indeo: Properly forward the error codesLuca Barbato2013-07-101-2/+10
* update all trac links to use the trac subdomainMichael Niedermayer2013-07-101-1/+1
* mpeg12dec: avoid reinitialization on PS changes when possible.Michael Niedermayer2013-07-091-1/+1
* libavcodec/x86/mpegvideo: Move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* avcodec/x86/vp3dsp_init: move mmx functions under HAVE_MMX_INLINEMichael Niedermayer2013-07-071-4/+4
* avcodec/x86/dsputil_init: only use xvid idct for lowres=0Michael Niedermayer2013-07-071-1/+1
* mathops/x86: work around inline asm miscompilation with GCC 4.8.1Hendrik Leppkes2013-06-241-1/+1
* vaapi: return early from ff_vaapi_render_picture() without pictureJanne Grunau2013-06-181-0/+3
* alacenc: Fix missing sign_extend()Michael Niedermayer2013-06-131-1/+1
* avcodec/utils: Fix encoder allocation sizeMichael Niedermayer2013-06-111-1/+1
* AAC encoder: Fix rate control on twoloop.Claudio Freire2013-06-021-1/+1
* mpegvideo: implement ff_put_h264_chroma_mc1 & ff_avg_h264_chroma_mc2Michael Niedermayer2013-06-024-5/+35
* h264_cavlc: fix reading skip runMichael Niedermayer2013-05-301-1/+1
* smacker: remove av_clip_int16()Michael Niedermayer2013-05-201-2/+2
* exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...n1.2.1Michael Niedermayer2013-05-091-1/+2
* gifdec: reset previous Graphic Control Extension disposal typeMichael Niedermayer2013-05-091-0/+1
* avcodec/cdgraphics: check buffer size before useMichael Niedermayer2013-05-091-1/+3
* sanm: Check dimensions before useMichael Niedermayer2013-05-091-0/+5
* vmdav: Try to fix unpack_rle()Michael Niedermayer2013-05-091-3/+3
* mmvideo/mm_decode_intra: check horizontal coordinate tooMichael Niedermayer2013-05-091-0/+3
* mmvideo/mm_decode_inter: check horizontal coordinate tooMichael Niedermayer2013-05-091-0/+2