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-12avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer
2013-04-12Merge commit 'f160c6a18a574b4c7d063e0a748037cbbd9912ee'Michael Niedermayer
2013-04-12Merge commit 'fa2a34cd40d124161c748bb0f430dc63c94dd0da'Michael Niedermayer
2013-04-12Merge commit '7e8fe4be5fb4c98aa3c6a4ed3cec999f4e3cc3aa'Michael Niedermayer
2013-04-12Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65'Michael Niedermayer
2013-04-12Merge commit '1ba95a9cca57b023b9b9de071a5671fc05b05e58'Michael Niedermayer
2013-04-12lavfi: fix forgotten chunk in eb0f774d.Clément Bœsch
2013-04-12avfilter: remove opaque passing hacksMichael Niedermayer
2013-04-12lavfi/ocv: fix crash with no dilate arguments.Clément Bœsch
2013-04-12lavfi/ocv: fix crash with no filter name specified.Clément Bœsch
2013-04-12lavfi/ocv: fix build after fd6228e65.Clément Bœsch
2013-04-12buffersink: remove shorthandMichael Niedermayer
2013-04-12avfilter: remove mixed args hack for scale.Michael Niedermayer
2013-04-12lavfi/buffersink: accept parameters as options.Nicolas George
2013-04-12avfilter/asrc_aevalsrc: fix return code, 2nd tryMichael Niedermayer
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-12avfilter/asrc_aevalsrc: check correct variableMichael Niedermayer
2013-04-12avfilter: remove old shorthand systemMichael Niedermayer
2013-04-12af_pan: avoid spaces before % to avoid possible issues with MSVCMichael Niedermayer
2013-04-12af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12af_pan: fix parsing arguments from the example in the documentationСерж Нискородов
2013-04-12abuffer: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12buffersrc: switch to an AVOptions-based shorthand system.Michael Niedermayer
2013-04-12lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy
2013-04-12avfilter: Update scale to dictionary based optionsMichael Niedermayer
2013-04-12Merge commit '48a5adab62bd2a553f5069d41fa632a0701835e5'Michael Niedermayer
2013-04-12Merge commit '1565cbc65cbb9f95c11367314a080068895e0cf0'Michael Niedermayer
2013-04-12Merge commit '111367263af41c88a44bd763ceefc11d53a7f655'Michael Niedermayer
2013-04-12Merge commit 'c2c9801bc9bce688d51d1a96f5f3ea93933e2dee'Michael Niedermayer
2013-04-12Merge commit 'bc1a985ba030e9861d24965d42792850b43a43ea'Michael Niedermayer
2013-04-12lavfi/overlay: improve feedback in case of invalid expressionStefano Sabatini
2013-04-12lavfi/overlay: fix crash in case of invalid expressionStefano Sabatini
2013-04-12lavfi/overlay: add repeatlast optionStefano Sabatini
2013-04-12lavfi/overlay: reindent constants in option listStefano Sabatini
2013-04-12Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer
2013-04-12Merge commit '4a37d4b3f8137a4c2bbbca043de076af966b9446'Michael Niedermayer
2013-04-12lavfi/mp: switch to an AVOptions-based system.Clément Bœsch
2013-04-12lavfi/aspect: fix d2q convert in init.Clément Bœsch
2013-04-12lavfi: deprecate aconvert.Clément Bœsch
2013-04-12lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch
2013-04-11lavfi/flite: switch to AVOption-based systemStefano Sabatini
2013-04-11lavfi/hue: extend debugging messageStefano Sabatini
2013-04-11lavfi/hue: reindent after last commitStefano Sabatini
2013-04-11lavfi/hue: apply major simplifications, and switch to AVOption-based systemStefano Sabatini
2013-04-11lavfi/ebur128: remove now unused av_opt_free call.Clément Bœsch
2013-04-11lavfi: do not segfault on NULL passed to avfilter_get_by_name()Anton Khirnov
2013-04-11lavfi: change the filter registering system to match the other librariesAnton Khirnov
2013-04-11lavfi: add a function for counting elements in AVFilterPad arrays.Anton Khirnov
2013-04-11lavfi: mark filters with dynamic number of inputs or outputs with special flagsAnton Khirnov