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-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2013-02-01lavfi/buffersrc: forward filter_frame errors.Nicolas George
2013-02-01lavfi/af_amerge: set outbuf->audio->channels.Nicolas George
2013-02-01lavfi/af_amerge: check for buffer queue overflows.Nicolas George
2013-02-01lavfi/bufferqueue: add ff_bufqueue_is_full().Nicolas George
2013-01-31lavfi: increment max number of registered filters from 128 to 256Stefano Sabatini
2013-01-31lavfi/biquads: remove pointless castsPaul B Mahol
2013-01-31Port biquads filters from SoXPaul B Mahol
2013-01-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-29vf_delogo: fix copying the input frame.Anton Khirnov
2013-01-29vf_delogo: fix an uninitialized read.Anton Khirnov
2013-01-29avfilter_get_audio_buffer_ref_from_frame: fix handling of >8 channelsMichael Niedermayer
2013-01-26lavfi/vf_drawtext: default to expansion=normal.Nicolas George
2013-01-26lavfi: version bump and change log entries after the last commits.Nicolas George
2013-01-26lavfi/af_anull: accept unknown channel layouts.Nicolas George
2013-01-26lavfi/af_aresample: accept unknown channel layouts.Nicolas George
2013-01-26lavfi/af_aformat: accept unknown channel layouts.Nicolas George
2013-01-26lavfi/buffersrc: accept unknown channel layouts.Nicolas George
2013-01-26lavfi/sink_buffer: accept unknown channel layouts.Nicolas George
2013-01-26lavfi: implement ff_query_formats_all().Nicolas George
2013-01-26lavfi: implement ff_all_channel_counts().Nicolas George
2013-01-26lavfi: support unknown channel layouts.Nicolas George
2013-01-25lavfi/showwaves: fail in case of push_frame() errorStefano Sabatini
2013-01-25lavfi/showwaves: add display mode option and mode=lineStefano Sabatini
2013-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-25avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic
2013-01-24lavfi/earwax: remove config_input()Paul B Mahol
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer
2013-01-23lavfi/swapuv: support all planar yuv pixel formatsPaul B Mahol
2013-01-22lavfi/showwaves: fix check on showwaves->outpicrefStefano Sabatini
2013-01-22avf_showwaves: fix null pointer dereferenceMichael Niedermayer
2013-01-21afade filterPaul B Mahol
2013-01-21lavfi: fix null checking in avfilter_config_links()Xi Wang
2013-01-19lavfi: EBU R.128 irregular timesedacca@comcast.net
2013-01-19vf_fade: use AVPixFmtDescriptor to find out if pixel format have alphaPaul B Mahol
2013-01-19lavfi/fade: accept shorthand syntaxStefano Sabatini
2013-01-18vf_fade: support YUVA422P & YUVA444PPaul B Mahol
2013-01-16Merge commit 'dae1d507af94261bafd3b11549884e5d1eca590e'Michael Niedermayer
2013-01-15vf_fps: add final flushed frames to the dropped frame countJustin Ruggles
2013-01-14Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de'Michael Niedermayer
2013-01-14yadif: x86: fix build for compilers without aligned stackDaniel Kang
2013-01-14vsrc_testsrc: Fix assignments in if()Michael Niedermayer
2013-01-13lavfi/gradfun: support YUV440PPaul B Mahol
2013-01-12lavfi/aevalsrc: try to honor specified durationMatthieu Bouron
2013-01-11lavfi/vf_overlay: check that filter_frame does not return EAGAIN.Nicolas George
2013-01-10Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'Michael Niedermayer
2013-01-10lavfi/yadif: fix shorthand/option mismatchAndré Pankratz
2013-01-09yadif: Port inline assembly to yasmDaniel Kang
2013-01-08lavfi: fix use-after-free in ff_filter_frame.Nicolas George