summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger2008-01-29
| | | | Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Pass argc and argv to the main function of the SDL tests.Diego Biurrun2008-01-29
| | | | | | | This appears to be required on Windows and does no harm on Linux. closes issue 344, patch by jdm Originally committed as revision 11662 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SMPTE 421 Annex L format demuxerKostya Shishkov2008-01-29
| | | | Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename dv50 regression test output file to dv50.dvMåns Rullgård2008-01-28
| | | | Originally committed as revision 11660 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
* Add sbsf option for subtitle bitstream filterReimar Döffinger2008-01-28
| | | | Originally committed as revision 11658 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
* cosmetics, split long lines, remove useless braces, merge comments and ifBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, vertically alignBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove integer.h inclusion.Benoit Fouet2008-01-28
| | | | Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spoke too fast, fix dv fourcc in mov accordingly if strictBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally set codec tags for mov/mp4/3gp muxers, this should not break ↵Baptiste Coudurier2008-01-28
| | | | | | anything, if it breaks anything, yell Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correctly and only set standard stsd fourcc for mp4/3gpBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use DECLARE_ASM_CONST where possible in libswscale codeReimar Döffinger2008-01-28
| | | | Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* write esds atom when mpeg-4 systems tags are usedBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reorder object types id by muxing preferenceBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document tag fieldBaptiste Coudurier2008-01-28
| | | | Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seektest depends on both codectest and libavtest.Diego Biurrun2008-01-28
| | | | Originally committed as revision 11646 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 Makefile rules for test programs.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not install integer.h, it is not part of the public API.Diego Biurrun2008-01-27
| | | | Originally committed as revision 11642 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
* Add support for Matroska attachments.Evgeniy Stepanov2008-01-27
| | | | | | patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmeticsMåns Rullgård2008-01-27
| | | | Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some ifeq ($(CONFIG_FOO),yes)Måns Rullgård2008-01-27
| | | | Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace and sorting cosmeticsDiego Biurrun2008-01-27
| | | | Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk