aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-234-0/+5
* | lavfi/aevalsrc: initialize pointer to expression to NULLStefano Sabatini2013-11-211-0/+1
* | avfilter/showspectrum: use 0 dummies for range in const.Clément Bœsch2013-11-201-3/+3
* | avfilter/showspectrum: reindent const options.Clément Bœsch2013-11-201-10/+10
* | avfilter/showspectrum: add blackman window.Clément Bœsch2013-11-201-1/+7
* | avfilter/showspectrum: add win_func option.Clément Bœsch2013-11-201-4/+23
* | avfilter/vf_tinterlace: check clone return valueMichael Niedermayer2013-11-191-0/+2
* | Merge commit '3a16ec19d2426457419cb8a7304f97982699efda'Michael Niedermayer2013-11-191-0/+2
|\|
| * vf_interlace: check one av_frame_clone allocationVittorio Giovara2013-11-191-0/+2
* | avfilter/vf_mp: fix missing FF_API_XVMC checkVallimar2013-11-181-0/+3
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-162-3/+3
|\|
* | af_aresample: Fix timestamp of first padded PCM audio packetAlex Sukhanov2013-11-151-8/+7
* | lavfi: add elbg filterStefano Sabatini2013-11-134-2/+217
* | avfilter/fade: use FADE_OUT macro.Clément Bœsch2013-11-101-1/+1
* | avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch2013-11-101-8/+8
* | avfilter/fade: use inlink->frame_count.Clément Bœsch2013-11-101-7/+4
* | avfilter/fade: add color option.Clément Bœsch2013-11-101-2/+62
* | avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter()Michael Niedermayer2013-11-071-0/+1
* | Merge commit 'cffecc0e7ebd642afaa1fb9f56fab1fcc283293c'Michael Niedermayer2013-11-071-0/+1
|\|
| * avfilter/graphparser: Directly free filter memory if initialization failsDiego Biurrun2013-11-061-0/+1
* | avfilter/unsharp: added optimized opencl kernelsLenny Wang2013-11-073-46/+293
* | avfilter/af_aecho: free input frame after it is being usedPaul B Mahol2013-11-071-1/+2
* | avfilter/af_aresample: Calculate output buffer size more precisely.Michael Niedermayer2013-11-061-2/+9
* | avfilter/opencl: compile kernels separatelyLenny Wang2013-11-055-24/+51
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-051-0/+3
|\|
| * avfilter/buffer: Suppress deprecation warning for avfilter_unref_bufferDiego Biurrun2013-11-041-0/+3
| * filtfmts-test: Fix use of deprecated APIDiego Biurrun2013-11-041-4/+4
| * vf_fieldorder: remove superfluous get_video_bufferVittorio Giovara2013-11-041-9/+0
| * vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-022-2/+3