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-23lavfi/testsrc: move color options to the color scope filter definition.Clément Bœsch
2013-05-17lavfi/color: switch to AV_OPT_TYPE_COLORPaul B Mahol
2013-05-03lavfi/testsrc: add support for color interactive commandStefano Sabatini
2013-04-18lavfi/testsrc: fix styleStefano Sabatini
2013-04-18lavfi/testsrc: use int in place of unsignedStefano Sabatini
2013-04-15lavfi/testsrc: unbreak smptebars only buildPaul B Mahol
2013-04-14lavfi/smptehdbars: fix priv_class pointer.Clément Bœsch
2013-04-14lavfi/testsrc: grammar fix in comment after 03e2ec32.Clément Bœsch
2013-04-14lavfi: add smptehdbars sourcePaul B Mahol
2013-04-13lavfi/testsrc: make use of AV_OPT_TYPE_DURATIONStefano Sabatini
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-11lavfi/testsrc: remove useless args/NULL passing.Clément Bœsch
2013-04-11lavfi/smptebars: switch to AVOptions-based systemPaul B Mahol
2013-04-11Merge commit '7b3eb745b98b04dd8a4970b9fd6c98998e858fc1'Michael Niedermayer
2013-04-11Merge commit 'b7b3302f8f2c7d9f6e08e0a976890eefe3edcc9e'Michael Niedermayer
2013-04-11Merge commit '7bc1a883c9158bb6e383d86fc76bdf2541e9a9fe'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vsrc_testsrc: switch to an AVOptions-based system.Anton Khirnov
2013-04-05lavfi/smptebars: fix invalid writesPaul B Mahol
2013-04-04lavfi/smptebars: fix output for subsampled yuvPaul B Mahol
2013-03-26lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol
2013-03-25vsrc_testsrc: avoid floats and non bit exactnessMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-14vsrc_testsrc: Fix assignments in if()Michael Niedermayer
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-29vsrc_testsrc: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton 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-21vsrc_testsrc: Fix case without a specified durationMichael Niedermayer
2012-09-20lavfi/testsrc: increase precision of the duration parameterStefano Sabatini
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-30vsrc_testsrc: fix uninitilaized variable bugMichael Niedermayer
2012-08-18lavfi/testsrc: set output framerateStefano Sabatini
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-08-08lavfi/testsrc: set default value for option "color" to NULL and rework color ...Stefano Sabatini
2012-08-07lavfi: add smptebars sourcePaul B Mahol
2012-08-03lavfi: move color filter to testsrc, factorizeStefano Sabatini
2012-08-02lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini