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-04-30fate: port remaining filters to new system.Clément Bœsch
2013-04-30fate: move kerndeint test to the new system.Clément Bœsch
2013-04-30fate: move a few simple pixfmts tests to the new system.Clément Bœsch
2013-04-29fate: move lavd filters tests to the new system.Clément Bœsch
2013-04-29fate: move alphaextract and alphamerge tests to the new system.Clément Bœsch
2013-04-29fate: move colormatrix tests to the new system.Clément Bœsch
2013-04-29fate: move more tests from lavfi-regression.sh to filter-video.mak.Clément Bœsch
2013-04-28Merge commit 'b963f021b603509b5159873de4919dec441d0782'Michael Niedermayer
2013-04-28Merge commit '28663511c99b3cdaf9387a15032259879474f5f4'Michael Niedermayer
2013-04-28Merge commit '03b052c023e1f58d879cb7eeb6421ed39262d39d'Michael Niedermayer
2013-04-27fate: Invoke pixfmts lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke pixdesc lavfi tests through fate-run.shDiego Biurrun
2013-04-27fate: Invoke standard lavfi tests through fate-run.shDiego Biurrun
2013-04-12lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch
2013-04-11lavfi/pp: switch to an AVOptions-based system.Clément Bœsch
2013-04-03lavfi/edgedetect: add direct path.Clément Bœsch
2013-03-16fate: test both direct and indirect paths in hue filter.Clément Bœsch
2013-03-05tests: add overlay rgb and yuv444 testsStefano Sabatini
2013-02-17tests: fix values for the unsharp testStefano Sabatini
2013-02-10tests: add fate-lavfi-il testStefano Sabatini
2013-01-05lavfi: add histeq filterStefano Sabatini
2013-01-05lavfi: add kerndeint filterStefano Sabatini
2013-01-05tests/lavfi-regression: always require three parameters in do_lavfi_pixfmts()Stefano Sabatini
2012-12-23lavfi: add pp filter.Clément Bœsch
2012-12-23fate/mp=pp: remove dering subfilter test.Clément Bœsch
2012-12-23fate/mp=pp: expand subfilters with dr (dering) in them.Clément Bœsch
2012-12-02fate: add hue filter test.Clément Bœsch
2012-11-29Merge commit 'bb6c67bb36b136de10256f0999128df4a42f9ffc'Michael Niedermayer
2012-11-28lavfi: remove vf_slicifyAnton Khirnov
2012-11-12fate/lavfi: increase vf tile coverage.Clément Bœsch
2012-10-31lavfi: add field filterStefano Sabatini
2012-10-29lavfi/scale: accept named options, make parsing more robustStefano Sabatini
2012-10-28fate/scalenorm: unbreak fateMichael Niedermayer
2012-10-28tests: do not set bogus scale sws_flags option in the scalenorm testStefano Sabatini
2012-10-28fate: make sure the global sws flags are set to be bitexact for scalenormMichael Niedermayer
2012-10-28fate: add a test for scale with variable input format.Nicolas George
2012-10-11fate: add vf_idet filter to lavfi regression testsMatthieu Bouron
2012-09-06tests/lavfi-regression: name temporary files after $testname in do_lavfi_pixf...Stefano Sabatini
2012-09-06tests: add tinterlace filter testsStefano Sabatini
2012-09-06tests/lavfi-regressions: support user-specified test name in do_lavfi_pixfmts()Stefano Sabatini
2012-08-17lavfi: add edgedetect filter.Clément Bœsch
2012-08-01fate: add test for the tile video filter.Nicolas George
2012-07-22lavfi: add alphaextract and alphamerge filtersSteven Robertson
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-04lavfi: reclassify showfiltfmts as a TESTPROGMans Rullgard
2012-06-16fate/lavfi: add lavfi-pixfmts_super2xsai testStefano Sabatini
2012-05-26tests/lavfi: use do_lavfi_pixfmts for the pixdesctest testStefano Sabatini
2012-05-26tests/lavfi: rework lavfi-regression.sh, avoid use of ffmpeg -pix_fmtsStefano Sabatini
2012-04-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05libavfilter: add colormatrix filtermultiple authors