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-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
2013-01-06lavfi/kerndeint: remove unused pixel_step.Clément Bœsch
2013-01-06lavfi/kerndeint: fix temp buffer linesize.Clément Bœsch
2013-01-06vf_tinterlace: fix logical/bit op mixupMichael Niedermayer
2013-01-06lavfi/kerndeint: get pix format description only once.Clément Bœsch
2013-01-06lavfi/avfilter: remove now unused {src,cur,out}_buf.Clément Bœsch
2013-01-06vf_kerndeint: memset buffer to avoid use of uninitialized memory.Michael Niedermayer
2013-01-06libavfilter/video.h: remove unused things related to the start/slice/end APIMichael Niedermayer
2013-01-06internal.h: remove start/end_frame from AVFilterPadMichael Niedermayer
2013-01-05Allow remaining 32bit RGB packed pix_fmts in kerndeint filter.Carl Eugen Hoyos
2013-01-05lavfi/kerndeint: fix mismatch between declared pixel format and testStefano Sabatini
2013-01-05lavfi/drawutils: fix blending computation in blend_line functionMatthieu Bouron
2013-01-05lavfi: add histeq filterStefano Sabatini
2013-01-05lavfi: add kerndeint filterStefano Sabatini
2013-01-05lavfi/drawutils: fix typoMatthieu Bouron
2013-01-04lavfi/yadif: add support to named constantsStefano Sabatini
2013-01-04lavfi/yadif: add support to named options and options introspectionStefano Sabatini
2013-01-04lavfi/yadif: remove redundant NULL checks in uninitStefano Sabatini
2013-01-04lavfi/yadif: fail during the configuration stage in case of invalid video sizeStefano Sabatini
2013-01-04lavfi/yadif: remove unused poll_frame callbackStefano Sabatini
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
2013-01-01lavfi/lut: use ff_fill_rgba_map()Paul B Mahol
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2013-01-01lavfi/avcodec: fix typoPaul B Mahol
2013-01-01lavfi: add avfilter_get_audio_buffer_ref_from_arrays_channels.Nicolas George
2012-12-31lavfi/avfiltergraph: print query_formats errors.Nicolas George
2012-12-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun