summaryrefslogtreecommitdiff
path: root/libavfilter/vf_mcdeint.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_mcdeint: Store format in filter, remove query functionAndreas Rheinhardt2021-10-051-9/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-4/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_mcdeint: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-5/+8
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-111-1/+1
* avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_methodJames Almer2017-08-301-1/+1
* avfilter/vf_mcdeint: free the AVCodecContext struct properlyJames Almer2017-08-301-4/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: stop using deprecated codec flagsJames Almer2017-03-251-1/+1
* fix some a/an typosLou Logan2016-03-281-1/+1
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* avfilter/vf_mcdeint: add missing "This file is part of FFmpeg"Michael Niedermayer2015-09-271-0/+2
* Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
* avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-2/+2
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-181-1/+1
* avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-161-4/+4
* avfilter/vf_mcdeint: avoid uninitilaized fields in AVPacketMichael Niedermayer2015-01-281-3/+1
* avfilter/vf_mcdeint: Set no_bitstream=1Michael Niedermayer2015-01-251-0/+1
* avfilter/vf_mcdeint: fix gop_sizeMichael Niedermayer2015-01-251-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_mcdeint: free frame on errorMichael Niedermayer2013-06-031-1/+3
* lavfi: port mcdeint filter from libmpcodecsStefano Sabatini2013-06-011-0/+313