summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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
* 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
* 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
* Two tables that should be constReimar Döffinger2008-01-31
| | | | Originally committed as revision 11692 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
* 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
* Add bitstream filter to convert between mov and plain text subtitlesReimar Döffinger2008-01-28
| | | | Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocatedJeff Downs2008-01-28
| | | | | | | | | | | | in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate) contexts to fully initialize in MPV_frame_start and copying these into H264Contexts. Mailing list discussion: [FFmpeg-devel] Memory leak in h264 Tue, 22 Jan 2008 15:22:55 Originally committed as revision 11657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move common test program infrastructure to common.mak.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move some lines in preparation for an upcoming commit.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add and use DECLARE_ASM_CONST for constants used in assembler code.Reimar Döffinger2008-01-27
| | | | | | Should make it easier to work around compilation problems with e.g. ICC. Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED in yet another placeReimar Döffinger2008-01-27
| | | | Originally committed as revision 11640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ALIGNED and remove unneeded attribute_usedReimar Döffinger2008-01-27
| | | | Originally committed as revision 11639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov ↵Reimar Döffinger2008-01-27
| | | | | | demuxer. Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-01-27
| | | | Originally committed as revision 11637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add $(EXESUF) where necessary.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk