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-15avfilter: convert to new channel layout APIJames Almer
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-05avfilter/internal: Don't include libavcodec/(avcodec|internal).hAndreas Rheinhardt
2021-07-22Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-10avfilter/af_ashowinfo: properly show input channel layout for unknown channel...Marton Balint
2016-11-13lavfi: split frame_count between input and output.Nicolas George
2015-05-20Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer
2015-05-19lavfi: Move avcodec header to the only filter needing itVittorio Giovara
2015-01-27Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer
2015-01-27Add a side data type for audio service type.Anton Khirnov
2015-01-20avfilter/af_ashowinfo: Use av_realloc_array()Michael Niedermayer
2014-04-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2014-04-04af_ashowinfo: print a more descriptive name for AV_MATRIX_ENCODING_DOLBYAnton Khirnov
2014-03-24Merge commit 'b4679ecdbd80ae050094733f137ccd7ebf1316ab'Michael Niedermayer
2014-03-24{v,a}f_showinfo: print frame side dataAnton Khirnov
2014-03-22Merge commit '7513234bdd93f80593bfee3eb2da8c8f0d3992da'Michael Niedermayer
2014-03-22avfilter: more correct printf format specifiersDiego Biurrun
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-07-14lavfi/ashowinfo: unbreak for >8 channelsPaul B Mahol
2013-05-22lavfi/(a)showinfo: use link frame counter instead of local counter.Clément Bœsch
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-11-29Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'Michael Niedermayer
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-13lavfi: store and propagate number of channels information in audio buffer pro...Stefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-30af_ashowinfo: integrate config_input() in filter_samples.Michael Niedermayer
2012-10-30Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8'Michael Niedermayer
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
2012-09-30lavfi/ashowinfo: check plane value before deferencing.Clément Bœsch
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch
2012-05-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14lavfi/ashowinfo: only print checksum for the existing planesStefano Sabatini
2012-02-14lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfoStefano Sabatini
2011-11-06Mark AVFilterPad[] compound literals as const.Reimar Döffinger
2011-10-28ashowinfo: fix typo in description.Clément Bœsch