summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
...
* lavfi/movie: Use filter thread count for decoding threads.Carl Eugen Hoyos2019-10-01
* avfilter/vf_drawbox: implement process_commandPaul B Mahol2019-10-01
* avfilter/vf_drawbox: reduce code duplicationPaul B Mahol2019-10-01
* avfilter/f_streamselect: add check case when nothing is donePaul B Mahol2019-10-01
* avfilter/vsink_nullsink: cosmeticsPaul B Mahol2019-10-01
* avfilter/copy: add forgotten checkPaul B Mahol2019-10-01
* avfilter/asink_anullsink: cosmeticsPaul B Mahol2019-10-01
* avfilter/vf_copy: check for error cases and handle themPaul B Mahol2019-10-01
* avfilter/af_acopy: check for error cases and handle themPaul B Mahol2019-10-01
* avfilter/vf_showpalette: fix small cosmetics issuePaul B Mahol2019-10-01
* avfilter/vf_alphamere: use the name 's' for the pointer to the private contextPaul B Mahol2019-10-01
* avfilter/vf_photosensitivity: fix memleakPaul B Mahol2019-09-30
* libavfilter: add photosensitivity filterVladimir Panteleev2019-09-30
* avfilter: add scroll video filterPaul B Mahol2019-09-30
* avfilter/af_join: cosmeticsPaul B Mahol2019-09-30
* avfilter/af_join: use av_asprintf()Paul B Mahol2019-09-30
* avfilter/split: use av_asprintf()Paul B Mahol2019-09-30
* avfilter/trim: drop all audio frames instead of assertingPaul B Mahol2019-09-30
* avfilter/f_metadata: do not memleak exprPaul B Mahol2019-09-30
* avfilter/f_metadata: add ends_with() function for comparing ends of stringsPaul B Mahol2019-09-30
* avfilter/fifo: use the name 's' for the pointer to the private contextPaul B Mahol2019-09-28
* avfilter/fifo: cosmeticsPaul B Mahol2019-09-28
* avfilter/vf_framerate: remove duplicate code with macro-based functionLimin Wang2019-09-28
* avfilter/vf_framerate: refine the filter_slice code for better readiablityLimin Wang2019-09-28
* avfilter/vf_framerate: limit the scene level max rangeLimin Wang2019-09-28
* avfilter/vf_xbr: Fix left shift of negative numberAndreas Rheinhardt2019-09-28
* avfilter/vf_hqx: Fix undefined left shifts of negative numbersAndreas Rheinhardt2019-09-28
* avfilter/vf_scale: cosmeticsLimin Wang2019-09-27
* avfilter/vf_eq: fix compilation with x86 asm disabledJames Almer2019-09-26
* avfilter/x86/vf_eq: add SSE2 versionTing Fu2019-09-26
* avfilter/x86/vf_eq: Change inline assembly into nasm codeTing Fu2019-09-26
* checkasm/vf_eq: add test for vf_eqTing Fu2019-09-26
* avfilter/vf_zoompan: fix leaksPaul B Mahol2019-09-25
* avfilter/vf_zoompan: forward status back from output to inputPaul B Mahol2019-09-25
* avfilter/vf_stack: add slice threadingPaul B Mahol2019-09-25
* avfilter/vf_stack: simplify main processing pathPaul B Mahol2019-09-25
* avfilter/Makefile: fix case for sierpinskiPaul B Mahol2019-09-25
* avfilter: add sierpinski video sourcePaul B Mahol2019-09-25
* avfilter/vf_premultiply: forward status back from output to all input linksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: forward status back from output to all input linksPaul B Mahol2019-09-25
* avfilter/vf_fieldmatch: fix more leaksPaul B Mahol2019-09-25
* avfilter/vf_v360: add sinusoidal formatPaul B Mahol2019-09-25
* avfilter/vf_v360: do not use mod where it is not neededPaul B Mahol2019-09-24
* avfilter/vf_v360: fix regression introduced in b342678bc47b4e5Paul B Mahol2019-09-23
* avfilter/vf_v360: adjust h for mercator input/outputPaul B Mahol2019-09-22
* avfilter/vf_v360: fix xyz_to_mercator()Paul B Mahol2019-09-22
* avfilter/vf_v360: fix mercator_to_xyz()Paul B Mahol2019-09-22
* avfilter/v360: reduce size of some struct membersPaul B Mahol2019-09-22
* avfilter/vf_v360: add fixed pixel padding optionsPaul B Mahol2019-09-22
* avfilter/vf_v360: remove intermediate variablesPaul B Mahol2019-09-22