summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* constMichael Niedermayer2008-02-01
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-01
* constsMichael 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
* fix field order exportBaptiste Coudurier2008-01-31
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-31
* Two tables that should be constReimar Döffinger2008-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
* 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
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-28
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-27
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-27
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov d...Reimar Döffinger2008-01-27