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