9606 Commits (25c3c36597f7153fdbf6f25fea46500a6fe1f4e9)

Author SHA1 Message Date
Måns Rullgård 9d48e28f00 MIPS: add MIPS64 and Loongson asm for MAC64/MLS64 16 years ago
Måns Rullgård b716a79215 blackfin: disable broken dsputil functions 16 years ago
Måns Rullgård 2ba73ce8c6 blackfin: add missing const in function prototypes 16 years ago
Måns Rullgård b195a73d47 blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto 16 years ago
Måns Rullgård 08ec1397f6 blackfin: use DCT function pointer in dct_quantize_bfin() 16 years ago
Måns Rullgård c9311a12d5 ARM: add some PLD in NEON IDCT 16 years ago
Baptiste Coudurier 2ed16f308a msrle uncompressed decoding, fix #1074 and many other samples under /RLE 16 years ago
Baptiste Coudurier c0601d705c remove apparently unused real_pict_num from AVCodecContext 16 years ago
Baptiste Coudurier a4a750d3b2 Rename alloc_picture to ff_alloc_picture and move its definition 16 years ago
Jeff Downs 50352827f6 Use AV_R/WN32 instead of direct integer copying. 16 years ago
Baptiste Coudurier 25178da302 do not print false error if eof follows eol 16 years ago
Wolfram Gloger ed1dc74e18 Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg. 16 years ago
Baptiste Coudurier 6645e8ca2f do not reference remainder packets in the parser, fix timestamps fetching 16 years ago
Alex Converse 401a995085 In the event of a mismatch, do not follow the sample rate index in an AAC PCE. 16 years ago
Jai Menon cd840656c2 Add lowres support to the libopenjpeg wrapper. 16 years ago
Jai Menon d95545166c Use dimensions stored in AVCodecContext instead of local variables. 16 years ago
Reimar Döffinger 34d11b875f Change HAVE_PPC64 to ARCH_PPC64. 16 years ago
Michael Niedermayer 71b0654cc6 Support YVU9 AVI 4cc. 16 years ago
David Conrad 454403ba55 Altivec VP3 IDCT 16 years ago
Diego Biurrun cc013a7423 The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. 16 years ago
Ramiro Polla f9f36b4a4c cosmetics: tabs->spaces 16 years ago
Justin Ruggles 724b8f6ac7 eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit 16 years ago
Reimar Döffinger 4cab1e491b Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the stack 16 years ago
Baptiste Coudurier 47b5b0e8b6 honor restart interval in mjpeg, fix #861, SpectralFan.mov still decodes correctly 16 years ago
Ramiro Polla cbd7836e88 mlp: Re-enable x86-optimized DSP functions. 16 years ago
Ramiro Polla 7c4c60e520 mlp: Use LABEL_MANGLE() to export label symbols from inside asm block. 16 years ago
Vitor Sessak 09d1208cdb Fix unaligned dsputil call. 16 years ago
Reimar Döffinger 1eda87ce63 eatqi: move "block" variable into context to ensure sufficient alignment for 16 years ago
Reimar Döffinger 77336b6127 Distinguish between non-coded blocks and decode errors in rtjpeg's get_block 16 years ago
Reimar Döffinger 8d857c5434 Add a few size checks when decoding rtjpeg blocks. 16 years ago
Reimar Döffinger 0766291a66 Move "block" variable in rtjpeg decoder to context to ensure sufficient alignment 16 years ago
Haruhiko Yamagata 86b0e9948b H264: Don't deblock if alpha or beta is 0. 16 years ago
Michael Niedermayer 77bc343a40 indent 16 years ago
Michael Niedermayer 216fb60dff Fix lowres with rv20. 16 years ago
Jeff Downs fdb699de62 Fix passing of unaligned addresses to dsputil diff_bytes() by 16 years ago
Jeff Downs aa5cfdfb4f Add offset argument to encode_422_bitstream() to control where 16 years ago
David Conrad 548a99742c ARM: actually add VP3 loop filter 16 years ago
David Conrad 6db8697a39 ARM: NEON VP3 Loop Filter 16 years ago
Baptiste Coudurier 9867a14f6c fix qtrle encoding when previous frame linesize differs, fix #998 16 years ago
Baptiste Coudurier 01bc48f4d5 Set progressive_sequence before MPV_common_init which cares about it when 16 years ago
Ramiro Polla 364f4a3620 Revert part of r18903: 16 years ago
Ramiro Polla 5624766d18 MLP DSP functions x86-optimized. 16 years ago
David Conrad cc0aae4343 Fix libtheora encoding for non-mod16 sizes 16 years ago
David Conrad ef516f7377 Move ALIGN macro to libavutil/common.h and use it in various places 16 years ago
Reimar Döffinger f2a875db87 Move eatgq blocks array from the stack to the codec context and make sure 16 years ago
Diego Biurrun 607694c77b cosmetics: Fix some typos. 16 years ago
Justin Ruggles cab4e4e84d 10l: typing mistake in r18888 16 years ago
Justin Ruggles 37a1cc4834 eac3dec: fix bug in GAQ dequantization. large mantissas should only be 16 years ago
Justin Ruggles 9907c7804a eac3dec: make GAQ dequantization 24-bit 16 years ago
Justin Ruggles ae04de316f eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make AHT GAQ 16 years ago