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
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-04-23avfilter: do not use AVFrame accessorMuhammad Faiz
2016-12-25avfilter/af_amerge: properly handle unknown input layoutsMarton Balint
2016-12-23avfilter/af_amerge: detect EOF immediatelyNicolas George
2016-09-13avfilter/af_amerge: allow merging 1 input onlyMarton Balint
2015-10-14avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde
2015-09-05avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setupMichael Niedermayer
2015-08-28avfilter/af_amerge: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
2015-07-20avfilter/af_amerge: increase max number of channels from 32 to 64Paul B Mahol
2014-08-10libavfilter/af_amerge: Do not depend on SWR_CH_MAXMichael Niedermayer
2014-01-19lavfi/af_amerge: use av_make_q.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-04-13lavfi: flag more dynamic i/o filters.Clément Bœsch
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/amerge: switch to an AVOptions-based system.Clément Bœsch
2013-04-10lavfi/amerge: drop duplicated "Buffer queue overflow" messageStefano Sabatini
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-03-25lavfi/af_amerge: return EAGAIN if the input layouts are not known.Nicolas George
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-02-24libavfilter/af_amerge: fix segfault if init fails.Nicolas George
2013-02-11lavfi/amerge: make description consistent with documentationPaul B Mahol
2013-02-01lavfi/af_amerge: set outbuf->audio->channels.Nicolas George
2013-02-01lavfi/af_amerge: check for buffer queue overflows.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-09-11lavfi/amerge: clarify the error message in case of input overlapStefano Sabatini
2012-09-11lavfi/amerge: avoid a forward declaration.Clément Bœsch
2012-09-11lavfi/amerge: fix input pad name behaviour.Clément Bœsch
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-07-26lavfi/af_amerge: avfilter_copy_buffer_ref_props will overwrite output ptsWilliam Yu
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-28lavfi/amerge: silence warningsPaul B Mahol
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-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-15lavfi: af_amerge options array was not ended with NULLWilliam Yu
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-08amerge: accept multiple inputs.Nicolas George
2012-06-08af_amerge: move nb_in_ch into the in structure.Nicolas George
2012-06-03af_amerge: use the buferqueue API.Nicolas George
2012-05-23af_amerge: compute output timestamp.Nicolas George