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
2012-08-13lavfi: add hue filterJérémy Tran
2012-08-13lavfi: add avfilter_get_class() and iteration callbacksStefano Sabatini
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-10yadif: check input video size.Michael Niedermayer
2012-08-10yadif: remove get_video_buffer, its redundant nowMichael Niedermayer
2012-08-10yadif: redesign first and last 2 lines handling.Michael Niedermayer
2012-08-09doxygen: Fix function parameter names to match the codeDiego Biurrun
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-09Remove "Error parsing options string [...]" messages.Clément Bœsch
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-09lavfi: add asetpts audio filterStefano Sabatini
2012-08-09lavfi/atempo: remove dead increment.Clément Bœsch
2012-08-08lavfi/testsrc: set default value for option "color" to NULL and rework color ...Stefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07lavfi: add smptebars sourcePaul B Mahol
2012-08-06Replace various inlined inverse AVRational with av_inv_q().Clément Bœsch
2012-08-06lavfi/overlay: remove dead initialization.Clément Bœsch
2012-08-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler
2012-08-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-04lavfi: document the constraints on incoming frames.Nicolas George
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03lavfi: move color filter to testsrc, factorizeStefano Sabatini
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch
2012-08-03amerge/astreamsync/pan: fix license boilerplate.Nicolas George
2012-08-02lavfi/rgbtestsrc: use ff_fill_rgba_map() rather than a local copyStefano Sabatini
2012-08-02lavfi/drawutils: make ff_draw_color() accept a const rgba mapStefano Sabatini
2012-08-02lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini
2012-08-02lavfi/testsrc: use AVFILTER_DEFINE_CLASS for defining the filter classesStefano Sabatini
2012-08-02lavfi/testsrc: extend logic in request_frame, support static image outputStefano Sabatini
2012-08-02lavfi/testsrc: free the context in uninitStefano Sabatini
2012-08-01vf_tile: fix output buffer ownership.Nicolas George
2012-08-01lavfi/testsrc: drop pointless parenthesesStefano Sabatini
2012-08-01lavfi: remove unused defaults.c fileStefano Sabatini
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-31x86: yadif: Mark mmxext optimizations as suchDiego Biurrun
2012-07-31lavfi/movie: force channel layout if not set by the decoderStefano Sabatini
2012-07-31lavfi/asettb: do not create a new reference in filter_samples()Stefano Sabatini
2012-07-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30lavfi: use correct PTS for link age.Nicolas George
2012-07-30yadif: update frame rateMichael Niedermayer
2012-07-30avfilter: fix minor typoMichael Niedermayer
2012-07-30lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...Stefano Sabatini
2012-07-30lavfi/color: free internal context options in uninit()Stefano Sabatini
2012-07-30lavfi/color: cache and reuse colored picture in contextStefano Sabatini
2012-07-30lavfi/color: reindent after the previous commitStefano Sabatini
2012-07-30lavfi/color: drop support for old deprecated syntaxStefano Sabatini
2012-07-30lavfi/testsrc: add comment in optionsStefano Sabatini