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
2014-01-14vf_yadif: Relicense from GPL to LGPLRobert Krüger
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-15vf_yadif: factorize initializing the filtering callbacksAnton Khirnov
2013-02-06vf_yadif: silence a warning.Anton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-09yadif: cosmeticsLuca Barbato
2012-07-26vf_yadif: unset cur_buf on the input link.Anton Khirnov
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov
2012-07-22lavfi: check all ff_start_frame/draw_slice/end_frame calls for errorsAnton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22yadif: use emms_c() instead of inline assembly for emms invocations.Ronald S. Bultje
2012-07-22lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje
2012-07-02vf_yadif: move x86 init code to x86/yadif.cMans Rullgard
2012-06-26lavfi: make filters less verbose.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-14yadif: Flush filter on eof.Robert Nagy
2012-05-14yadif: Improve pts accuracy.Robert Nagy
2012-05-07vf_yadif: fix missing error handling for avfilter_poll_frame()Robert Nagy
2012-02-13Drop some completely unnecessary av_unused attributes.Diego Biurrun
2011-12-13yadif: support 10bit YUVLuca Barbato
2011-09-21vf_yadif: add support to yuva420pStefano Sabatini
2011-09-21vf_yadif: correct documentation on the parity parameterStefano Sabatini
2011-09-21vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate
2011-09-19vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate
2011-04-26yadif: support 16-bitJames Darnley
2011-04-26yadif: support more than yuv420p.James Darnley
2011-04-26yadif: Fix assert() failureMichael Niedermayer
2011-04-20Reduce picture size for yadif.Michael Niedermayer
2011-04-03Change yadif to not use out of picture lines.Michael Niedermayer
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-05yadif: add parens around macro parametersMans Rullgard
2011-01-15In yadif filter, default to top field first if interlacing is unknownBaptiste Coudurier