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-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael 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-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-10-13af_pan: fix memleak of argMichael Niedermayer
2012-09-16af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-05-19pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch
2012-05-17lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-22af_pan: remove dual double/int storage of gain.Nicolas George
2012-02-21af_pan: move query_format before config_props.Nicolas George
2012-02-21af_pan: remove the indirect function call.Nicolas George
2012-02-20af_pan: reindent after last commit.Nicolas George
2012-02-20af_pan: use libswr for rematrixing.Nicolas George
2012-02-15af_pan: comment a tricky piece of code.Nicolas George
2012-02-15pan: fix uninitialized channel_id variable.Clément Bœsch
2012-02-02lavfi/pan: copy ref props after filtering samples.Clément Bœsch
2012-01-24pan: drop unecessary includes.Clément Bœsch
2012-01-24pan: move query_formats() to avoid forward declarations.Clément Bœsch
2012-01-24pan: reindent after remap commit.Clément Bœsch
2012-01-24pan: add channel mapping capability.Clément Bœsch
2012-01-24pan: raise correct error when there is no param specified.Clément Bœsch
2012-01-20lavfi: add missing periods in descriptions.Clément Bœsch
2011-11-18lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch