]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoBeam Software SIFF demuxer and video decoder
kostya [Mon, 22 Oct 2007 06:01:38 +0000 (06:01 +0000)]
Beam Software SIFF demuxer and video decoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years ago100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because...
bcoudurier [Sun, 21 Oct 2007 23:10:15 +0000 (23:10 +0000)]
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove some useless initializations (the whole context is initialized to 0)
aurel [Sun, 21 Oct 2007 22:44:05 +0000 (22:44 +0000)]
remove some useless initializations (the whole context is initialized to 0)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: reindent
aurel [Sun, 21 Oct 2007 22:27:24 +0000 (22:27 +0000)]
cosmetics: reindent

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Add #endif comment.
aurel [Sun, 21 Oct 2007 22:23:37 +0000 (22:23 +0000)]
cosmetics: Add #endif comment.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10829 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoremove unused context var
aurel [Sun, 21 Oct 2007 22:16:28 +0000 (22:16 +0000)]
remove unused context var

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10828 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoNew RM format deserves small version bump
kostya [Sun, 21 Oct 2007 17:26:02 +0000 (17:26 +0000)]
New RM format deserves small version bump

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10827 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoindentation after last commit
kostya [Sun, 21 Oct 2007 17:23:07 +0000 (17:23 +0000)]
indentation after last commit

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake RV10/20 decoder work with new frame format
kostya [Sun, 21 Oct 2007 17:22:37 +0000 (17:22 +0000)]
Make RV10/20 decoder work with new frame format

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake Matroska demuxer output full frames instead of slices for RealVideo
kostya [Sun, 21 Oct 2007 17:21:20 +0000 (17:21 +0000)]
Make Matroska demuxer output full frames instead of slices for RealVideo
Patch by Aurelien Jacobs (aurel at "... is not unix"age.org)
Thread [RFC] Feed whole frames to RV* decoders

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10824 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDemux full frames instead of sliced for RealVideo.
kostya [Sun, 21 Oct 2007 17:17:28 +0000 (17:17 +0000)]
Demux full frames instead of sliced for RealVideo.
Some changes by Roberto Togni and blessed by him on IRC.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoDocument ff_des_encdec
reimar [Sat, 20 Oct 2007 14:45:07 +0000 (14:45 +0000)]
Document ff_des_encdec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10822 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd support for decrypting asf files
reimar [Sat, 20 Oct 2007 14:25:02 +0000 (14:25 +0000)]
Add support for decrypting asf files

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10821 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoassociate to each AVProgram the indexes of the AVStreams contained in it
nicodvb [Sat, 20 Oct 2007 08:29:05 +0000 (08:29 +0000)]
associate to each AVProgram the indexes of the AVStreams contained in it

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAPI extension: AVProgram now has an array (stream_index) containing the indexes of...
nicodvb [Sat, 20 Oct 2007 08:25:13 +0000 (08:25 +0000)]
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10819 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: moved to a separate function the code to print the characteristics of...
nicodvb [Sat, 20 Oct 2007 08:17:01 +0000 (08:17 +0000)]
cosmetics: moved to a separate function the code to print the characteristics of an AVStream

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10818 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd support for git in version.sh (use short hash as version number)
aurel [Sat, 20 Oct 2007 00:07:48 +0000 (00:07 +0000)]
add support for git in version.sh (use short hash as version number)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10817 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics to make version.sh more VCS agnostic
aurel [Sat, 20 Oct 2007 00:05:04 +0000 (00:05 +0000)]
cosmetics to make version.sh more VCS agnostic

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoThe 'Video Filter API' is better known as 'libavfilter'.
victor [Fri, 19 Oct 2007 22:11:34 +0000 (22:11 +0000)]
The 'Video Filter API' is better known as 'libavfilter'.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10815 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoInstall MSVC import libraries without version numbering in the filename.
ramiro [Fri, 19 Oct 2007 19:06:32 +0000 (19:06 +0000)]
Install MSVC import libraries without version numbering in the filename.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10814 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAppend BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
ramiro [Fri, 19 Oct 2007 18:03:05 +0000 (18:03 +0000)]
Append BUILDSUF directly to NAME instead of prepending it to (S)LIBSUF.
Makes non-posix systems shared library names more correct, such as avcodec-buildsuf-51.dll instead of avcodec-51-buildsuf.dll

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10813 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix typo.
benoit [Fri, 19 Oct 2007 15:39:02 +0000 (15:39 +0000)]
Fix typo.
Patch by Jeremy Mordkoff: jlm zazzletech com

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10812 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: Add #endif comment.
diego [Fri, 19 Oct 2007 09:54:16 +0000 (09:54 +0000)]
cosmetics: Add #endif comment.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd support for DES en- and decryption.
reimar [Fri, 19 Oct 2007 09:31:41 +0000 (09:31 +0000)]
Add support for DES en- and decryption.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10810 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoGrammar.
ramiro [Fri, 19 Oct 2007 04:32:56 +0000 (04:32 +0000)]
Grammar.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoensure all compiled in codec/muxer are registered
aurel [Thu, 18 Oct 2007 23:59:31 +0000 (23:59 +0000)]
ensure all compiled in codec/muxer are registered

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10808 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agobetter check for video track detection
aurel [Thu, 18 Oct 2007 23:52:08 +0000 (23:52 +0000)]
better check for video track detection

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoskip unsupported audio track data
aurel [Thu, 18 Oct 2007 23:50:52 +0000 (23:50 +0000)]
skip unsupported audio track data

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: indentation
aurel [Thu, 18 Oct 2007 23:44:05 +0000 (23:44 +0000)]
cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocheck if we found an audio track before initializing the audio stream
aurel [Thu, 18 Oct 2007 23:42:54 +0000 (23:42 +0000)]
check if we found an audio track before initializing the audio stream

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocompute pts according to the audio codec
aurel [Thu, 18 Oct 2007 23:40:03 +0000 (23:40 +0000)]
compute pts according to the audio codec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoset bytes per sample in the context
aurel [Thu, 18 Oct 2007 23:36:12 +0000 (23:36 +0000)]
set bytes per sample in the context

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agofix big endian files support
aurel [Thu, 18 Oct 2007 23:22:50 +0000 (23:22 +0000)]
fix big endian files support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agosimplify
aurel [Thu, 18 Oct 2007 23:21:31 +0000 (23:21 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoparse sample rate instead of setting a default one
aurel [Thu, 18 Oct 2007 23:13:46 +0000 (23:13 +0000)]
parse sample rate instead of setting a default one

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd support for PCM codec
aurel [Thu, 18 Oct 2007 23:05:30 +0000 (23:05 +0000)]
add support for PCM codec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocheck compression_type to assign audio codec
aurel [Thu, 18 Oct 2007 22:53:37 +0000 (22:53 +0000)]
check compression_type to assign audio codec

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomove compression_type as a function local var instead of context var
aurel [Thu, 18 Oct 2007 22:47:56 +0000 (22:47 +0000)]
move compression_type as a function local var instead of context var

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10796 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd support for big_endian encoded headers
aurel [Thu, 18 Oct 2007 22:39:27 +0000 (22:39 +0000)]
add support for big_endian encoded headers

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd some error processing
aurel [Thu, 18 Oct 2007 22:32:26 +0000 (22:32 +0000)]
add some error processing

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agocosmetics: indentation
aurel [Thu, 18 Oct 2007 22:27:27 +0000 (22:27 +0000)]
cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoparse header chunk in a loop (don't depend on a fixed chunk ordering)
aurel [Thu, 18 Oct 2007 22:26:23 +0000 (22:26 +0000)]
parse header chunk in a loop (don't depend on a fixed chunk ordering)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoadd audio and video codec context vars
aurel [Thu, 18 Oct 2007 22:23:30 +0000 (22:23 +0000)]
add audio and video codec context vars

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomove vp6 header parsing in it's own function
aurel [Thu, 18 Oct 2007 22:01:30 +0000 (22:01 +0000)]
move vp6 header parsing in it's own function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10788 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10787 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agomove audio header parsing in it's own function
aurel [Thu, 18 Oct 2007 21:55:51 +0000 (21:55 +0000)]
move audio header parsing in it's own function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10785 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10784 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoWMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transform
kostya [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoset start_time to 0 to enable seeking in mp3-files
andoma [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoreplace (disabled by default) assert(0) by abort() if the picture buffer
michael [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10776 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoMake url_split() strip url options (?opt=var) from the returned hostname or
benoit [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10775 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10774 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10773 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10772 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10771 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10770 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd SLIB_UNINSTALL_EXTRA_CMD for MinGW.
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10768 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoAdd SLIB_UNINSTALL_EXTRA_COMMAND to uninstall the things installed via
diego [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove wrong multiple inclusion guards.
aurel [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10766 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10765 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10764 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10763 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10761 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10760 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10759 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10758 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agodont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes...
bcoudurier [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10757 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10756 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix streaming to XBox360.
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10755 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10754 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10753 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10752 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10751 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10750 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10749 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10748 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10747 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10746 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10745 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix chroma mv offsets for PAFF in a way that is compatible with MBAFF by
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10744 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoCygwin don't like this function declaration.
aurel [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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10743 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10742 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10741 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoRemove gcc import libraries from Win32 builds.
ramiro [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10740 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10739 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

16 years agoFix mix-up of values in r10690 (deblocking for PAFF).
cehoyos [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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10738 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10737 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10736 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10735 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

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

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10734 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b