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
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
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-17avfiltergraph: use aresample not aconvert in the alternative merge code.Michael Niedermayer
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16avfiltergraph: switch to swresample by defaultMichael Niedermayer
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-14avfiltergraph: reindentAnton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-14lavfi: add avfilter_graph_set_auto_convert().Nicolas George
2012-05-12lavfi: autoinsert resample filter when necessary.Anton Khirnov
2012-05-10avfiltergraph: improve pick_format()Michael Niedermayer
2012-04-24avfiltergraph: fix format selection.Nicolas George
2012-04-24avfiltergraph: free the sink_links heap.Nicolas George