aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/me_cmp: Fix crashes on ARM due to misalignmentMichael Niedermayer2017-08-214-5/+13
* lavc/g726: Add a little-endian G.726 encoder.Carl Eugen Hoyos2017-08-215-11/+88
* avcodec/pixlet: Fixes: undefined shift in av_mod_uintp2()Michael Niedermayer2017-08-201-1/+1
* avcodec/dirac_dwt_template: Fix integer overflow in vertical_compose53iL0()Michael Niedermayer2017-08-201-1/+1
* avfilter/vf_pseudocolor: add support for some subsampled formatsPaul B Mahol2017-08-201-15/+190
* doc/encoders: add "coder" option documentation for h264_vaapiJun Zhao2017-08-201-0/+12
* lavc/vaapi_encode_h264: add "coder" option supportJun Zhao2017-08-201-1/+11
* vaapi_encode: Move quality option to common codeMark Thompson2017-08-204-26/+49
* lavf/bink: fix latest header and add all existing revisionsbnnm2017-08-201-4/+13
* avcodec/cngdec: Check skip_samplesMichael Niedermayer2017-08-201-0/+6
* avcodec/fic: Fixes signed integer overflowMichael Niedermayer2017-08-201-6/+6
* avcodec/snowdec: Fix off by 1 errorMichael Niedermayer2017-08-201-1/+1
* opus_pvq_search: Restore the proper use of conditional define and simplify th...Ivan Kalvachev2017-08-191-19/+18
* avutil/eval: add linear interpolation helperPaul B Mahol2017-08-192-1/+12
* avfilter: add pseudocolor filterPaul B Mahol2017-08-196-1/+305
* opus_pvq_search: split functions into exactness and only use the exact if its...Rostislav Pehlivanov2017-08-182-20/+28
* lavd/libdc1394: Do not crash if dc1394_camera_new() fails.Carl Eugen Hoyos2017-08-181-0/+8
* opus_pvq_search: only use rsqrtps approximation on CPUs with avxRostislav Pehlivanov2017-08-181-12/+6
* ops_pvq_search: remove dead macroRostislav Pehlivanov2017-08-181-11/+0
* SIMD opus pvq_search implementationIvan Kalvachev2017-08-185-2/+449
* Add macros to x86util.asm .Ivan Kalvachev2017-08-181-8/+98
* avcodec/pixlet: fixes integer overflow in read_highpass()Michael Niedermayer2017-08-181-0/+3
* avcodec/ffv1dec: Check for bitstream end in decode_line()Michael Niedermayer2017-08-182-5/+27
* avcodec/rangecoder: Do not increase the pointer beyond the bufferMichael Niedermayer2017-08-182-2/+7
* libavformat/mov: Fix inserting frames before current_frame.Jacob Trimble2017-08-181-3/+9
* ffprobe: fix use of uninitialized variableZhao Zhili2017-08-181-0/+1
* filters.texi: clarify audio upsampling in loudnormKyle Swanson2017-08-171-5/+3
* filters.texi: explain audio upsampling in loudnormWerner Robitza2017-08-171-0/+4
* avformat/utils: always av_reduce r_frame_rateMarton Balint2017-08-171-2/+2
* avcodec/zmbv: Check decomp_sizeMichael Niedermayer2017-08-171-0/+5
* avcodec/dnxhdenc: call slice thread code only if slice threading is enabledPaul B Mahol2017-08-171-6/+10
* avcodec/diracdec: Fixes integer overflowMichael Niedermayer2017-08-171-1/+1
* avcodec/diracdec: Check perspective_exp and zrs_exp.Michael Niedermayer2017-08-171-0/+4
* fate: add overlay filter tests with alphaMarton Balint2017-08-1611-0/+79
* avfilter/vf_weave: fix top vs bottom field orderPaul B Mahol2017-08-162-5/+5
* avfilter/vf_transpose: rewrite for x86 SIMDPaul B Mahol2017-08-161-41/+141
* encoders.texi: Replace x264 --full-help suggestion with --fullhelpLeo Izen2017-08-161-1/+1
* avformat/mov: Fix memory leak when reading DDTS box.Nikolas Bowe2017-08-161-0/+3
* swresample/resample: Fix flush refelction lengthMichael Niedermayer2017-08-161-3/+6
* Add tonemap filterVittorio Giovara2017-08-155-1/+465
* zscale: Enable single precision input/ouput filteringVittorio Giovara2017-08-151-7/+18
* Add single precision planar RGB pixel formatsVittorio Giovara2017-08-156-1/+91
* avfilter/vf_datascope: make it possible to change pixscope window positionPaul B Mahol2017-08-152-37/+49
* avcodec/cavsdec: Check P/B frame mb decode which return error codesMichael Niedermayer2017-08-151-4/+8
* avcodec/cavsdec: Check I frame mb decode for errorsMichael Niedermayer2017-08-151-3/+7
* avfilter/scale_npp: fix logic used in previous patchTimo Rothenpieler2017-08-141-1/+5
* avfilter/scale_npp: check for buffer allocation failureTimo Rothenpieler2017-08-141-7/+1
* avfilter/scale_npp: fix passthrough modeYogender Gupta2017-08-141-0/+4
* 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