summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/palettegen: make sure at least one frame was sent to the filterClément Bœsch2015-03-151-1/+1
* lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini2015-03-151-1/+1
* Merge commit 'c3bd1d60af97e8d2568dac9fcce7bdabb4ff93c8'Michael Niedermayer2015-03-121-2/+5
|\
| * formats: Check memory allocationsVittorio Giovara2015-03-121-1/+10
* | avfilter/colormatrix:add slice threadingYayoi2015-03-121-52/+94
* | lavfi/boxblur: Fix colourpsace list.Carl Eugen Hoyos2015-03-101-1/+1
* | avfilter/aeval: Fixed a memory leak in EvalContext::channel_valuesOle Andre Birkedal2015-03-101-0/+1
* | avfilter/vf_fftfilt: increase RDFT length by 10%Michael Niedermayer2015-03-101-2/+2
* | avfilter/vf_edgedetect: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-081-1/+1
* | avfilter/vf_curves: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-081-1/+1
* | avfilter/vf_drawtext: Change enums to int, which are accessed via AVOption as...Michael Niedermayer2015-03-081-1/+1
* | avfilter/af_astats: redo zero channel handlingPaul B Mahol2015-03-081-4/+2
* | avfilter/af_astats: Avoid Zero division in print part.Martin Vignali2015-03-081-0/+3
* | avfilter: Add FFT domain filter.Arwa Arif2015-03-074-2/+347
* | avfilter/vf_colormatrix: Change enums to int, which are accessed via AVOption...Michael Niedermayer2015-03-071-1/+1
* | avfilter/f_perms: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-071-1/+1
* | avfilter/avf_showwaves: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-071-1/+1
* | Merge commit '88b160a457e491cb9e014630ef5387ad3500258e'Michael Niedermayer2015-03-061-2/+2
|\ \ | |/
| * avfilter: Return more meaningful error codesHimangi Saraogi2015-03-051-3/+4
* | avfilter/vf_paletteuse: indent fix after 7ccc5848Clément Bœsch2015-03-051-8/+8
* | avfilter/vf_paletteuse: Use int where AVERROR can be returnedMichael Niedermayer2015-03-051-3/+3
* | vf_showinfo: minimum widths for some early fieldsPeter Cordes2015-03-041-1/+1
* | avfilter/vf_tblend: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-021-1/+1
* | avfilter/lavfutils: use av_frame_free for freeing an AVFrameClément Bœsch2015-03-021-1/+1
* | avfilter/af_aphaser: Change type to int as its accessed as int via AVOptionsMichael Niedermayer2015-03-021-1/+1
* | avfilter/af_biquads: Change width_type to int as its accessed as int via AVOp...Michael Niedermayer2015-03-021-1/+1
* | avfilter/af_volume: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-021-3/+3
* | avfilter/avf_avectorscope: Change enums to int, which are accessed via AVOpti...Michael Niedermayer2015-03-021-1/+1
* | 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
OpenPOWER on IntegriCloud