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
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-02-16avfilter/vf_aspect: Fix integer overflow in compute_dar()Michael Niedermayer
2017-12-23avfilter/vf_aspect: change outlink sample aspect ratio instead of inlinkPaul B Mahol
2017-10-21Merge commit '88fd836a015a5f3380df74592e440e7d1e5b8000'James Almer
2017-03-23lavfi: Drop deprecated way of passing options for a few filtersVittorio Giovara
2015-08-19lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.Ronald S. Bultje
2014-04-19Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer
2014-04-19lavfi: name anonymous structsVittorio Giovara
2013-11-03avfilter/vf_aspect: remove dupe constants setupPaul B Mahol
2013-11-03Merge commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7'Michael Niedermayer
2013-11-03vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-05-17Merge commit '3fb29588a27a711132106b924e27b53789a58dcb'Michael Niedermayer
2013-05-17vf_setdar: make config_props work properly when called multiple times.Anton Khirnov
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov
2013-04-18lavfi/vf_aspect: improve compatibility of parsing.Nicolas George
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/aspect: extend verbose feedback, show old SAR and DAR valuesStefano Sabatini
2013-04-18lavfi/aspect: restore ratio parsingStefano Sabatini
2013-04-17lavfi/aspect: fix weird copyright noticeStefano Sabatini
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-12lavfi/aspect: fix d2q convert in init.Clément Bœsch
2013-04-12lavfi/aspect: switch to an AVOptions-based system.Clément Bœsch
2013-04-10Merge commit '62dcdb028cc84845fd263bb09304c4c6500bda7a'Michael Niedermayer
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09vf_aspect: switch to an AVOptions-based system.Anton Khirnov
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-02-20avfilter: fix segfault with setsar/darMichael Niedermayer
2012-11-29vf_aspect: switch to filter_frameAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-22vf_aspect: unbreak avoption systemMichael Niedermayer
2012-10-22lavfi/aspect: add max optionStefano Sabatini
2012-10-22lavfi/aspect: extend syntax for the setdar and setsar filtersStefano Sabatini
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov