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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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