summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* 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