Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-18lavfi/aspect: apply hot fix for NUM:DEN syntaxStefano Sabatini
2013-04-18lavfi/setdar: fix num/den swapping in log messageStefano Sabatini
2013-04-18lavfi/setsar: remove spurious #if FF_API_OLD_FILTER_OPTS around init fieldStefano Sabatini
2013-04-18lavfi/mptestsrc: remove unused size fieldStefano Sabatini
2013-04-18lavfi/mptestsrc: use AV_OPT_TYPE_DURATIONStefano Sabatini
2013-04-18lavfi/mptestsrc: reindent option constantsStefano Sabatini
2013-04-18lavfi/testsrc: fix styleStefano Sabatini
2013-04-18lavfi/testsrc: use int in place of unsignedStefano Sabatini
2013-04-18lavfi/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini
2013-04-18lavfi/aspect: restore ratio parsingStefano Sabatini
2013-04-18lavfi/select: factorize options definition between select and aselectStefano Sabatini
2013-04-18lavfi/select: add support for dynamic number of outputsStefano Sabatini
2013-04-18lavfi/select: make select_frame() return voidStefano Sabatini
2013-04-17Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-17vf_lut: fix simplification / off by 1 errorMichael Niedermayer
2013-04-17lavfi/stereo3d: fix interleave row output modesPaul B Mahol
2013-04-17lavfi/interlace: remove exec permissions.Clément Bœsch
2013-04-17lavfi/lut: simplify nested component stepping.Clément Bœsch
2013-04-17lavfi/lut: reindent after previous commit.Clément Bœsch
2013-04-17lavfi/lut: add direct path.Clément Bœsch
2013-04-17lavfi/stereo3d: check input width & heightPaul B Mahol
2013-04-17Merge commit 'c0771a1ac6da697f86e3b10c8fe5dbc2ee92e347'Michael Niedermayer
2013-04-17Merge commit 'aafed1175df76603e94c99a7748968780d6548d2'Michael Niedermayer
2013-04-17lavfi/stereo3d: fix output width for sbsl/sbs2lPaul B Mahol
2013-04-17lavfi: remove bad inverse telecine filtersPaul B Mahol
2013-04-17lavfi/buffersrc: fix failed requests count.Nicolas George
2013-04-17af_channelmap: cosmetics, use an extra local variable to shorten the codeAnton Khirnov
2013-04-17af_channelmap: sanity check input channel indices in all cases.Anton Khirnov
2013-04-17lavfi/histeq: fix out of array writePaul B Mahol
2013-04-17lavfi/il: remove pointless storePaul B Mahol
2013-04-17lavfi/earwax: remove pointless storePaul B Mahol
2013-04-17lavfi/stereo3d: remove pointless storePaul B Mahol
2013-04-17lavfi/aspect: fix weird copyright noticeStefano Sabatini
2013-04-17lavfi/split: use AVFILTER_DEFINE_CLASS to define classStefano Sabatini
2013-04-16lavfi/interlace: remove now unused av_opt_free() callPaul B Mahol
2013-04-16lavfi/split: fix minor documentation issuesStefano Sabatini
2013-04-15lavfi/drawtext: make options array more readable.Clément Bœsch
2013-04-15vf_histogram: avoid floats, unbreak fateMichael Niedermayer
2013-04-15lavfi/histogram: remove pointless storePaul B Mahol
2013-04-15lavfi/noise: remove pointless storePaul B Mahol
2013-04-15lavfi/curves: fix memleak after master component dition.Clément Bœsch
2013-04-15deshake: fix off by 2 errorMichael Niedermayer
2013-04-15vf_deshake: Fix crash with r*=64Michael Niedermayer
2013-04-15lavfi/curves: add support for Photoshop curves files (.acv).Clément Bœsch
2013-04-15lavfi/curves: add support for master component.Clément Bœsch
2013-04-15lavfi/aphaser: silence uninitialized variable warnings.Clément Bœsch
2013-04-15lavfi/negate: stop calling lut_init() as that function does nothing nowPaul B Mahol
2013-04-15lavfi/testsrc: unbreak smptebars only buildPaul B Mahol
2013-04-14lavfi: add missing periods in filter descriptions.Clément Bœsch
2013-04-14Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch