| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi/internal: move functions used by filters to filters.h | Anton Khirnov | 2024-08-19 | 1 | -0/+1 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+1 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -6/+6 |
* | avutil/internal: Don't auto-include emms.h | Andreas Rheinhardt | 2023-09-04 | 1 | -0/+1 |
* | avfilter: Deduplicate default video inputs/outputs | Andreas Rheinhardt | 2023-08-07 | 1 | -8/+1 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -2/+3 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -4/+2 |
* | avfilter/internal: Factor out executing a filter's execute_func | Andreas Rheinhardt | 2021-08-15 | 1 | -1/+2 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter: make use of ff_filter_get_nb_threads | Paul B Mahol | 2016-08-29 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -1/+1 |
* | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -3/+4 |
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -2/+1 |
* | x86/vf_noise: move asm code to a separate file | James Almer | 2014-10-17 | 1 | -155/+9 |
* | avfilter/vf_noise: Use a separate seed for each plane | Michael Niedermayer | 2014-10-16 | 1 | -1/+1 |
* | avfilter/vf_noise: use per component rand_shift | Michael Niedermayer | 2014-10-16 | 1 | -6/+6 |
* | avfilter/vf_noise: move shift calculation to filter_frame() | Michael Niedermayer | 2014-10-16 | 1 | -12/+15 |
* | avfilter/vf_noise: fix high resolution support | Michael Niedermayer | 2014-10-16 | 1 | -9/+13 |
* | avfilter/vf_noise: make constant things const | Michael Niedermayer | 2014-08-05 | 1 | -10/+10 |
* | avfilter/vf_noise: Avoid using non public AV_PIX_FMT_NB | Michael Niedermayer | 2014-05-27 | 1 | -1/+1 |
* | Fix compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-19 | 1 | -1/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | libavfilter/vf_noise: relicense to LGPL | Paul B Mahol | 2013-10-27 | 1 | -6/+6 |
* | avfilter: add av_cold to init() | Paul B Mahol | 2013-09-27 | 1 | -1/+1 |
* | avfilter/vf_noise: rename linesize to bytewidth | Michael Niedermayer | 2013-09-13 | 1 | -3/+3 |
* | Revert "avfilter/vf_noise: dont corrupt the picture outside width x height" | Michael Niedermayer | 2013-09-13 | 1 | -5/+1 |
* | avfilter/vf_noise: dont corrupt the picture outside width x height | Michael Niedermayer | 2013-09-12 | 1 | -1/+5 |
* | avfilter/vf_noise: unbreak filter when inline assembly is not present | Paul B Mahol | 2013-09-12 | 1 | -0/+3 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -6/+6 |
* | lavfi/noise: fix out of array access | Paul B Mahol | 2013-05-29 | 1 | -4/+5 |
* | lavfi/noise: support slice threading | Paul B Mahol | 2013-05-29 | 1 | -20/+37 |
* | lavfi/noise: use av_image_copy_plane() | Paul B Mahol | 2013-05-26 | 1 | -8/+2 |
* | lavfi/field, il, noise: use av_pix_fmt_count_planes() | Paul B Mahol | 2013-05-24 | 1 | -4/+2 |
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -1/+1 |
* | lavfi: replace passthrough_filter_frame with a flag. | Clément Bœsch | 2013-05-12 | 1 | -1/+1 |
* | lavfi: use ceil right shift for chroma width/height. | Clément Bœsch | 2013-05-10 | 1 | -1/+1 |
* | lavfi/noise: remove get_video_buffer, its redundant now | Paul B Mahol | 2013-04-25 | 1 | -1/+0 |
* | lavfi/noise: add missing emms_c() | Paul B Mahol | 2013-04-25 | 1 | -0/+1 |
* | lavfi: add timeline support. | Clément Bœsch | 2013-04-23 | 1 | -0/+1 |
* | lavfi/noise: remove pointless store | Paul B Mahol | 2013-04-15 | 1 | -3/+2 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/noise: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | avfilter/vf_noise: fix build without mmx*inline | Michael Niedermayer | 2013-04-09 | 1 | -6/+6 |
* | lavfi/noise: copy inline asm from mp=noise | Paul B Mahol | 2013-04-08 | 1 | -28/+147 |
* | lavfi/blend,noise: remove unedeed av_opt_free() call | Paul B Mahol | 2013-04-08 | 1 | -1/+0 |
* | vf_noise: Fix av_lfg_get() maximum value | Michael Niedermayer | 2013-04-06 | 1 | -2/+2 |
* | vf_noise: remove low quality mode | Michael Niedermayer | 2013-04-06 | 1 | -5/+0 |