Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-21build: avfilter: Remove duplicate compilation entry for vf_scaleDiego Biurrun
2012-12-14asyncts: ignore min_delta only if first_pts is setJustin Ruggles
2012-12-14asyncts: merge two conditionsJustin Ruggles
2012-12-13asyncts: cosmetics: reindentJustin Ruggles
2012-12-13asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles
2012-12-13asyncts: use clipped delta value when setting resample compensationJustin Ruggles
2012-12-13asyncts: fix flushing of final samples at EOFJustin Ruggles
2012-12-05x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles
2012-12-05x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles
2012-12-05lavfi: add volume filterJustin Ruggles
2012-12-05Remove pointless #undefs of previously forbidden functions.Anton Khirnov
2012-11-28vf_fieldorder: require write permissionsAnton Khirnov
2012-11-28vf_fieldorder: reindentAnton Khirnov
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-11-28lavfi: remove vf_slicifyAnton Khirnov
2012-11-28asink_nullsink: plug a memory leak.Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-11-02vf_drawtext: do not use deprecated av_tree_node_sizeAnton Khirnov
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30lavfi: add ashowinfo filterAnton Khirnov
2012-10-27af_channelmap: remove stray enum declarationMans Rullgard
2012-10-27buffersink: remove stray semicolon after function definitionMans Rullgard
2012-10-25avfilter: fix graphparser memleaks on error pathsJanne Grunau
2012-10-12avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)Diego Biurrun
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-09avfilter: correct memcpy size avfilter_copy_buf_props()Janne Grunau
2012-10-09af_resample: unref out_buf when avresample_convert returns 0Janne Grunau
2012-10-09af_amix: prevent memory leak on error pathJanne Grunau
2012-10-09af_channelmap: free old extended_data on reallocationJanne Grunau
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08af_resample: avoid conversion of identical sample formats for 1 channelJustin Ruggles
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-10-04vf_overlay: properly sync inputs.Anton Khirnov
2012-10-04vf_overlay: get rid of pointless messing with timebase.Anton Khirnov
2012-09-24Use avcodec_free_frame() to free AVFrames.Anton Khirnov
2012-09-17avfiltergraph: silence an uninitialized variable warningAnton Khirnov
2012-09-17buffersrc: add const to the AVFrame* argument of av_buffersrc_write_frame()Anton Khirnov
2012-09-17lavfi: replace empty input/output lists with null pointersMans Rullgard
2012-09-09yadif: cosmeticsLuca Barbato
2012-09-07af_asyncts: check return value from lavr when flushing.Anton Khirnov
2012-09-05avopt: Explicitly store rational option defaults in .dblMartin Storsjö
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö