summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/dnn/dnn_backend_native: fix memory leak in error pathJun Zhao2019-08-201-0/+4
* lavfi/avfiltergraph: add check before free the formatJun Zhao2019-08-201-2/+4
* lavfi/af_adeclick: fix double free after ff_filter_frame failJun Zhao2019-08-201-1/+1
* libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend wit...Guo, Yejun2019-08-191-29/+19
* libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized.Guo, Yejun2019-08-191-0/+1
* avfilter/vf_v360: add dual fisheye formatEugene Lyapustin2019-08-191-0/+63
* avfilter/vf_v360: add padding option for cubemapEugene Lyapustin2019-08-191-23/+77
* avfilter: add v360 filterEugene Lyapustin2019-08-193-0/+1859
* avfilter/showinfo: support Content Light Level informationLimin Wang2019-08-171-0/+12
* avfilter/f_select: yuv will use Y plane only for scenecut detectLimin Wang2019-08-171-1/+5
* avfilter/vf_convolution: Fix build failuresAndreas Rheinhardt2019-08-141-2/+3
* libavfilter/vf_scale: Ensure scaled video is divisible by nLars Kiesow2019-08-131-1/+14
* lavf/showinfo: use error level when get invalid sidedataJun Zhao2019-08-081-3/+3
* lavf/showinfo: support mastering display sidedataJun Zhao2019-08-081-0/+30
* lavf/vf_vpp_qsv: add support for QSV transpose filterLinjie Fu2019-08-071-2/+99
* avfilter/vf_convolution: add x86 SIMD for filter_3x3()Ruiling Song2019-08-075-38/+271
* lavfi/zmq: Avoid mem copy past the end of input bufferAndriy Gelman2019-08-011-1/+1
* lavfi/vf_thumbnail_cuda: fix operator precedence bugRodger Combs2019-07-301-1/+1
* dnn: convert tf.pad to native model in python script, and load/execute it in ...Guo, Yejun2019-07-292-1/+36
* dnn: add layer pad which is equivalent to tf.padGuo, Yejun2019-07-293-0/+252
* avfilter/fade: don't allow nb_frames == 0Gyan Doshi2019-07-291-2/+2
* lavfi: addroi filterMark Thompson2019-07-283-0/+271
* libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnnGuo, Yejun2019-07-267-9/+14
* avfilter/af_dynaudnorm: add more descriptive aliases for optionsPaul B Mahol2019-07-241-9/+18
* avfilter/vf_ciescope: add DCI-P3Paul B Mahol2019-07-221-0/+7
* avformat/f_select: add support for more pixel formats for scene change score ...Limin Wang2019-07-221-1/+5
* avformat/f_select: support scenecut with more pixel formatsLimin Wang2019-07-221-4/+30
* Bump minor versions again on master to keep 4.2 versions separate from masterMichael Niedermayer2019-07-211-1/+1
* Bump minor versions to separate 4.2 from masterMichael Niedermayer2019-07-211-2/+2
* lavfi/showinfo: support regions of interest sidedataJun Zhao2019-07-211-0/+25
* avfilter/vf_hysteresis: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_remap: add option to control output formatPaul B Mahol2019-07-141-1/+11
* avfilter/vf_remap: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_displace: use time_base from framesyncPaul B Mahol2019-07-141-3/+5
* avfilter/vf_midequalizer: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_maskedmerge: always use framesync timestampsPaul B Mahol2019-07-141-1/+1
* avfilter/vf_threshold: use time_base from framesyncPaul B Mahol2019-07-141-2/+4
* avfilter/vf_blend: add 9bit supportPaul B Mahol2019-07-141-0/+49
* avfilter/af_aiir: calculate group delay tooPaul B Mahol2019-07-131-3/+30
* avfilter/af_aiir: do not ignore k option for audio filteringPaul B Mahol2019-07-131-2/+4
* avfilter/avf_showfreqs: make selecting window size simplerPaul B Mahol2019-07-101-14/+3
* avfilter/af_afftfilt: make selecting window size simplerPaul B Mahol2019-07-101-15/+3
* avfilter/vf_readeia608: implement lowpass operation prior to processing linesPaul B Mahol2019-07-081-4/+45
* avfilter/vf_tinterlace: re-enable lowpass optionPaul B Mahol2019-07-081-1/+1
* avfilter/af_aiir: implement mix optionPaul B Mahol2019-07-081-0/+6
* avfilter/af_biquads: clip gain picked from command to sane valuesPaul B Mahol2019-07-081-1/+1
* avfilter/af_biquads: implement mix option to all filtersPaul B Mahol2019-07-081-9/+47
* vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variablesCalvin Walton2019-07-072-1/+11
* avfilter/af_afftfilt: remove invalid scalingPaul B Mahol2019-07-061-7/+2
* lavfi/scale: Add sub-options for in_color_matrix/out_color_matrixJun Zhao2019-07-061-2/+10
OpenPOWER on IntegriCloud