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-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
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