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
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
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
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
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
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
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
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
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
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
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
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
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
Colin Ward [Wed, 8 Feb 2006 15:39:12 +0000 (15:39 +0000)]
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
patch by Colin Ward, hitman*at*codehq*dot*org
Originally committed as revision 4962 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alan Curry [Wed, 8 Feb 2006 13:14:19 +0000 (13:14 +0000)]
altivec_yuv2packedX() ignores the requested output format and unconditionally
outputs RGBA. This patch supports 6 output formats and prints an error message
if it is asked to provide an output format it is not capable of.
patch by Alan Curry, pacman_at_world_dot_std_dot_com
Originally committed as revision 17561 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Luca Abeni [Wed, 8 Feb 2006 11:54:05 +0000 (11:54 +0000)]
Correctly set the interlaced_frame and top_field_first fields.
patch by Luca Abeni, lucabe72 =at= email =dot= it
Originally committed as revision 4961 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 8 Feb 2006 11:43:47 +0000 (11:43 +0000)]
typo
Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 8 Feb 2006 11:32:03 +0000 (11:32 +0000)]
List of people maintaining different parts of FFmpeg.
featuring some help from Alexander Strasser
Originally committed as revision 4959 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alan Curry [Wed, 8 Feb 2006 08:20:40 +0000 (08:20 +0000)]
AltiVec operations need to have memory aligned on 16-byte boundaries.
patch by Alan Curry, pacman at world dot std dot com
Originally committed as revision 17559 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Alan Curry [Wed, 8 Feb 2006 08:16:53 +0000 (08:16 +0000)]
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
sizes based on the image width instead of height.
patch by Alan Curry, pacman at world dot std dot com
Originally committed as revision 17558 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Loren Merritt [Wed, 8 Feb 2006 07:04:32 +0000 (07:04 +0000)]
slightly faster loopfilter
Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 8 Feb 2006 01:11:48 +0000 (01:11 +0000)]
bump version numbers and update docs for adts aac support
Originally committed as revision 4957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 8 Feb 2006 01:10:07 +0000 (01:10 +0000)]
create adts stream if CODEC_FLAG_GLOBAL_HEADER not set
Originally committed as revision 4956 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 8 Feb 2006 00:51:55 +0000 (00:51 +0000)]
read/write adts aac
Originally committed as revision 4955 to svn://svn.ffmpeg.org/ffmpeg/trunk