6101 Commits (ff794171c97ae123cac041726e9c8bdc36c7e6c0)

Author SHA1 Message Date
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
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
Reimar Döffinger 9c9519fd39 Two tables that should be const 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
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
Reimar Döffinger 234c6ed76d Add bitstream filter to convert between mov and plain text subtitles 17 years ago
Jeff Downs 79db7ac6ef Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated 17 years ago
Diego Biurrun bca9e0bcf1 Move common test program infrastructure to common.mak. 17 years ago
Diego Biurrun fe34942e92 Move some lines in preparation for an upcoming commit. 17 years ago
Reimar Döffinger 766324fc49 Add and use DECLARE_ASM_CONST for constants used in assembler code. 17 years ago
Reimar Döffinger 038f0f9b34 Use DECLARE_ALIGNED in yet another place 17 years ago
Reimar Döffinger 6a1a2fa0fe Use DECLARE_ALIGNED and remove unneeded attribute_used 17 years ago
Reimar Döffinger cc8c2c6ab3 Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. 17 years ago
Diego Biurrun cf6cb7c562 typo 17 years ago
Diego Biurrun eba6ba4a74 Add $(EXESUF) where necessary. 17 years ago
Evgeniy Stepanov f8d7c9d373 Add support for Matroska attachments. 17 years ago
Diego Biurrun 1260eb4a68 whitespace and sorting cosmetics 17 years ago
Diego Biurrun f98869bcec Add generic rule for all tests. 17 years ago
Reimar Döffinger 27215c6bf4 Use DECLARE_ALIGNED 17 years ago
Guillaume Poirier d761f08987 fix indentation that was messed up by r11628 17 years ago
Siarhei Siamashka 13686bc2cd fix lowres decoding support on ARM CPUs 17 years ago
Diego Biurrun 64e13d6914 Do not group libamr_nb and libamr_wb together as libamr. 17 years ago
Måns Rullgård 7b0dee28d2 clean up dynamic loading of libfaad 17 years ago
Zdenek Kabelac e2fdba650d Correctly clean up IntraX8Context upon codec close. 17 years ago
Måns Rullgård 0f44edaa1c cosmetic: libfaad.c indentation 17 years ago
Måns Rullgård dbbc573253 fix dynamic loading of libfaad 2.6 17 years ago
Michael Niedermayer cb077b7aa3 Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. 17 years ago
Diego Biurrun 6bf398a030 Add #undef printf and disable non-functional code to make test program compile. 17 years ago
Diego Biurrun 07ad12ecdd Fix test program compilation: Add missing #include and update the call 17 years ago
Diego Biurrun c46e28746c Put some disabled functions that are only used in the test program in cabac.c 17 years ago
Diego Biurrun 79bfd0ef76 Add #undef random and call the right function to fix test program compilation. 17 years ago
Diego Biurrun 6a339972af Remove unused variables in test code. 17 years ago