| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/frame: deprecate interlaced_frame and top_field_first | James Almer | 2023-05-04 | 1 | -0/+24 |
* | avfilter: use the new AVFrame interlace flags in all filters | James Almer | 2023-05-04 | 1 | -4/+13 |
* | all: Replace if (ARCH_FOO) checks by #if ARCH_FOO | Andreas Rheinhardt | 2022-06-15 | 1 | -4/+6 |
* | avfilter: add AVFILTER_FLAG_METADATA_ONLY | Anton Khirnov | 2021-12-04 | 1 | -0/+1 |
* | Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted" | Andreas Rheinhardt | 2021-10-11 | 1 | -4/+3 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -33/+33 |
* | avfilter/vf_idet: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -5/+1 |
* | 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/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -4/+1 |
* | avutil/internal, swresample/audioconvert: Remove cpu.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_idet: added more YUVA formats to idet query_formats | Robert Nagy | 2018-01-14 | 1 | -0/+2 |
* | avfilter: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | lavfi/vf_idet: replace round and cast by lrint | Ganesh Ajjanagadde | 2015-12-19 | 1 | -1/+1 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -7/+0 |
* | lavfi/vf_idet: reindent after last commit. | Nicolas George | 2015-09-20 | 1 | -13/+11 |
* | lavfi/vf_idet: remove the loop in request_frame(). | Nicolas George | 2015-09-20 | 1 | -6/+3 |
* | 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() of a bunch of random video filters | Clément Bœsch | 2015-03-16 | 1 | -4/+4 |
* | avfilter/vf_idet: factorize av_frame_free(&idet->prev) | Michael Niedermayer | 2015-01-19 | 1 | -3/+2 |
* | avfilter/vf_idet: flush internal buffers on parameter changes | Michael Niedermayer | 2015-01-19 | 1 | -0/+12 |
* | avfilter/vf_idet: reduce noisyness if the filter has been auto inserted | Michael Niedermayer | 2015-01-19 | 1 | -3/+4 |
* | avfilter/vf_idet: Add analyze_interlaced_flag mode | Michael Niedermayer | 2015-01-06 | 1 | -2/+39 |
* | avfilter/vf_idet: Add 9, 12 and 14 bit pixel formats | Michael Niedermayer | 2015-01-01 | 1 | -0/+9 |
* | avfilter/vf_idet: Use frame_requested instead of prev | Michael Niedermayer | 2015-01-01 | 1 | -1/+1 |
* | avfilter/vf_idet: Fixing idet for single-frame inputs. | Neil Birkbeck | 2014-11-28 | 1 | -4/+5 |
* | avfilter/vf_idet: add a repeated field detection | Kevin Mitchell | 2014-11-05 | 1 | -2/+39 |
* | avfilter/vf_idet: use exp2() | Michael Niedermayer | 2014-11-03 | 1 | -1/+1 |
* | avfilter/vf_idet: use av_rescale() | Michael Niedermayer | 2014-11-03 | 1 | -2/+2 |
* | avfilter/vf_idet: fix rounding of av_dict_set_fxp() | Michael Niedermayer | 2014-11-03 | 1 | -1/+6 |
* | avfilter/vf_idet: add a "half_life" option for statistics | Kevin Mitchell | 2014-11-03 | 1 | -25/+57 |
* | avfilter/idet: add current frame classification to metadata | Kevin Mitchell | 2014-11-01 | 1 | -5/+7 |
* | avfilter/idet: add metadata to "current" frame instead of "next" frame | Kevin Mitchell | 2014-11-01 | 1 | -11/+13 |
* | avfilter/vf_idet: Fixes issue with idet not flushing last frame. | Neil Birkbeck | 2014-10-22 | 1 | -0/+31 |
* | avfilter/vf_idet: add both multiple and single frame detection metadata | Kevin Mitchell | 2014-10-20 | 1 | -4/+9 |
* | avfilter/vf_idet: add counts to frame metadata | Kevin Mitchell | 2014-10-19 | 1 | -0/+6 |
* | avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVE | Pascal Massimino | 2014-09-20 | 1 | -8/+8 |
* | av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line() | Pascal Massimino | 2014-09-09 | 1 | -4/+7 |
* | avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line() | skal | 2014-09-04 | 1 | -32/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -4/+3 |
* | avfilter: remove redundant use of AV_NE() macro | Paul B Mahol | 2013-09-11 | 1 | -7/+7 |
* | lavfi/idet: remove request_frame hack | Paul B Mahol | 2013-05-27 | 1 | -16/+7 |
* | lavfi/idet: fix chroma subsampling with odd sizes. | Clément Bœsch | 2013-05-16 | 1 | -2/+2 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/idet: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -3/+0 |
* | lavfi/idet: use standard options parsing. | Clément Bœsch | 2013-03-24 | 1 | -8/+3 |
* | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -2/+0 |