6320 Commits (ce7f71a2ddf795f451e5acd79fd81f5149e8e87b)

Author SHA1 Message Date
Loren Merritt 1d67b037f7 sse2 h264 motion compensation. not new code, just separate out the cases that didn't need ssse3. 17 years ago
Loren Merritt 20d565be6d put loop counter in a register if possible. makes some of the qpel functions 3% faster. 17 years ago
Loren Merritt 7080ec2937 fix aliasing warnings. simpler too. 17 years ago
Loren Merritt a2b7bc8e71 constant was excessively aligned 17 years ago
Reimar Döffinger 63f2670a53 Check that we have enough input data in IMC decoder. 17 years ago
Loren Merritt ddf969705f ssse3 h264 motion compensation. 17 years ago
Loren Merritt b64dfbb8d2 add qpel rounder once during hv rather than twice during hv and whatever it's averaged with 17 years ago
Loren Merritt fa9b873e08 clean up an ugliness introduced in r11826. this syntax will require fewer changes when adding future sse2 code. 17 years ago
Michael Niedermayer 9a7871f77d Deprecate old and inefficient per instruction asm(). 17 years ago
Loren Merritt b2f775860b reduce code duplication 17 years ago
Diego Biurrun 1db38dad33 Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of 17 years ago
Michael Niedermayer 1701cbfafc const 17 years ago
Michael Niedermayer 20e4beaef7 const 17 years ago
Uoti Urpala 4bdd3b76fe mpegvideo.h has two function declarations with the 'inline' specifier 17 years ago
Loren Merritt b313e8159c avg_pixels4_mmx2 17 years ago
Loren Merritt 6c01d0069d use mmx2/3dnow avg functions in avg_qpel*_mc00 17 years ago
Loren Merritt ed5d7a531c ff_h264_idct8_add_sse2. 17 years ago
Loren Merritt 51f0ac65df remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2. 17 years ago
Michael Niedermayer 2efa7fd10d Make avcodec_decode_* functions take const input buffers. 17 years ago
Reimar Döffinger 909063f745 100l, since we already check for buf_size == 769 we should also 17 years ago
Reimar Döffinger 3e368d726a Use bytestream_get_be24 to simplify palette parsing. 17 years ago
Reimar Döffinger 04deea9ad2 mark qtrle input data as const. 17 years ago
Reimar Döffinger b3d5468d87 Add some const where appropriate 17 years ago
Reimar Döffinger 6be4042c52 Fix warning: 17 years ago
Reimar Döffinger eee7e7998b Some consts for cscd decoder helper functions 17 years ago
Loren Merritt ffbc5e04ce "swap first two elements of L1 if L0 and L1 are identical" applies after splitting the lists into fields 17 years ago
Loren Merritt 02f7695b0b fix mbaff diagonal neighbor mv 17 years ago
Loren Merritt 50b3ab0fa5 mbaff spatial direct 17 years ago
Kostya Shishkov 4990eb5f49 Do not modify input data 17 years ago
Kostya Shishkov 0fe04628b9 IMC decoder always operates on 64-byte blocks 17 years ago
Aurelien Jacobs 2755e41d26 use AV_RL* instead of le2me_* 17 years ago
Aurelien Jacobs 4e56af8253 don't cast const away 17 years ago
Aurelien Jacobs 60b6dbe716 const 17 years ago
Aurelien Jacobs 9f5bd89506 const 17 years ago
Michael Niedermayer c67102f902 const 17 years ago
Michael Niedermayer 31d889ec0a const 17 years ago
Michael Niedermayer 896b438915 const 17 years ago
Michael Niedermayer 1786784259 const 17 years ago
Reimar Döffinger b034f72b17 Add some const keywords in rtjpeg decoder 17 years ago
Michael Niedermayer 7e5cdb5b1b const 17 years ago
Michael Niedermayer 74dc744850 const 17 years ago
Michael Niedermayer 473dde1700 const 17 years ago
Michael Niedermayer 94ef6d11ac const 17 years ago
Michael Niedermayer 2ab12b39cd const 17 years ago
Michael Niedermayer 8c4bd28bec const 17 years ago
Michael Niedermayer e37e53350e const 17 years ago
Michael Niedermayer 14ff144c1b some const 17 years ago
Michael Niedermayer 63410f2ca5 const 17 years ago
Michael Niedermayer 521c38f1ef const 17 years ago
Michael Niedermayer 67d9ca0c00 const 17 years ago