62 Commits (a3a501df240fa179fe12c2cf5dbbb4f1d9f650ca)

Author SHA1 Message Date
  Michael Niedermayer feed239021 yadif: Account for the buffer alignment while processing the frame edges 8 years ago
  Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
  Michael Niedermayer 9df477e03e yadif: update frame rate 10 years ago
  Vittorio Giovara 2268db2cd0 lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 10 years ago
  Robert Krüger d8e763fda7 vf_yadif: Relicense from GPL to LGPL 12 years ago
  Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 12 years ago
  Anton Khirnov cb79881b49 vf_yadif: support slice threading 12 years ago
  James Darnley d10499a32a yadif: correct strides in filter_edges_16bit 13 years ago
  James Darnley b0ef0ae776 yadif: restore speed of the C filtering code 13 years ago
  Anton Khirnov 7536c67104 vf_yadif: switch to an AVOptions-based system. 13 years ago
  Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 13 years ago
  Anton Khirnov 64ed397635 vf_yadif: fix out-of line reads 13 years ago
  Anton Khirnov ccd70d9c16 vf_yadif: factorize initializing the filtering callbacks 13 years ago
  Anton Khirnov 99162f8d46 vf_yadif: silence a warning. 13 years ago
  Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 13 years ago
  Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 13 years ago
  Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 13 years ago
  Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
  Luca Barbato 28165fee1b yadif: cosmetics 13 years ago
  Anton Khirnov b5c8aa745e vf_yadif: unset cur_buf on the input link. 13 years ago
  Anton Khirnov 8f3a3ce730 lavfi: check all ff_get_video_buffer() calls for errors. 13 years ago
  Anton Khirnov 1dc4205018 lavfi: check all avfilter_ref_buffer() calls for errors. 13 years ago
  Anton Khirnov 02ac7311c8 lavfi: use avfilter_unref_bufferp() where appropriate. 13 years ago
  Anton Khirnov 3825b52688 lavfi: check all ff_start_frame/draw_slice/end_frame calls for errors 13 years ago
  Anton Khirnov d4f89906e3 lavfi: add error handling to end_frame(). 13 years ago
  Anton Khirnov e9b992d035 lavfi: add error handling to draw_slice(). 13 years ago
  Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
  Ronald S. Bultje 731fa116b4 yadif: use emms_c() instead of inline assembly for emms invocations. 13 years ago
  Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 years ago
  Mans Rullgard a87b17f328 vf_yadif: move x86 init code to x86/yadif.c 13 years ago
  Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
  Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
  Anton Khirnov 6d58358a3a lavfi: make avfilter_get_video_buffer() private on next bump. 13 years ago
  Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
  Anton Khirnov b74a1da49d lavfi: make formats API private on next bump. 13 years ago
  Anton Khirnov 43c7a01e98 lavfi: remove avfilter_default_* from public API on next bump. 13 years ago
  Robert Nagy 394a0267ab yadif: Flush filter on eof. 13 years ago
  Robert Nagy 7dd56d411e yadif: Improve pts accuracy. 13 years ago
  Robert Nagy a07578f3f2 vf_yadif: fix missing error handling for avfilter_poll_frame() 14 years ago
  Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 14 years ago
  Luca Barbato d32eed5c73 yadif: support 10bit YUV 14 years ago
  Stefano Sabatini be4e8908d2 vf_yadif: add support to yuva420p 14 years ago
  Stefano Sabatini 4703a7b50b vf_yadif: correct documentation on the parity parameter 14 years ago
  Joakim Plate 5feb67f8a1 vf_yadif: copy buffer properties like aspect for second frame as well 14 years ago
  Joakim Plate ab09df9dea vf_yadif: add an option to enable/disable deinterlacing based on src frame "interlaced" flag 14 years ago
  James Darnley b137bf7df3 yadif: support 16-bit 15 years ago
  James Darnley 88312a4de3 yadif: support more than yuv420p. 15 years ago
  Michael Niedermayer d85e18e6e3 yadif: Fix assert() failure 15 years ago
  Michael Niedermayer 14e3b120ad Reduce picture size for yadif. 15 years ago