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
2013-03-28lavfi/gradfun: remove rounding to match C and SSE code.Clément Bœsch
2013-03-28lavfi/gradfun: fix dithering in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: fix rounding in MMX code.Clément Bœsch
2013-03-28lavfi/gradfun: do not increment DC pointer for odd values.Clément Bœsch
2013-03-22af_asyncts: fix compensation and PTS monotonicityJindřich Makovička
2013-03-19buffersrc: fix a typo.Anton Khirnov
2013-03-19lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov
2013-03-17lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov
2013-03-16af_join: do not leak input frames.Anton Khirnov
2013-03-16asrc_anullsrc: return EOF, not -1Anton Khirnov
2013-03-16asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov
2013-03-16vf_showinfo: remove its useless init functionAnton Khirnov
2013-03-16avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov
2013-03-16avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov
2013-03-16lavfi: use designated initializers in avfilter_classAnton Khirnov
2013-03-13hqdn3d: Fix out of array read in LOWPASSLoren Merritt
2013-03-11vf_hqdn3d: fix uninitialized variable useAnton Khirnov
2013-03-11vf_gradfun: fix uninitialized variable useAnton Khirnov
2013-03-10vf_pad: fix a & instead of && typoXi Wang
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov
2013-03-08Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger
2013-02-24lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles
2013-02-15vf_yadif: fix out-of line readsAnton Khirnov
2013-02-15vf_yadif: factorize initializing the filtering callbacksAnton Khirnov
2013-02-06vf_yadif: silence a warning.Anton Khirnov
2013-02-04avfilter: x86: consistent filenames for filter optimizationsDiego Biurrun
2013-02-01vf_hqdn3d: x86: Add proper arch optimization initializationDiego Biurrun
2013-01-29vf_delogo: fix copying the input frame.Anton Khirnov
2013-01-29vf_delogo: fix an uninitialized read.Anton Khirnov
2013-01-25avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic
2013-01-15vf_fps: add final flushed frames to the dropped frame countJustin Ruggles
2013-01-14yadif: x86: fix build for compilers without aligned stackDaniel Kang
2013-01-09yadif: Port inline assembly to yasmDaniel Kang
2012-12-31Drop unnecessary 'l' length modifier when printfing double values.Diego Biurrun
2012-12-28cosmetics: Prettyprint codec/format/filter registration filesDiego Biurrun
2012-12-28avfilter: Refactor unconditional filter registrationDiego Biurrun
2012-12-23avfilter: Compile FIFO filters unconditionallyDiego Biurrun
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