summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* af_join: do not leak input frames.Anton Khirnov2013-03-161-1/+2
* asrc_anullsrc: return EOF, not -1Anton Khirnov2013-03-161-1/+1
* asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov2013-03-161-54/+0
* vf_showinfo: remove its useless init functionAnton Khirnov2013-03-161-8/+0
* avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-161-2/+2
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-164-20/+29
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-161-4/+3
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-132-5/+5
* vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* vf_gradfun: fix uninitialized variable useAnton Khirnov2013-03-111-0/+1
* vf_pad: fix a & instead of && typoXi Wang2013-03-101-1/+1
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-1/+1
* lavfi: switch to AVFrame.Anton Khirnov2013-03-0858-932/+1061
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-074-7/+5
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-234-2/+44
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-153-19/+107
* vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-151-11/+12
* vf_yadif: silence a warning.Anton Khirnov2013-02-063-12/+20
* avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun2013-02-045-4/+4
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-014-21/+81
* vf_delogo: fix copying the input frame.Anton Khirnov2013-01-291-3/+3
* vf_delogo: fix an uninitialized read.Anton Khirnov2013-01-291-1/+1
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-251-0/+7
* vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-151-0/+1
* yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-141-22/+34
* yadif: Port inline assembly to yasmDaniel Kang2013-01-094-302/+264
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-313-3/+3
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-281-61/+64
* avfilter: Refactor unconditional filter registrationDiego Biurrun2012-12-281-24/+12
* avfilter: Compile FIFO filters unconditionallyDiego Biurrun2012-12-232-4/+9
* build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun2012-12-211-1/+0
* asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-131-1/+2
* asyncts: merge two conditionsJustin Ruggles2012-12-131-7/+2
* asyncts: cosmetics: reindentJustin Ruggles2012-12-131-12/+12
* asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-131-9/+55
* asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-131-1/+1
* asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-131-7/+7
* 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
OpenPOWER on IntegriCloud