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
2013-05-24yadif: fix slice sizesMichael Niedermayer
2013-05-24avfilter/vf_yadif: fix race conditionMichael Niedermayer
2013-05-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-24vf_yadif: support slice threadingAnton Khirnov
2013-05-21lavfi/yadif: add timeline support.Clément Bœsch
2013-05-17lavfi/yadif: fix chroma subsampling with odd sizes.Clément Bœsch
2013-05-14yadif: correct strides in filter_edges_16bitJames Darnley
2013-05-14yadif: restore speed of the C filtering codeJames Darnley
2013-04-11Merge commit '7536c671040f1f3ebc9f0d3b7831dac71436b775'Michael Niedermayer
2013-04-09vf_yadif: switch to an AVOptions-based system.Anton Khirnov
2013-03-21lavfi/vf_yadif: use standard options parsing.Nicolas George
2013-03-17yadif: cosmetic indentation from previous commitsJames Darnley
2013-03-17yadif: x86 assembly for 16-bit samplesJames Darnley
2013-03-15yadif: correct strides in filter_edges_16bitJames Darnley
2013-03-14yadif: restore speed of the C filtering codeJames Darnley
2013-03-10lavfi: remove remaining forgotten min/rej perms.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-16yadif: remove unused variableMichael Niedermayer
2013-02-16Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer
2013-02-16Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'Michael Niedermayer
2013-02-16lavfi/yadif: support 9, 12, and 14 bits per pixelJames Darnley
2013-02-16lavfi/yadif: remove unnecessary castJames Darnley
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-15vf_yadif: factorize initializing the filtering callbacksAnton Khirnov
2013-02-06Merge commit '238614de679a71970c20d7c3fee08a322967ec40'Michael Niedermayer
2013-02-06vf_yadif: silence a warning.Anton Khirnov
2013-01-10lavfi/yadif: fix shorthand/option mismatchAndré Pankratz
2013-01-04lavfi/yadif: add support to named constantsStefano Sabatini
2013-01-04lavfi/yadif: add support to named options and options introspectionStefano Sabatini
2013-01-04lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini
2013-01-04lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini
2013-01-04lavfi/yadif: remove unused poll_frame callbackStefano Sabatini
2012-11-29vf_yadif: switch to filter_frame, this filter did not support slicesAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-13Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'Michael Niedermayer
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-09yadif: cosmeticsLuca Barbato
2012-09-04yadif: remove unused variableMichael Niedermayer
2012-08-17vf_yadif: fix permissions.Nicolas George
2012-08-10yadif: check input video size.Michael Niedermayer
2012-08-10yadif: remove get_video_buffer, its redundant nowMichael Niedermayer
2012-08-10yadif: redesign first and last 2 lines handling.Michael Niedermayer