summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Add metadata injection to blackdetectBilly Shambrook2014-05-241-0/+5
* lavfi/vf_fps: use av_fifo_alloc_arrayLukasz Marek2014-05-201-1/+1
* lavfi/buffersink: use av_fifo_alloc_arrayLukasz Marek2014-05-201-1/+1
* avfilter/edgedetect: reuse already defined ctx.Clément Bœsch2014-05-171-1/+1
* avfilter/vignette: reindent after previous commit.Clément Bœsch2014-05-161-6/+6
* avfilter/vignette: add direct rendering.Clément Bœsch2014-05-161-2/+8
* vignette: reuse already declared ctx.Clément Bœsch2014-05-161-1/+1
* avfilter/vignette: fix input frame memory leak.Masa Utashiro2014-05-161-0/+1
* avfilter/vsrc_mandelbrot: use av_malloc_array()Michael Niedermayer2014-05-151-3/+3
* avfilter/lut3d: move the scale calc out of the inner loop.Clément Bœsch2014-05-141-1/+1
* avfilter/vf_removelogo: use av_malloc_array()Michael Niedermayer2014-05-141-3/+3
* avfilter/vf_hqdn3: use av_malloc_array()Michael Niedermayer2014-05-141-2/+2
* build: move ebur128 swr dep to configure.Clément Bœsch2014-05-131-2/+0
* Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-131-21/+0
|\
| * build: handle library dependencies in configureJanne Grunau2014-05-131-5/+0
* | avfilter/buffer: Use av_malloc_array()Michael Niedermayer2014-05-121-1/+1
* | avcodec/buffersrc: use av_mallocz_array()Michael Niedermayer2014-05-121-1/+1
* | libmpcodecs/vf_uspp: check avcodec_open() return codemichael2014-05-111-1/+2
* | avfilter/vf_removelogo: fix memleak on failureMichael Niedermayer2014-05-101-2/+6
* | avfilter/vf_lut3d: check size in parse_dat()Michael Niedermayer2014-05-101-1/+6
* | libmpcodecs: Fix compilation due to missing static in suncc.Matt Oliver2014-05-093-3/+3
* | avfilter/phase: make the main loop readable.Clément Bœsch2014-05-081-4/+9
* | avfilter/phase: add some constness for RO data pointers.Clément Bœsch2014-05-081-5/+5
* | avfilter/phase: add timeline support.Clément Bœsch2014-05-081-0/+10
* | avfilter/phase: avoid a memcpy per frame.Clément Bœsch2014-05-081-8/+4
* | avfilter/phase: do not pass the whole context to analyze_plane().Clément Bœsch2014-05-081-4/+2
* | avfilter/phase: add comment on the context cached frame.Clément Bœsch2014-05-081-1/+1
* | avfilter/af_compand: Silence "may be used uninitialized" warningMichael Niedermayer2014-05-081-0/+1
* | lavfi: use av_fifo_freepLukasz Marek2014-05-073-5/+3
* | avfilter/aeval: silence "may be used uninitialized" warningMichael Niedermayer2014-05-071-1/+1
* | avfilter/af_bs2b: Fix incompatible pointer type warningsMichael Niedermayer2014-05-061-4/+4
* | avfilter/f_select: fix incompatible pointer type warningMichael Niedermayer2014-05-051-1/+1
* | avfilter/lut3d: support 3DLUTSIZE directive for Davinci files.Clément Bœsch2014-05-041-8/+15
* | avfilter/vf_deshake: dont pass the wrong context into the SAD functionsMichael Niedermayer2014-05-031-1/+1
* | avfilter/audio: use av_mallocz_array()Michael Niedermayer2014-05-031-2/+2
* | avfilter/edgedetect: update copyright.Clément Bœsch2014-05-031-1/+1
* | avfilter/edgedetect: reindent after previous commit.Clément Bœsch2014-05-031-28/+26
* | avfilter/edgedetect: add a colormix mode.Clément Bœsch2014-05-031-17/+79
* | avfilter/edgedetect: make processing functions context free.Clément Bœsch2014-05-031-15/+18
* | Remove two duplicated named asm constraints.Carl Eugen Hoyos2014-05-031-1/+1
* | vfilter/vf_yadif: fix request_frame after 0f9f24c9Michael Niedermayer2014-05-031-1/+1
* | avfilter/vf_showinfo: also calculate and show mean and standard deviationMichael Niedermayer2014-05-031-1/+23
* | libavfilter/libmpcodecs: sync existing filters with mplayer HEAD (ebcacb8b3ca...mplayer developers2014-05-038-34/+84
* | avfilter/vf_yadif: fix filtering a single imageMichael Niedermayer2014-05-021-5/+5
* | Merge commit '1c0210c7981b6a61043d9171f506b435ff5a1f5e'Michael Niedermayer2014-05-014-1/+225
|\ \ | |/
| * lavfi: add Bauer stereo-to-binaural audio filterAlessandro Ghedini2014-05-014-1/+225
* | lavfi/subtitles: introduce stream_indexValdikSS2014-05-011-2/+22
* | Move av_find_best_pix_fmt_of_2() from avcodec to avutilMichael Niedermayer2014-04-301-2/+1
* | lavfi/drawtext: allow to format pts as HH:MM:SS.mmm.Nicolas George2014-04-291-2/+35
* | avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer2014-04-281-1/+2
OpenPOWER on IntegriCloud