summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* 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
* asink_nullsink: plug a memory leak.Anton Khirnov2012-11-28
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov2012-11-02
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* lavfi: add ashowinfo filterAnton Khirnov2012-10-29
* af_channelmap: remove stray enum declarationMans Rullgard2012-10-27
* buffersink: remove stray semicolon after function definitionMans Rullgard2012-10-27
* avfilter: fix graphparser memleaks on error pathsJanne Grunau2012-10-25
* 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