12454 Commits (db7ae7d1b96bec521793a200ad46574bca728b6e)
 

Author SHA1 Message Date
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
Michael Niedermayer f522310b6d Missing const found by -Wwrite-strings. 17 years ago
Måns Rullgård 9d6a96af24 remove single-frame images from seektest 17 years ago
Diego Biurrun 751a649390 typo 17 years ago
Michael Niedermayer 9aceb3cfbc Make string constants const. Why is this not default? 17 years ago
Måns Rullgård 704abfec05 remove useless/incorrect comments in regression.sh 17 years ago
Måns Rullgård 2009721d99 split lavf regression tests 17 years ago
Måns Rullgård 4383ed5cba split regression tests allowing make to run them in parallel 17 years ago
Måns Rullgård d2e40fe5e1 get seek regression test filenames from reference file 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
Reimar Döffinger 7abe438045 Remove ff_mms_set_stream_selection again from asf demuxer, 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 dc29622385 Remove incorrect casts that should have never been there. 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 2907abed17 Remove a pointless cast. 17 years ago
Reimar Döffinger b3d5468d87 Add some const where appropriate 17 years ago
Reimar Döffinger 6be4042c52 Fix warning: 17 years ago
Michael Niedermayer 6c51fd3f2b const 17 years ago