summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264_ps: move and export aspect_ratioChristophe Gisquet2014-11-30
* avcodec/twinvq: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* avcodec/ra288: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* avcodec/on2avc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* avcodec/aacenc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* avcodec/ac3enc: Use avpriv_float_dsp_alloc()Michael Niedermayer2014-11-29
* avcodec/pngdec: apng: fix output buffer filling when no blending is needed.Benoit Fouet2014-11-28
* avcodec/ppc/h264qpel_template: protect unistd.h by #if HAVE_UNISTD_HMichael Niedermayer2014-11-28
* avcodec/pngdec: allow for some code path optimizations.Benoit Fouet2014-11-28
* avcodec/pngdec: do not blend on transparent blackBenoit Fouet2014-11-28
* avcodec/ppc/h264qpel: POWER LE support for put_pixels16_l2_altivec() and avg_...Rong Yan2014-11-28
* avcodec/ppc/h264qpel_template: POWER LE support for PREFIX_h264_qpel16_h_lowp...Rong Yan2014-11-28
* avcodec/ppc/h264chroma_template: POWER LE support for PREFIX_h264_chroma_mc8_...Rong Yan2014-11-28
* avcodec/ppc/h264dsp: POWER LE support for h264_idct8_add_altivec() h264_idct_...Rong Yan2014-11-28
* avcodec/hevc_ps: Check num_long_term_ref_pics_spsMichael Niedermayer2014-11-28
* avcodec/pngdec: add support for 'over' blend operation for 'none' dispose ope...Benoit Fouet2014-11-28
* avcodec/pngdec: split P frames handling to a separate function.Benoit Fouet2014-11-28
* Merge commit '1973079417e8701b52ba810a72cb6c7c6f7f9a56'Michael Niedermayer2014-11-28
|\
| * opusdec: make sure all substreams have the same number of coded samplesAnton Khirnov2014-11-27
| * vorbis_parser: Include stdint.h in the header, to make it work standaloneMartin Storsjö2014-11-25
| * hnm4: change width/height to int to fix hypothetical integer overflowsMichael Niedermayer2014-11-25
* | avcodec/mjpegdec: Fix integer overflow in shiftMichael Niedermayer2014-11-27
* | avcodec/hevc_ps: More complete window resetMichael Niedermayer2014-11-27
* | avcodec/hevc_ps: Check return code from pps_range_extensions()Michael Niedermayer2014-11-27
* | lavc/options: fix leaks in avcodec_free_contextLukasz Marek2014-11-26
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-26
* | avcodec/rawdec: Check the return code of avpicture_get_size()Michael Niedermayer2014-11-26
* | avcodec/pngdec: Fix paeth prediction with small imagesMichael Niedermayer2014-11-26
* | avcodec/pngdec: Check IHDR/IDAT orderMichael Niedermayer2014-11-26
* | avcodec/flacdec: fix off by 1 errorMichael Niedermayer2014-11-26
* | avcodec/flacdec: Call ff_flacdsp_init() unconditionallyMichael Niedermayer2014-11-26
* | lavc/utils: free private options on avcodec_open2 failLukasz Marek2014-11-25
* | lavc/libxvid: return meaningful error codesLukasz Marek2014-11-25
* | lavc/avuienc: fix mem leak in case of init failureLukasz Marek2014-11-25
* | avcodec/huffyuvdec: apply vertical filter in steps of 1 line for interlaced BGRAMichael Niedermayer2014-11-25
* | avcodec/utils: Check that the data is complete in avpriv_bprint_to_extradata()Michael Niedermayer2014-11-25
* | avcodec/mjpegdec: Fix context fields becoming inconsistentMichael Niedermayer2014-11-25
* | Merge commit '16158da9607f2f84232d3dd381406b2f2449ec74'Michael Niedermayer2014-11-25
|\|
| * hnm4: Use av_image_check_sizeLuca Barbato2014-11-25
| * vc1: Use the correct shift amountMichael Niedermayer2014-11-25
* | Merge commit 'd25afb579facc83fd3a839f21411124d0b09f0ba'Michael Niedermayer2014-11-25
|\|
| * vc1: Set the is_intra bitfield to all 1 when neededLuca Barbato2014-11-25
* | Merge commit 'b67138598ce158e3083f6295a27b63e2065d5ecb'Michael Niedermayer2014-11-25
|\|
| * vc1: Simplify a little setting the intra variablesLuca Barbato2014-11-25
| * vorbis_parser: Move vp check to avoid a null pointer dereferenceMichael Niedermayer2014-11-25
| * lpc: remove unneeded {}Michael Niedermayer2014-11-25
* | Merge commit 'bc75b64cff37d58f3944e2da3da45c37f35f019a'Michael Niedermayer2014-11-25
|\|
| * vc1pred: remove logically dead codeVittorio Giovara2014-11-25
* | Include config.h from huffyuvdsp.h.Carl Eugen Hoyos2014-11-25
* | Include stddef from snow_dwt.h.Carl Eugen Hoyos2014-11-25