summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add datascope filterPaul B Mahol2016-02-264-1/+401
* lavfi/ass: use ass_process_chunk() instead of ass_process_data()Clément Bœsch2016-02-261-1/+9
* avfilter/af_astats: do not clear previous sample valuePaul B Mahol2016-02-261-5/+18
* avfilter/hwupload_cuda: Add missing semicolon.Matt Oliver2016-02-251-1/+1
* avfilter/drawutils: fix gray and gbr formats on big endianMichael Niedermayer2016-02-251-5/+5
* avfilter/drawutils: Fix ff_fill_rectangle() on big endianMichael Niedermayer2016-02-251-1/+8
* avfilter/af_astats: clear all statsPaul B Mahol2016-02-251-1/+1
* avfilter/af_astats: reset stats prior not after filteringPaul B Mahol2016-02-241-8/+9
* avfilter/vf_blend: add freeze and heat modesPaul B Mahol2016-02-242-0/+10
* Merge commit '29c2d06d67724e994980045afa055c6c34611b30'Derek Buitenhuis2016-02-244-4/+0
|\
| * cosmetics: Drop empty comment linesDiego Biurrun2016-02-186-6/+0
* | Merge commit '21f7cd4acd8dc4b4796b55966dd015cb037164d8'Derek Buitenhuis2016-02-243-0/+234
|\ \ | |/
| * lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov2016-02-143-0/+239
* | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3'Derek Buitenhuis2016-02-245-3/+166
|\ \ | |/
| * lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-145-10/+183
* | avfilter/avf_showcqt: use lrintMuhammad Faiz2016-02-231-45/+45
* | lavfi/nnedi: Fix a compilation warning.Carl Eugen Hoyos2016-02-231-1/+1
* | lavfi/nnedi: Fix a memleak.Carl Eugen Hoyos2016-02-231-0/+1
* | avfilter/avf_showcqt: remove unneeded headersMuhammad Faiz2016-02-231-3/+0
* | avfilter: add firequalizer filterMuhammad Faiz2016-02-234-1/+595
* | avfilter/vf_waveform: add 12bit depth supportPaul B Mahol2016-02-221-2/+5
* | avfilter: add BobWeaver deinterlacing filterThomas Mundt2016-02-184-1/+628
* | avfilter: add loop filtersPaul B Mahol2016-02-184-1/+386
* | avfilter/drawutils: >8 bit supportPaul B Mahol2016-02-172-43/+207
* | Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605'Derek Buitenhuis2016-02-171-2/+2
|\ \ | |/
| * buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-141-1/+1
* | avfilter/avf_showcqt: improve pts handlingMuhammad Faiz2016-02-172-13/+36
* | avfilter/vf_drawbox: reindentPaul B Mahol2016-02-171-42/+42
* | avfilter/vf_drawbox: add alpha pixel formats supportPaul B Mahol2016-02-171-0/+57
* | Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266'Derek Buitenhuis2016-02-161-1/+4
|\ \ | |/
| * buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
| * lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-253-10/+9
* | avfilter/f_streamselect: check if map is availablePaul B Mahol2016-02-161-1/+1
* | avfilter: add fieldhint filterPaul B Mahol2016-02-164-1/+283
* | lavfi/elbg: Make the pal8 output opaque.Carl Eugen Hoyos2016-02-161-1/+2
* | vf_blend: Move C dsp function mapping to separate functionTimothy Gu2016-02-142-41/+47
* | avfilter/vf_tinterlace: fix image alignmentMichael Niedermayer2016-02-141-1/+1
* | vf_blend: Use integers for divide modeTimothy Gu2016-02-141-2/+2
* | vf_blend: Reduce number of arguments for kernel functionTimothy Gu2016-02-144-17/+17
* | vf_blend: Use memcpy when opacity is 0Timothy Gu2016-02-141-0/+6
* | vf_blend: Templatize identity function and use a better nameTimothy Gu2016-02-141-8/+14
* | avfilter/f_metadata: remove unused headersPaul B Mahol2016-02-141-2/+0
* | avfilter/avf_showspectrum: improve pts handlingPaul B Mahol2016-02-121-3/+7
* | avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist fre...Michael Niedermayer2016-02-121-2/+2
* | avfilter/vf_zoompan: Initialize retMichael Niedermayer2016-02-121-1/+1
* | avfilter/vf_zoompan: Fix use of uninitialized variablesMichael Niedermayer2016-02-121-1/+1
* | avfilter/avf_ahistogram: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* | avfilter/avf_showfreqs: assert that variables are initialized by switch()Michael Niedermayer2016-02-121-0/+2
* | avfilter/vf_zoompan: Remove dead storeMichael Niedermayer2016-02-121-1/+0
* | avfilter/avf_avectorscope: assert that variables are initialized by switch()Michael Niedermayer2016-02-111-0/+2
OpenPOWER on IntegriCloud