summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun2012-10-12
* lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau2012-10-09
* af_resample: unref out_buf when avresample_convert returns 0Janne Grunau2012-10-09
* af_amix: prevent memory leak on error pathJanne Grunau2012-10-09
* af_channelmap: free old extended_data on reallocationJanne Grunau2012-10-09
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles2012-10-07
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2012-10-06
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* vf_overlay: properly sync inputs.Anton Khirnov2012-10-04
* vf_overlay: get rid of pointless messing with timebase.Anton Khirnov2012-10-04
* Use avcodec_free_frame() to free AVFrames.Anton Khirnov2012-09-24
* avfiltergraph: silence an uninitialized variable warningAnton Khirnov2012-09-17
* buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov2012-09-17
* lavfi: replace empty input/output lists with null pointersMans Rullgard2012-09-17
* yadif: cosmeticsLuca Barbato2012-09-09
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-07
* avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-04
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö2012-08-31
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* avfilter: x86: Use more precise compile template namesDiego Biurrun2012-08-30
* vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö2012-08-27
* vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö2012-08-27
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* vf_hqdn3d: support 16bit colordepthLoren Merritt2012-08-26
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* Add missing includes for code relying on external librariesMartin Storsjö2012-08-16
* Add more missing includes after removing the implicit common.hMartin Storsjö2012-08-16
* Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-15
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* x86: yadif: fix asm with sunccMans Rullgard2012-08-13
* doxygen: Fix function parameter names to match the codeDiego Biurrun2012-08-09
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-05
* cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-04
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* x86: yadif: Mark mmxext optimizations as suchDiego Biurrun2012-07-31
* af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-29
* af_asyncts: add first_pts optionJustin Ruggles2012-07-29
* vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt2012-07-28
* vf_hqdn3d: reduce intermediate precisionLoren Merritt2012-07-28
* vf_hqdn3d: simplify and optimizeLoren Merritt2012-07-28
* factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-28