12377 Commits (c4c52acc369656754e217cf0740643eed16f5c35)
 

Author SHA1 Message Date
Diego Biurrun c4c52acc36 Remove pointless #if. 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
Mike Melanson ead6ebdd44 Use a consistent capitalization for 'Snow' as discussed on the list 17 years ago
Baptiste Coudurier 91208916c6 cosmetics, remove whitespaces before and after parenthesis 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
Michael Niedermayer 744a9c75cf Allow the user to select which codec out of several in stsd he wants. 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
Baptiste Coudurier 485f076dc2 seek regression ref update for ogg 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
Baptiste Coudurier 37b74c8651 Fix issue 338: 17 years ago
Baptiste Coudurier 2dd3c9e0fa it seems ogg requires granule to be -1 on unfinished packets 17 years ago
Michael Niedermayer 9a7871f77d Deprecate old and inefficient per instruction asm(). 17 years ago
Oded Shimon eb757a6251 Update seektest regression as well to previous lavf/nut commits 17 years ago
Loren Merritt b2f775860b reduce code duplication 17 years ago
Michael Niedermayer beaa4a9133 Correct fatal ambiguity. 17 years ago
Michael Niedermayer 53407b64c8 Correct incorrect statement about warnings. 17 years ago
Reimar Döffinger c901197693 String pointers of ogg_codec_t should have const attribute. 17 years ago
Christophe Lorenz 23ef05756e Add dv50 tag to support samples with dv50 fourcc in AVI. 17 years ago
Diego Biurrun 9908c1a8bf Update policy entry about compiler warnings to reflect ml discussions. 17 years ago
Reimar Döffinger cd41a73f89 Fix a possible use of an uninitialized pointer. 17 years ago
Oded Shimon 4ddcc983b4 back_ptr calculation used wrong timebase when searching for back syncpoint 17 years ago
Oded Shimon 02c986a8d6 Fix intented algo in syncpoint writing before keyframes in NUT muxer 17 years ago
Oded Shimon 82badd27f1 nut->max_distance was not set at all anywhere in the NUT muxer 17 years ago
Oded Shimon eae213af43 Remove old workaround in nutdec.c for libnut bug 17 years ago
Oded Shimon b19e3983cf missing " && j<syncpoint_count" protection in the index parsing, as the 17 years ago
Oded Shimon 103d74ea5c ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only 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 f70eccdb39 2 more missing consts found by -Wwrite-strings. 17 years ago
Michael Niedermayer 37e4979a2c Remove incorrect cast found by -Wwrite-strings. 17 years ago
Michael Niedermayer 8df94c73dc Another const found by -Wwrite-strings. 17 years ago
Michael Niedermayer 1701cbfafc const 17 years ago
Michael Niedermayer 8dd8dc5790 fix 8 "initialization discards qualifiers from pointer target type" 17 years ago
Michael Niedermayer f73008d820 const 17 years ago
Michael Niedermayer 0fca8bc835 Fix info packet type, found by oded as well as the new pedantic const 17 years ago
Michael Niedermayer 7ebab67901 -Wwrite-strings nitpicking fix 17 years ago
Michael Niedermayer 4cf97abb98 Missing const found by -Wwrite-strings. 17 years ago
Michael Niedermayer 20e4beaef7 const 17 years ago
Michael Niedermayer 652a5bf69d Warn if a comparison is always true or always false due to the 17 years ago