]> git.sesse.net Git - ffmpeg/history - libavfilter
avfilter/boxblur: add logging context to log
[ffmpeg] / libavfilter /
2019-10-08 Steven Liuavfilter/boxblur: add logging context to log
2019-10-08 Steven Liuavfilter/vf_scale_qsv: add logging context to log
2019-10-08 Steven Liuavfilter/vf_crop: add logging context to log
2019-10-08 Zhong Lilavfi/normalize: remove the unused pointer
2019-10-07 Andreas Rheinhardtavcodec/filter: Remove extra '; ' outside of functions
2019-10-07 Paul B Maholavfilter/af_adelay: add option which changes how unset...
2019-10-07 Paul B Maholavfilter/formats: guard against double free
2019-10-07 Paul B Maholavfilter/vf_normalize: typedef all structs
2019-10-07 Paul B Maholavfilter/vf_showpalette: remove timeline flag
2019-10-07 Paul B Maholavfilter/af_afftfilt: fix possible invalid memory access
2019-10-07 Paul B Maholavfilter/vf_nnedi: fix possible double free
2019-10-06 Paul B Maholavfilter/vf_avgblur: add support for commands
2019-10-06 Paul B Maholavfilter/vf_gblur: add support for commands
2019-10-06 Paul B Maholavfilter: add anlms filter
2019-10-03 Paul B Maholavfilter/vsrc_sierpinski: add triangle type
2019-10-03 Paul B Maholavfilter: add av_cold where it is missing
2019-10-03 Paul B Maholavfilter/f_streamselect: fix memleaks of pad names
2019-10-03 Paul B Maholavfilter/af_amix: fix filtering if specified weights...
2019-10-02 Paul B Maholavfilter/setpts: switch to activate
2019-10-02 Paul B Maholavfilter/vf_elbg: stop leaking frame on error
2019-10-01 Carl Eugen Hoyoslavfi/movie: Use filter thread count for decoding threads.
2019-10-01 Paul B Maholavfilter/vf_drawbox: implement process_command
2019-10-01 Paul B Maholavfilter/vf_drawbox: reduce code duplication
2019-10-01 Paul B Maholavfilter/f_streamselect: add check case when nothing...
2019-10-01 Paul B Maholavfilter/vsink_nullsink: cosmetics
2019-10-01 Paul B Maholavfilter/copy: add forgotten check
2019-10-01 Paul B Maholavfilter/asink_anullsink: cosmetics
2019-10-01 Paul B Maholavfilter/vf_copy: check for error cases and handle...
2019-10-01 Paul B Maholavfilter/af_acopy: check for error cases and handle...
2019-10-01 Paul B Maholavfilter/vf_showpalette: fix small cosmetics issue
2019-10-01 Paul B Maholavfilter/vf_alphamere: use the name 's' for the pointer...
2019-09-30 Paul B Maholavfilter/vf_photosensitivity: fix memleak
2019-09-30 Vladimir Panteleevlibavfilter: add photosensitivity filter
2019-09-30 Paul B Maholavfilter: add scroll video filter
2019-09-30 Paul B Maholavfilter/af_join: cosmetics
2019-09-30 Paul B Maholavfilter/af_join: use av_asprintf()
2019-09-30 Paul B Maholavfilter/split: use av_asprintf()
2019-09-30 Paul B Maholavfilter/trim: drop all audio frames instead of asserting
2019-09-30 Paul B Maholavfilter/f_metadata: do not memleak expr
2019-09-30 Paul B Maholavfilter/f_metadata: add ends_with() function for compa...
2019-09-28 Paul B Maholavfilter/fifo: use the name 's' for the pointer to...
2019-09-28 Paul B Maholavfilter/fifo: cosmetics
2019-09-28 Limin Wangavfilter/vf_framerate: remove duplicate code with macro...
2019-09-28 Limin Wangavfilter/vf_framerate: refine the filter_slice code...
2019-09-28 Limin Wangavfilter/vf_framerate: limit the scene level max range
2019-09-28 Andreas Rheinhardtavfilter/vf_xbr: Fix left shift of negative number
2019-09-28 Andreas Rheinhardtavfilter/vf_hqx: Fix undefined left shifts of negative...
2019-09-27 Limin Wangavfilter/vf_scale: cosmetics
2019-09-26 James Almeravfilter/vf_eq: fix compilation with x86 asm disabled
2019-09-26 Ting Fuavfilter/x86/vf_eq: add SSE2 version
2019-09-26 Ting Fuavfilter/x86/vf_eq: Change inline assembly into nasm...
2019-09-26 Ting Fucheckasm/vf_eq: add test for vf_eq
2019-09-25 Paul B Maholavfilter/vf_zoompan: fix leaks
2019-09-25 Paul B Maholavfilter/vf_zoompan: forward status back from output...
2019-09-25 Paul B Maholavfilter/vf_stack: add slice threading
2019-09-25 Paul B Maholavfilter/vf_stack: simplify main processing path
2019-09-25 Paul B Maholavfilter/Makefile: fix case for sierpinski
2019-09-25 Paul B Maholavfilter: add sierpinski video source
2019-09-25 Paul B Maholavfilter/vf_premultiply: forward status back from outpu...
2019-09-25 Paul B Maholavfilter/vf_fieldmatch: forward status back from output...
2019-09-25 Paul B Maholavfilter/vf_fieldmatch: fix more leaks
2019-09-25 Paul B Maholavfilter/vf_v360: add sinusoidal format
2019-09-24 Paul B Maholavfilter/vf_v360: do not use mod where it is not needed
2019-09-23 Paul B Maholavfilter/vf_v360: fix regression introduced in b342678b...
2019-09-22 Paul B Maholavfilter/vf_v360: adjust h for mercator input/output
2019-09-22 Paul B Maholavfilter/vf_v360: fix xyz_to_mercator()
2019-09-22 Paul B Maholavfilter/vf_v360: fix mercator_to_xyz()
2019-09-22 Paul B Maholavfilter/v360: reduce size of some struct members
2019-09-22 Paul B Maholavfilter/vf_v360: add fixed pixel padding options
2019-09-22 Paul B Maholavfilter/vf_v360: remove intermediate variables
2019-09-21 Paul B Maholavfilter/vf_v360: fix comparison with float value
2019-09-21 Paul B Maholavfilter/vf_v360: simplify xyz_to_dfisheye() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: simplify dfisheye_to_xyz() calculations
2019-09-21 Paul B Maholavfilter/avf_showfreqs: fix check for failed allocation
2019-09-21 Paul B Maholavfilter/vf_v360: simplify ball_to_xyz() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: simplify xyz_to_ball() calculations
2019-09-21 Paul B Maholavfilter/vf_v360: add hammer projection
2019-09-21 Paul B Maholavfilter/vf_v360: use lrintf() in kernel
2019-09-21 Paul B Maholavfilter/vf_v360: fix small artifacts between corners...
2019-09-20 Paul B Maholavfilter/vf_v360: remove uneeded array element
2019-09-20 Paul B Maholavfilter/vf_v360: add support for mirroring to ball...
2019-09-20 Paul B Maholavfilter/vf_v360: adjust kernel after latest change
2019-09-20 Paul B Maholavfilter/vf_v360: fix various artifacts with cubemaps
2019-09-20 Paul B Maholavfilter/vf_v360: improve description about s in comments
2019-09-20 Guo, Yejunlibavfilter/dnn: support multiple outputs for native...
2019-09-20 Guo, Yejunlibavfilter/dnn/dnn_backend_native: find the input...
2019-09-20 Guo, Yejunlibavfilter/dnn: add layer maximum for native mode.
2019-09-19 Marton Balintavfilter/dnn: fix inclusion guard in dnn/dnn_backend_na...
2019-09-19 Paul B Maholavfilter/vf_v360: add ball projection format
2019-09-19 Guo, Yejunlibavfilter/dnn: separate depth_to_space layer from...
2019-09-19 Guo, Yejunlibavfilter/dnn: separate conv2d layer from dnn_backend...
2019-09-17 Paul B Maholavfilter/vf_v360: add mercator projection
2019-09-16 Paul B Maholavfilter/vf_v360: add slice threading to remap calculation
2019-09-16 Paul B Maholavfilter/vf_v360: refactor creation of remap data
2019-09-16 Paul B Maholavfilter/vf_v360: reverse order of remap for loops
2019-09-16 Paul B Maholavfilter/vf_v360: simplify allocating remap data
2019-09-16 Paul B Maholavfilter/vf_v360: move some local variables to private...
2019-09-16 Paul B Maholavfilter/vf_v360: rename r_tmp variables
2019-09-16 Paul B Maholavfilter/vf_stereo3d: assert that out variable is valid
2019-09-16 Paul B Maholavfilter/vf_stereo3d: merge same code in case branches
next