16441 Commits (5a582bd3b500918432996317b704071f462578ca)

Author SHA1 Message Date
Ronald S. Bultje 66adb7ce1b Revert "wmapro: prevent division by zero when sample rate is unspecified" 13 years ago
Sean McGovern 3693608023 wmapro: prevent division by zero when sample rate is unspecified 13 years ago
Ronald S. Bultje 7191e1c490 lagarith: fix color plane inversion for YUY2 output. 13 years ago
Ronald S. Bultje 98d0d19208 lagarith: pad RGB buffer by 1 byte. 13 years ago
Ronald S. Bultje da6505ad2f dsputil: make add_hfyu_left_prediction_sse4() support unaligned src. 13 years ago
Mashiat Sarker Shakkhar 9cc74c9f6e vc1dec: Remove separate scaling function for interlaced field MVs 13 years ago
Mashiat Sarker Shakkhar 8379ea5e9f vc1dec: Invoke edge_emulation regardless of MV precision 13 years ago
Diego Biurrun ca844b7be9 x86: Use consistent 3dnowext function and macro name suffixes 13 years ago
Kostya Shishkov d3e0766fc0 g723_1: scale output as supposed for the case with postfilter disabled 13 years ago
Kostya Shishkov 94bfdfd6f0 g723_1: increase excitation storage by 4 13 years ago
Kostya Shishkov 802bcdcb2f g723_1: fix upper bound parameter from inverse maximum autocorrelation 13 years ago
Kostya Shishkov 8ddadea171 g723_1: make scale_vector() behave like the reference 13 years ago
Kostya Shishkov 8772d2511a g723_1: fix off-by-one error in normalize_bits() 13 years ago
Kostya Shishkov 7f92db14f9 g723_1: save/restore excitation with offset to store LPC history 13 years ago
Sean McGovern 3680b24351 wmapro: prevent division by zero when sample rate is unspecified 13 years ago
Diego Biurrun 03737412a3 x86: proresdsp: improve SIGNEXTEND macro comments 13 years ago
Diego Biurrun 81905088a1 x86: h264dsp: K&R formatting cosmetics 13 years ago
Ronald S. Bultje c728518b3c x86: fft: fix imdct_half() for AVX 13 years ago
Mans Rullgard cfb1091898 vc1dec: remove useless #include simple_idct.h 13 years ago
Mans Rullgard af500c08bb dct-test: always link with aandcttab.o 13 years ago
Mans Rullgard cf5781fad0 vp8: pack struct VP8ThreadData more efficiently 13 years ago
Mans Rullgard ec7c501ed5 x86: remove libmpeg2 mmx(ext) idct functions 13 years ago
Derek Buitenhuis a675d73d57 eamad: Use dsputils instead of a custom bswap16_buf 13 years ago
Derek Buitenhuis 45eaac02cb Canopus Lossless decoder 13 years ago
Diego Biurrun 19cf7163c1 dca: Switch dca_sample_rates to avpriv_ prefix; it is used across libs 13 years ago
Mans Rullgard faa788227f ARM: use =const syntax instead of explicit literal pools 13 years ago
Mans Rullgard 998170913c ARM: use standard syntax for all LDRD/STRD instructions 13 years ago
Ronald S. Bultje b6a3849adb fft: port FFT/IMDCT 3dnow functions to yasm, and disable on x86-64. 13 years ago
Ronald S. Bultje ddbe71b44f dct-test: allow to compile without HAVE_INLINE_ASM. 13 years ago
Ronald S. Bultje 53dfaedc01 x86/dsputilenc: bury inline asm under HAVE_INLINE_ASM. 13 years ago
Diego Biurrun 9e4bca16f8 dca: Move tables used outside of dcadec.c to a separate file. 13 years ago
Diego Biurrun 13a79cf84e dca: Rename dca.c ---> dcadec.c 13 years ago
Diego Biurrun 6376a3ad24 x86: h264dsp: Remove unused variable ff_pb_3_1 13 years ago
Diego Biurrun 8728b381cb x86: h264dsp: Adjust YASM #ifdefs 13 years ago
Ronald S. Bultje b829b4ce29 h264: convert loop filter strength dsp function to yasm. 13 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
Ronald S. Bultje be391fb6df h264_ps: declare array of colorspace strings on its own line. 13 years ago
Mans Rullgard f3eb008343 eamad/eatgq/eatqi: call special EA IDCT directly 13 years ago
Mans Rullgard 591766a3a9 eamad: remove use of MpegEncContext 13 years ago
Mans Rullgard 87cf481aa8 mpegvideo: remove unnecessary inclusions of faandct.h 13 years ago
Ronald S. Bultje c83f44dba1 h264_idct_10bit: port x86 assembly to cpuflags. 13 years ago
Ronald S. Bultje b3c5ae5607 fft: rename "z" to "zc" to prevent name collision. 13 years ago
Michael Niedermayer 45838561f2 vc1dec: Override invalid macroblock quantizer 13 years ago
Michael Niedermayer 2bf369b60c vc1: avoid reading beyond the last line in vc1_draw_sprites() 13 years ago
Michael Niedermayer 1100acbab2 vc1dec: check that coded slice positions and interlacing match. 13 years ago
Michael Niedermayer 0aa907cfb1 vc1dec: Do not ignore ff_vc1_parse_frame_header_adv return value 13 years ago
Ronald S. Bultje 4d777eedfd vp3: don't compile mmx IDCT functions on x86-64. 13 years ago
Ronald S. Bultje a5bbb1242c h264_loopfilter: port x86 simd to cpuflags. 13 years ago
Ronald S. Bultje d07ff3cd5a h264_chromamc_10bit: port x86 simd to cpuflags. 13 years ago
Ronald S. Bultje 4a26fdd852 vp3: port x86 SIMD to cpuflags. 13 years ago