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-05-24lavfutils: fix copyrightMichael Niedermayer
2012-05-24lavfi/video: fix copyrightMichael Niedermayer
2012-05-24drawutils: fix copyrightMichael Niedermayer
2012-05-24vf_fps: fix copyrightMichael Niedermayer
2012-05-24vf_fps: license cleanupMichael Niedermayer
2012-05-24lavfi/buffer.c: fix copyrightMichael Niedermayer
2012-05-24lavfi/avcodec.c: fix copyrightMichael Niedermayer
2012-05-24asrc_anullsrc: fix copyrightMichael Niedermayer
2012-05-24asink_anullsink: fix copyrightMichael Niedermayer
2012-05-24af_null: fix copyrightMichael Niedermayer
2012-05-24lavfi: copy palette in start_frame()Stefano Sabatini
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-23af_amerge: compute output timestamp.Nicolas George
2012-05-23af_amerge: set samples rate in query_formats.Nicolas George
2012-05-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-22lavfi: fix comment, audio is supported now.Anton Khirnov
2012-05-22lavfi: fix incorrect comment.Anton Khirnov
2012-05-22lavfi: remove avfilter_null_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: remove avfilter_default_* from public API on next bump.Anton Khirnov
2012-05-22lavfi: deprecate default config_props() callback and refactor avfilter_config...Mina Nagy Zaki
2012-05-22avfiltergraph: smarter sample format selection.Anton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-22vf_yadif: Fixed potential access violation on EOF.Robert Nagy
2012-05-22af_resample: remove an extra space in the log outputJustin Ruggles
2012-05-21lavfi: add an audio split filterJustin Ruggles
2012-05-21lavfi: rename vf_split.c to split.cJustin Ruggles
2012-05-20vsrc_mandelbrot: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_life: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_cellauto: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_ass: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vsrc_testsrc: use AV_OPT_TYPE_IMAGE_SIZE.Nicolas George
2012-05-20vf_scale: support dynamically changing input parameters.Michael Niedermayer
2012-05-20buffersrc: cosmetic: reindent.Nicolas George
2012-05-19Merge commit '755cd4197d53946208e042f095b930dca18d9430'Michael Niedermayer
2012-05-19af_aresample: use new swr API to pass and compensate PTSMichael Niedermayer
2012-05-19af_aresample: allocate a larger buffer so accumulated data can be returned qu...Michael Niedermayer
2012-05-19af_aresample: use extended_dataMichael Niedermayer
2012-05-19f_split: fix output type.Nicolas George
2012-05-19avfilter: make AVFilterFormats compatible with libav.Nicolas George
2012-05-19lavfi: rename vf_split.c -> f_split.cStefano Sabatini
2012-05-19lavfi/asplit: move asplit code to vf_split.c, and make it support N outputsStefano Sabatini
2012-05-19lavfi/buffersink: typo fix in a comment.Clément Bœsch
2012-05-19lavfi: unify src_buffer and buffersrc.Nicolas George
2012-05-19lavfi: remove stray reference to planar/packed.Nicolas George
2012-05-19avfilter: move some fields in AVFilterLink.Nicolas George
2012-05-19pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch
2012-05-19lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.Clément Bœsch
2012-05-19lavfi/transform: fix make checkheaders.Clément Bœsch
2012-05-19af_aresample: Consider the swresample delay during calculating timestamps.Michael Niedermayer
2012-05-19af_aresample: fix rounding that led to sample accumulation in the buffers.Michael Niedermayer