summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* compat/cuda/ptx2c: don't drop final newlineTimo Rothenpieler2019-05-241-1/+1
* avfilter/vf_scale_cuda: reset frame size after acquiring from hwframeJosh Allmann2019-05-241-0/+3
* avfilter/vf_xmedian: set sar to outlinkPaul B Mahol2019-05-241-0/+2
* avfilter/vf_mix: set sar to outlinkPaul B Mahol2019-05-241-0/+2
* avfilter/vf_mix: use time_base from framesyncPaul B Mahol2019-05-241-3/+4
* lavfi/opencl: add nlmeans_opencl filterRuiling Song2019-05-248-1/+567
* libavfilter/dnn_native: Add support of dilated convolution in dnn_native.Xuewei Meng2019-05-242-8/+10
* lavc/qsvenc: Fix the memory leak for enc_ctrl.PayloadLinjie Fu2019-05-221-1/+0
* doc/writing_filters: Use ff_filter_get_nb_threads() get number of threadsJun Zhao2019-05-221-1/+1
* lavfi/lensfun: Use ff_filter_get_nb_threads() get number of threadsJun Zhao2019-05-221-2/+2
* libavfilter/dnn_native: Add multiple activation functions in dnn nativeXuewei Meng2019-05-222-1/+6
* libavfilter/dnn_native: Add multiple padding methods in dnn nativeXuewei Meng2019-05-212-12/+43
* lavc/vp9_superframe_bsf: avoid error messages in one lineFu Linjie2019-05-211-2/+2
* doc: add basic documentation for libdav1dJames Almer2019-05-202-0/+33
* ffplay: added option always on top for video windowDaniel Kucera2019-05-202-0/+10
* avcodec/libdav1d: fine tune thread distributionJames Almer2019-05-202-4/+14
* avformat/mxfenc: support XAVC long gopBaptiste Coudurier2019-05-206-81/+372
* avcodec/cpia: Check input size also against linesizes and EOLMichael Niedermayer2019-05-201-1/+1
* avcodec/v210dec: Fix alignment check for AVX2Michael Niedermayer2019-05-191-1/+1
* Revert "lavf/utils: Allow url credentials to contain a slash."Marton Balint2019-05-181-4/+1
* avfilter/vf_ocr: also export confidence of resultPaul B Mahol2019-05-172-0/+11
* avcodec/options: remove dead test codeJames Almer2019-05-171-169/+0
* doc/scaler: explain values for src_range, dst_rangeWerner Robitza2019-05-171-4/+6
* libavdevice/gdigrab: fix ffmpeg -devices doesn't show gdigrabJun Zhao2019-05-171-0/+1
* doc/scaler: indicate some options as API only.Gyan Doshi2019-05-171-7/+8
* avformat/dashenc: use 64bit for handling the return of avio_tell()Michael Niedermayer2019-05-171-2/+2
* doc/filters: update URL for sr filter script repositorySteven Liu2019-05-171-2/+3
* Revert "doc/filters: update URL for sr filter script repository"Steven Liu2019-05-171-3/+2
* avutil/tx: should check against (*ctx)Ruiling Song2019-05-161-1/+1
* doc/filters: update URL for sr filter script repositoryGyan Doshi2019-05-171-2/+3
* avutil/tx: fix forward compound non-mod-15 based MDCTsLynne2019-05-161-1/+1
* avfilter/vf_separatefields: switch to activatePaul B Mahol2019-05-161-8/+38
* doc/filters: mention obvious operation, for our always clueless usersPaul B Mahol2019-05-161-0/+4
* avfilter/drawtext: stop resource leakGyan Doshi2019-05-161-2/+2
* lavu: bump minor and update APIchanges for the new transform APILynne2019-05-162-1/+4
* configure: replace 'pr' with printf since busybox does not support prGuo, Yejun2019-05-151-3/+7
* avfilter/vf_scale_cuda: Simplify output plane addressingPhilip Langdale2019-05-151-11/+11
* avfilter/vf_scale_cuda: Add support for YUV444P16Philip Langdale2019-05-152-2/+17
* avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit contentPhilip Langdale2019-05-151-1/+1
* libavutil: add an FFT & MDCT implementationLynne2019-05-153-0/+886
* aarch64/asm-offsets: remove old CELT offsetsLynne2019-05-141-8/+0
* avcodec/Makefile: add missing pngdsp dependency to the lscr decoderJames Almer2019-05-141-0/+2
* avfilter: add asr filterPaul B Mahol2019-05-147-1/+224
* avfilter/vf_stack: Don't modify const stringsAndreas Rheinhardt2019-05-141-3/+5
* avfilter: add xmedian filterPaul B Mahol2019-05-146-1/+365
* avcodec/cinepak: Check available input against encoded buffer sizeMichael Niedermayer2019-05-141-0/+3
* avutil: Add missing reference files for pixdesc fate testAndreas Rheinhardt2019-05-142-0/+2
* lavf/dashdec: refactoring error handle logic for open_inputJun Zhao2019-05-141-3/+1
* lavf/dashdec: fix the coding logic after open_input failJun Zhao2019-05-141-1/+1
* doc/filters: add scale2ref example for proportional scalingGyan Doshi2019-05-131-0/+6
OpenPOWER on IntegriCloud