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-02-10tests: add fate-lavfi-il testStefano Sabatini
2013-01-26sws: add planar RGB formats to isAnyRGBMichael Niedermayer
2013-01-26sws: GBRP9, GBRP10 GBRP12 GBRP14 output supportMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-06lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch
2013-01-05Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos
2013-01-05lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini
2013-01-05lavfi: add histeq filterStefano Sabatini
2013-01-05lavfi: add kerndeint filterStefano Sabatini
2012-12-23fate/mp=pp: remove dering subfilter test.Clément Bœsch
2012-12-05pixdesc: fix broken yuva definitionsPaul B Mahol
2012-12-02fate: add hue filter test.Clément Bœsch
2012-12-01swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer
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-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov
2012-10-31lavfi: add field filterStefano Sabatini
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer
2012-10-30sws: fix BE/LE handling for fillPlane16()Michael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30pixfmt: support more yuva formatsLuca Barbato
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-10-02nutenc: choose for non audio streams a timebase with finer resolution.Michael Niedermayer
2012-10-02nut: store and read the r_frame_rateMichael Niedermayer
2012-09-06tests: add tinterlace filter testsStefano Sabatini
2012-08-27nutenc: Support writing an indexMichael Niedermayer
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-05sws/x86: add some forgotten 12bit planar yuv casesMichael Niedermayer
2012-07-05nut: add 12/14 bit yuv to nut/rawCarl Eugen Hoyos
2012-07-05sws: support 12&14 bit planar colorspacesMichael Niedermayer
2012-06-16lavfi/super2xsai: fix fate test on bigendianPaul B Mahol
2012-06-16lavfi/super2xsai: fix table used to update color matrix at the end of each y ...Stefano Sabatini
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-25lavfi/hflip: copy palette data in start_frame()Stefano Sabatini
2012-05-24fate: update checksum after pal8 changesMichael Niedermayer
2012-05-08Support yuva422p rawvideo in nut.Carl Eugen Hoyos
2012-05-08Add yuva422p pix_fmt.Carl Eugen Hoyos
2012-04-17vf_thumbnail: colorspace changed from yv12 to rgbMichael Niedermayer
2012-04-09vf_scale: ensure the palette is set for output.Reimar Döffinger
2012-04-06fix fate tests after 76c79aa28fc8cf0bfe52915317a3cfc72383d0efMichael Niedermayer
2012-04-05lavfi/colormatrix: add forgotten tests.Clément Bœsch
2012-03-31fate: update regression checksum due to 95ce0ddcfe99182365e0e57f5f41d7f1a01c57ebMichael Niedermayer
2012-03-26vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol
2012-03-21vf_pad: port to new drawutils API.Nicolas George