71 Commits (66d5e43b9909804511a3e1fb65f6f0bbb0264eb3)

Author SHA1 Message Date
  Paul B Mahol dc481105a1 avfilter/vf_tinterlace: re-enable lowpass option 5 years ago
  Thomas Mundt f4438e387e avfilter/vf_interlace: fix numerical options 6 years ago
  Vasile Toncu 9c01cdb94e avfilter/vf_interlace: remove duplicate code with same funcionality 7 years ago
  Thomas Mundt d491d6a0cd avfilter/interlace: rename two variables for consistency 7 years ago
  Thomas Mundt 40bfaa190c avfilter/interlace: add support for 10 and 12 bit 7 years ago
  Thomas Mundt 58ca446672 avfilter/tinterlace: use drawutils for pad mode 7 years ago
  James Almer 3af1060319 avfilter/tinterlace: Simplify checks for lowpass filtering flags 7 years ago
  Thomas Mundt ed48e22748 avfilter/interlace: simplify code 7 years ago
  Thomas Mundt a7f6bfdc18 avfilter/interlace: prevent over-sharpening with the complex low-pass filter 7 years ago
  Thomas Mundt 2da5bf4c2f avfilter/interlace: add complex vertical low-pass filter 8 years ago
  Thomas Mundt 207e6debf8 avfilter/interlace: change lowpass_line function prototype 8 years ago
  Nicolas George 183ce55b0d lavfi: split frame_count between input and output. 8 years ago
  Michael Niedermayer b65ea6ab44 avfilter/vf_tinterlace: fix image alignment 9 years ago
  Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
  Paul B Mahol 13090895cf avfilter/vf_tinterlace: add mergex2 mode 9 years ago
  Nicolas George 44f660e7e7 lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
  Carl Eugen Hoyos 3b4e694ead lavfi/tinterlace: Double aspect ratio for modes merge and pad. 10 years ago
  Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
  Michael Niedermayer ac3f6429ba vfilter/vf_tinterlace: Fix issues with linesize and cols 10 years ago
  Michael Niedermayer 59f1f764d6 avfilter/vf_tinterlace: Favor using standard timebases for the output 10 years ago
  Michael Niedermayer 08ee02deca avfilter/vf_tinterlace: remove unused variable 10 years ago
  Michael Niedermayer fb3eb57369 avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_sse2() 10 years ago
  Michael Niedermayer 18b46ecc93 avfilter/tinterlace: Move lowpass_line to a separate function and call it through a function pointer 10 years ago
  Michael Niedermayer 9d548fce24 avfilter/tinterlace: split context definition into seperate header so it can be used by future optimizations 10 years ago
  Michael Niedermayer f043965cd5 avfilter/vf_tinterlace: fix linesize vs. width 10 years ago
  Michael Niedermayer 05e0ea6050 avfilter/vf_tinterlace: Fix output top field first flag for MODE_INTERLACEX2 10 years ago
  Aleksey Vasenev 8349001638 avfilter/vf_tinterlace: fix frame rate 10 years ago
  Reimar Döffinger c9a4ec7969 lavfi: add const/static const to pix_fmts arrays. 10 years ago
  Jasper Taylor 0d5ae023b2 avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2) 11 years ago
  Michael Niedermayer 6a71efff33 avfilter/vf_tinterlace: check clone return value 11 years ago
  Paul B Mahol 8ac0eb2cd7 avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p 11 years ago
  Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
  Paul B Mahol 4f8e4b8a54 lavfi/tinterlace: remove request frame hack 12 years ago
  Clément Bœsch 50e66726a2 lavfi: use ceil right shift for chroma width/height. 12 years ago
  Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
  Michael Niedermayer e92862e75f avfilter/vf_tinterlace: fix handling of not so even sizes 12 years ago
  Clément Bœsch c85f56bb4f lavfi/tinterlace: switch to an AVOptions-based system. 12 years ago
  Paul B Mahol ed8373e7db lavfi: always check return value of ff_get_{audio,video}_buffer() 12 years ago
  Clément Bœsch cbf224b631 lavfi/tinterlace: use standard options parsing. 12 years ago
  Michael Niedermayer e797f22efa vf_tinterlace: fix logical/bit op mixup 12 years ago
  Michael Niedermayer b84871b8eb vf_tinterlace: dont mix declarations and expressions 12 years ago
  Mark Himsley 8997a0fa79 lavfi/tinterlace: add low-pass-filter for top/bottom interleave modes 12 years ago
  Michael Niedermayer b11a889055 vf_tinterlace: default of mode switch is impossible, add assert. 12 years ago
  Stefano Sabatini da9a45b681 lavfi/tinterlace: drop redundant NULL checks in uninit() 12 years ago
  Stefano Sabatini c6a216771f lavfi/tinterlace: add support to option parsing 12 years ago
  Stefano Sabatini fef7b2e0be lavfi/tinterlace: switch to filter_frame API 12 years ago
  Clément Bœsch 2d9d444051 lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
  Michael Niedermayer ac2a3a7a05 vf_tinterlace: check av_image_get_linesize() return value 12 years ago
  Stefano Sabatini b420b87848 lavfi/tinterlace: remove poll_frame() callback 12 years ago
  Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago