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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-07-31x86: yadif: Mark mmxext optimizations as suchDiego Biurrun
2012-07-29af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-29vf_hqdn3d: support 9 and 10bit colordepthLoren Merritt
2012-07-29vf_hqdn3d: reduce intermediate precisionLoren Merritt
2012-07-29vf_hqdn3d: simplify and optimizeLoren Merritt
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-29vf_hqdn3d: cosmeticsLoren Merritt
2012-07-28lavfi: bump minor to mark stabilizing the ABI.Anton Khirnov
2012-07-27lavfi: better channel layout negotiationJustin Ruggles
2012-07-26vf_yadif: unset cur_buf on the input link.Anton Khirnov
2012-07-26vf_overlay: ensure the overlay frame does not get leaked.Anton Khirnov
2012-07-26vf_overlay: prevent premature freeing of cur_bufMichael Niedermayer
2012-07-25avfilter: Fix printf format string conversion specifierDiego Biurrun
2012-07-23lavfi: place x86 inline assembly under HAVE_INLINE_ASM.Ronald S. Bultje
2012-07-22buffersrc: check ff_get_audio_buffer() for errors.Anton Khirnov
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22vf_select: avoid an unnecessary avfilter_ref_buffer().Anton Khirnov
2012-07-22buffersrc: avoid creating unnecessary buffer referenceAnton Khirnov
2012-07-22lavfi: use avfilter_unref_bufferp() where appropriate.Anton Khirnov