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-02-24Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer
2013-02-24lavfi: fix merging of formats and clarify exception.Nicolas George
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-07lavfi: fix missing space in error message.Nicolas George
2013-02-07lavfi: remove disabled code.Nicolas George
2013-01-26lavfi: support unknown channel layouts.Nicolas George
2013-01-03Replace references to "que" with the appropriate word.Clément Bœsch
2013-01-02lavfi/avfiltergraph: check pick_format return code.Nicolas George
2012-12-31lavfi/avfiltergraph: print query_formats errors.Nicolas George
2012-12-25avfiltergraph: put variables used in #if 0 code themselfs under #if 0Michael Niedermayer
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George
2012-11-26avfiltergraph: add aresample_swr_optsMichael Niedermayer
2012-11-25avfiltergraph: add AVOption tableMichael Niedermayer
2012-11-22lavfi/avfiltergraph: improve error message in graph_check_validity()Stefano Sabatini
2012-11-12Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88'Michael Niedermayer
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-10-21lavfi/avfiltergraph: avoid to print "(null)" in the scale argsStefano Sabatini
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17avfiltergraph: silence an uninitialized variable warningAnton Khirnov
2012-08-31avfiltergraph: use avcodec_find_best_pix_fmt_of_2()Michael Niedermayer
2012-08-30avfiltergraph: kill uninitialized variable warningMichael Niedermayer
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27lavfi: better channel layout negotiationJustin Ruggles
2012-07-18avfiltergraph: add some debug info about selected pixel formatsMichael Niedermayer
2012-07-18avfiltergraph: add a debug message on EOF.Nicolas George
2012-07-03Suggest aresample filter if it was not compiled but requested.Carl Eugen Hoyos
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer
2012-06-26avfiltergraph: shut up uninitialized variable warning.Anton Khirnov
2012-06-26lavfi: remove disabled FF_API_GRAPH_AVCLASS cruftAnton Khirnov
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-22lavfi: support automatically inserting the fifo filter when needed.Anton Khirnov
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13avfiltergraph: remove a redundant call to avfilter_get_by_name().Anton Khirnov
2012-06-13lavfi: allow building without swscale.Anton Khirnov
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov
2012-06-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-05aconvert filter needs to configure sampleratesAndrew Wason
2012-06-05avfiltergraph: call query_formats on inputs first.Nicolas George
2012-06-05avfiltergraph: check query_formats return value.Nicolas George
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-04avfiltergraph: make some functions static.Anton Khirnov