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
2014-05-17avfilter/edgedetect: reuse already defined ctx.Clément Bœsch
2014-05-16avfilter/vignette: reindent after previous commit.Clément Bœsch
2014-05-16avfilter/vignette: add direct rendering.Clément Bœsch
2014-05-16vignette: reuse already declared ctx.Clément Bœsch
2014-05-16avfilter/vignette: fix input frame memory leak.Masa Utashiro
2014-05-15avfilter/vsrc_mandelbrot: use av_malloc_array()Michael Niedermayer
2014-05-14avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch
2014-05-14avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer
2014-05-14avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer
2014-05-14build: move ebur128 swr dep to configure.Clément Bœsch
2014-05-14Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer
2014-05-13build: handle library dependencies in configureJanne Grunau
2014-05-12avfilter/buffer: Use av_malloc_array()Michael Niedermayer
2014-05-12avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer
2014-05-11libmpcodecs/vf_uspp: check avcodec_open() return codemichael
2014-05-10avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer
2014-05-10avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer
2014-05-09libmpcodecs: Fix compilation due to missing static in suncc.Matt Oliver
2014-05-09avfilter/phase: make the main loop readable.Clément Bœsch
2014-05-09avfilter/phase: add some constness for RO data pointers.Clément Bœsch
2014-05-09avfilter/phase: add timeline support.Clément Bœsch
2014-05-09avfilter/phase: avoid a memcpy per frame.Clément Bœsch
2014-05-09avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch
2014-05-09avfilter/phase: add comment on the context cached frame.Clément Bœsch
2014-05-08avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer
2014-05-08lavfi: use av_fifo_freepLukasz Marek
2014-05-07avfilter/aeval: silence "may be used uninitialized" warningMichael Niedermayer
2014-05-06avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer
2014-05-05avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer
2014-05-04avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch
2014-05-04avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer
2014-05-03avfilter/audio: use av_mallocz_array()Michael Niedermayer
2014-05-03avfilter/edgedetect: update copyright.Clément Bœsch
2014-05-03avfilter/edgedetect: reindent after previous commit.Clément Bœsch
2014-05-03avfilter/edgedetect: add a colormix mode.Clément Bœsch
2014-05-03avfilter/edgedetect: make processing functions context free.Clément Bœsch
2014-05-03Remove two duplicated named asm constraints.Carl Eugen Hoyos
2014-05-03vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer
2014-05-03avfilter/vf_showinfo: also calculate and show mean and standard deviationMichael Niedermayer
2014-05-03libavfilter/libmpcodecs: sync existing filters with mplayer HEAD (ebcacb8b3ca...mplayer developers
2014-05-02avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer
2014-05-01Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer
2014-05-01lavfi/subtitles: introduce stream_indexValdikSS
2014-05-01lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini
2014-05-01Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer
2014-04-29lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George
2014-04-28avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer
2014-04-27avfilter/curves: fix resource leaks.Clément Bœsch
2014-04-27avfilter/vf_drawtext: fix resource leaksMichael Niedermayer
2014-04-26lavfi/avfilter: clarify avfilter_graph_get_filter() doxygenLukasz Marek