summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | avfilter/avf_showspectrum: Change enums to int, which are accessed via AVOpti...Michael Niedermayer2015-03-021-4/+4
* | avfilter/vf_drawbox: Fix handling of max valuesMichael Niedermayer2015-03-021-0/+7
* | avfilter/af_volume: fix precision=fixed and volume=0 caseGilles Chanteperdrix2015-03-011-1/+2
* | avfilter/palettegen: fix frame mem leakClément Bœsch2015-02-271-1/+1
* | colormatrix: Accept bt601 aliases as inputVittorio Giovara2015-02-261-0/+3
* | avfilter/paletteuse: use AV_QSORT()Clément Bœsch2015-02-261-1/+4
* | avfilter/palettegen: use AV_QSORT()Clément Bœsch2015-02-261-1/+3
* | avfilter/palettegen: consistently use the same frame for dimensionsClément Bœsch2015-02-261-1/+1
* | avfilter/palettegen: use a logging context for the dupped color warningClément Bœsch2015-02-261-3/+4
* | avfilter/palettegen: export color quantization ratioClément Bœsch2015-02-262-3/+14
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2015-02-251-1/+3
|\ \
| * | lavfi/fade: Do not overread input buffer.Carl Eugen Hoyos2015-02-251-1/+3
* | | avfilter/palettegen: move longest variable to a local scopeClément Bœsch2015-02-251-2/+1
|/ /
* | avfilter/palette{gen,use}: add CopyrightClément Bœsch2015-02-232-0/+4
* | avfilter/paletteuse: add diff_modeClément Bœsch2015-02-232-14/+139
* | avfilter/paletteuse: fix error dithering accuracyClément Bœsch2015-02-231-3/+3
* | avfilter/buffer: Check for qp_table allocation failureMichael Niedermayer2015-02-221-1/+7
* | avfilter/vf_perspective: Use av_clip_uint8()Michael Niedermayer2015-02-211-2/+2
* | avfilter/vsrc_mptestsrc: Use av_clip_uint8()Michael Niedermayer2015-02-211-1/+1
* | avfilter/vf_eq: Add process_command to eq.Arwa Arif2015-02-202-29/+184
* | avfilter/palettegen: raise cache size from 64k to 512kClément Bœsch2015-02-191-1/+1
* | avfilter/vf_subtitles: Add () to protect the argument of the AA() macroMichael Niedermayer2015-02-191-1/+1
* | avfilter/showpalette: fix leak in case of errorClément Bœsch2015-02-181-1/+4
* | avfilter/palettegen: fix leak in case of errorClément Bœsch2015-02-181-1/+4
* | avfilter/paletteuse: fix leak in case of errorClément Bœsch2015-02-181-1/+5
* | avfilter/af_channelmap: Move potential dereference after NULL check in get_ch...Michael Niedermayer2015-02-181-3/+4
* | avfilter/vf_qp: Fix leak of out_qp_table_bufMichael Niedermayer2015-02-181-0/+1
* | avfilter/avfiltergraph: assert that the heap_bubble index is validMichael Niedermayer2015-02-181-0/+4
* | avfilter/vf_removelogo: Add () to protect the argument of apply_mask_fudge_fa...Michael Niedermayer2015-02-181-1/+1
* | Merge commit '9d3b752fceb0f2a42cac7c2a1109b0629823c99f'Michael Niedermayer2015-02-171-0/+2
|\ \ | |/
| * graphparser: Check av_get_token() memory errorVittorio Giovara2015-02-171-0/+2
* | avfilter/paletteuse: raise cache size from 64k to 512kClément Bœsch2015-02-171-1/+1
* | avfilter/vf_fieldmatch: Add () to protect the arguments of the HAS_FF_AROUND(...Michael Niedermayer2015-02-171-3/+3
* | avfilter/vf_phase: Add () to protect DIFF()s argumentsMichael Niedermayer2015-02-171-1/+1
* | avfilter/vsrc_mandelbrot: fix indention of mis-indented blockMichael Niedermayer2015-02-151-8/+8
* | avfilter: bump minor and Changelog document the new filtersClément Bœsch2015-02-141-1/+1
* | avfilter: add paletteuse filterClément Bœsch2015-02-143-0/+939
* | avfilter: add palettegen filterClément Bœsch2015-02-143-0/+549
* | avfilter: add dcshift filterPaul B Mahol2015-02-114-2/+168
* | avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter...Alexey Titov2015-02-113-55/+148
* | avfilter: Add repeatfields filter (Port of mp=softpulldown)Paul B Mahol2015-02-103-0/+193
* | avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer2015-02-091-0/+5
* | avfilter/hqdn3d: an invalid bit depth means a bug, not invalid read dataClément Bœsch2015-02-081-1/+1
* | avfilter/dctdnoiz: fix slice_h computationClément Bœsch2015-02-081-1/+1
* | lavfi/subtitles: add force_style optionEejya Singh2015-02-082-1/+24
* | generate_wave_table: Add include for AVSampleFormatTimothy Gu2015-02-061-0/+2
* | avfilter/vf_fps: update frame drop commentMichael Niedermayer2015-02-051-1/+1
* | avfilter/vf_fps: Do not drop a random subset of framesMichael Niedermayer2015-02-041-4/+1
* | Fix standalone compilation of the tblend filter.Carl Eugen Hoyos2015-02-041-1/+1
* | Merge commit 'a6653787a4b1e89170ff7962312dd110769c83a3'Michael Niedermayer2015-02-031-8/+13
|\ \ | |/
OpenPOWER on IntegriCloud