summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32James Almer2016-07-20
* libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-20
* libavcodec/libvpx: Add VPx alpha decode supportVignesh Venkatasubramanian2016-07-19
* avcodec/h264_slice: Move h264_init_ps() call into h264_field_start()Michael Niedermayer2016-07-20
* avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer2016-07-20
* fate: add test for avfftPetru Rares Sincraian2016-07-19
* lavc/h264: fix spacing before commentClément Bœsch2016-07-19
* avcodec/ccaption_dec: default rollup to row 10Aman Gupta2016-07-18
* avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-18
* avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta2016-07-17
* cosmetics: fix some misspelled wordsJames Almer2016-07-17
* avcodec/dnxhddata: replace % by &Michael Niedermayer2016-07-16
* libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid2016-07-16
* Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1Pavel Koshevoy2016-07-15
* Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch2016-07-14
|\
| * h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-21
* | lavc/truemotion2rt: mark AVPacket* as constClément Bœsch2016-07-14
* | Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch2016-07-14
|\|
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
* | lavc/codec_desc: move a few codecs out of the image codecs listClément Bœsch2016-07-14
* | Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch2016-07-14
|\|
| * Add MagicYUV decoderPaul B Mahol2016-06-20
| * ffv1: Error out on unsupported formatJerome Martinez2016-06-18
* | dirac_vlc: prevent shifting a 0 by 64 bits when zeroing residueRostislav Pehlivanov2016-07-14
* | dirac_vlc: add a SET_RESIDUE macro and fix recent regressionRostislav Pehlivanov2016-07-14
* | diracdec: fix unchecked byte lengthRostislav Pehlivanov2016-07-13
* | diracdec: fix maximum quantization index checksRostislav Pehlivanov2016-07-13
* | dirac_vlc: remove redundant macro declarationRostislav Pehlivanov2016-07-13
* | dirac_vlc: fix undefined shiftsRostislav Pehlivanov2016-07-13
* | libavcodec/exr : cosmetics, rename variable in b44_uncompress funcMartin Vignali2016-07-13
* | libvpx: Enable vp9 alpha encodingVignesh Venkatasubramanian2016-07-12
* | avcodec/dirac_vlc: Fix avutil.h includeMichael Niedermayer2016-07-12
* | avcodec/dirac_vlc: Fix mixed declaration and statementsMichael Niedermayer2016-07-12
* | diracdec: fix #coeffs -> byte conversionRostislav Pehlivanov2016-07-12
* | diracdsp_init: add missing ARCH_X86_64 checkRostislav Pehlivanov2016-07-12
* | diracdec: do not memset the entire coefficient buffer for HQ picturesRostislav Pehlivanov2016-07-11
* | diracdec: do not allocate and free slice parameters every frameRostislav Pehlivanov2016-07-11
* | diracdec: implement a LUT-based Golomb code parserRostislav Pehlivanov2016-07-11
* | diracdec: rewrite HQ slice decodingRostislav Pehlivanov2016-07-11
* | diractab: expose the maximum quantization index as a macroRostislav Pehlivanov2016-07-11
* | diracdec: decode HQ profile slices in rowsRostislav Pehlivanov2016-07-11
* | diracdec: simplify golomb parsing and dequantizationRostislav Pehlivanov2016-07-11
* | diracdsp: add SIMD for the 10 bit version of put_signed_rect_clampedRostislav Pehlivanov2016-07-11
* | diracdsp: add dequantization SIMDRostislav Pehlivanov2016-07-11
* | lavc/Makefile: Fix standalone compilation of the lame encoder.Carl Eugen Hoyos2016-07-11
* | vp9: add 16x16 idct avx2 (8-bit).Ronald S. Bultje2016-07-11
* | avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer2016-07-11
* | avcodec/iff: remove useless ()Michael Niedermayer2016-07-11
* | avcodec/mediacodecdec_h264: Fix occured typoMichael Niedermayer2016-07-11
* | avcodec/h264_refs: Assert that op is 0-2Michael Niedermayer2016-07-10