]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
16 years agoClarify LGPL and GPL licensing of FFmpeg.
diego [Mon, 13 Aug 2007 22:17:29 +0000 (22:17 +0000)]
Clarify LGPL and GPL licensing of FFmpeg.

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

16 years agoAttempt to better explain how to split patches into individual
diego [Mon, 13 Aug 2007 22:15:48 +0000 (22:15 +0000)]
Attempt to better explain how to split patches into individual
self-contained pieces.

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

16 years agoMove msmpeg4 tables from a header file to msmpegdata.c.
diego [Mon, 13 Aug 2007 17:57:06 +0000 (17:57 +0000)]
Move msmpeg4 tables from a header file to msmpegdata.c.

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

16 years agoAdd attribute that forces alignment of stack to functions that need it.
ramiro [Mon, 13 Aug 2007 15:28:29 +0000 (15:28 +0000)]
Add attribute that forces alignment of stack to functions that need it.
Necessary for systems that don't align by default to 16 bytes, required by some
SSE instructions.
Requires GCC >= 4.2.

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

16 years agospecial handling for vp3 idct, use the c reference
mhoffman [Mon, 13 Aug 2007 14:16:20 +0000 (14:16 +0000)]
special handling for vp3 idct, use the c reference

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

16 years agouse bytestream_get_le*() this also fixes a big endian bug
michael [Mon, 13 Aug 2007 13:20:16 +0000 (13:20 +0000)]
use bytestream_get_le*() this also fixes a big endian bug

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

16 years agoMake ffserver -h exit 0.
diego [Mon, 13 Aug 2007 08:41:51 +0000 (08:41 +0000)]
Make ffserver -h exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake native and libnut NUT muxers mutually exclusive.
diego [Mon, 13 Aug 2007 08:33:03 +0000 (08:33 +0000)]
Make native and libnut NUT muxers mutually exclusive.

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

16 years agoSupport for WavPack version 0x410 (false stereo chunks)
kostya [Mon, 13 Aug 2007 05:36:50 +0000 (05:36 +0000)]
Support for WavPack version 0x410 (false stereo chunks)

Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name);
Thread [PATCH] handle WavPack stream version 0x410

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

16 years agoRename flag for consistency with the next commit
kostya [Mon, 13 Aug 2007 05:35:48 +0000 (05:35 +0000)]
Rename flag for consistency with the next commit

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

16 years agoAdd av_get_bits_per_sample_format()
conrad [Mon, 13 Aug 2007 05:23:38 +0000 (05:23 +0000)]
Add av_get_bits_per_sample_format()

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

16 years agoUse PRId64 in seek test
conrad [Mon, 13 Aug 2007 05:18:14 +0000 (05:18 +0000)]
Use PRId64 in seek test

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

16 years agofix type 3 aka skiped blocks for old version
michael [Mon, 13 Aug 2007 01:06:04 +0000 (01:06 +0000)]
fix type 3 aka skiped blocks for old version

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

16 years agofix motion vectors for old version
michael [Mon, 13 Aug 2007 01:05:19 +0000 (01:05 +0000)]
fix motion vectors for old version

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

16 years agoset pix_fmt properly depending on version
michael [Mon, 13 Aug 2007 00:56:26 +0000 (00:56 +0000)]
set pix_fmt properly depending on version

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

16 years agouse version instead of some random 32bit value to switch between 16 and
michael [Mon, 13 Aug 2007 00:55:39 +0000 (00:55 +0000)]
use version instead of some random 32bit value to switch between 16 and
32bit versions (this is more reliable, the old code failed on some files)

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

16 years agoreplace vlc_type by version and set that from codec_tag which contains the
michael [Mon, 13 Aug 2007 00:53:55 +0000 (00:53 +0000)]
replace vlc_type by version and set that from codec_tag which contains the
4xm video version from the demuxer

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

16 years agoexport 4xm video version
michael [Mon, 13 Aug 2007 00:44:35 +0000 (00:44 +0000)]
export 4xm video version

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

16 years agosupport ifr2 from Toy-Story2_better-image-quality.4xa
michael [Sun, 12 Aug 2007 15:47:27 +0000 (15:47 +0000)]
support ifr2 from Toy-Story2_better-image-quality.4xa

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

16 years agouse shorter types vec_"type" instead of the too long vector "type"
gpoirier [Sun, 12 Aug 2007 13:50:06 +0000 (13:50 +0000)]
use shorter types vec_"type" instead of the too long vector "type"
part 1 of h264 luma interpolation 8x8 for altivec contributed by
Mauricio Alvarez % lokifo A gmail P com %
Original thread:
Date: Jun 26, 2007 8:15 PM
Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec

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

16 years agoadd second vlc table
michael [Sun, 12 Aug 2007 12:22:19 +0000 (12:22 +0000)]
add second vlc table
pfr* of Toy-Story2_better-image-quality.4xa are decoded now without
bitstream errors

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

16 years agoadd support for old flac in ogg
michael [Sun, 12 Aug 2007 09:29:39 +0000 (09:29 +0000)]
add support for old flac in ogg
fixes samples.mplayerhq.hu/flac/Yesterday.ogg
closes issue73

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

16 years agorestoring the alphabetical order (this time with case ignored)
romansh [Sun, 12 Aug 2007 00:59:50 +0000 (00:59 +0000)]
restoring the alphabetical order (this time with case ignored)

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

16 years agoAlso check for closesocket in winsock2.h
ramiro [Sun, 12 Aug 2007 00:27:18 +0000 (00:27 +0000)]
Also check for closesocket in winsock2.h

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

16 years agopass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
michael [Sun, 12 Aug 2007 00:23:47 +0000 (00:23 +0000)]
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)

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

16 years agoDon't check the return value of decode_cabac_residual
conrad [Sun, 12 Aug 2007 00:07:29 +0000 (00:07 +0000)]
Don't check the return value of decode_cabac_residual
Patch by Alexander Strange  astrange at_ ithinksw dot com

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

16 years agoEnsure av_tree_insert() is defined before using it.
aurel [Sat, 11 Aug 2007 23:58:10 +0000 (23:58 +0000)]
Ensure av_tree_insert() is defined before using it.
Patch by Carl Eugen Hoyos   cehoyos _at_ ag.or.at

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

16 years agomore usage of av_clip()
aurel [Sat, 11 Aug 2007 23:29:21 +0000 (23:29 +0000)]
more usage of av_clip()

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

16 years agoone more simplification
aurel [Sat, 11 Aug 2007 23:23:20 +0000 (23:23 +0000)]
one more simplification

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

16 years agovarious simplifications around recent av_clip_int16() usage
aurel [Sat, 11 Aug 2007 23:17:03 +0000 (23:17 +0000)]
various simplifications around recent av_clip_int16() usage

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

16 years agofix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
michael [Sat, 11 Aug 2007 23:09:28 +0000 (23:09 +0000)]
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
closes issue78

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

16 years agouse av_clip_int16() where it makes sens
aurel [Sat, 11 Aug 2007 22:48:55 +0000 (22:48 +0000)]
use av_clip_int16() where it makes sens

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

16 years agoSet dts in tta demuxer
conrad [Sat, 11 Aug 2007 22:45:40 +0000 (22:45 +0000)]
Set dts in tta demuxer

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

16 years agoadd a new av_clip_int16() function to libavutil
aurel [Sat, 11 Aug 2007 21:59:01 +0000 (21:59 +0000)]
add a new av_clip_int16() function to libavutil

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

16 years agoensure av_noinline is always defined
aurel [Sat, 11 Aug 2007 21:52:40 +0000 (21:52 +0000)]
ensure av_noinline is always defined

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

16 years agocola for diego
michael [Sat, 11 Aug 2007 20:03:10 +0000 (20:03 +0000)]
cola for diego

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

16 years agoEnable swscale in vhooks only if swscale was configured.
ramiro [Sat, 11 Aug 2007 19:51:37 +0000 (19:51 +0000)]
Enable swscale in vhooks only if swscale was configured.
Copied from Cygwin configure.

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

16 years agoBump minor number, NUT muxer was added.
diego [Sat, 11 Aug 2007 15:03:50 +0000 (15:03 +0000)]
Bump minor number, NUT muxer was added.

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

16 years agoMake show-version exit 0.
diego [Sat, 11 Aug 2007 13:12:32 +0000 (13:12 +0000)]
Make show-version exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake show-license exit 0.
diego [Sat, 11 Aug 2007 13:11:30 +0000 (13:11 +0000)]
Make show-license exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake ffmpeg -formats exit 0.
diego [Sat, 11 Aug 2007 13:09:35 +0000 (13:09 +0000)]
Make ffmpeg -formats exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agosimplify
michael [Sat, 11 Aug 2007 11:12:34 +0000 (11:12 +0000)]
simplify

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

16 years agodont remove FLAG_CODED
michael [Sat, 11 Aug 2007 11:10:29 +0000 (11:10 +0000)]
dont remove FLAG_CODED

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

16 years agoremove useless code, found by oded
michael [Sat, 11 Aug 2007 10:12:39 +0000 (10:12 +0000)]
remove useless code, found by oded

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

16 years agothis is debug not info
michael [Fri, 10 Aug 2007 22:40:11 +0000 (22:40 +0000)]
this is debug not info

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

16 years agoensure that default_get_buffer() doesnt reuse images if the dimension or
michael [Fri, 10 Aug 2007 19:28:28 +0000 (19:28 +0000)]
ensure that default_get_buffer() doesnt reuse images if the dimension or
pix_fmt changed
fixes heap overflow, possibly exploitable

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

16 years agodnxhd 120 interlaced support
bcoudurier [Fri, 10 Aug 2007 19:23:14 +0000 (19:23 +0000)]
dnxhd 120 interlaced support

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

16 years ago100000l (forgotten return)
michael [Fri, 10 Aug 2007 17:05:12 +0000 (17:05 +0000)]
100000l (forgotten return)

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

16 years agomention AVPROBE_PADDING_SIZE at the read_probe() doxy
michael [Fri, 10 Aug 2007 16:15:23 +0000 (16:15 +0000)]
mention AVPROBE_PADDING_SIZE at the read_probe() doxy

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

16 years agoremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
michael [Fri, 10 Aug 2007 16:12:50 +0000 (16:12 +0000)]
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)

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

16 years agoflac probe
michael [Fri, 10 Aug 2007 16:06:18 +0000 (16:06 +0000)]
flac probe
closes issue83

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

16 years agoensure that negative block_time are properly checked
aurel [Fri, 10 Aug 2007 15:37:55 +0000 (15:37 +0000)]
ensure that negative block_time are properly checked
(workaround unsigned comparison)

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

16 years agonut regression test
michael [Fri, 10 Aug 2007 14:38:31 +0000 (14:38 +0000)]
nut regression test

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

16 years agoensure that the aspect ratio is spec compliant
michael [Fri, 10 Aug 2007 14:23:18 +0000 (14:23 +0000)]
ensure that the aspect ratio is spec compliant

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

16 years agofix the packetization mode parsing
lu_zero [Fri, 10 Aug 2007 13:34:56 +0000 (13:34 +0000)]
fix the packetization mode parsing

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

16 years agonut muxer
michael [Fri, 10 Aug 2007 13:06:03 +0000 (13:06 +0000)]
nut muxer

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

16 years agodisable TRACE
michael [Fri, 10 Aug 2007 13:04:45 +0000 (13:04 +0000)]
disable TRACE

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

16 years agomuxer should now be spec compliant (though it likely still contains bugs!)
michael [Fri, 10 Aug 2007 13:04:16 +0000 (13:04 +0000)]
muxer should now be spec compliant (though it likely still contains bugs!)

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

16 years agoheader repeation
michael [Fri, 10 Aug 2007 12:59:17 +0000 (12:59 +0000)]
header repeation

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

16 years agoinfo packet
michael [Fri, 10 Aug 2007 11:52:28 +0000 (11:52 +0000)]
info packet

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

16 years agoPrefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.
benoit [Fri, 10 Aug 2007 07:28:18 +0000 (07:28 +0000)]
Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.
patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it]

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

16 years agomerge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX
aurel [Fri, 10 Aug 2007 01:44:50 +0000 (01:44 +0000)]
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX

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

16 years ago10l: removed pipe_close instead of pipe_read
ramiro [Fri, 10 Aug 2007 01:39:26 +0000 (01:39 +0000)]
10l: removed pipe_close instead of pipe_read

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

16 years agofix x11grab
michael [Fri, 10 Aug 2007 01:15:51 +0000 (01:15 +0000)]
fix x11grab

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

16 years ago * reinserting gethrtime in alphabetical order
romansh [Fri, 10 Aug 2007 01:13:15 +0000 (01:13 +0000)]
   * reinserting gethrtime in alphabetical order

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

16 years agomore FIXME
michael [Fri, 10 Aug 2007 00:13:50 +0000 (00:13 +0000)]
more FIXME

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

16 years agoenable nut muxer
michael [Fri, 10 Aug 2007 00:12:54 +0000 (00:12 +0000)]
enable nut muxer

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

16 years agomuxer is not yet fully compliant so prevent people from mistakely using it
michael [Fri, 10 Aug 2007 00:11:36 +0000 (00:11 +0000)]
muxer is not yet fully compliant so prevent people from mistakely using it
while beliving it already is

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

16 years agoMake the pipe URLProtocol share read and write functions with the file URLProtocol
ramiro [Thu, 9 Aug 2007 23:41:59 +0000 (23:41 +0000)]
Make the pipe URLProtocol share read and write functions with the file URLProtocol

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

16 years agoAdd initialization and cleanup functions for Winsock
ramiro [Thu, 9 Aug 2007 23:39:05 +0000 (23:39 +0000)]
Add initialization and cleanup functions for Winsock

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

16 years agoset back ptr properly
michael [Thu, 9 Aug 2007 23:29:58 +0000 (23:29 +0000)]
set back ptr properly

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

16 years agomove syncpoint cache related stuff to common file
michael [Thu, 9 Aug 2007 23:24:02 +0000 (23:24 +0000)]
move syncpoint cache related stuff to common file

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

16 years agofix forw_ptr crc check
michael [Thu, 9 Aug 2007 21:35:13 +0000 (21:35 +0000)]
fix forw_ptr crc check
not really beautifull but i didnt find a nice solution
note, untested

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

16 years agofix header_checksum
michael [Thu, 9 Aug 2007 21:20:17 +0000 (21:20 +0000)]
fix header_checksum

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

16 years agostore headers twice (getting closer to spec compliance ...)
michael [Thu, 9 Aug 2007 21:14:00 +0000 (21:14 +0000)]
store headers twice (getting closer to spec compliance ...)

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

16 years agomove header writing into its own function
michael [Thu, 9 Aug 2007 21:10:11 +0000 (21:10 +0000)]
move header writing into its own function

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

16 years agoget rid of printf
michael [Thu, 9 Aug 2007 21:04:10 +0000 (21:04 +0000)]
get rid of printf

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

16 years agowrite frames and syncpoints
michael [Thu, 9 Aug 2007 21:01:22 +0000 (21:01 +0000)]
write frames and syncpoints

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

16 years agoput_t()
michael [Thu, 9 Aug 2007 20:56:42 +0000 (20:56 +0000)]
put_t()

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

16 years ago100l
michael [Thu, 9 Aug 2007 20:55:09 +0000 (20:55 +0000)]
100l

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

16 years ago2 FIXME comments
michael [Thu, 9 Aug 2007 20:54:17 +0000 (20:54 +0000)]
2 FIXME comments

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

16 years agoadd a universal fallback frame code for the case that no other applies
michael [Thu, 9 Aug 2007 20:52:49 +0000 (20:52 +0000)]
add a universal fallback frame code for the case that no other applies

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

16 years ago100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect
reimar [Thu, 9 Aug 2007 18:58:35 +0000 (18:58 +0000)]
100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect

when subrect y was odd.

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

16 years agoRevert r10021, it was committed by accident and is a bit ugly anyway.
reimar [Thu, 9 Aug 2007 18:52:49 +0000 (18:52 +0000)]
Revert r10021, it was committed by accident and is a bit ugly anyway.

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

16 years agomove lsb2full to common file
michael [Thu, 9 Aug 2007 18:37:28 +0000 (18:37 +0000)]
move lsb2full to common file

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

16 years agotake care to use video track field number as duration
bcoudurier [Thu, 9 Aug 2007 17:18:59 +0000 (17:18 +0000)]
take care to use video track field number as duration

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

16 years ago * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
romansh [Thu, 9 Aug 2007 17:01:15 +0000 (17:01 +0000)]
  * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)

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

16 years agomove crc wraper to slightly better spot
michael [Thu, 9 Aug 2007 16:46:48 +0000 (16:46 +0000)]
move crc wraper to slightly better spot

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

16 years agoScale subtitle position
reimar [Thu, 9 Aug 2007 16:45:59 +0000 (16:45 +0000)]
Scale subtitle position

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

16 years agomove syncpoint timestamp reseting code to a common file
michael [Thu, 9 Aug 2007 16:29:30 +0000 (16:29 +0000)]
move syncpoint timestamp reseting code to a common file

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

16 years agoFix blend_subrect to respect the boundaries of the destination image
reimar [Thu, 9 Aug 2007 16:15:59 +0000 (16:15 +0000)]
Fix blend_subrect to respect the boundaries of the destination image

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

16 years agoremove old unused nut (de)muxer
michael [Thu, 9 Aug 2007 16:15:50 +0000 (16:15 +0000)]
remove old unused nut (de)muxer

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

16 years agocheck forw_ptr CRC
michael [Thu, 9 Aug 2007 12:51:08 +0000 (12:51 +0000)]
check forw_ptr CRC

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

16 years agoforw_ptr CRC
michael [Thu, 9 Aug 2007 12:48:52 +0000 (12:48 +0000)]
forw_ptr CRC

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

16 years agouse a dynamic ByteIOContext instead of using the lavf buffer
michael [Thu, 9 Aug 2007 12:38:24 +0000 (12:38 +0000)]
use a dynamic ByteIOContext instead of using the lavf buffer
this makes the code work with big packets, its also simpler and safes
a byte or 2

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

16 years agomove stream header writing into its own function
michael [Thu, 9 Aug 2007 12:25:58 +0000 (12:25 +0000)]
move stream header writing into its own function

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

16 years agomove main header writing into its own function
michael [Thu, 9 Aug 2007 12:22:02 +0000 (12:22 +0000)]
move main header writing into its own function

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

16 years agoMake ffmpeg and ffplay exit 0 after displaying help
benoit [Thu, 9 Aug 2007 12:13:29 +0000 (12:13 +0000)]
Make ffmpeg and ffplay exit 0 after displaying help
patch by Stefano Sabatini [stefano sabatini minus lala at poste it]

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

16 years agowrite correct time_base
michael [Thu, 9 Aug 2007 11:06:54 +0000 (11:06 +0000)]
write correct time_base

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

16 years agomake StreamContext.time_base a pointer
michael [Thu, 9 Aug 2007 11:04:43 +0000 (11:04 +0000)]
make StreamContext.time_base a pointer

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