Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-25avfilter/interlace: rename two variables for consistencyThomas Mundt
2017-09-23avfilter/interlace: add support for 10 and 12 bitThomas Mundt
2017-09-23avfilter/tinterlace: use drawutils for pad modeThomas Mundt
2017-09-18avfilter/tinterlace: Simplify checks for lowpass filtering flagsJames Almer
2017-09-15avfilter/interlace: simplify codeThomas Mundt
2017-09-15avfilter/interlace: prevent over-sharpening with the complex low-pass filterThomas Mundt
2017-05-02avfilter/interlace: add complex vertical low-pass filterThomas Mundt
2017-04-22avfilter/interlace: change lowpass_line function prototypeThomas Mundt
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2016-02-14avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2015-10-03avfilter/vf_tinterlace: add mergex2 modePaul B Mahol
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-06-04lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2015-01-07vfilter/vf_tinterlace: Fix issues with linesize and colsMichael Niedermayer
2014-12-02avfilter/vf_tinterlace: Favor using standard timebases for the outputMichael Niedermayer
2014-11-16avfilter/vf_tinterlace: remove unused variableMichael Niedermayer
2014-11-15avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...Michael Niedermayer
2014-11-15avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...Michael Niedermayer
2014-11-15avfilter/tinterlace: split context definition into seperate header so it can ...Michael Niedermayer
2014-11-15avfilter/vf_tinterlace: fix linesize vs. widthMichael Niedermayer
2014-11-15avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2Michael Niedermayer
2014-11-14avfilter/vf_tinterlace: fix frame rateAleksey Vasenev
2014-08-31lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger
2014-03-16avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2)Jasper Taylor
2013-11-19avfilter/vf_tinterlace: check clone return valueMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-21avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-06-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-27lavfi/tinterlace: remove request frame hackPaul B Mahol
2013-05-10lavfi: use ceil right shift for chroma width/height.Clément Bœsch
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-04-29avfilter/vf_tinterlace: fix handling of not so even sizesMichael Niedermayer
2013-04-11lavfi/tinterlace: switch to an AVOptions-based system.Clément Bœsch
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-24lavfi/tinterlace: use standard options parsing.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-01-06vf_tinterlace: fix logical/bit op mixupMichael Niedermayer
2012-12-30vf_tinterlace: dont mix declarations and expressionsMichael Niedermayer
2012-12-30lavfi/tinterlace: add low-pass-filter for top/bottom interleave modesMark Himsley
2012-12-11vf_tinterlace: default of mode switch is impossible, add assert.Michael Niedermayer
2012-12-07lavfi/tinterlace: drop redundant NULL checks in uninit()Stefano Sabatini
2012-12-07lavfi/tinterlace: add support to option parsingStefano Sabatini
2012-12-07lavfi/tinterlace: switch to filter_frame APIStefano Sabatini
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-03vf_tinterlace: check av_image_get_linesize() return valueMichael Niedermayer
2012-10-31lavfi/tinterlace: remove poll_frame() callbackStefano Sabatini
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes