aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvbsubdec: Cleanup on *malloc failureMichael Niedermayer2014-11-121-7/+23
* avcodec/h264_parser: Avoid adding SEI to the global headerMichael Niedermayer2014-11-121-1/+4
* Merge commit 'c9c7d59b7d26f0328d612995dd9256337ae1cbfb'Michael Niedermayer2014-11-121-0/+4
|\
| * tiff: Use av_mallocz_arrayLuca Barbato2014-11-111-2/+2
* | Merge commit '1b667269062eb6aec0b8726393ea91b7f7f57fde'Michael Niedermayer2014-11-111-2/+4
|\|
| * h264_parser: don't stop on SPS_EXT in splitJohn Stebbins2014-11-111-2/+4
| * h264_cabac: fix one fill_rectangle() indentation levelMichael Niedermayer2014-11-111-1/+1
| * png_parser: fix size of chunk_lenghtVittorio Giovara2014-11-111-1/+1
* | Merge commit '443502aed8b814d883825e52e91e4f018955aa66'Michael Niedermayer2014-11-111-16/+8
|\|
| * dvbsubdec: move shared codepathVittorio Giovara2014-11-111-15/+8
* | avcodec/dvbsubdec: Fix 8bit non_mod caseMichael Niedermayer2014-11-111-5/+7
* | avcodec/dvbsubdec: use av_freep() for safteyMichael Niedermayer2014-11-111-3/+3
* | Merge commit '2383323661f3b8342b2c4d356fcfe8c5d1b045f8'Michael Niedermayer2014-11-111-0/+13
|\|
| * dvbsubdec: improve error checkingVittorio Giovara2014-11-111-5/+15
| * dvbsubdec: add missing breakJernej Fijačko2014-11-111-0/+1
| * hevc_cabac: decrease CABAC_MAX_BINMichael Niedermayer2014-11-111-1/+1
* | avcodec/dvbsubdec: Add return code to save_subtitle_set()Michael Niedermayer2014-11-111-2/+4
* | Merge commit '9e9be5a20c0b36dce1cae11f5f5957886231a764'Michael Niedermayer2014-11-111-1/+1
|\|
| * hevc_mvs: prevent unitialized useVittorio Giovara2014-11-111-1/+1
| * 4xm: drop unnecessary checkVittorio Giovara2014-11-111-3/+0
| * hpeldsp: Increase put_no_rnd_pixels_tab[][] sizeMichael Niedermayer2014-11-111-2/+2
| * mjpegenc: fix argument size in encode_mbVittorio Giovara2014-11-112-2/+2
| * mpegvideo: fix size of arrayVittorio Giovara2014-11-111-1/+1
* | Merge commit '898e9a24ef13d8c56b4abf4ee0af09cdb0343e2d'Michael Niedermayer2014-11-111-2/+3
|\|
| * mpegvideo: check mpv return valueVittorio Giovara2014-11-111-1/+3
* | Merge commit 'fe27aeaeab07142b1acd2690c64ee6973bdd7eba'Michael Niedermayer2014-11-111-1/+1
|\|
| * mpeg12enc: increase declared size of block function argumentMichael Niedermayer2014-11-112-3/+3
* | Merge commit '52f954da7594c31ad94c9bcb54290145b59b27f5'Michael Niedermayer2014-11-111-15/+11
|\|
| * libavcodec: Unconditionally build xiph.oMartin Storsjö2014-11-111-12/+9
| * libfdk-aacdec: Support building with the latest version of fdk-aacMartin Storsjö2014-11-101-3/+9
* | avcodec/hevc.c: for big negative mvy value, should wait line 0 of ref frame d...Changjiang Wei2014-11-111-1/+1
* | libavcodec/ppc/me_cmp.c : support little endian in sse8_altivec(), hadamard8_...Rong Yan2014-11-111-37/+21
* | libavcodec/ppc/me_cmp.c : factorize little and big endian codeRong Yan2014-11-111-351/+55
* | avcodec/utvideodec: Fix undefined behavior in shiftMichael Niedermayer2014-11-111-2/+3
* | avcodec/lagarith: fix integer overflowMichael Niedermayer2014-11-111-1/+1
* | avcodec/wmaprodec: Fix integer overflow in sfb_offsets initializationMichael Niedermayer2014-11-101-0/+3
* | options_table.h: min value for colorspace is 0 (AVCOL_SPC_RGB)Jon Morley2014-11-101-1/+1
* | avcodec/utvideodec: fix assumtation that slice_height >= 1Michael Niedermayer2014-11-101-2/+2
* | avcodec/lagarith: fix chroma plane width & heightMichael Niedermayer2014-11-101-6/+6
* | avcodec/utils: Fix warning: comparison between enum foo and enum bar [-Wenum-...Michael Niedermayer2014-11-101-2/+2
* | avcodec/utils: make sidedata remapping table static constMichael Niedermayer2014-11-101-1/+1
* | libfdk-aacdec: Support building with the latest version of fdk-aacMartin Storsjö2014-11-101-3/+9
* | Merge commit 'e3e317e0c015b164b6c2eb8913e393216d78de23'Michael Niedermayer2014-11-101-31/+21
|\|
| * lavc: Compact the side-data passthroughLuca Barbato2014-11-091-29/+21
* | lavc/options: fix shallow copy contextLukasz Marek2014-11-091-0/+1
* | avcodec/aacdec: Skip processing channel elements which have not been presentMichael Niedermayer2014-11-092-1/+7
* | avcodec/aacenc: check input for NaNMichael Niedermayer2014-11-081-0/+4
* | Fix make checkheaders for libavcodec/vorbis_parser.h.Carl Eugen Hoyos2014-11-081-0/+2
* | avcodec/mjpegdec: support pix fmt id 0x22111111Michael Niedermayer2014-11-071-4/+5
* | libavcodec/ppc/hpeldsp_altivec.c : fix ff_put_pixels16_altivec() put_no_rnd_p...Rong Yan2014-11-071-184/+71