Michael Niedermayer [Mon, 6 Mar 2006 14:53:13 +0000 (14:53 +0000)]
switch ac3enc to av_crc
Originally committed as revision 5116 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 6 Mar 2006 14:13:01 +0000 (14:13 +0000)]
generic crc calculation code
Originally committed as revision 5115 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Mon, 6 Mar 2006 09:54:09 +0000 (09:54 +0000)]
I still don't think this should be here. Note: without this code DV encoder
will accept incorrect pix_fmt's and such, but decoder will work much better
with containers not setting the same attributes. It seems like there will
be a generic mechanism for checking such constraints, but if not I can always
resurrect this check for *encoder* only.
Originally committed as revision 5114 to svn://svn.ffmpeg.org/ffmpeg/trunk
Daniel Maas [Mon, 6 Mar 2006 08:54:33 +0000 (08:54 +0000)]
DVCPRO50 support.
Patch by Daniel Maas dmaas at maasdigital dot com
Originally committed as revision 5113 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Sun, 5 Mar 2006 20:25:18 +0000 (20:25 +0000)]
use xorps instead of mulps to toggle the sign of a float, as suggested by Software Optimization Guide for AMD64 Processors.
Patch by Zuxy Meng < zuxy POIS meng AH gmail POIS com > OKed by Michael
Original thread:
Date: Mar 5, 2006 8:15 PM
Subject: [Ffmpeg-devel] [PATCH] Little optimization to fft_sse.c
Originally committed as revision 5112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sun, 5 Mar 2006 19:02:35 +0000 (19:02 +0000)]
gcc2.95 workaround
Originally committed as revision 5111 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 5 Mar 2006 12:32:24 +0000 (12:32 +0000)]
Make faac_decode_frame return -1 on error and not 0 which avoids
stalling and infinite loop.
Patch by Baptiste COUDURIER <baptiste coudurier at smartjog com>
Originally committed as revision 5110 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 4 Mar 2006 19:56:01 +0000 (19:56 +0000)]
remove some useless instructions
Originally committed as revision 5109 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 4 Mar 2006 17:34:17 +0000 (17:34 +0000)]
Make -xy help output consistent, output an empty line before and after.
Originally committed as revision 5108 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Sat, 4 Mar 2006 03:57:33 +0000 (03:57 +0000)]
keyframe flag was wrong if SEIs followed the keyframe
Originally committed as revision 5107 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 4 Mar 2006 01:13:13 +0000 (01:13 +0000)]
Support mov stsd atom version 2.
Patch by Baptiste COUDURIER, baptiste <<dot>> coudurier <<at>> smartjog <<dot>> com
Originally committed as revision 5106 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 3 Mar 2006 21:33:06 +0000 (21:33 +0000)]
PAL8 support (fixed BLUR8.AVI)
cleanup
Originally committed as revision 5105 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 3 Mar 2006 20:36:08 +0000 (20:36 +0000)]
fix segfault with BLUR8.AVI
Originally committed as revision 5104 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 3 Mar 2006 05:52:02 +0000 (05:52 +0000)]
Register myself as a maintainer
Originally committed as revision 5103 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 21:47:53 +0000 (21:47 +0000)]
fix infinite loop
Originally committed as revision 5102 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 20:44:35 +0000 (20:44 +0000)]
fixing total_frames
Originally committed as revision 5101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 20:08:01 +0000 (20:08 +0000)]
indention
Originally committed as revision 5100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 19:50:21 +0000 (19:50 +0000)]
timebase fix
Originally committed as revision 5099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 2 Mar 2006 19:28:35 +0000 (19:28 +0000)]
ftyp patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Originally committed as revision 5098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 14:50:31 +0000 (14:50 +0000)]
dwstart support
Originally committed as revision 5097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 14:27:41 +0000 (14:27 +0000)]
fixing demuxing of minorityreport.AVI
Originally committed as revision 5096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 2 Mar 2006 13:55:49 +0000 (13:55 +0000)]
cleanup IMA-ADPCM WAV decoder
Originally committed as revision 5095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 2 Mar 2006 08:21:08 +0000 (08:21 +0000)]
4% faster h264_qpel_mc
Originally committed as revision 5094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 2 Mar 2006 01:37:38 +0000 (01:37 +0000)]
compute output format before setting language patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
Originally committed as revision 5093 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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