6259 Commits (816ebf93201cd11e01b59c136930f317192d160e)

Author SHA1 Message Date
Reimar Döffinger 816ebf9320 Remove duplicate ; 17 years ago
Reimar Döffinger 721052e981 Add casts to avoid warnings: 17 years ago
Reimar Döffinger e3cb2c4a08 Missing const 17 years ago
Michael Niedermayer 0521808158 Reduce the number of senselessly scanned bytes. 17 years ago
Guillaume Poirier c367d0c653 arg 10000l. Fix wrong fix committed in r12141 17 years ago
Guillaume Poirier d6267d027b fix broken indentation 17 years ago
Guillaume Poirier 9d8109ad0f 10l: fix always false test: Binary & has lower precedence than == 17 years ago
Diego Biurrun 42a362e57b Refactor vcprm and vcii macros by using the AVV macro. 17 years ago
Diego Biurrun 35c27389c0 Refactor the FOUROF macro using the AVV macro. 17 years ago
Diego Biurrun b0e21a3b47 Remove stray #undef. 17 years ago
Alexander Strange 3518c5a96b fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't check mm_flags 17 years ago
Måns Rullgård 5ff1b0675f remove duplicate AV_STRINGIFY() definition 17 years ago
Måns Rullgård 5c319d3334 clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN 17 years ago
Mike Frysinger e44d7c659b FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
Vitor Sessak f037f7e032 100l 17 years ago
Vitor Sessak db7ae7d1b9 Simplify avcodec_default_get_buffer() 17 years ago
Vitor Sessak 4fe109ebdd Add header for declaration of ff_xxxx functions in imgconvert.c 17 years ago
Vitor Sessak 6dd36490c7 This should not be part of the public API 17 years ago
Vitor Sessak fba95d3c23 My commit in r11942 broke compilation. 17 years ago
Vitor Sessak cc9853d38f Split avpicture_fill() in two functions. This will be 17 years ago
Benjamin Larsson ad40b15394 silence wmaenc.c:181: warning:suggestparentheses around assignment used as truth value 17 years ago
Luca Abeni 6881b8e567 Fix 17 years ago
Luca Abeni 408ed51cdb Fix 17 years ago
Thorsten Jordan 134e5a9a65 Cosmetics: indentation 17 years ago
Thorsten Jordan 95e5323510 Remove useless buffering of input data, so that avcodec_decode_audio never 17 years ago
Diego Biurrun 5e53486545 typo fix: inited --> initialized 17 years ago
Diego Biurrun 356306aca2 Print Theora bitstream version at DEBUG, not at VERBOSE level. 17 years ago
Diego Biurrun 5edac5dc94 cosmetics: Replace // by /* */ comments. 17 years ago
Vitor Sessak 22ed53e5f4 Factor bytewidth determination in its own function 17 years ago
Paul Kelly f1618fd939 Add 'reservoir' flag to lavc's flags2 controlling whether or not codes may 17 years ago
Loren Merritt ec199cc94c asm argument that might be in memory needs a size 17 years ago
Michael Niedermayer a3689bf7b4 Remove pointless code. 17 years ago
Diego Biurrun 7bab3a26e4 Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. 17 years ago
Michael Niedermayer dc6340e048 Remove pointless code. 17 years ago
Michael Niedermayer a4195e68b6 assert() and note about odd len. 17 years ago
Loren Merritt e1813a2f1e 30% faster ff_vorbis_floor1_render_list, 3% faster overall 17 years ago
Loren Merritt 2c70770e33 use fewer registers in apply_welch_window_sse2 17 years ago
Michael Niedermayer fa4ed8c10a optimize apply_welch_window() 17 years ago
Reimar Döffinger cb4ddf7765 Add support for speex in ogg 17 years ago
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