summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one "cast discards qualifiers from pointer target type" lessMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | | | I have underestimated this a little, and these are just some ... Originally committed as revision 11708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not cast const away.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constsMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The buffer passed into the decoder should be const.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix const qualifer issues found by -Wcast-qual.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indention, it seems i have forgotton to commit this.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge declaration and initialization.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont cast const away.Michael Niedermayer2008-02-01
| | | | Originally committed as revision 11700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about casts which remove const.Michael Niedermayer2008-02-01
| | | | | | Feel free to flame me if you disagree that such code is wrong. Originally committed as revision 11699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for ogg text subtitles.Reimar Döffinger2008-01-31
| | | | Originally committed as revision 11698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the following using void* casts, proper casts are less readable andMichael Niedermayer2008-01-31
| | | | | | | | avoiding casts would be even less readable, but other suggestions are welcome. lls.c:56: warning: initialization from incompatible pointer type lls.c:57: warning: initialization from incompatible pointer type Originally committed as revision 11697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix b-libav.ul/al seek regression test.Michael Niedermayer2008-01-31
| | | | Originally committed as revision 11696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix field order exportBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-31
| | | | | | undefined in C. Originally committed as revision 11694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stupid typoBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Two tables that should be constReimar Döffinger2008-01-31
| | | | Originally committed as revision 11692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support rawvideo in movBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment about weird warning prevention.Michael Niedermayer2008-01-31
| | | | Originally committed as revision 11690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix "uninitalized" warning, the alternative way.Michael Niedermayer2008-01-31
| | | | | | | I hope this is valid C, flame me if not. md5sum of h263.o doesnt change, so this doesnt cause a slowdown. Originally committed as revision 11689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r11677, it is considered speed criticalBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parenthesis, fix warning: snow.c:2413: warning: suggest parentheses ↵Baptiste Coudurier2008-01-31
| | | | | | around && within || Originally committed as revision 11687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const qualifier, fix warnings:Baptiste Coudurier2008-01-31
| | | | | | | | snow.c:2292: warning: assignment discards qualifiers from pointer target type snow.c:2294: warning: assignment discards qualifiers from pointer target type snow.c:2300: warning: assignment discards qualifiers from pointer target type Originally committed as revision 11686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parenthesis, fix warning: qtrleenc.c:257: warning: suggest parentheses ↵Baptiste Coudurier2008-01-31
| | | | | | around && within || Originally committed as revision 11685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: ↵Baptiste Coudurier2008-01-31
| | | | | | warning: passing argument 2 of 'put_buffer' from incompatible pointer type Originally committed as revision 11684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used ↵Baptiste Coudurier2008-01-31
| | | | | | uninitialized in this function Originally committed as revision 11683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses ↵Baptiste Coudurier2008-01-31
| | | | | | around && within || Originally committed as revision 11682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo, also fix warning: asf.c:90: warning: passing argument 2 of ↵Baptiste Coudurier2008-01-31
| | | | | | 'get_buffer' from incompatible pointer type Originally committed as revision 11681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the following warnings:Andreas Öman2008-01-31
| | | | | | | | h264.c:2093: warning: unused variable 's' h264.c:2406: warning: suggest parentheses around arithmetic in operand of ^ h264.c:2412: warning: suggest parentheses around arithmetic in operand of ^ Originally committed as revision 11680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to correct type, fix warning: apedec.c:859: warning: passing argument 1 ↵Baptiste Coudurier2008-01-31
| | | | | | of 's->dsp.bswap_buf' from incompatible pointer type Originally committed as revision 11679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indentationBaptiste Coudurier2008-01-31
| | | | Originally committed as revision 11678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used ↵Baptiste Coudurier2008-01-31
| | | | | | uninitialized in this function Originally committed as revision 11677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to dest type, fix warning: 4xm.c:304: warning: initialization from ↵Baptiste Coudurier2008-01-31
| | | | | | incompatible pointer type Originally committed as revision 11676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cast to dest type, fix warning imgconvert.c:1958: warning: assignment from ↵Baptiste Coudurier2008-01-31
| | | | | | incompatible pointer type Originally committed as revision 11675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add const, fix warning: cook.c:276: warning: passing argument 2 of ↵Baptiste Coudurier2008-01-30
| | | | | | 'maybe_reformat_buffer32' discards qualifiers from pointer target type Originally committed as revision 11674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add parenthesis, fix warning: i386/dsputil_mmx.c:2618: warning: suggest ↵Baptiste Coudurier2008-01-30
| | | | | | parentheses around arithmetic in operand of | Originally committed as revision 11673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment ↵Baptiste Coudurier2008-01-30
| | | | | | from incompatible pointer type Originally committed as revision 11672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate, disabled nut regression testMåns Rullgård2008-01-30
| | | | Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as wellReimar Döffinger2008-01-30
| | | | Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify: use DECLARE_ASM_CONSTReimar Döffinger2008-01-30
| | | | Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use context in av_logBaptiste Coudurier2008-01-30
| | | | Originally committed as revision 11668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning is only valid for movBaptiste Coudurier2008-01-30
| | | | Originally committed as revision 11667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not print an (L)GPL license statement when nonfree parts have been compiledDiego Biurrun2008-01-30
| | | | | | into FFmpeg. Instead warn that the resulting binary is unredistributable. Originally committed as revision 11666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing warningMichael Niedermayer2008-01-30
| | | | | | md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type Originally committed as revision 11665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print the name of the regression test that was run after finishing the test.Diego Biurrun2008-01-29
| | | | Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support MP4 subtitles as inReimar Döffinger2008-01-29
| | | | | | http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4 Originally committed as revision 11663 to svn://svn.ffmpeg.org/ffmpeg/trunk