| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/vf_mcdeint: Store format in filter, remove query function | Andreas Rheinhardt | 2021-10-05 | 1 | -9/+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 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avfilter/vf_mcdeint: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -5/+8 |
* | fftools, libavcodec, libavfilter: Add const to some AVCodec * | Andreas Rheinhardt | 2020-09-11 | 1 | -1/+1 |
* | avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method | James Almer | 2017-08-30 | 1 | -1/+1 |
* | avfilter/vf_mcdeint: free the AVCodecContext struct properly | James Almer | 2017-08-30 | 1 | -4/+1 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -1/+1 |
* | avfilter: stop using deprecated codec flags | James Almer | 2017-03-25 | 1 | -1/+1 |
* | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -2/+2 |
* | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | avfilter/vf_mcdeint: add missing "This file is part of FFmpeg" | Michael Niedermayer | 2015-09-27 | 1 | -0/+2 |
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -3/+3 |
* | avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int | Michael Niedermayer | 2015-03-20 | 1 | -2/+2 |
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel... | Michael Niedermayer | 2015-03-18 | 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_mcdeint: avoid uninitilaized fields in AVPacket | Michael Niedermayer | 2015-01-28 | 1 | -3/+1 |
* | avfilter/vf_mcdeint: Set no_bitstream=1 | Michael Niedermayer | 2015-01-25 | 1 | -0/+1 |
* | avfilter/vf_mcdeint: fix gop_size | Michael Niedermayer | 2015-01-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter/vf_mcdeint: free frame on error | Michael Niedermayer | 2013-06-03 | 1 | -1/+3 |
* | lavfi: port mcdeint filter from libmpcodecs | Stefano Sabatini | 2013-06-01 | 1 | -0/+313 |