]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years ago* bugfixing call reference
Zdenek Kabelac [Wed, 1 Mar 2006 23:19:04 +0000 (23:19 +0000)]
* bugfixing call reference

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

18 years agofix decoding of mpeg2-trunc.vob
Michael Niedermayer [Wed, 1 Mar 2006 22:59:22 +0000 (22:59 +0000)]
fix decoding of mpeg2-trunc.vob

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

18 years agofix debug code: do not try to take st->codec if st is NULL. This makes ffplay give...
François Revol [Wed, 1 Mar 2006 22:45:27 +0000 (22:45 +0000)]
fix debug code: do not try to take st->codec if st is NULL. This makes ffplay give me pics from FreeBoxTV \o/

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

18 years agocan't have PES headers in MPEG video elementary streams so fail probe
Måns Rullgård [Wed, 1 Mar 2006 20:09:44 +0000 (20:09 +0000)]
can't have PES headers in MPEG video elementary streams so fail probe
if we see one

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

18 years agofixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate...
Michael Niedermayer [Wed, 1 Mar 2006 16:11:04 +0000 (16:11 +0000)]
fixing av sync in videotest.avi (index doesnt match chunks, header doesnt indicate that)

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

18 years agosupport seeking in RenderAvi.avi (audio stream == single huge chunk)
Michael Niedermayer [Wed, 1 Mar 2006 15:42:07 +0000 (15:42 +0000)]
support seeking in RenderAvi.avi (audio stream == single huge chunk)

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

18 years ago10l forgot to set packet_size
Michael Niedermayer [Wed, 1 Mar 2006 15:21:53 +0000 (15:21 +0000)]
10l forgot to set packet_size

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

18 years agofix demuxing of XviD_with_3_AAC-HE_audio_streams.avi
Michael Niedermayer [Wed, 1 Mar 2006 12:04:22 +0000 (12:04 +0000)]
fix demuxing of XviD_with_3_AAC-HE_audio_streams.avi

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

18 years agoadd movi_list offset into index
Michael Niedermayer [Wed, 1 Mar 2006 11:41:16 +0000 (11:41 +0000)]
add movi_list offset into index

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

18 years agoadd size to AVIndex
Michael Niedermayer [Wed, 1 Mar 2006 11:29:55 +0000 (11:29 +0000)]
add size to AVIndex

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

18 years agoSet 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
Benjamin Larsson [Wed, 1 Mar 2006 07:42:55 +0000 (07:42 +0000)]
Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch by
kostya shishkov - gmail - com.

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

18 years agoODML index parsing support
Michael Niedermayer [Wed, 1 Mar 2006 01:32:32 +0000 (01:32 +0000)]
ODML index parsing support

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

18 years agoreplace if by assert as it should never by true
Michael Niedermayer [Wed, 1 Mar 2006 01:29:12 +0000 (01:29 +0000)]
replace if by assert as it should never by true

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

18 years agouse vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)
Likai Liu [Tue, 28 Feb 2006 21:55:18 +0000 (21:55 +0000)]
use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.bu.edu >)

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

18 years ago-loop was renamed to -loop_input
Aurelien Jacobs [Tue, 28 Feb 2006 21:42:41 +0000 (21:42 +0000)]
-loop was renamed to -loop_input

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

18 years agoRename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"
Luca Abeni [Tue, 28 Feb 2006 11:32:31 +0000 (11:32 +0000)]
Rename the "-loop" option defined in ffmpeg.c to "-loop_input" ("-loop"
conflicts with an AVOption)

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

18 years agoAdd support for drivers that can change the capture size on VIDIOC_S_FMT
Luca Abeni [Tue, 28 Feb 2006 11:28:09 +0000 (11:28 +0000)]
Add support for drivers that can change the capture size on VIDIOC_S_FMT

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

18 years agoError path fix: close the video device on failure
Flavio Pimentel Duarte [Tue, 28 Feb 2006 11:14:59 +0000 (11:14 +0000)]
Error path fix: close the video device on failure
Original patch by Flavio Pimentel Duarte (flaviop AT land DOT ufrj DOT br)

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

18 years agoAssign class 2 to most macroblocks by default, instead of a more conservative
Dan Maas [Tue, 28 Feb 2006 02:54:48 +0000 (02:54 +0000)]
Assign class 2 to most macroblocks by default, instead of a more conservative
method defined by SMPTE

Patch by Dan Maas

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

18 years agov4l2 maintainer
Michael Niedermayer [Mon, 27 Feb 2006 18:21:07 +0000 (18:21 +0000)]
v4l2 maintainer

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

18 years ago64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
Benjamin Larsson [Mon, 27 Feb 2006 12:17:20 +0000 (12:17 +0000)]
64bit fixes for the tta decoder, sizeof(long) is 8 on amd64, 4 on x86, the patch
basicly just do a s/long/int32_t/. Patch tested on amd64 and x86.

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

18 years agoNot that we're that far from being an *initial* implementation, but
Roman Shaposhnik [Mon, 27 Feb 2006 05:04:05 +0000 (05:04 +0000)]
Not that we're that far from being an *initial* implementation, but
at least weighting got implemented thanks to Dan. ;-)

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

18 years agoAC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
Dan Maas [Mon, 27 Feb 2006 04:50:06 +0000 (04:50 +0000)]
AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The
performance impact is less than 1%.

Patch by Dan Maas  (dmaas at maasdigital dot com)

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

18 years agoSRCS must be set using := or things break when ASM_OBJS is added to OBJS
Måns Rullgård [Mon, 27 Feb 2006 02:47:05 +0000 (02:47 +0000)]
SRCS must be set using := or things break when ASM_OBJS is added to OBJS

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

18 years agodon't try to test streams which are commented out in test.conf
Aurelien Jacobs [Sun, 26 Feb 2006 22:49:16 +0000 (22:49 +0000)]
don't try to test streams which are commented out in test.conf

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

18 years agoremove wrong assert()
Michael Niedermayer [Sun, 26 Feb 2006 15:40:08 +0000 (15:40 +0000)]
remove wrong assert()

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

18 years agoreplace for loop with 2 asserts()
Michael Niedermayer [Sun, 26 Feb 2006 15:24:42 +0000 (15:24 +0000)]
replace for loop with 2 asserts()

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

18 years agoprint a hint when trying V4L2 on V4L device
Alex Beregszaszi [Sun, 26 Feb 2006 13:22:32 +0000 (13:22 +0000)]
print a hint when trying V4L2 on V4L device

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

18 years agosize[0-3] are not initialized (and can get random negative trash
Dan Maas [Sat, 25 Feb 2006 22:58:26 +0000 (22:58 +0000)]
size[0-3] are not initialized (and can get random negative trash
values), so the comparison with vs_total_ac_bits is messed up on the
first couple loop iterations, leading to AC underflows.

the b->prev[] pointers were not being maintained correctly. We
potentially have to update b->prev[] both before and after the area
whose VLC length is getting adjusted.

this also might fix the ppc regression failure?

patch by (Dan Maas <dmaas maasdigital com>)

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

18 years agokill some warnings
Måns Rullgård [Sat, 25 Feb 2006 22:41:31 +0000 (22:41 +0000)]
kill some warnings

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

18 years agofix a memory leak on seeking.
Loren Merritt [Sat, 25 Feb 2006 22:15:24 +0000 (22:15 +0000)]
fix a memory leak on seeking.

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

18 years agoRemove outdated FAQ entry about A/V sync issues when grabbing.
Diego Biurrun [Fri, 24 Feb 2006 16:07:21 +0000 (16:07 +0000)]
Remove outdated FAQ entry about A/V sync issues when grabbing.

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

18 years agoUse BSD-compatible expr syntax and change test -ne to test != for portability.
Diego Biurrun [Fri, 24 Feb 2006 13:02:33 +0000 (13:02 +0000)]
Use BSD-compatible expr syntax and change test -ne to test != for portability.

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

18 years agoFix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
Alan Curry [Fri, 24 Feb 2006 09:52:59 +0000 (09:52 +0000)]
Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that
was fixed in rgb32to16 about a year ago: using only the first 8 bits of the
32-bit pixel.

Originally committed as revision 17671 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years ago10l (forgot EOBs)
Michael Niedermayer [Fri, 24 Feb 2006 09:16:26 +0000 (09:16 +0000)]
10l (forgot EOBs)

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

18 years agoget ride of perl and sort in ffserver regtest (and avoid problem with behavior of...
Aurelien Jacobs [Thu, 23 Feb 2006 23:50:33 +0000 (23:50 +0000)]
get ride of perl and sort in ffserver regtest (and avoid problem with behavior of sort changing with locales)

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

18 years agoupdate ffserver.regression.ref to the actual md5 values
Aurelien Jacobs [Thu, 23 Feb 2006 23:44:05 +0000 (23:44 +0000)]
update ffserver.regression.ref to the actual md5 values

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

18 years agofix ffserver regtest inconsistency between different arch (and even different kind...
Aurelien Jacobs [Thu, 23 Feb 2006 23:29:30 +0000 (23:29 +0000)]
fix ffserver regtest inconsistency between different arch (and even different kind of x86)

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

18 years agodont lowwer qnos of more blocks then needed
Michael Niedermayer [Thu, 23 Feb 2006 13:05:37 +0000 (13:05 +0000)]
dont lowwer qnos of more blocks then needed

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

18 years agoGive a hint about what is the expected the data type of command line options.
Antoine Cellerier [Thu, 23 Feb 2006 10:07:41 +0000 (10:07 +0000)]
Give a hint about what is the expected the data type of command line options.
Patch by Antoine Cellerier < dionoea AaH via pOiS ecp PoIs fr >
Original thread:
Date: Nov 1, 2005 7:41 PM
Subject: [Ffmpeg-devel] libavcodec help

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

18 years agofixing dv_guess_qnos()
Michael Niedermayer [Thu, 23 Feb 2006 08:56:53 +0000 (08:56 +0000)]
fixing dv_guess_qnos()
roman, dont hesitate to reverse this and solve it differntly if you want ...

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

18 years agoprint a big warning if we mess up and run out of space ...
Michael Niedermayer [Thu, 23 Feb 2006 00:16:45 +0000 (00:16 +0000)]
print a big warning if we mess up and run out of space ...

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

18 years agoCTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)
Baptiste Coudurier [Wed, 22 Feb 2006 23:46:20 +0000 (23:46 +0000)]
CTTS support patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)

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

18 years agolink fixes
Diego Biurrun [Wed, 22 Feb 2006 10:52:00 +0000 (10:52 +0000)]
link fixes

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

18 years agoUse native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code.
Ivan Kalvachev [Wed, 22 Feb 2006 10:28:44 +0000 (10:28 +0000)]
Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 code.

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

18 years agominor simplifications in cabac_mb_type
Loren Merritt [Wed, 22 Feb 2006 05:59:44 +0000 (05:59 +0000)]
minor simplifications in cabac_mb_type

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

18 years agosupport correct ptses on other than version 3.2.0 aswell
Alex Beregszaszi [Wed, 22 Feb 2006 00:18:12 +0000 (00:18 +0000)]
support correct ptses on other than version 3.2.0 aswell

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

18 years agoFix AltiVec H.264 decoding on FSF gcc.
Luca Barbato [Tue, 21 Feb 2006 22:24:19 +0000 (22:24 +0000)]
Fix AltiVec H.264 decoding on FSF gcc.
patch by Luca Barbato, lu_zero aatt gentoo ddoott org

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

18 years agoadded none/8bit/24bit audio formats and defaulting to s16 for now (once the system...
Alex Beregszaszi [Tue, 21 Feb 2006 22:05:13 +0000 (22:05 +0000)]
added none/8bit/24bit audio formats and defaulting to s16 for now (once the system works like pix_fmt, the defaulting should be changed to SAMPLE_FMT_NONE)

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

18 years agomake those nasty variables static, also fix a html bug
Alex Beregszaszi [Tue, 21 Feb 2006 21:15:19 +0000 (21:15 +0000)]
make those nasty variables static, also fix a html bug

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

18 years agocheck for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_I...
Alex Beregszaszi [Tue, 21 Feb 2006 20:32:47 +0000 (20:32 +0000)]
check for CODEC_ID_NONE instead 0, tobe compatible with movenc.c and possible CODEC_ID_NONE value change

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

18 years agoexplain extradata and pass avctx to av_log's
Alex Beregszaszi [Tue, 21 Feb 2006 00:03:10 +0000 (00:03 +0000)]
explain extradata and pass avctx to av_log's

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

18 years agoZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
Kostya Shishkov [Mon, 20 Feb 2006 23:22:02 +0000 (23:22 +0000)]
ZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled because it's not
implemented in the DosBox/ZMBV codec either.
patch by Konstantin "Kostya" Shishkov

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

18 years agopass noise reduction option to x264
Erik Slagter [Mon, 20 Feb 2006 19:01:29 +0000 (19:01 +0000)]
pass noise reduction option to x264
patch by Erik Slagter <erik at slagter name>

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

18 years agoIncrease maximum number of B-frames, necessary for H.264 encoding.
Erik Slagter [Sun, 19 Feb 2006 22:44:35 +0000 (22:44 +0000)]
Increase maximum number of B-frames, necessary for H.264 encoding.
patch by Erik Slagter, erik at slagter .... name

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

18 years agoCleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER...
Baptiste Coudurier [Sun, 19 Feb 2006 20:00:00 +0000 (20:00 +0000)]
Cleans reading stsd audio, and makes it more generic patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com>)

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

18 years agoThe current_sample field is meant to be the sample number, not an offset into
Julian Scheid [Sun, 19 Feb 2006 12:49:17 +0000 (12:49 +0000)]
The current_sample field is meant to be the sample number, not an offset into
the sample data.  Don't increment it by multiples of sc->sample_size.
patch by Julian Scheid, julian _-at-_ sektor37 _-dot-_ de

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

18 years agoCreate installation directories in the common install-* targets.
Måns Rullgård [Sun, 19 Feb 2006 12:44:38 +0000 (12:44 +0000)]
Create installation directories in the common install-* targets.
This is needed for components that override install locations (libpostproc).

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

18 years agoRMP4 ("xvid fork") decoding support
Michael Niedermayer [Sun, 19 Feb 2006 10:20:27 +0000 (10:20 +0000)]
RMP4 ("xvid fork") decoding support

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

18 years agoColin offered to maintain Amiga PPC port, Romain has only OSX
Guillaume Poirier [Sat, 18 Feb 2006 14:28:01 +0000 (14:28 +0000)]
Colin offered to maintain Amiga PPC port, Romain has only OSX

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

18 years agosimplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog...
Baptiste Coudurier [Sat, 18 Feb 2006 09:08:34 +0000 (09:08 +0000)]
simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)

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

18 years agoadd 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog...
Baptiste Coudurier [Sat, 18 Feb 2006 09:05:07 +0000 (09:05 +0000)]
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)

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

18 years agoadd mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste...
Baptiste Coudurier [Sat, 18 Feb 2006 09:03:22 +0000 (09:03 +0000)]
add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)

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

18 years agoJust a comment update, replacing a FIXME to reflect the new expectation of
Alan Curry [Sat, 18 Feb 2006 01:08:17 +0000 (01:08 +0000)]
Just a comment update, replacing a FIXME to reflect the new expectation of
how altivec_yuv2packedX is supposed to be used

Originally committed as revision 17643 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agodon't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
Alan Curry [Sat, 18 Feb 2006 00:41:28 +0000 (00:41 +0000)]
don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
instead fall back on yuv2packedXinC

Originally committed as revision 17642 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced
Luca Abeni [Fri, 17 Feb 2006 21:06:51 +0000 (21:06 +0000)]
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced
CONFIG_MUXERS from adtsenc.c, fixes compilation with --disable-muxers.
patch by Luca Abeni, lucabe72 &at& email &dot& it

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

18 years agoChange license header to LGPL for consistency.
Falk Hüffner [Fri, 17 Feb 2006 19:48:11 +0000 (19:48 +0000)]
Change license header to LGPL for consistency.

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

18 years agoFix vec_clip for gcc's that don't handle (vector signed short){16} according
Alan Curry [Fri, 17 Feb 2006 05:01:46 +0000 (05:01 +0000)]
Fix vec_clip for gcc's that don't handle (vector signed short){16} according
to spec; also convert a few vec_splat's to vec_splat_{s,u}*

Originally committed as revision 17639 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agocomplete AVS playback system (from Creature Shock computer game),
Mike Melanson [Fri, 17 Feb 2006 03:17:42 +0000 (03:17 +0000)]
complete AVS playback system (from Creature Shock computer game),
courtesy of Aurelien Jacobs <aurel at gnuage dot org>

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

18 years agoClarify creative ADPCM changelog entry
Aurelien Jacobs [Thu, 16 Feb 2006 18:20:00 +0000 (18:20 +0000)]
Clarify creative ADPCM changelog entry

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

18 years agong the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)
Alan Curry [Thu, 16 Feb 2006 12:55:23 +0000 (12:55 +0000)]
ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)

Originally committed as revision 17633 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agomake swscale-example compile patch by (Alan Curry <pacman TheWorld com>)
Alan Curry [Thu, 16 Feb 2006 12:52:09 +0000 (12:52 +0000)]
make swscale-example compile patch by (Alan Curry <pacman  TheWorld com>)

Originally committed as revision 17632 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agodon't arbitrarily limit delta_qp
Loren Merritt [Thu, 16 Feb 2006 01:16:12 +0000 (01:16 +0000)]
don't arbitrarily limit delta_qp

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

18 years agobetter match CVS policy in the indent recomendation
Aurelien Jacobs [Thu, 16 Feb 2006 00:48:29 +0000 (00:48 +0000)]
better match CVS policy in the indent recomendation

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

18 years agoadd Creative 8 bits ADPCM schemes support
Aurelien Jacobs [Thu, 16 Feb 2006 00:09:23 +0000 (00:09 +0000)]
add Creative 8 bits ADPCM schemes support

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

18 years agomov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartj...
Michael Niedermayer [Tue, 14 Feb 2006 23:21:17 +0000 (23:21 +0000)]
mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog  com)

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

18 years agofix some crashes on negative nalsize.
Loren Merritt [Tue, 14 Feb 2006 05:40:53 +0000 (05:40 +0000)]
fix some crashes on negative nalsize.

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

18 years agoUse != instead of -ne in test invocations for greater portability.
Michel Bardiaux [Mon, 13 Feb 2006 22:50:00 +0000 (22:50 +0000)]
Use != instead of -ne in test invocations for greater portability.
patch by Michel Bardiaux, mbardiaux XatX mediaxim XdotX be

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

18 years agoRevert unconditional config.h overwriting, it may cause unnecessary rebuilds.
Diego Biurrun [Mon, 13 Feb 2006 22:46:28 +0000 (22:46 +0000)]
Revert unconditional config.h overwriting, it may cause unnecessary rebuilds.

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

18 years agofix some crashes when missing frames
Loren Merritt [Mon, 13 Feb 2006 18:13:13 +0000 (18:13 +0000)]
fix some crashes when missing frames

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

18 years agoUnconditionally overwrite config.h. The current behavior where config.h is
Diego Biurrun [Mon, 13 Feb 2006 16:35:36 +0000 (16:35 +0000)]
Unconditionally overwrite config.h. The current behavior where config.h is
only overwritten if it differs from the new one is effectively a nop.

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

18 years agoThis patch makes output codec keeping input pix_fmt value when using
Baptiste Coudurier [Mon, 13 Feb 2006 15:36:13 +0000 (15:36 +0000)]
This patch makes output codec keeping input pix_fmt value when using
stream_copy
patch by (Baptiste COUDURIER <baptiste@coudurier.smartjog@com>)

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

18 years agoadd quotes around $(libdir)
Måns Rullgård [Mon, 13 Feb 2006 14:28:32 +0000 (14:28 +0000)]
add quotes around $(libdir)

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

18 years agomove common parts of makefiles into common.mak
Måns Rullgård [Mon, 13 Feb 2006 12:53:25 +0000 (12:53 +0000)]
move common parts of makefiles into common.mak

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

18 years agoRemove obsolete big-endian FIXMEs.
Diego Biurrun [Mon, 13 Feb 2006 12:44:17 +0000 (12:44 +0000)]
Remove obsolete big-endian FIXMEs.

Originally committed as revision 17623 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years ago10l, allocate bitbuffer with regard to the padding size
Alex Beregszaszi [Mon, 13 Feb 2006 12:05:06 +0000 (12:05 +0000)]
10l, allocate bitbuffer with regard to the padding size

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

18 years agoincrease audio buffer to 1second of 48khz float audio
Alex Beregszaszi [Mon, 13 Feb 2006 12:00:27 +0000 (12:00 +0000)]
increase audio buffer to 1second of 48khz float audio

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

18 years agouseless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Michael Niedermayer [Mon, 13 Feb 2006 10:40:41 +0000 (10:40 +0000)]
useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agoMove SRC_PATH out of the conditional, it is always added to config.mak.
Diego Biurrun [Sun, 12 Feb 2006 23:14:31 +0000 (23:14 +0000)]
Move SRC_PATH out of the conditional, it is always added to config.mak.

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

18 years agoDo not add quotes around SRC_PATH, the quoting has to be done at a later
Diego Biurrun [Sun, 12 Feb 2006 22:56:12 +0000 (22:56 +0000)]
Do not add quotes around SRC_PATH, the quoting has to be done at a later
stage else the quotes may appear in the middle of a path if it is
constructed with SRC_PATH.

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

18 years agoimprove video4linux2 detection (without sys/time.h it was complaining about struct...
Alex Beregszaszi [Sun, 12 Feb 2006 20:55:51 +0000 (20:55 +0000)]
improve video4linux2 detection (without sys/time.h it was complaining about struct timeval

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

18 years agoadd another set of zlib guards
Mike Melanson [Sun, 12 Feb 2006 17:47:30 +0000 (17:47 +0000)]
add another set of zlib guards

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

18 years agomake TSCC endian-safe, PPC testing courtesy of Diego B.
Mike Melanson [Sun, 12 Feb 2006 16:56:06 +0000 (16:56 +0000)]
make TSCC endian-safe, PPC testing courtesy of Diego B.

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

18 years agofix demuxing of Video006.3gp
Michael Niedermayer [Sun, 12 Feb 2006 15:06:03 +0000 (15:06 +0000)]
fix demuxing of Video006.3gp

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

18 years agomov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog...
Baptiste Coudurier [Sun, 12 Feb 2006 14:53:47 +0000 (14:53 +0000)]
mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com>

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

18 years ago10l for myself
Michael Niedermayer [Sun, 12 Feb 2006 14:50:53 +0000 (14:50 +0000)]
10l for myself

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

18 years agotrue audio
Alex Beregszaszi [Sun, 12 Feb 2006 13:58:16 +0000 (13:58 +0000)]
true audio

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

18 years agotta and theora improvements
Alex Beregszaszi [Sun, 12 Feb 2006 11:48:43 +0000 (11:48 +0000)]
tta and theora improvements

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

18 years agomov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Baptiste Coudurier [Sun, 12 Feb 2006 10:24:43 +0000 (10:24 +0000)]
mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agodosbox native ZMBV decoder, courtesy of Kostya
Mike Melanson [Sun, 12 Feb 2006 08:53:29 +0000 (08:53 +0000)]
dosbox native ZMBV decoder, courtesy of Kostya

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