summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86/flacdsp: remove unneeded ifdefferyJames Almer2015-01-05
* avcodec/dvdsubdec: fix out of bounds accesseswm42015-01-05
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-05
* avcodec/libxvid: check for av_malloc*() failuresMichael Niedermayer2015-01-03
* avcodec/ljpegenc: Check for av_malloc_array() failureMichael Niedermayer2015-01-03
* avcodec/mpeg12dec: Check actual aspect ratio instead of aspect_ratio_infoMichael Niedermayer2015-01-02
* avcodec/mpeg12dec: Recalculate SAR unconditionallyMichael Niedermayer2015-01-02
* avcodec/mpeg12dec: Move user data debug code out of unrelated if (buf_size > 29)Michael Niedermayer2015-01-02
* avcodec/loco: check the init_get_bits8() return codeMichael Niedermayer2014-12-31
* avcodec/loco: use enum for mode variableMichael Niedermayer2014-12-31
* avcodec/loco: Support LOCO reference encoder with odd widthMichael Niedermayer2014-12-31
* x86/swr: add SSE2/AVX pack_8ch functionsJames Almer2014-12-30
* Fix decoding for little endian Aja Kona 10-bit RGB.Carl Eugen Hoyos2014-12-29
* avcodec/ituh263enc: Check den==0 in ff_h263_aspect_to_info()Michael Niedermayer2014-12-29
* avcodec/ffwavesynth: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-29
* Fix R10k blue channel output.Carl Eugen Hoyos2014-12-28
* avcodec/vdpau: fix assertion failure and < vs > errorMichael Niedermayer2014-12-28
* Merge remote-tracking branch 'rbultje/vp9-32bit-lpf'Michael Niedermayer2014-12-27
|\
| * vp9/x86: add myself to copyright holders for loopfilter assembly.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_16_h work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_48/84/88_h work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_44_h work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_16_v work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_48/84_v work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_88_v work on 32-bit.Ronald S. Bultje2014-12-27
| * vp9/x86: make filter_44_v work on 32-bit.Ronald S. Bultje2014-12-27
| * vp8/x86: save one register in SIGN_ADD/SUB.Ronald S. Bultje2014-12-27
| * vp9/x86: store unpacked intermediates for filter6/14 on stack.Ronald S. Bultje2014-12-27
| * vp8/x86: move variable assigned inside macro branch.Ronald S. Bultje2014-12-27
| * vp9/x86: simplify ABSSUM_CMP by inverting the comparison meaning.Ronald S. Bultje2014-12-27
| * vp8/x86: remove unused register from ABSSUB_CMP macro.Ronald S. Bultje2014-12-27
| * vp9/x86: slightly simplify 44/48/84/88 h stores.Ronald S. Bultje2014-12-27
| * vp9/x86: make cglobal statement more conservative in register allocation.Ronald S. Bultje2014-12-27
| * vp9/x86: save one register in loopfilter surface coverage.Ronald S. Bultje2014-12-27
* | r210enc.c: Simplify and never store more than 10 bits.Reimar Döffinger2014-12-27
|/
* Merge commit '737d35e33408263c04d7730f5487eed0d04938ba'Michael Niedermayer2014-12-27
|\
| * vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont2014-12-25
* | Merge commit 'ebd5320afd42d4315851f3e0ca7f5d4a6300eb68'Michael Niedermayer2014-12-27
|\|
| * vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont2014-12-25
* | Merge commit 'c220a60f92dde9c7c118fc4deddff5c1f617cda9'Michael Niedermayer2014-12-27
|\|
| * vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-25
* | Merge commit '6c99c92a42add7f6a462114d5a4a53c93c551058'Michael Niedermayer2014-12-27
|\|
| * libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont2014-12-25
* | Merge commit '57b6704ecd0f56d6a3092e448687cfd837bb0ac1'Michael Niedermayer2014-12-27
|\|
| * avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-25
* | Merge commit '4cfbeef31d4e6096c0596359d212f5d99a7ba4b5'Michael Niedermayer2014-12-27
|\|
| * h264: factor hwaccel pixel formats listRémi Denis-Courmont2014-12-25
* | avcodec/nvenc: Remove special cases for cygwinTimo Rothenpieler2014-12-25
* | avcodec/vc1_mc: use the same reference as luma does in ff_vc1_mc_4mv_chroma()Michael Niedermayer2014-12-25
* | tableprint_vlc.h: Should not be checked by checkheaders.Reimar Döffinger2014-12-24