summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-052-3/+105
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-055-0/+102
* lavfi: add volume filterJustin Ruggles2012-12-055-1/+370
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-042-5/+0
* vf_fieldorder: require write permissionsAnton Khirnov2012-11-281-1/+1
* vf_fieldorder: reindentAnton Khirnov2012-11-281-36/+36
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-2855-1458/+632
* lavfi: remove vf_slicifyAnton Khirnov2012-11-283-143/+0
* asink_nullsink: plug a memory leak.Anton Khirnov2012-11-281-0/+1
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-1115-26/+24
* vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov2012-11-021-1/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-312-4/+6
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-311-1/+1
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-311-1/+1
* lavfi: add ashowinfo filterAnton Khirnov2012-10-294-1/+139
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-271-1/+0
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-271-1/+1
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-251-9/+15
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-123-4/+5
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-1229-61/+76
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-1051-556/+1146
* avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-091-1/+1
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-091-2/+3
* af_amix: prevent memory leak on error pathJanne Grunau2012-10-091-1/+3
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-091-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0832-292/+292
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-071-1/+6
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-062-2/+2
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-062-3/+3
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-052-7/+7
* vf_overlay: properly sync inputs.Anton Khirnov2012-10-041-92/+115
* vf_overlay: get rid of pointless messing with timebase.Anton Khirnov2012-10-041-21/+4
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-241-1/+1
* avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-171-1/+2
* buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-172-2/+2
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-1715-18/+21
* yadif: cosmeticsLuca Barbato2012-09-091-31/+45
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-071-2/+7
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-042-2/+2
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-042-2/+2
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-047-21/+21
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-042-18/+18
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-313-24/+24
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-312-18/+14
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-302-3/+3
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-271-1/+1
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-271-1/+2
* vf_hqdn3d: x86 asmLoren Merritt2012-08-263-4/+130
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-261-24/+46
OpenPOWER on IntegriCloud