| Commit message (Expand) | Author | Age | Files | Lines |
* | Two tables that should be const | Reimar Döffinger | 2008-01-31 | 1 | -2/+2 |
* | Comment about weird warning prevention. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | fix "uninitalized" warning, the alternative way. | Michael Niedermayer | 2008-01-31 | 1 | -1/+1 |
* | revert r11677, it is considered speed critical | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | Add const qualifier, fix warnings: | Baptiste Coudurier | 2008-01-31 | 1 | -7/+7 |
* | add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | Fix the following warnings: | Andreas Öman | 2008-01-31 | 1 | -4/+2 |
* | cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | fix indentation | Baptiste Coudurier | 2008-01-31 | 1 | -18/+18 |
* | init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom... | Baptiste Coudurier | 2008-01-31 | 1 | -1/+1 |
* | cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in... | Baptiste Coudurier | 2008-01-31 | 1 | -2/+2 |
* | add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_ref... | Baptiste Coudurier | 2008-01-30 | 1 | -3/+3 |
* | add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren... | Baptiste Coudurier | 2008-01-30 | 1 | -2/+2 |
* | fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ... | Baptiste Coudurier | 2008-01-30 | 1 | -4/+4 |
* | Add bitstream filter to convert between mov and plain text subtitles | Reimar Döffinger | 2008-01-28 | 3 | -0/+59 |
* | Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated | Jeff Downs | 2008-01-28 | 2 | -9/+2 |
* | Move common test program infrastructure to common.mak. | Diego Biurrun | 2008-01-27 | 1 | -8/+1 |
* | Move some lines in preparation for an upcoming commit. | Diego Biurrun | 2008-01-27 | 1 | -5/+5 |
* | Add and use DECLARE_ASM_CONST for constants used in assembler code. | Reimar Döffinger | 2008-01-27 | 3 | -5/+5 |
* | Use DECLARE_ALIGNED in yet another place | Reimar Döffinger | 2008-01-27 | 1 | -1/+1 |
* | Use DECLARE_ALIGNED and remove unneeded attribute_used | Reimar Döffinger | 2008-01-27 | 1 | -4/+4 |
* | Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d... | Reimar Döffinger | 2008-01-27 | 1 | -0/+1 |
* | typo | Diego Biurrun | 2008-01-27 | 1 | -1/+1 |
* | Add $(EXESUF) where necessary. | Diego Biurrun | 2008-01-27 | 1 | -10/+10 |
* | Add support for Matroska attachments. | Evgeniy Stepanov | 2008-01-27 | 2 | -2/+10 |
* | whitespace and sorting cosmetics | Diego Biurrun | 2008-01-27 | 1 | -6/+2 |
* | Add generic rule for all tests. | Diego Biurrun | 2008-01-27 | 1 | -5/+4 |
* | Use DECLARE_ALIGNED | Reimar Döffinger | 2008-01-27 | 2 | -2/+2 |
* | fix indentation that was messed up by r11628 | Guillaume Poirier | 2008-01-27 | 1 | -32/+32 |
* | fix lowres decoding support on ARM CPUs | Siarhei Siamashka | 2008-01-27 | 1 | -0/+2 |
* | Do not group libamr_nb and libamr_wb together as libamr. | Diego Biurrun | 2008-01-26 | 1 | -1/+2 |
* | clean up dynamic loading of libfaad | Måns Rullgård | 2008-01-25 | 1 | -35/+20 |
* | Correctly clean up IntraX8Context upon codec close. | Zdenek Kabelac | 2008-01-25 | 4 | -1/+20 |
* | cosmetic: libfaad.c indentation | Måns Rullgård | 2008-01-24 | 1 | -37/+37 |
* | fix dynamic loading of libfaad 2.6 | Måns Rullgård | 2008-01-24 | 1 | -2/+2 |
* | Fix crash for CAVLC->CABAC switch caused by writing into NULL tables. | Michael Niedermayer | 2008-01-24 | 1 | -2/+0 |
* | Add #undef printf and disable non-functional code to make test program compile. | Diego Biurrun | 2008-01-23 | 1 | -2/+3 |
* | Fix test program compilation: Add missing #include and update the call | Diego Biurrun | 2008-01-23 | 1 | -1/+2 |
* | Put some disabled functions that are only used in the test program in cabac.c | Diego Biurrun | 2008-01-23 | 1 | -2/+2 |
* | Add #undef random and call the right function to fix test program compilation. | Diego Biurrun | 2008-01-23 | 1 | -1/+2 |
* | Remove unused variables in test code. | Diego Biurrun | 2008-01-22 | 1 | -2/+1 |
* | Fix warnings in test code: | Diego Biurrun | 2008-01-22 | 1 | -1/+2 |
* | Remove two unused variables. | Diego Biurrun | 2008-01-21 | 1 | -1/+1 |
* | Remove unnecessary forward declaration. | Diego Biurrun | 2008-01-21 | 1 | -2/+0 |
* | Consistently use TEST as the preprocessor condition to enable test code. | Diego Biurrun | 2008-01-20 | 4 | -8/+8 |
* | add proper matroskaenc dependency over xiph.o | Aurelien Jacobs | 2008-01-20 | 1 | -0/+1 |
* | add missing Makefile rules for zork pcm encoder/decoder | Aurelien Jacobs | 2008-01-20 | 1 | -0/+2 |
* | and thus, nellymoser obviously also depens on fft.o | Aurelien Jacobs | 2008-01-20 | 1 | -1/+1 |