platform/upstream/libav.git
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

18 years agocomplete American Laser Games MM playback system, courtesy of Peter Ross
Mike Melanson [Sun, 12 Feb 2006 06:49:40 +0000 (06:49 +0000)]
complete American Laser Games MM playback system, courtesy of Peter Ross
(suxen_drol at hotmail dot com)

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

18 years ago10l, fails to compile when debug enabled
Alex Beregszaszi [Sun, 12 Feb 2006 02:24:37 +0000 (02:24 +0000)]
10l, fails to compile when debug enabled

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

18 years agotta demuxer, also usable for moving tta audio data into an other container
Alex Beregszaszi [Sun, 12 Feb 2006 02:18:37 +0000 (02:18 +0000)]
tta demuxer, also usable for moving tta audio data into an other container

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

18 years agotta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change...
Alex Beregszaszi [Sun, 12 Feb 2006 02:15:19 +0000 (02:15 +0000)]
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or change MAX_AUDIO_FRAME_SIZE)

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

18 years agoBuild also ffserver (if configured) when doing `make test' .
Alexander Strasser [Sat, 11 Feb 2006 21:44:55 +0000 (21:44 +0000)]
Build also ffserver (if configured) when doing `make test' .
approved by Diego

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

18 years agostsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)
Michael Niedermayer [Sat, 11 Feb 2006 21:43:21 +0000 (21:43 +0000)]
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)

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

18 years agoMove libpostproc compilation to the top-level Makefile.
Diego Biurrun [Sat, 11 Feb 2006 21:42:11 +0000 (21:42 +0000)]
Move libpostproc compilation to the top-level Makefile.

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

18 years agoQuote all installation paths to protect against spaces in the path.
Diego Biurrun [Sat, 11 Feb 2006 20:54:40 +0000 (20:54 +0000)]
Quote all installation paths to protect against spaces in the path.

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

18 years agolibpostproc installs into a different directory that needs to be created.
Diego Biurrun [Sat, 11 Feb 2006 20:53:55 +0000 (20:53 +0000)]
libpostproc installs into a different directory that needs to be created.

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

18 years agoUse the incdir variable.
Diego Biurrun [Sat, 11 Feb 2006 20:51:26 +0000 (20:51 +0000)]
Use the incdir variable.

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

18 years ago100l typo: forgotten $
Diego Biurrun [Sat, 11 Feb 2006 20:40:01 +0000 (20:40 +0000)]
100l typo: forgotten $

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

18 years ago10l typo: libdir --> incdir
Diego Biurrun [Sat, 11 Feb 2006 20:37:12 +0000 (20:37 +0000)]
10l typo: libdir --> incdir

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

18 years ago- fix insufficient code length for exp_vlc
Jindřich Makovička [Sat, 11 Feb 2006 19:39:05 +0000 (19:39 +0000)]
- fix insufficient code length for exp_vlc
- move vlc tweaking parameters to one place

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

18 years agoSimplify header installation.
Diego Biurrun [Sat, 11 Feb 2006 19:30:55 +0000 (19:30 +0000)]
Simplify header installation.

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

18 years agoAdd incdir to configure.
Diego Biurrun [Sat, 11 Feb 2006 19:29:36 +0000 (19:29 +0000)]
Add incdir to configure.

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

18 years agoMake sure that install-progs has the proper dependencies when compiling
Diego Biurrun [Sat, 11 Feb 2006 19:01:54 +0000 (19:01 +0000)]
Make sure that install-progs has the proper dependencies when compiling
against shared libs.

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

18 years agoSeparate library install into static and shared installation.
Diego Biurrun [Sat, 11 Feb 2006 18:50:45 +0000 (18:50 +0000)]
Separate library install into static and shared installation.

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

18 years agomp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smart...
Baptiste Coudurier [Sat, 11 Feb 2006 18:27:57 +0000 (18:27 +0000)]
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)

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

18 years agoSeparate header file installation from the general install target.
Diego Biurrun [Sat, 11 Feb 2006 17:44:06 +0000 (17:44 +0000)]
Separate header file installation from the general install target.

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

18 years agoFix for url_fclose() being called on an already closed file based on a patch by ...
Michael Niedermayer [Sat, 11 Feb 2006 17:17:37 +0000 (17:17 +0000)]
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org)

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

18 years agoThe install-progs target should depend on $(PROG).
Diego Biurrun [Sat, 11 Feb 2006 17:15:11 +0000 (17:15 +0000)]
The install-progs target should depend on $(PROG).

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

18 years agoSeparate program installation into its own target.
Diego Biurrun [Sat, 11 Feb 2006 17:06:59 +0000 (17:06 +0000)]
Separate program installation into its own target.

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

18 years agoAdd installlib and install-headers targets like everywhere else.
Diego Biurrun [Sat, 11 Feb 2006 16:50:45 +0000 (16:50 +0000)]
Add installlib and install-headers targets like everywhere else.

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

18 years agoInstall static libpostproc if CONFIG_PP is set.
Diego Biurrun [Sat, 11 Feb 2006 16:46:09 +0000 (16:46 +0000)]
Install static libpostproc if CONFIG_PP is set.

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

18 years agoInstall libpostproc headers if CONFIG_PP is set.
Diego Biurrun [Sat, 11 Feb 2006 16:17:27 +0000 (16:17 +0000)]
Install libpostproc headers if CONFIG_PP is set.

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

18 years agoMove the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
Alan Curry [Sat, 11 Feb 2006 14:16:10 +0000 (14:16 +0000)]
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
once when the scaler is initialized, instead of building them and freeing
them over and over. This gives massive performance improvements.
patch by Alan Curry, pacman*at*TheWorld*dot*com

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

18 years agocosmetics: indentation fixes
Diego Biurrun [Sat, 11 Feb 2006 13:42:54 +0000 (13:42 +0000)]
cosmetics: indentation fixes

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

18 years agoFix big-endian color permutation problems.
Alan Curry [Sat, 11 Feb 2006 13:35:46 +0000 (13:35 +0000)]
Fix big-endian color permutation problems.
patch by Alan Curry, pacman_at_TheWorld_dot_com

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

18 years agompeg-ps probe 2nd try
Michael Niedermayer [Sat, 11 Feb 2006 09:27:00 +0000 (09:27 +0000)]
mpeg-ps probe 2nd try

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

18 years agoDon't use pow/powf functions where we just need integer arithmetic.
Alexander Strasser [Fri, 10 Feb 2006 11:59:38 +0000 (11:59 +0000)]
Don't use pow/powf functions where we just need integer arithmetic.
approved by Benjamin

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

18 years agoadd adtsenc.c with myself as maintainer
Måns Rullgård [Fri, 10 Feb 2006 08:21:13 +0000 (08:21 +0000)]
add adtsenc.c with myself as maintainer

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

18 years agoh264: special case dc-only idct. ~1% faster overall
Loren Merritt [Fri, 10 Feb 2006 06:55:25 +0000 (06:55 +0000)]
h264: special case dc-only idct. ~1% faster overall

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

18 years agogenerate adts frame headers if required
Måns Rullgård [Fri, 10 Feb 2006 01:24:32 +0000 (01:24 +0000)]
generate adts frame headers if required

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

18 years agouse get_bits1/skip_bits[1] in ac3 and aac parsers
Måns Rullgård [Fri, 10 Feb 2006 01:19:54 +0000 (01:19 +0000)]
use get_bits1/skip_bits[1] in ac3 and aac parsers

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

18 years agovoc: set bits_per_sample correctly (fix mplayer playback)
Aurelien Jacobs [Thu, 9 Feb 2006 23:53:07 +0000 (23:53 +0000)]
voc: set bits_per_sample correctly (fix mplayer playback)

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

18 years agoadd a Creative VOC (de)muxer
Aurelien Jacobs [Thu, 9 Feb 2006 22:52:23 +0000 (22:52 +0000)]
add a Creative VOC (de)muxer

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

18 years agoPatch by Stefan Huehner / stefan % huehner ! org \
Stefan Huehner [Thu, 9 Feb 2006 14:08:03 +0000 (14:08 +0000)]
Patch by Stefan Huehner / stefan % huehner ! org \

patch replaces '()' for the correct '(void)' in function
declarations/prototypes which have no parameters. The '()' syntax tell
thats there is a variable list of arguments, so that the compiler cannot
check this. The extra CFLAG '-Wstrict-declarations' shows those cases.

Comments about a similar patch applied to ffmpeg:

That in C++ these mean the same, but in ANSI C the semantics are
different; function() is an (obsolete) K&R C style forward declaration,
it basically means that the function can have any number and any types
of parameters, effectively completely preventing the compiler from doing
any sort of type checking. -- Erik Slagter

Defining functions with unspecified arguments is allowed but bad.
With arguments unspecified the compiler can't report an error/warning
if the function is called with incorrect arguments. -- MÃ¥ns RullgÃ¥rd

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

18 years agofix segfault on broken streams
Michael Niedermayer [Thu, 9 Feb 2006 09:38:03 +0000 (09:38 +0000)]
fix segfault on broken streams

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

18 years ago10l in 1.12
Loren Merritt [Thu, 9 Feb 2006 02:43:23 +0000 (02:43 +0000)]
10l in 1.12

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

18 years agoCorrect RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
Alan Curry [Thu, 9 Feb 2006 00:29:35 +0000 (00:29 +0000)]
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
do the opposite of what they say.
The vec_mstrgb24 and vec_mstbgr24 macros should be opposites and not perform
the same things.
patch by Alan Curry, pacman_at_world_dot_std_dot_com

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

18 years agoreplace probe() by one similar to MPEG-ES
Michael Niedermayer [Wed, 8 Feb 2006 17:35:44 +0000 (17:35 +0000)]
replace probe() by one similar to MPEG-ES

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

18 years agoAdd video4linux2 detection to configure.
Luca Abeni [Wed, 8 Feb 2006 15:55:41 +0000 (15:55 +0000)]
Add video4linux2 detection to configure.
patch by Luca Abeni, lucabe72*at*email*dot*it

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