aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/dctdnoiz: add slice threadingClément Bœsch2014-08-131-30/+84
* avfitler/vf_perspective: support slice threadingPaul B Mahol2014-08-131-18/+53
* lavfi: duplicate ff_log2_tabJames Almer2014-08-132-0/+2
* lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer2014-08-122-5/+5
* avfilter: ported lenscorrection filter from frei0rDaniel Oberhoff2014-08-123-0/+200
* lavfi: stop exporting internal functionsJames Almer2014-08-101-1/+0
* libavfilter/af_amerge: Do not depend on SWR_CH_MAXMichael Niedermayer2014-08-101-1/+2
* avfilter/af_pan: Do not use SWR_CH_MAXMichael Niedermayer2014-08-101-5/+5
* avfilter/af_pan: check if the number of channels where sucessfully setMichael Niedermayer2014-08-101-4/+8
* Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-101-3/+3
|\
| * Bump major versions of all libraries.Anton Khirnov2014-08-091-2/+2
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-091-8/+8
|\|
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-8/+8
* | avfilter/dctdnoiz: remove a few indirections in idctsClément Bœsch2014-08-091-12/+8
* | avfilter/dctdnoiz: use 32-bit (float) operations instead of 64 (double) for DCTsClément Bœsch2014-08-081-136/+136
* | avfilter/dctdnoiz: remove forward declarations after previous commitClément Bœsch2014-08-081-92/+78
* | avfilter/dctdnoiz: make color [de]correlation less clumsyClément Bœsch2014-08-081-26/+79
* | avfilter/showcqt: add and extend tlength and volume optionsMuhammad Faiz2014-08-081-8/+79
* | avfilter/dctdnoiz: add 8x8 dct and make it the defaultClément Bœsch2014-08-072-61/+173
* | avfilter/dctdnoiz: rewrite [f/i]dctClément Bœsch2014-08-071-88/+230
* | avfilter/select: fix "t" eval variable commentClément Bœsch2014-08-051-1/+1
* | avfilter/select: remove optional avcodec dependencyClément Bœsch2014-08-051-38/+12
* | avfilter/mp_decimate: remove avcodec dependencyClément Bœsch2014-08-051-24/+12
* | avfilter/deshake: remove avcodec dependencyClément Bœsch2014-08-052-15/+10
* | avfilter/vf_noise: make constant things constMichael Niedermayer2014-08-051-10/+10
* | avfilter/avf_showwaves: New p2p mode for showwaves filtermrskman2014-08-051-1/+29
* | Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'Michael Niedermayer2014-08-041-1/+1
|\|
| * avcodec: Deprecate dtg_active_format field in favor of avframe side-dataKieran Kunhya2014-08-031-0/+3
* | Deprecate AFD field and add AFD as side-dataKieran Kunhya2014-08-041-0/+3
* | avfilter/vf_spp: Use dct->get_pixels()Michael Niedermayer2014-08-032-4/+1
* | Merge commit '072916d903d3a925bcd0c864f12254157cab63c1'Michael Niedermayer2014-08-031-5/+7
|\|
| * filtfmts: Replace deprecated uses of AVFilterPadDiego Biurrun2014-08-031-4/+6
| * vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrameDiego Biurrun2014-08-031-1/+1
* | avfilter/lavfutils: remove redundant variable initMichael Niedermayer2014-08-021-1/+0
* | Merge commit 'f0e959481968b6d906931127237ed981b6414f6e'Michael Niedermayer2014-08-021-0/+2
|\|
| * af_channelmap: Set the frame channel layoutLuca Barbato2014-08-021-0/+2
* | Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e'Michael Niedermayer2014-08-021-1/+1
|\|
| * af_join: Set the output frame formatLuca Barbato2014-08-021-0/+1
* | Merge commit '52269f48e835a52023656f8330262ae70e6061c4'Michael Niedermayer2014-08-012-38/+34
|\|
| * Revert "vf_interlace: deprecate lowpass option"Vittorio Giovara2014-08-012-38/+34
| * vf_select: Drop a debug av_log with an unchecked double to enum conversionDiego Biurrun2014-07-291-12/+0
* | 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