summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* aarch64: vp9 16bpp: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-212-5/+5
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-212-4/+4
* avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer2017-06-211-1/+1
* avcodec/hevc_filter: Fix invalid shiftMichael Niedermayer2017-06-211-1/+1
* avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer2017-06-211-2/+11
* avcodec/mpeg4videodec: Fix overflow in virtual_ref computationMichael Niedermayer2017-06-211-8/+8
* avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed)Michael Niedermayer2017-06-211-2/+5
* configure: Move up the avbuild directory creationLuca Barbato2017-06-201-1/+2
* avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell2017-06-201-1/+1
* avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-203-16/+50
* avcodec/mdec: override IDCT choice before initing DSP structsJames Darnley2017-06-201-2/+3
* avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-203-22/+25
* avcodec/x86: cleanup simple_idct10James Darnley2017-06-203-49/+41
* avcodec/x86/mpegenc: support transpose permuation typeJames Darnley2017-06-201-1/+46
* avcodec/x86/mpegenc: check IDCT permutation type is a valid valueJames Darnley2017-06-201-1/+7
* build: Add missing idctdsp dependency for clearvideoDiego Biurrun2017-06-201-0/+1
* ffmpeg: remove misleading and incorrect warning messageswm42017-06-201-14/+1
* avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx()Michael Niedermayer2017-06-201-1/+1
* avcodec/h264: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-06-192-16/+16
* avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264Anton Mitrofanov2017-06-191-1/+1
* avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-06-191-14/+33
* libavfilter/scale: Populate ow/oh when using 0 as w/hKevin Mark2017-06-191-8/+5
* doc/filters: Correct scale doc regarding w/h <= 0Kevin Mark2017-06-191-19/+20
* doc/filters: fix typoPaul B Mahol2017-06-191-1/+1
* avfilter/af_stereotools: add 2 more modesPaul B Mahol2017-06-192-1/+18
* avfilter/af_superequalizer: stop leaking s->out framePaul B Mahol2017-06-191-0/+1
* avfilter/af_superequalizer: improve descriptionPaul B Mahol2017-06-192-2/+2
* avfilter/af_superequalizer: fix out of array accessPaul B Mahol2017-06-191-1/+1
* avcodec/wavpack: Fix undefined integer negationMichael Niedermayer2017-06-191-2/+2
* avcodec/aacdec_fixed: Check s for being too smallMichael Niedermayer2017-06-191-2/+3
* avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-1910-19/+19
* avfilter: add roberts cross operatorPaul B Mahol2017-06-196-1/+155
* avfilter: add superequalizer filterPaul B Mahol2017-06-196-1/+415
* lavfi: print the error message when threading init fails.Nicolas George2017-06-191-1/+1
* avformat/hlsenc: donnot show duplicate segment warning at byterange modeSteven Liu2017-06-191-2/+3
* x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sseJames Almer2017-06-182-0/+109
* x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer2017-06-183-6/+140
* avformat/oggenc: add ogg_init() and ogg_free()James Almer2017-06-181-4/+28
* fate: use do_md5sum instead of the md5 protocol for most md5 fate testsMarton Balint2017-06-1810-12/+19
* avfilter/af_amix: fix possible hangPaul B Mahol2017-06-181-5/+5
* avconv_hw: Free device on initialisation failureMark Thompson2017-06-181-1/+2
* vf_hwmap: Properly free a locally derived deviceMark Thompson2017-06-181-1/+7
* vf_hwmap: Add missing error codeMark Thompson2017-06-181-0/+1
* libavfilter/af_biquads: add shorter option for width_typePaul B Mahol2017-06-182-10/+18
* avformat/rmenc: do not access AVIO write buffer directlyMarton Balint2017-06-181-11/+8
* Cleanly exit at the end of an Interplay MVEHein-Pieter van Braam2017-06-181-0/+2
* avcodec/htmlsubtitles: Factor open brace handling into its own functionMichael Niedermayer2017-06-181-18/+26
* avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ...Michael Niedermayer2017-06-181-5/+15
* avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P outputMichael Niedermayer2017-06-181-1/+1
* avcodec/iff: Cleanup on init failureMichael Niedermayer2017-06-181-0/+1