summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on armMichael Niedermayer2014-08-011-3/+3
* avfilter/trim: remove duplicate assignmentMichael Niedermayer2014-07-311-1/+1
* avfilter/f_select: avoid double->int in debug outputMichael Niedermayer2014-07-301-4/+4
* avfilter/f_select: Set var_values[VAR_KEY] correctlyMichael Niedermayer2014-07-301-0/+1
* avfilter/f_select: avoid using doubles for equals checks and casts to enumsMichael Niedermayer2014-07-301-4/+3
* avfilter/vf_spp: support setting dct avoptions from the filter graph stringMichael Niedermayer2014-07-281-3/+34
* avfilter/vf_scale: fix log message categoryMichael Niedermayer2014-07-281-0/+1
* avfilter/vf_spp: use AVDCTMichael Niedermayer2014-07-272-10/+9
* reintroduce avpriv_dsputil_init() to maintain ABI until next soname bumpMichael Niedermayer2014-07-264-12/+12
* lavfi/src_movie: minor simplificationsLukasz Marek2014-07-241-5/+3
* lavfi/src_movie: remove frame from priv contextLukasz Marek2014-07-241-15/+13
* avfilter/biquads: avoid clipping when using floating typeMuhammad Faiz2014-07-211-11/+11
* avfilter/vf_owdenoise: use av_malloc_array()Michael Niedermayer2014-07-211-1/+1
* avfilter/avfilter: use av_malloc(z)_array()Michael Niedermayer2014-07-191-4/+4
* lavfi/drawtext: add alias "expr_int_format" to expansion function "eif"Andrey Utkin2014-07-181-1/+2
* kerndeint: remove dead assignmentsTimothy Gu2014-07-181-2/+2
* Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-176-14/+12
|\
* | lavfi: check refcount before merging.Nicolas George2014-07-171-0/+14
* | lavfi/drawtext: add fontcolor_expr optionAndrey Utkin2014-07-172-6/+22
* | lavfi/drawtext: add expansion function eif()Andrey Utkin2014-07-172-1/+63
* | avfilter/drawtext: Add basic text shaping using libfribidiMarc Jeffreys2014-07-162-7/+118
* | Blackframe video filter now sets metadata accordingly.Stepan Bujnak2014-07-151-1/+12
* | fix spelling errorsAndreas Cadhalpun2014-07-121-1/+1
* | avfilter/vf_decimate: Use av_malloc_array()Michael Niedermayer2014-07-111-1/+1
* | avfilter/vf_deshake: Use av_malloc_array()Michael Niedermayer2014-07-111-1/+1
* | avfilter/vf_libopencv: Use av_mallocz_array()Michael Niedermayer2014-07-111-1/+1
* | x86/yadif-10: remove duplicate ABS macroJames Almer2014-07-101-17/+4
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-103-5/+9
|\ \ | |/
* | Merge commit 'd3cfd7aff86ee3d449ca68aba21d67b9b2136a9b'Michael Niedermayer2014-07-081-2/+8
|\ \ | |/
| * af_compand: make sure request_frame always outputs at least one frameAndrew Kelley2014-07-081-3/+15
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-082-1/+4
|\ \ | |/
* | avfilter/vf_drawtext: Add #if HAVE_UNISTD_H around #include <unistd.h>Michael Niedermayer2014-07-081-0/+2
* | avfilter/vsrc_cellauto: Use av_mallocz_array()Michael Niedermayer2014-07-061-2/+2
* | avfilter/vf_vignette: Use av_malloc_array()Michael Niedermayer2014-07-061-1/+1
* | avfilter/unsharp_opencl: use av_mallocz_array()Michael Niedermayer2014-07-061-3/+3
* | avfilter/haldclut: fix R/B swap in CLUT loadingClément Bœsch2014-07-051-1/+1
* | lavfi/drawtext: do not allocate FT_Glyph, but keep it in the Glyph structureStefano Sabatini2014-07-051-11/+9
* | avfilter/vf_drawtext: fix resource leakLeandro Santiago2014-07-031-4/+7
* | avfilter: add flanger filterPaul B Mahol2014-07-034-1/+244
* | avfilter/af_aphaser: move wave table generation code into separate filePaul B Mahol2014-07-034-69/+122
* | avfilter/vf_format: Check pix_fmts before dereferencing itMichael Niedermayer2014-07-031-3/+3
* | avfilter/avfiltergraph: dont "or" together error codesMichael Niedermayer2014-07-031-3/+3
* | lavfi/overlay: show incoming frames on debug messagesStefano Sabatini2014-07-021-0/+2
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-012-2/+5
|\ \ | |/
* | avfilter/f_ebur128: Use av_malloc_array()Michael Niedermayer2014-07-011-1/+1
* | avfilter/showcqt: adding freetype supportMuhammad Faiz2014-06-301-29/+151
* | avfilter/overlay: reindentClément Bœsch2014-06-291-15/+14
* | avfilter/buffersrc: reindentClément Bœsch2014-06-291-7/+7
* | avfilter/vf_pullup: workaround bug in gcc 4.4.3 on ARMMichael Niedermayer2014-06-291-1/+1
* | avfilter/x86/vf_pullup: fix "invalid combination of opcode and operands" with...Michael Niedermayer2014-06-281-3/+3