summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Do not cast const away.Michael Niedermayer2008-02-01
* constsMichael Niedermayer2008-02-01
* constsMichael Niedermayer2008-02-01
* The buffer passed into the decoder should be const.Michael Niedermayer2008-02-01
* Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer2008-02-01
* Indention, it seems i have forgotton to commit this.Michael Niedermayer2008-02-01
* Merge declaration and initialization.Michael Niedermayer2008-02-01
* Dont cast const away.Michael Niedermayer2008-02-01
* Warn about casts which remove const.Michael Niedermayer2008-02-01
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
* Fix b-libav.ul/al seek regression test.Michael Niedermayer2008-01-31
* fix field order exportBaptiste Coudurier2008-01-31
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-31
* stupid typoBaptiste Coudurier2008-01-31
* Two tables that should be constReimar Döffinger2008-01-31
* support rawvideo in movBaptiste Coudurier2008-01-31
* Comment about weird warning prevention.Michael Niedermayer2008-01-31
* fix "uninitalized" warning, the alternative way.Michael Niedermayer2008-01-31
* revert r11677, it is considered speed criticalBaptiste Coudurier2008-01-31
* add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses aroun...Baptiste Coudurier2008-01-31
* Add const qualifier, fix warnings:Baptiste Coudurier2008-01-31
* add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ar...Baptiste Coudurier2008-01-31
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier2008-01-31
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used un...Baptiste Coudurier2008-01-31
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses aro...Baptiste Coudurier2008-01-31
* typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer'...Baptiste Coudurier2008-01-31
* Fix the following warnings:Andreas Öman2008-01-31
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ...Baptiste Coudurier2008-01-31
* fix indentationBaptiste Coudurier2008-01-31
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier2008-01-31
* cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier2008-01-31
* cast to dest type, fix warning imgconvert.c:1958: warning: assignment from in...Baptiste Coudurier2008-01-31
* add const, fix warning: cook.c:276: warning: passing argument 2 of 'maybe_ref...Baptiste Coudurier2008-01-30
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest paren...Baptiste Coudurier2008-01-30
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ...Baptiste Coudurier2008-01-30
* remove duplicate, disabled nut regression testMåns Rullgård2008-01-30
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
* use context in av_logBaptiste Coudurier2008-01-30
* warning is only valid for movBaptiste Coudurier2008-01-30
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-30
* fixing warningMichael Niedermayer2008-01-30
* Print the name of the regression test that was run after finishing the test.Diego Biurrun2008-01-29
* Support MP4 subtitles as inReimar Döffinger2008-01-29
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-29
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
* rename dv50 regression test output file to dv50.dvMåns Rullgård2008-01-28
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28