12196 Commits (ff794171c97ae123cac041726e9c8bdc36c7e6c0)
 

Author SHA1 Message Date
Michael Niedermayer ff794171c9 Do not cast const away. 17 years ago
Michael Niedermayer b1f5712e3c consts 17 years ago
Michael Niedermayer 30317501a0 consts 17 years ago
Michael Niedermayer 6ddaa63cf4 The buffer passed into the decoder should be const. 17 years ago
Michael Niedermayer a9f8715854 Fix const qualifer issues found by -Wcast-qual. 17 years ago
Michael Niedermayer 7526ade238 Indention, it seems i have forgotton to commit this. 17 years ago
Michael Niedermayer 89ef2c29a0 Merge declaration and initialization. 17 years ago
Michael Niedermayer 070144671d Dont cast const away. 17 years ago
Michael Niedermayer f49299967b Warn about casts which remove const. 17 years ago
Reimar Döffinger 2331e31c23 Add support for ogg text subtitles. 17 years ago
Michael Niedermayer b8fe8ab062 Fix the following using void* casts, proper casts are less readable and 17 years ago
Michael Niedermayer aba29e6feb Fix b-libav.ul/al seek regression test. 17 years ago
Baptiste Coudurier bb41f2e774 fix field order export 17 years ago
Michael Niedermayer 3485b9cdda Revert r11689 and r11690 (uninitalized warning fix) as its theoretically 17 years ago
Baptiste Coudurier fa7343eaf2 stupid typo 17 years ago
Reimar Döffinger 9c9519fd39 Two tables that should be const 17 years ago
Baptiste Coudurier ccac843872 support rawvideo in mov 17 years ago
Michael Niedermayer b2aba2e6e7 Comment about weird warning prevention. 17 years ago
Michael Niedermayer b34130ae61 fix "uninitalized" warning, the alternative way. 17 years ago
Baptiste Coudurier 961c25b588 revert r11677, it is considered speed critical 17 years ago
Baptiste Coudurier 8943802849 add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier f0a7084088 Add const qualifier, fix warnings: 17 years ago
Baptiste Coudurier 4a9dfdc1c9 add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier d7742a7491 typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type 17 years ago
Baptiste Coudurier febc8fad0c init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function 17 years ago
Baptiste Coudurier 87be0d1289 add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || 17 years ago
Baptiste Coudurier 3dc761a443 typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type 17 years ago
Andreas Öman 1710856cb1 Fix the following warnings: 17 years ago
Baptiste Coudurier 774c84770f cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 of 's->dsp.bswap_buf' from incompatible pointer type 17 years ago
Baptiste Coudurier d83085cd5a fix indentation 17 years ago
Baptiste Coudurier 3fbe36d4d0 init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used uninitialized in this function 17 years ago
Baptiste Coudurier 7f4d2d8308 cast to dest type, fix warning: 4xm.c:304: warning: initialization from incompatible pointer type 17 years ago
Baptiste Coudurier e151e272a0 cast to dest type, fix warning imgconvert.c:1958: warning: assignment from incompatible pointer type 17 years ago
Baptiste Coudurier 29e15adc34 add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_reformat_buffer32' discards qualifiers from pointer target type 17 years ago
Baptiste Coudurier 066e0cc50d add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest parentheses around arithmetic in operand of | 17 years ago
Baptiste Coudurier afa4778989 fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type 17 years ago
Måns Rullgård f5655f2afb remove duplicate, disabled nut regression test 17 years ago
Reimar Döffinger 2722e36265 Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well 17 years ago
Reimar Döffinger 2b858d0b99 Simplify: use DECLARE_ASM_CONST 17 years ago
Baptiste Coudurier 4ad08accb2 use context in av_log 17 years ago
Baptiste Coudurier c8134d7104 warning is only valid for mov 17 years ago
Diego Biurrun 7ead693b79 Do not print an (L)GPL license statement when nonfree parts have been compiled 17 years ago
Michael Niedermayer 59abc29e69 fixing warning 17 years ago
Diego Biurrun 76de4ea681 Print the name of the regression test that was run after finishing the test. 17 years ago
Reimar Döffinger eb3ba13b51 Support MP4 subtitles as in 17 years ago
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
Diego Biurrun d6773f563d Pass argc and argv to the main function of the SDL tests. 17 years ago
Kostya Shishkov eda178d273 SMPTE 421 Annex L format demuxer 17 years ago
Måns Rullgård a8fa959a0f rename dv50 regression test output file to dv50.dv 17 years ago
Reimar Döffinger 234c6ed76d Add bitstream filter to convert between mov and plain text subtitles 17 years ago