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-08-09motion_est: drop inline from sad_hpel_motion_search()Mans Rullgard
2012-08-09motion_est: remove unused macrosMans Rullgard
2012-08-09motion_est: remove useless no_motion_search() functionMans Rullgard
2012-08-09lagarith: frame multithreadingHendrik Leppkes
2012-08-09doxygen: qdm2: Drop documentation for non-existing function parametersDiego Biurrun
2012-08-09mpegvideo: reduce excessive inlining of mpeg_motion()Mans Rullgard
2012-08-09mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard
2012-08-09build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEOMans Rullgard
2012-08-09Move MASK_ABS macro to libavcodec/mathops.hMans Rullgard
2012-08-09x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard
2012-08-09aacdec: Don't fall back to the old output configuration when no old configura...Alex Converse
2012-08-08x86: pngdsp: Fix assembly for OS/2Dave Yeo
2012-08-08g723_1: clip argument for 15-bit version of normalize_bits()Kostya Shishkov
2012-08-08g723_1: use all LPC vectors in formant postfilterKostya Shishkov
2012-08-08mpc8: do not leave padding after last frame in buffer for the next decode callKostya Shishkov
2012-08-08mpegaudioenc: list supported channel layouts.Anton Khirnov
2012-08-08mpegaudiodec: don't print an error on > 1 frame in a packet.Anton Khirnov
2012-08-08api-example: update to new audio encoding API.Anton Khirnov
2012-08-07x86: use 32-bit source registers with movd instructionMans Rullgard
2012-08-07x86: add colons after labelsMans Rullgard
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07lavc: add AV prefix to codec ids.Anton Khirnov
2012-08-06mpc8: add a flush functionJustin Ruggles
2012-08-06nuv: K&R formatting cosmeticsDiego Biurrun
2012-08-06nuv: check RTjpeg header for validityJanne Grunau
2012-08-06Revert "nuv: check per-frame header for validity."Janne Grunau
2012-08-06imc: remove unused field IMCContext.one_div_log2Mans Rullgard
2012-08-06imc: fix size of a memset()Mans Rullgard
2012-08-06imc: remove empty if() blockMans Rullgard
2012-08-05x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun
2012-08-05dpx: Make start offset unsignedDerek Buitenhuis
2012-08-05cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis
2012-08-04zerocodec: Fix memleak in decode_frameDerek Buitenhuis
2012-08-04zerocodec: CosmeticsDerek Buitenhuis
2012-08-04ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard
2012-08-04ARM: vp56: allow inline asm to build with clangMans Rullgard
2012-08-04fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje
2012-08-04x86: dct32: port to cpuflagsDiego Biurrun
2012-08-04x86: build: replace mmx2 by mmxextDiego Biurrun
2012-08-03Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje
2012-08-03wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern
2012-08-03lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje
2012-08-03lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje
2012-08-03dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje
2012-08-03vc1dec: Remove separate scaling function for interlaced field MVsMashiat Sarker Shakkhar
2012-08-03vc1dec: Invoke edge_emulation regardless of MV precisionMashiat Sarker Shakkhar
2012-08-03x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun
2012-08-03g723_1: scale output as supposed for the case with postfilter disabledKostya Shishkov
2012-08-03g723_1: increase excitation storage by 4Kostya Shishkov
2012-08-03g723_1: fix upper bound parameter from inverse maximum autocorrelationKostya Shishkov