]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoadd audio and video codec context vars
Aurelien Jacobs [Thu, 18 Oct 2007 22:23:30 +0000 (22:23 +0000)]
add audio and video codec context vars

Originally committed as revision 10791 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agobetter log message
Aurelien Jacobs [Thu, 18 Oct 2007 22:11:53 +0000 (22:11 +0000)]
better log message

Originally committed as revision 10790 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove vp6 header parsing into its own function
Aurelien Jacobs [Thu, 18 Oct 2007 22:01:30 +0000 (22:01 +0000)]
move vp6 header parsing into its own function

Originally committed as revision 10789 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove 2 temporary variables
Aurelien Jacobs [Thu, 18 Oct 2007 21:59:23 +0000 (21:59 +0000)]
remove 2 temporary variables

Originally committed as revision 10788 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset a default value for num_channels
Aurelien Jacobs [Thu, 18 Oct 2007 21:56:44 +0000 (21:56 +0000)]
set a default value for num_channels

Originally committed as revision 10787 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomove audio header parsing in its own function
Aurelien Jacobs [Thu, 18 Oct 2007 21:55:51 +0000 (21:55 +0000)]
move audio header parsing in its own function

Originally committed as revision 10786 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd a log message
Aurelien Jacobs [Thu, 18 Oct 2007 21:45:53 +0000 (21:45 +0000)]
add a log message

Originally committed as revision 10785 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix comment
Aurelien Jacobs [Thu, 18 Oct 2007 21:30:33 +0000 (21:30 +0000)]
fix comment

Originally committed as revision 10784 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosmall simplification
Aurelien Jacobs [Thu, 18 Oct 2007 21:03:10 +0000 (21:03 +0000)]
small simplification

Originally committed as revision 10783 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoWMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
Kostya Shishkov [Thu, 18 Oct 2007 16:10:36 +0000 (16:10 +0000)]
WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform

Originally committed as revision 10782 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUnaligned memory access rcrash fix
Benjamin Larsson [Thu, 18 Oct 2007 15:16:07 +0000 (15:16 +0000)]
Unaligned memory access rcrash fix

Originally committed as revision 10781 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoset start_time to 0 to enable seeking in mp3-files
Thorsten Jordan [Thu, 18 Oct 2007 15:02:34 +0000 (15:02 +0000)]
set start_time to 0 to enable seeking in mp3-files

patch by Thorsten Jordan, tjordan macrosystem de

Originally committed as revision 10780 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdded myself as maintainer of the Nellymoser codec
Benjamin Larsson [Thu, 18 Oct 2007 14:32:04 +0000 (14:32 +0000)]
Added myself as maintainer of the Nellymoser codec

Originally committed as revision 10779 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPrint pixel and display aspect ratios
Michel Bardiaux [Thu, 18 Oct 2007 14:01:20 +0000 (14:01 +0000)]
Print pixel and display aspect ratios

Originally committed as revision 10778 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoreplace (disabled by default) assert(0) by abort() if the picture buffer
Michael Niedermayer [Thu, 18 Oct 2007 11:11:33 +0000 (11:11 +0000)]
replace (disabled by default) assert(0) by abort() if the picture buffer
overflows due to a buggy codec
note, ive not checked if such overflows could have been exploitable before this
commit

Originally committed as revision 10777 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify one variable setting.
Diego Biurrun [Thu, 18 Oct 2007 10:03:16 +0000 (10:03 +0000)]
Simplify  one variable setting.

Originally committed as revision 10776 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMake url_split() strip url options (?opt=var) from the returned hostname or
Ronald S. Bultje [Thu, 18 Oct 2007 09:50:53 +0000 (09:50 +0000)]
Make url_split() strip url options (?opt=var) from the returned hostname or
location. This fixes a regression introduced by the rewrite of
url_split() in r10605.

Patch by Ronald S. Bultje: rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Make RTP work with IPv6 enabled
Date: 10/12/2007 08:19 PM

Originally committed as revision 10775 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRename LIB to LIBNAME for consistency.
Diego Biurrun [Thu, 18 Oct 2007 09:35:02 +0000 (09:35 +0000)]
Rename LIB to LIBNAME for consistency.

Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRename LIB to LIBNAME for consistency.
Diego Biurrun [Thu, 18 Oct 2007 09:34:49 +0000 (09:34 +0000)]
Rename LIB to LIBNAME for consistency.

Originally committed as revision 10774 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago1l: Update wrong #endif comment.
Diego Biurrun [Thu, 18 Oct 2007 09:31:47 +0000 (09:31 +0000)]
1l: Update wrong #endif comment.

Originally committed as revision 24801 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoAdd FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun [Thu, 18 Oct 2007 09:30:33 +0000 (09:30 +0000)]
Add FFMPEG_ prefix to all multiple inclusion guards.

Originally committed as revision 24800 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRemove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
Timofei V. Bondarenko [Wed, 17 Oct 2007 23:02:35 +0000 (23:02 +0000)]
Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
patch by Timofei, tim ipi.ac ru
Date: Mon, 15 Oct 2007 19:55:29 +0400
Subject: [FFmpeg-devel] [PATCH] adpcm-ima-wav header and codec

Originally committed as revision 10773 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd multiple inclusion guards to config.h.
Diego Biurrun [Wed, 17 Oct 2007 22:38:37 +0000 (22:38 +0000)]
Add multiple inclusion guards to config.h.

Originally committed as revision 10772 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoExplain why there are no multiple inclusion guards in these header files.
Diego Biurrun [Wed, 17 Oct 2007 22:29:13 +0000 (22:29 +0000)]
Explain why there are no multiple inclusion guards in these header files.

Originally committed as revision 10771 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoClarify comment that explains why this header lacks multiple inclusion guards.
Diego Biurrun [Wed, 17 Oct 2007 18:23:11 +0000 (18:23 +0000)]
Clarify comment that explains why this header lacks multiple inclusion guards.

Originally committed as revision 10770 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd entry about pr not being present in standard MSYS install.
Ramiro Polla [Wed, 17 Oct 2007 17:45:34 +0000 (17:45 +0000)]
Add entry about pr not being present in standard MSYS install.

Originally committed as revision 10769 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
Diego Biurrun [Wed, 17 Oct 2007 13:52:46 +0000 (13:52 +0000)]
Add SLIB_UNINSTALL_EXTRA_CMD for MinGW.
based on a patch by Dave Yeo, daveryeo telus net

Originally committed as revision 10768 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
Dave Yeo [Wed, 17 Oct 2007 13:48:47 +0000 (13:48 +0000)]
Add SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
SLIB_INSTALL_EXTRA_COMMAND.
patch by Dave Yeo, daveryeo telus net

Originally committed as revision 10767 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove wrong multiple inclusion guards.
Aurelien Jacobs [Wed, 17 Oct 2007 11:19:42 +0000 (11:19 +0000)]
Remove wrong multiple inclusion guards.
Those files are really meant to be included several times.

Originally committed as revision 10766 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun [Wed, 17 Oct 2007 09:37:46 +0000 (09:37 +0000)]
Add FFMPEG_ prefix to all multiple inclusion guards.

Originally committed as revision 10765 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd a comment that explains why this header lacks multiple inclusion guards.
Diego Biurrun [Wed, 17 Oct 2007 09:34:48 +0000 (09:34 +0000)]
Add a comment that explains why this header lacks multiple inclusion guards.

Originally committed as revision 10764 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd missing multiple inclusion guards.
Diego Biurrun [Wed, 17 Oct 2007 09:31:06 +0000 (09:31 +0000)]
Add missing multiple inclusion guards.

Originally committed as revision 10763 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse filename as multiple inclusion guard.
Diego Biurrun [Wed, 17 Oct 2007 09:26:21 +0000 (09:26 +0000)]
Use filename as multiple inclusion guard.

Originally committed as revision 10762 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix #endif comment typo.
Diego Biurrun [Wed, 17 Oct 2007 09:21:52 +0000 (09:21 +0000)]
Fix #endif comment typo.

Originally committed as revision 10761 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse filename as multiple inclusion guard.
Diego Biurrun [Wed, 17 Oct 2007 09:16:21 +0000 (09:16 +0000)]
Use filename as multiple inclusion guard.

Originally committed as revision 10760 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocomment grammar fix
Diego Biurrun [Tue, 16 Oct 2007 23:15:50 +0000 (23:15 +0000)]
comment grammar fix

Originally committed as revision 10759 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRe-enable DEBUG_SEEK flag.
Benoit Fouet [Tue, 16 Oct 2007 19:50:08 +0000 (19:50 +0000)]
Re-enable DEBUG_SEEK flag.

Originally committed as revision 10758 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agodont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes...
Baptiste Coudurier [Tue, 16 Oct 2007 16:40:34 +0000 (16:40 +0000)]
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific

Originally committed as revision 10757 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoindentation
Baptiste Coudurier [Tue, 16 Oct 2007 15:40:57 +0000 (15:40 +0000)]
indentation

Originally committed as revision 10756 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix streaming to XBox360.
Patric Stout [Mon, 15 Oct 2007 23:55:14 +0000 (23:55 +0000)]
Fix streaming to XBox360.

Patch by Patric Stout, patric T liefdeis O com
Original thread:
Subject: asf-format doesn't work as stream for XBox360
Date: 2007-10-14

Originally committed as revision 10755 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomisc Doxygen spelling/grammar fixes
Diego Biurrun [Mon, 15 Oct 2007 23:07:03 +0000 (23:07 +0000)]
misc Doxygen spelling/grammar fixes

Originally committed as revision 10754 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: reindent
Aurelien Jacobs [Mon, 15 Oct 2007 22:52:22 +0000 (22:52 +0000)]
cosmetics: reindent

Originally committed as revision 10753 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd support for VP6 in electronicarts demuxer
Aurelien Jacobs [Mon, 15 Oct 2007 22:51:52 +0000 (22:51 +0000)]
add support for VP6 in electronicarts demuxer

Originally committed as revision 10752 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove useless &0xFF
Aurelien Jacobs [Mon, 15 Oct 2007 22:51:15 +0000 (22:51 +0000)]
remove useless &0xFF

Originally committed as revision 10751 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomerge declaration and initialization
Aurelien Jacobs [Mon, 15 Oct 2007 22:50:36 +0000 (22:50 +0000)]
merge declaration and initialization

Originally committed as revision 10750 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unused context vars
Aurelien Jacobs [Mon, 15 Oct 2007 22:50:10 +0000 (22:50 +0000)]
remove unused context vars

Originally committed as revision 10749 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unused code
Aurelien Jacobs [Mon, 15 Oct 2007 22:49:31 +0000 (22:49 +0000)]
remove unused code

Originally committed as revision 10748 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unused tags definition
Aurelien Jacobs [Mon, 15 Oct 2007 22:49:00 +0000 (22:49 +0000)]
remove unused tags definition

Originally committed as revision 10747 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove unused close function
Aurelien Jacobs [Mon, 15 Oct 2007 22:48:31 +0000 (22:48 +0000)]
remove unused close function

Originally committed as revision 10746 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimplify bitstream reading
Aurelien Jacobs [Mon, 15 Oct 2007 22:47:41 +0000 (22:47 +0000)]
simplify bitstream reading

Originally committed as revision 10745 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
Jeff Downs [Mon, 15 Oct 2007 22:17:39 +0000 (22:17 +0000)]
Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
setting Picture.reference to indicate parity for all Pictures in
reference list.

Patch by Jeff Downs, heydowns T borg O com

Originally committed as revision 10744 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoCygwin don't like this function declaration.
Aurelien Jacobs [Mon, 15 Oct 2007 21:41:01 +0000 (21:41 +0000)]
Cygwin don't like this function declaration.
So move this self-documentation into a comment instead.

Originally committed as revision 10743 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUndefine DEBUG_SEEK.
Thorsten Jordan [Mon, 15 Oct 2007 18:03:28 +0000 (18:03 +0000)]
Undefine DEBUG_SEEK.
Patch by Thorsten Jordan: tjordan macrosystem de

Originally committed as revision 10742 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoNellymoser ASAO decoder
Benjamin Larsson [Mon, 15 Oct 2007 16:26:02 +0000 (16:26 +0000)]
Nellymoser ASAO decoder

Originally committed as revision 10741 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove gcc import libraries from Win32 builds.
Ramiro Polla [Mon, 15 Oct 2007 14:02:01 +0000 (14:02 +0000)]
Remove gcc import libraries from Win32 builds.
They weren't even installed, and [1] suggests linking directly to the dll.
[1] http://sourceware.org/binutils/docs-2.18/ld/WIN32.html

Originally committed as revision 10740 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoMerge audio and video bitstream filter options handling.
Benoit Fouet [Mon, 15 Oct 2007 07:20:54 +0000 (07:20 +0000)]
Merge audio and video bitstream filter options handling.

Originally committed as revision 10739 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix mix-up of values in r10690 (deblocking for PAFF).
Martin Zlomek [Mon, 15 Oct 2007 06:23:02 +0000 (06:23 +0000)]
Fix mix-up of values in r10690 (deblocking for PAFF).

Patch by Martin Zlomek, martin d zlomek a email d cz

Originally committed as revision 10738 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoadd support for VP6 with huffman encoded blocks
Aurelien Jacobs [Sun, 14 Oct 2007 22:30:59 +0000 (22:30 +0000)]
add support for VP6 with huffman encoded blocks
closes issue 104

Originally committed as revision 10737 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agomoves fraps huffman decoder to its own file, making it more generic
Aurelien Jacobs [Sun, 14 Oct 2007 21:19:40 +0000 (21:19 +0000)]
moves fraps huffman decoder to its own file, making it more generic

Originally committed as revision 10736 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: Move asf_read_close() down to get rid of a forward declaration.
Diego Biurrun [Sun, 14 Oct 2007 17:44:38 +0000 (17:44 +0000)]
cosmetics: Move asf_read_close() down to get rid of a forward declaration.

Originally committed as revision 10735 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoIncrement minor after r10709.
Benoit Fouet [Sun, 14 Oct 2007 13:32:25 +0000 (13:32 +0000)]
Increment minor after r10709.

Originally committed as revision 10734 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix rc4 header, #ifndef -> #define
Reimar Döffinger [Sun, 14 Oct 2007 12:08:41 +0000 (12:08 +0000)]
Fix rc4 header, #ifndef -> #define

Originally committed as revision 10733 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd multiple inclusion guards.
Diego Biurrun [Sun, 14 Oct 2007 09:51:38 +0000 (09:51 +0000)]
Add multiple inclusion guards.

Originally committed as revision 10732 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd standard license header.
Diego Biurrun [Sun, 14 Oct 2007 09:32:06 +0000 (09:32 +0000)]
Add standard license header.

Originally committed as revision 10731 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoConsistently place comments in file header.
Diego Biurrun [Sun, 14 Oct 2007 09:30:53 +0000 (09:30 +0000)]
Consistently place comments in file header.

Originally committed as revision 10730 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocosmetics: sort()
Diego Biurrun [Sun, 14 Oct 2007 09:29:59 +0000 (09:29 +0000)]
cosmetics: sort()

Originally committed as revision 10729 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoVP6A needs its Makefile rules too
Aurelien Jacobs [Sun, 14 Oct 2007 01:16:15 +0000 (01:16 +0000)]
VP6A needs its Makefile rules too

Originally committed as revision 10728 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix MJPEG decoder for AMV files.
Vladimir Voroshilov [Sat, 13 Oct 2007 17:38:58 +0000 (17:38 +0000)]
Fix MJPEG decoder for AMV files.
Since decoding is doing from the end and aligned by 16
previous code worked correctly only when picture height was dividable by 16,
otherwise it provides garbage in top lines and truncates bottom.
New code adjusts data[] pointers taking in account alignment issue.

Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoprevent infinite loop and memcpy of negative amounts
Michael Niedermayer [Sat, 13 Oct 2007 12:25:31 +0000 (12:25 +0000)]
prevent infinite loop and memcpy of negative amounts
fixes issue194

Originally committed as revision 10726 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agosimply buffer checks in vorbis_comment()
Måns Rullgård [Sat, 13 Oct 2007 11:43:03 +0000 (11:43 +0000)]
simply buffer checks in vorbis_comment()

Originally committed as revision 10725 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse bytestream_get_* in vorbis_comment()
Måns Rullgård [Sat, 13 Oct 2007 11:42:06 +0000 (11:42 +0000)]
use bytestream_get_* in vorbis_comment()

Originally committed as revision 10724 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd RC4 encryption/decryption function
Reimar Döffinger [Sat, 13 Oct 2007 10:42:11 +0000 (10:42 +0000)]
Add RC4 encryption/decryption function

Originally committed as revision 10723 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofactorize code and add safety check to prevent memcpying negative amounts
Michael Niedermayer [Sat, 13 Oct 2007 09:58:39 +0000 (09:58 +0000)]
factorize code and add safety check to prevent memcpying negative amounts

Originally committed as revision 10722 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSimplify tests for field macroblocks
Jeff Downs [Sat, 13 Oct 2007 05:50:11 +0000 (05:50 +0000)]
Simplify tests for field macroblocks

patch by Jeff Downs, heydowns a borg d com

Originally committed as revision 10721 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoPrevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
Stefan Lucke [Sat, 13 Oct 2007 01:34:00 +0000 (01:34 +0000)]
Prevent infinite loop when buffer holds SEQ_END_CODE only. Fix for r9870
Patch by Stefan Lucke <stefan <at> lucke.in-berlin.de>
Subject: API breakage by r9870
Date: 2007-10-05 11:06:47 GMT
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/57467

Originally committed as revision 10720 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix memleak
Ramiro Polla [Fri, 12 Oct 2007 23:25:48 +0000 (23:25 +0000)]
Fix memleak
Closes issue 102

Originally committed as revision 10719 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()
Ramiro Polla [Fri, 12 Oct 2007 16:42:59 +0000 (16:42 +0000)]
ffserver needs ffm_muxer specifically, and rtsp_demuxer for rtsp_parse_line()

Originally committed as revision 10718 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoUse single quotes to get rid of a bunch of backslash escapes.
Diego Biurrun [Fri, 12 Oct 2007 13:12:35 +0000 (13:12 +0000)]
Use single quotes to get rid of a bunch of backslash escapes.

Originally committed as revision 10717 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoConsistently use $(FOO) instead of ${FOO} in Makefile variables.
Diego Biurrun [Fri, 12 Oct 2007 12:30:53 +0000 (12:30 +0000)]
Consistently use $(FOO) instead of ${FOO} in Makefile variables.

Originally committed as revision 10716 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years ago10l: refill2() is not unused, it is used conditionally.
Diego Biurrun [Fri, 12 Oct 2007 09:38:34 +0000 (09:38 +0000)]
10l: refill2() is not unused, it is used conditionally.
Fix the preprocessor directives to enable refill2() only when the
conditions under which it is used apply.

Originally committed as revision 10715 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoInterlaced pictures (not just MBAFF) + spatial direct mode is not
Jeff Downs [Fri, 12 Oct 2007 09:10:07 +0000 (09:10 +0000)]
Interlaced pictures (not just MBAFF) + spatial direct mode is not
implemented.

Patch by Jeff Downs, heydowns . borg @ com
Original thread: Enable PAFF decoding, 2007-10-09 11:04

Originally committed as revision 10714 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDisable unused code; fixes several gcc warnings:
Diego Biurrun [Fri, 12 Oct 2007 08:43:23 +0000 (08:43 +0000)]
Disable unused code; fixes several gcc warnings:
cabac.h:112: warning: ‘put_cabac_static’ defined but not used
cabac.h:158: warning: ‘put_cabac_terminate’ defined but not used
cabac.h:186: warning: ‘put_cabac_u’ defined but not used
cabac.h:221: warning: ‘put_cabac_ueg’ defined but not used
cabac.h:273: warning: ‘refill2’ defined but not used
cabac.h:811: warning: ‘get_cabac_u’ defined but not used
cabac.h:827: warning: ‘get_cabac_ueg’ defined but not used

Originally committed as revision 10713 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoEnable avpicture_deinterlace() for PIX_FMT_GRAY8.
Andrea Gualano [Thu, 11 Oct 2007 22:31:08 +0000 (22:31 +0000)]
Enable avpicture_deinterlace() for PIX_FMT_GRAY8.
Patch by Andrea Gualano, gualano T imavis O com

Originally committed as revision 10712 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoFix intended order of operations for 4 assert() checks.
Shane [Thu, 11 Oct 2007 22:18:38 +0000 (22:18 +0000)]
Fix intended order of operations for 4 assert() checks.
Patch by Shane, gnome42 T gmail O com

Originally committed as revision 10711 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSpecify in documentation that avcodec_find_(en|de)coder* only searches for
Ville Skyttä [Thu, 11 Oct 2007 21:09:40 +0000 (21:09 +0000)]
Specify in documentation that avcodec_find_(en|de)coder* only searches for
registered entries
Patch by Ville Skyttä <ville dot skytta at iki dot fi>

Originally committed as revision 10710 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd functionality to set the direction of a ByteIOContext buffer.
Björn Axelsson [Thu, 11 Oct 2007 14:57:47 +0000 (14:57 +0000)]
Add functionality to set the direction of a ByteIOContext buffer.
Patch by Björn Axelsson bjorn axelsson intinor se
Original thread: [FFmpeg-devel] [PATCH] MMS protocol support patch 1
Date: 09/19/2007 05:51 PM

Originally committed as revision 10709 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agowarning fixes:
Diego Biurrun [Thu, 11 Oct 2007 09:35:06 +0000 (09:35 +0000)]
warning fixes:
snow.c: In function ‘decode_header’:
snow.c:3668: warning: unused variable ‘absum’
snow.c: In function ‘decode_init’:
snow.c:4551: warning: unused variable ‘s’

Originally committed as revision 10708 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agocheck values more thoroughly in vorbis_header()
Måns Rullgård [Wed, 10 Oct 2007 22:59:36 +0000 (22:59 +0000)]
check values more thoroughly in vorbis_header()

Originally committed as revision 10707 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agouse bytestream_get_* in vorbis_header()
Måns Rullgård [Wed, 10 Oct 2007 22:59:34 +0000 (22:59 +0000)]
use bytestream_get_* in vorbis_header()

Originally committed as revision 10706 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix buffer overread with invalid Vorbis header
Måns Rullgård [Wed, 10 Oct 2007 22:59:31 +0000 (22:59 +0000)]
fix buffer overread with invalid Vorbis header

Originally committed as revision 10705 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoremove duplicate Vorbis comment tag handling
Måns Rullgård [Wed, 10 Oct 2007 22:58:16 +0000 (22:58 +0000)]
remove duplicate Vorbis comment tag handling

Originally committed as revision 10704 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoSet pict->interlaced_frame if returned frame is MBAFF or PAFF.
Carl Eugen Hoyos [Wed, 10 Oct 2007 20:31:42 +0000 (20:31 +0000)]
Set pict->interlaced_frame if returned frame is MBAFF or PAFF.

Originally committed as revision 10703 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove ogg seek function, instead use generic seek via read_timestamp function
Reimar Döffinger [Wed, 10 Oct 2007 10:33:20 +0000 (10:33 +0000)]
Remove ogg seek function, instead use generic seek via read_timestamp function

Originally committed as revision 10702 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAdd a read_timestamp function to ogg demuxer
Reimar Döffinger [Wed, 10 Oct 2007 10:33:07 +0000 (10:33 +0000)]
Add a read_timestamp function to ogg demuxer

Originally committed as revision 10701 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agofix incorrect check for abs_diff_pic_num overflow
Jeff Downs [Tue, 9 Oct 2007 17:45:34 +0000 (17:45 +0000)]
fix incorrect check for abs_diff_pic_num overflow

patch by Jeff Downs, heydowns a borg d com

Originally committed as revision 10700 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoAllow to override zlib compression level in PNG encoder via avctx->compression_level
Reimar Döffinger [Tue, 9 Oct 2007 15:33:19 +0000 (15:33 +0000)]
Allow to override zlib compression level in PNG encoder via avctx->compression_level

Originally committed as revision 10699 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoreindent
Andreas Öman [Tue, 9 Oct 2007 15:09:51 +0000 (15:09 +0000)]
reindent

Originally committed as revision 10698 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agobetter lambda search method
Baptiste Coudurier [Tue, 9 Oct 2007 14:15:03 +0000 (14:15 +0000)]
better lambda search method

Originally committed as revision 10697 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoEnable PAFF decoding
Carl Eugen Hoyos [Tue, 9 Oct 2007 12:28:17 +0000 (12:28 +0000)]
Enable PAFF decoding

Originally committed as revision 10696 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agooops... mpegvideo_enc also depends on motion_est and ratecontrol
Aurelien Jacobs [Tue, 9 Oct 2007 05:39:49 +0000 (05:39 +0000)]
oops... mpegvideo_enc also depends on motion_est and ratecontrol

Originally committed as revision 10695 to svn://svn.ffmpeg.org/ffmpeg/trunk