summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Change license of yadif from GPL to LGPLRobert Krüger2014-01-146-54/+54
* Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound lite...Robert Krüger2014-01-141-14/+21
* Revert "Revert "yadif: add parens around macro parameters""Robert Krüger2014-01-141-4/+4
* Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c""Robert Krüger2014-01-144-97/+132
* Merge commit 'abb5e37f64c48bba8bd0fde2bada0f7544defa24'Michael Niedermayer2014-01-101-5/+17
|\
| * avfilter: fix leaks on error in ff_filter_frameVittorio Giovara2014-01-091-6/+19
* | Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f'Michael Niedermayer2014-01-101-0/+8
|\ \ | |/
| * avfilter: add needs_writable field to the internal AVFilterPad structureVittorio Giovara2014-01-091-0/+8
* | Merge commit 'd44bd7fb27d4121512eae0ffce5e48bac25e82dc'Michael Niedermayer2014-01-101-0/+6
|\ \ | |/
| * avfilter: add documentation for needs_writableVittorio Giovara2014-01-091-0/+6
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-104-2/+367
|\ \ | |/
| * lavfi: add framepack filterVittorio Giovara2014-01-094-1/+366
| * drawtext: Drop pointless headerLuca Barbato2014-01-061-1/+0
* | avfilter: avfilter_register() that works in O(1) timeMichael Niedermayer2014-01-091-1/+3
* | avfilter/vf_format: check that the format list is not emptyMichael Niedermayer2014-01-051-0/+3
* | avfilter/lut3d: fix channel order in Iridas format parsing.Clément Bœsch2014-01-041-1/+1
* | af_aresample: remove only use of array compound literals with non-const initi...Reimar Döffinger2013-12-301-3/+6
* | Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0'Michael Niedermayer2013-12-271-1/+1
|\ \ | |/
| * avutil: Move library version related macros to version.hDiego Biurrun2013-12-261-1/+1
* | avfilter/avectorscope: fix {} mistake in alloc check.Clément Bœsch2013-12-261-1/+2
* | lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt optionStefano Sabatini2013-12-262-7/+4
* | lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...Stefano Sabatini2013-12-261-1/+1
* | lavfi/volume: fix NULL reference in filter_frame()Stefano Sabatini2013-12-251-1/+1
* | lavfi/volume: extend volume loggingStefano Sabatini2013-12-251-6/+7
* | lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini2013-12-252-1/+18
* | lavfi/volume: support volume expression and per-frame expression evaluationStefano Sabatini2013-12-253-20/+154
* | lavfi/hue: show first decimal value of saturationStefano Sabatini2013-12-201-1/+1
* | lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c()Stefano Sabatini2013-12-201-2/+2
* | lavfi/hue: force table initialization for the first frameStefano Sabatini2013-12-201-2/+6
* | lavfi/deshake_opencl: optimze transform filterLenny Wang2013-12-194-163/+188
* | Merge commit '6d3ea1957f681b3bf9c752e6d21a501cc8d4180d'Michael Niedermayer2013-12-161-15/+15
|\ \ | |/
| * Bump major of libavfilter for reference counted buffer API changes.Reinhard Tartler2013-12-141-11/+11
* | lavfi/buffersrc: set min and max values for pix_fmt optionStefano Sabatini2013-12-161-1/+1
* | avfilter/vf_pullup: fix memleak on errorMichael Niedermayer2013-12-131-2/+6
* | avfilter/vf_pullup: Factor free_field_queue() outMichael Niedermayer2013-12-131-13/+17
* | avfilter/aeval: Fix use of uninitialized variableMichael Niedermayer2013-12-111-1/+1
* | configure: Special case libfreetype testAlexander Strasser2013-12-081-1/+0
* | avfilter/vf_mergeplanes: specify pixel format min/maxMichael Niedermayer2013-12-081-1/+1
* | do O(1) instead of O(n) atomic operations in register functionsMichael Niedermayer2013-12-061-1/+1
* | lavfi: rename asrc_aevalsrc.c to aeval.cStefano Sabatini2013-12-062-2/+2
* | lavfi: add aeval filterStefano Sabatini2013-12-064-34/+247
* | lavfi/aevalsrc: duplicate last expression for the missing channelsStefano Sabatini2013-12-062-12/+24
* | Add Windows resource file support for shared librariesJames Almer2013-12-052-0/+58
* | avfilter/vf_pad: fix req_endMichael Niedermayer2013-12-031-1/+1
* | lavfi/volume: support all channel countsStefano Sabatini2013-12-021-2/+2
* | Revert "vf_yadif: move x86 init code to x86/yadif.c"Michael Niedermayer2013-12-014-132/+97
* | Revert "yadif: add parens around macro parameters"Michael Niedermayer2013-12-011-4/+4
* | avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to ...Michael Niedermayer2013-12-011-21/+14
* | lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not neededJames Almer2013-11-301-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-244-0/+5
|\ \ | |/
OpenPOWER on IntegriCloud