summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-22
* buffersrc: fix a typo.Anton Khirnov2013-03-19
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* af_join: do not leak input frames.Anton Khirnov2013-03-16
* asrc_anullsrc: return EOF, not -1Anton Khirnov2013-03-16
* asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov2013-03-16
* vf_showinfo: remove its useless init functionAnton Khirnov2013-03-16
* avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-16
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-16
* hqdn3d: Fix out of array read in LOWPASSLoren Merritt2013-03-13
* vf_hqdn3d: fix uninitialized variable useAnton Khirnov2013-03-11
* vf_gradfun: fix uninitialized variable useAnton Khirnov2013-03-11
* vf_pad: fix a & instead of && typoXi Wang2013-03-10
* Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-08
* Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-08
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
* lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-23
* vf_yadif: fix out-of line readsAnton Khirnov2013-02-15
* vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-15
* vf_yadif: silence a warning.Anton Khirnov2013-02-06
* avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun2013-02-04
* vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun2013-02-01
* vf_delogo: fix copying the input frame.Anton Khirnov2013-01-29
* vf_delogo: fix an uninitialized read.Anton Khirnov2013-01-29
* avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-25
* vf_fps: add final flushed frames to the dropped frame countJustin Ruggles2013-01-15
* yadif: x86: fix build for compilers without aligned stackDaniel Kang2013-01-14
* yadif: Port inline assembly to yasmDaniel Kang2013-01-09
* Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun2012-12-31
* cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun2012-12-28
* avfilter: Refactor unconditional filter registrationDiego Biurrun2012-12-28
* avfilter: Compile FIFO filters unconditionallyDiego Biurrun2012-12-23
* build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun2012-12-21
* asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-13
* asyncts: merge two conditionsJustin Ruggles2012-12-13
* asyncts: cosmetics: reindentJustin Ruggles2012-12-13
* asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-13
* asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-13
* asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-13
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-05
* x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles2012-12-05
* lavfi: add volume filterJustin Ruggles2012-12-05
* Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* vf_fieldorder: require write permissionsAnton Khirnov2012-11-28
* vf_fieldorder: reindentAnton Khirnov2012-11-28
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: remove vf_slicifyAnton Khirnov2012-11-28