summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/lagarith: Detect end of input in lag_decode_line() loopMichael Niedermayer2017-08-113-2/+10
* avcodec/gdv: Check available space before reading paletteMichael Niedermayer2017-08-111-0/+2
* avcodec/ffv1dec_template: Fix undefined shiftMichael Niedermayer2017-08-111-1/+1
* avcodec/mpeg4videodec: Clear mcsel before decoding an imageMichael Niedermayer2017-08-111-0/+1
* avcodec/tests/dct: Add Mean square error testMichael Niedermayer2017-08-111-3/+7
* avcodec/tests/dct: Add peak mean error checkMichael Niedermayer2017-08-111-0/+2
* avcodec/mjpegenc: cosmetic changesDavinder Singh2017-08-111-5/+3
* avcodec/mjpegenc: disable unused code with AMVDavinder Singh2017-08-111-0/+2
* h264: Add support for alternative transfer characterics SEIVittorio Giovara2017-08-103-1/+25
* avcodec/aacdec: Fix PCE channel_layout verificationNicolas Sugino2017-08-091-1/+1
* avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer2017-08-081-1/+1
* avcodec/dvenc: Support adjusting the quantizer deadzoneMichael Niedermayer2017-08-082-1/+26
* avcodec/dirac_dwt: Fixes integer overflows in COMPOSE_DAUB97*Michael Niedermayer2017-08-081-4/+4
* lavc, lavu: move frame cropping to a convenience functionwm42017-08-081-87/+2
* libswscale: add gray9 supportPaul B Mahol2017-08-071-0/+2
* avcodec/aacdec_fixed: fix invalid shift in predict()Michael Niedermayer2017-08-051-2/+6
* avcodec/h264_slice: Fix overflow in slice offsetMichael Niedermayer2017-08-051-7/+9
* avcodec/htmlsubtitles: fix format specifier in av_bprintf callsJames Almer2017-08-031-2/+2
* speedhq: fix behavior of single-field decodingSteinar H. Gunderson2017-08-031-3/+6
* avcodec/hevc_cabac: Check for ff_init_cabac_decoder() failure in cabac_reinit()Michael Niedermayer2017-08-031-10/+12
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()Michael Niedermayer2017-08-031-4/+4
* lavc/htmlsubtitles: reindent after previous commitsClément Bœsch2017-08-011-40/+36
* lavc/htmlsubtitles: handle colors starting with many '#'Clément Bœsch2017-08-011-0/+4
* lavc/htmlsubtitles: improve line breaks handlingClément Bœsch2017-08-012-2/+5
* lavc/tests: add htmlsubtitlesClément Bœsch2017-08-013-0/+51
* lavc/htmlsubtitles: improve handling broken garbageClément Bœsch2017-08-011-67/+134
* avcodec/diracdsp: fix integer overflowMichael Niedermayer2017-08-011-1/+1
* avcodec/diracdec: Check weight_log2denomMichael Niedermayer2017-08-011-0/+5
* avcodec/dirac_vlc: Fix invalid shiftMichael Niedermayer2017-08-011-0/+3
* avcodec/atrac3p: use float_dsp in ff_atrac3p_power_compensationJames Almer2017-08-013-25/+26
* mdct15: add inverse transform postrotation SIMDRostislav Pehlivanov2017-07-304-20/+123
* lavc/makefile: Add missing file dependencies.Matt Oliver2017-07-301-5/+5
* avcodec/dirac_dwt: Fix multiple integer overflows in COMPOSE_DD97iH0()Michael Niedermayer2017-07-291-1/+1
* avcodec/diracdec: Fix integer overflow in divide3()Michael Niedermayer2017-07-291-1/+1
* avcodec/takdec: Fix integer overflow in decode_subframe()Michael Niedermayer2017-07-291-1/+1
* libavcodec/mips: Improve avc dequant-idct luma dc msa functionKaustubh Raste2017-07-291-34/+32
* avcodec/diracdec: Fix integer overflow in signed multiplication in UNPACK_ARI...Michael Niedermayer2017-07-281-1/+2
* avcodec/pixlet: Simplify nbits computationMichael Niedermayer2017-07-281-2/+2
* pthread_frame: revert 2e664b9c1e73c80aab91070c1eb7676f04bdd12d.Wan-Teh Chang2017-07-271-2/+4
* avcodec/h264_slice: don't sync default_ref[] between threads.Wan-Teh Chang2017-07-271-1/+0
* avcodec/dnxhdenc: enable frame threadingPaul B Mahol2017-07-271-1/+1
* avcodec/dnxhddec: Move mb height check out of non hr branchMichael Niedermayer2017-07-271-2/+6
* pngdec: fix potential memory leakRostislav Pehlivanov2017-07-261-1/+4
* avcodec/jpeg2000dec: Fix h/vden typoMichael Niedermayer2017-07-271-1/+1
* avcodec/dolby_e: fix potentially undefined pointer arithmeticfoo862017-07-261-17/+28
* avcodec/dolby_e: add AV_CODEC_CAP_CHANNEL_CONF capabilityfoo862017-07-261-1/+1
* avcodec/dolby_e: add 'f' suffixes to floating point literalsfoo862017-07-261-17/+17
* lavc/htmlsubtitles: simplify 1-char tags case insensitive testClément Bœsch2017-07-261-1/+1
* avcodec/jpeg2000dec: Fix division by zero in jp2_find_codestream()Michael Niedermayer2017-07-261-0/+5
* avcodec/hevc_ps: fix integer overflow in log2_parallel_merge_level_minus2Michael Niedermayer2017-07-261-3/+5
OpenPOWER on IntegriCloud