summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+7
* avfilter/vf_transpose: Change enums to int, which are accessed via AVOption a...Michael Niedermayer2015-03-301-2/+2
* avfilter/tinterlace: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+1
* vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer2015-03-281-3/+27
* avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer2015-03-281-9/+14
* af_channelmap: fix number of channelsMarton Balint2015-03-281-0/+1
* lavfi: add inverse telecine filterHimangi Saraogi2015-03-273-0/+348
* avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi2015-03-271-3/+4
* avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi2015-03-271-0/+1
* avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi2015-03-261-1/+8
* avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-231-1/+1
* avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-03-221-1/+1
* avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-221-1/+1
* Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'Michael Niedermayer2015-03-221-0/+2
|\
| * avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-211-0/+2
* | avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-2/+2
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-3/+17
* | avfilter/vf_phase: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-201-1/+1
* | lavfi/eq: rework expression evaluationarwa arif2015-03-203-47/+74
* | lavfi/eq: factorize code in process_command()Stefano Sabatini2015-03-201-43/+23
* | avfilter/vf_pp7: remove unused varMartin Vignali2015-03-201-7/+0
* | avfilter/vf_colormatrix: fix yuv420p threading, second tryClément Bœsch2015-03-191-4/+4
* | avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | avfilter/vf_il: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | lavfi: add showwavespic filterClément Bœsch2015-03-184-36/+242
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-1812-13/+13
* | avfilter/vf_colormatrix: make sure the number of threads is even for yuv420pClément Bœsch2015-03-171-1/+1
* | avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-171-1/+1
* | avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-171-2/+2
* | avfilter/vf_field: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-171-1/+1
* | avfilter: handle error in query_formats() of a bunch of random video filtersClément Bœsch2015-03-1627-83/+118
* | avfilter/formats: proper error handling in ff_set_common_*() functionsClément Bœsch2015-03-162-18/+37
* | avfilter/formats: proper error handling in ff_channel_layouts_ref() and ff_fo...Clément Bœsch2015-03-162-14/+14
* | avfilter/formats: use av_realloc_array in ADD_FORMAT()Clément Bœsch2015-03-161-2/+2
* | avfilter/formats: remove unused COPY_INT_LIST() macroClément Bœsch2015-03-161-12/+0
* | lavfi/sendcmd: improve error reporting and robustness in case of missing comm...Stefano Sabatini2015-03-161-3/+6
* | 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
OpenPOWER on IntegriCloud