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-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ö
2012-09-01Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*Martin Storsjö
2012-08-31x86: Split inline and external assembly #ifdefsDiego Biurrun
2012-08-30avfilter: x86: Use more precise compile template namesDiego Biurrun
2012-08-27vf_hqdn3d: Remove a duplicate inline declarationMartin Storsjö
2012-08-27vf_hqdn3d: Don't declare the loop variable within the for loopMartin Storsjö
2012-08-26vf_hqdn3d: x86 asmLoren Merritt
2012-08-26vf_hqdn3d: support 16bit colordepthLoren Merritt
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö
2012-08-16Add more missing includes after removing the implicit common.hMartin Storsjö
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-13x86: yadif: fix asm with sunccMans Rullgard
2012-08-09doxygen: Fix function parameter names to match the codeDiego Biurrun
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-05lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler