summaryrefslogtreecommitdiff
path: root/libavfilter/vf_tinterlace.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-041-0/+5
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-2/+4
* vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer2015-01-061-6/+3
* avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer2014-12-021-2/+23
* avfilter/vf_tinterlace: remove unused variableMichael Niedermayer2014-11-161-1/+1
* avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer2014-11-151-0/+2
* avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer2014-11-151-15/+28
* avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer2014-11-151-23/+1
* avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer2014-11-151-1/+2
* avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer2014-11-151-0/+1
* avfilter/vf_tinterlace: fix frame rateAleksey Vasenev2014-11-131-0/+2
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-311-1/+1
* avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)Jasper Taylor2014-03-161-0/+12
* avfilter/vf_tinterlace: check clone return valueMichael Niedermayer2013-11-191-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol2013-09-211-2/+4
* avfilter: various cosmeticsPaul B Mahol2013-09-121-3/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-181-1/+1
* lavfi/tinterlace: remove request frame hackPaul B Mahol2013-05-271-16/+1
* lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+1
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-1/+1
* avfilter/vf_tinterlace: fix handling of not so even sizesMichael Niedermayer2013-04-291-2/+2
* lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch2013-04-111-3/+0
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-081-0/+2
* lavfi/tinterlace: use standard options parsing.Clément Bœsch2013-03-241-14/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-29/+29
* vf_tinterlace: fix logical/bit op mixupMichael Niedermayer2013-01-061-1/+1
* vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer2012-12-301-2/+3
* lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley2012-12-301-12/+54
* vf_tinterlace: default of mode switch is impossible, add assert.Michael Niedermayer2012-12-111-0/+2
* lavfi/tinterlace: drop redundant NULL checks in uninit()Stefano Sabatini2012-12-061-2/+2
* lavfi/tinterlace: add support to option parsingStefano Sabatini2012-12-061-42/+30
* lavfi/tinterlace: switch to filter_frame APIStefano Sabatini2012-12-061-27/+19
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-16/+23
* vf_tinterlace: check av_image_get_linesize() return valueMichael Niedermayer2012-11-031-0/+4
* lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini2012-10-301-19/+0
* Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-2/+2
* Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-9/+9
* lavfi/tinterlace: declare source buffers in copy_picture_field() as constStefano Sabatini2012-09-061-10/+10
* lavfi/tinterlace: set inlink->cur to NULL, since it is stored internallyStefano Sabatini2012-09-061-0/+1
* vf_tinterlace: leave harmless permissions alone.Nicolas George2012-08-171-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-4/+7
* lavfi: decrease logging level of message showing initial parametersStefano Sabatini2012-07-151-1/+1
* vf_tinterlace: use av_assertMichael Niedermayer2012-07-081-1/+2
* lavfi: do not pass opaque field to init functionsStefano Sabatini2012-07-081-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-2/+2
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-13/+13
* lavfi/tinterlace: support symbolic names for the parameterStefano Sabatini2012-04-301-23/+60
* lavfi/tinterlace: make video as interlaced in mode 6Stefano Sabatini2012-04-301-0/+1
* lavfi/tinterlace: add tinterlace mode 6Stuart Morris2012-04-301-2/+27