| Commit message (Expand) | Author | Age | Files | Lines |
* | compat/cuda/ptx2c: don't drop final newline | Timo Rothenpieler | 2019-05-24 | 1 | -1/+1 |
* | avfilter/vf_scale_cuda: reset frame size after acquiring from hwframe | Josh Allmann | 2019-05-24 | 1 | -0/+3 |
* | avfilter/vf_xmedian: set sar to outlink | Paul B Mahol | 2019-05-24 | 1 | -0/+2 |
* | avfilter/vf_mix: set sar to outlink | Paul B Mahol | 2019-05-24 | 1 | -0/+2 |
* | avfilter/vf_mix: use time_base from framesync | Paul B Mahol | 2019-05-24 | 1 | -3/+4 |
* | lavfi/opencl: add nlmeans_opencl filter | Ruiling Song | 2019-05-24 | 8 | -1/+567 |
* | libavfilter/dnn_native: Add support of dilated convolution in dnn_native. | Xuewei Meng | 2019-05-24 | 2 | -8/+10 |
* | lavc/qsvenc: Fix the memory leak for enc_ctrl.Payload | Linjie Fu | 2019-05-22 | 1 | -1/+0 |
* | doc/writing_filters: Use ff_filter_get_nb_threads() get number of threads | Jun Zhao | 2019-05-22 | 1 | -1/+1 |
* | lavfi/lensfun: Use ff_filter_get_nb_threads() get number of threads | Jun Zhao | 2019-05-22 | 1 | -2/+2 |
* | libavfilter/dnn_native: Add multiple activation functions in dnn native | Xuewei Meng | 2019-05-22 | 2 | -1/+6 |
* | libavfilter/dnn_native: Add multiple padding methods in dnn native | Xuewei Meng | 2019-05-21 | 2 | -12/+43 |
* | lavc/vp9_superframe_bsf: avoid error messages in one line | Fu Linjie | 2019-05-21 | 1 | -2/+2 |
* | doc: add basic documentation for libdav1d | James Almer | 2019-05-20 | 2 | -0/+33 |
* | ffplay: added option always on top for video window | Daniel Kucera | 2019-05-20 | 2 | -0/+10 |
* | avcodec/libdav1d: fine tune thread distribution | James Almer | 2019-05-20 | 2 | -4/+14 |
* | avformat/mxfenc: support XAVC long gop | Baptiste Coudurier | 2019-05-20 | 6 | -81/+372 |
* | avcodec/cpia: Check input size also against linesizes and EOL | Michael Niedermayer | 2019-05-20 | 1 | -1/+1 |
* | avcodec/v210dec: Fix alignment check for AVX2 | Michael Niedermayer | 2019-05-19 | 1 | -1/+1 |
* | Revert "lavf/utils: Allow url credentials to contain a slash." | Marton Balint | 2019-05-18 | 1 | -4/+1 |
* | avfilter/vf_ocr: also export confidence of result | Paul B Mahol | 2019-05-17 | 2 | -0/+11 |
* | avcodec/options: remove dead test code | James Almer | 2019-05-17 | 1 | -169/+0 |
* | doc/scaler: explain values for src_range, dst_range | Werner Robitza | 2019-05-17 | 1 | -4/+6 |
* | libavdevice/gdigrab: fix ffmpeg -devices doesn't show gdigrab | Jun Zhao | 2019-05-17 | 1 | -0/+1 |
* | doc/scaler: indicate some options as API only. | Gyan Doshi | 2019-05-17 | 1 | -7/+8 |
* | avformat/dashenc: use 64bit for handling the return of avio_tell() | Michael Niedermayer | 2019-05-17 | 1 | -2/+2 |
* | doc/filters: update URL for sr filter script repository | Steven Liu | 2019-05-17 | 1 | -2/+3 |
* | Revert "doc/filters: update URL for sr filter script repository" | Steven Liu | 2019-05-17 | 1 | -3/+2 |
* | avutil/tx: should check against (*ctx) | Ruiling Song | 2019-05-16 | 1 | -1/+1 |
* | doc/filters: update URL for sr filter script repository | Gyan Doshi | 2019-05-17 | 1 | -2/+3 |
* | avutil/tx: fix forward compound non-mod-15 based MDCTs | Lynne | 2019-05-16 | 1 | -1/+1 |
* | avfilter/vf_separatefields: switch to activate | Paul B Mahol | 2019-05-16 | 1 | -8/+38 |
* | doc/filters: mention obvious operation, for our always clueless users | Paul B Mahol | 2019-05-16 | 1 | -0/+4 |
* | avfilter/drawtext: stop resource leak | Gyan Doshi | 2019-05-16 | 1 | -2/+2 |
* | lavu: bump minor and update APIchanges for the new transform API | Lynne | 2019-05-16 | 2 | -1/+4 |
* | configure: replace 'pr' with printf since busybox does not support pr | Guo, Yejun | 2019-05-15 | 1 | -3/+7 |
* | avfilter/vf_scale_cuda: Simplify output plane addressing | Philip Langdale | 2019-05-15 | 1 | -11/+11 |
* | avfilter/vf_scale_cuda: Add support for YUV444P16 | Philip Langdale | 2019-05-15 | 2 | -2/+17 |
* | avfilter/vf_scale_cuda: Fix incorrect scaling of > 8bit content | Philip Langdale | 2019-05-15 | 1 | -1/+1 |
* | libavutil: add an FFT & MDCT implementation | Lynne | 2019-05-15 | 3 | -0/+886 |
* | aarch64/asm-offsets: remove old CELT offsets | Lynne | 2019-05-14 | 1 | -8/+0 |
* | avcodec/Makefile: add missing pngdsp dependency to the lscr decoder | James Almer | 2019-05-14 | 1 | -0/+2 |
* | avfilter: add asr filter | Paul B Mahol | 2019-05-14 | 7 | -1/+224 |
* | avfilter/vf_stack: Don't modify const strings | Andreas Rheinhardt | 2019-05-14 | 1 | -3/+5 |
* | avfilter: add xmedian filter | Paul B Mahol | 2019-05-14 | 6 | -1/+365 |
* | avcodec/cinepak: Check available input against encoded buffer size | Michael Niedermayer | 2019-05-14 | 1 | -0/+3 |
* | avutil: Add missing reference files for pixdesc fate test | Andreas Rheinhardt | 2019-05-14 | 2 | -0/+2 |
* | lavf/dashdec: refactoring error handle logic for open_input | Jun Zhao | 2019-05-14 | 1 | -3/+1 |
* | lavf/dashdec: fix the coding logic after open_input fail | Jun Zhao | 2019-05-14 | 1 | -1/+1 |
* | doc/filters: add scale2ref example for proportional scaling | Gyan Doshi | 2019-05-13 | 1 | -0/+6 |