Commit Graph

7617 Commits

Author SHA1 Message Date
Måns Rullgård
486497e07b revert bad checkin
Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 03:18:09 +00:00
Måns Rullgård
be6ed6fff4 move some CFLAGS settings away from config.* writing section
Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 03:12:29 +00:00
Diego Biurrun
8233b75041 Make man page installation dependent on documentation generation.
Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:53:59 +00:00
Måns Rullgård
904e48f1bf move comment where it makes sense
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:43:11 +00:00
Måns Rullgård
c683a5d129 simplify
Originally committed as revision 7040 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:42:27 +00:00
Måns Rullgård
165af439f1 move makefile linking after config.* creation
Originally committed as revision 7039 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:38:35 +00:00
Måns Rullgård
22df6d18d7 beautify
Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:31:50 +00:00
Måns Rullgård
b265431e23 clean up setting of HAVE_*THREADS
Originally committed as revision 7037 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:27:35 +00:00
Måns Rullgård
0676e48e30 move AMR notices next to other messages
Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 02:07:55 +00:00
Michael Niedermayer
89ddd2a9a5 split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex
Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:34:36 +00:00
Diego Biurrun
2ce9228993 Remove some unused variables.
Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:06:46 +00:00
Michael Niedermayer
3320687691 improve enumerate so arbitrary ranges can be enumerated quickly
Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:06:15 +00:00
Baptiste Coudurier
8cb976931a partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4
Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:05:31 +00:00
Michael Niedermayer
9eb88fdeba AVL tree
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:02:30 +00:00
Diego Biurrun
8fc433b476 Remove wrong/misleading comment.
Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 01:02:30 +00:00
Diego Biurrun
10265a1aa9 Remove redundant #ifdef HAVE_THREAD, the file is only compiled
if that condition holds anyway.

Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:56:56 +00:00
Diego Biurrun
c21fb33916 Remove ifneq MINGW condition around man page installation. We don't do
OS-dependent conditions in Makefiles anymore and I doubt this is correct.
If it turns out to be a problem it can easily be fixed.

Originally committed as revision 7028 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:50:05 +00:00
Måns Rullgård
c88f5d729c break CONFIG_LIST and HAVE_LIST onto multiple lines
Originally committed as revision 7027 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:47:27 +00:00
Måns Rullgård
fc2b267f80 fix HAVE_LRINTF setting
Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:42:31 +00:00
Måns Rullgård
9ddbcae667 rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configure
Originally committed as revision 7025 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:35:21 +00:00
Måns Rullgård
4416111893 factorize config.h/config.mak writing
Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:16:43 +00:00
Måns Rullgård
9d2a0f1c70 rename shell variables v4l[2] to video4linux[2]
Originally committed as revision 7023 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-14 00:12:02 +00:00
Måns Rullgård
6e7a01e471 rename shell variable _altivec_h to altivec_h
Originally committed as revision 7022 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 23:52:32 +00:00
Måns Rullgård
bde24d6e48 rename shell variable sunmlib to mlib for consistency with CONFIG_MLIB
Originally committed as revision 7021 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 23:40:04 +00:00
Måns Rullgård
1981aafc26 rename shell variable _memalign to memalign
Originally committed as revision 7020 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 23:24:17 +00:00
Måns Rullgård
6194731ae4 rename shell variable _malloc_h to malloc_h
Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 23:22:41 +00:00
Måns Rullgård
78e61cc5c6 rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPEN
Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 23:14:24 +00:00
Måns Rullgård
68bbeacae3 remove unused option --disable-simple_idct
Originally committed as revision 7017 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 22:27:46 +00:00
Måns Rullgård
be74741ccd rename shell variable vorbis to libvorbis
Originally committed as revision 7016 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 22:16:24 +00:00
Måns Rullgård
8e72b130a2 rename shell variable netserver to beos_netserver for consistency
Originally committed as revision 7015 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 22:12:39 +00:00
Måns Rullgård
af63114e0d rename CONFIG_AC3 to CONFIG_A52
it's more consistent and Dolby never liked people "infringing" their TM

Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 22:09:31 +00:00
Måns Rullgård
3841a6aa7a remove filter_out() function, it's unused and not POSIX compliant
Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 21:43:43 +00:00
Kostya Shishkov
ee0a035820 Support for 16-bit grayscale
Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:39:28 +00:00
Kostya Shishkov
2878cecd6d Give error about planar RGB
Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:38:42 +00:00
Kostya Shishkov
b39cf84cca Update error message
Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:36:22 +00:00
Kostya Shishkov
339aabd5a8 Use table for determining type sizes
Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:34:46 +00:00
Baptiste Coudurier
9cc6be9d27 add low delay forcing option for mpeg1/2 encoding
Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:30:26 +00:00
Kostya Shishkov
213309782d Decoder can decode many ZLib-packed strips
Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:27:36 +00:00
Kostya Shishkov
d00026d062 Print error message for unsupported mode (RGB planar,CMYK,YCrCb)
Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 11:20:50 +00:00
Kostya Shishkov
e2570297c0 8-bit images support for TIFF
Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:32:10 +00:00
Kostya Shishkov
380fd08fe6 Rows per strip may be >= height
Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:30:50 +00:00
Kostya Shishkov
27c189394b Warn about JPEG in TIFF
Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:29:45 +00:00
Kostya Shishkov
ec8a152b6f Correctly detect 4-component images
Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:28:55 +00:00
Kostya Shishkov
ffa0a3d6fe Simplify VMD demuxer (but it still does not work right)
Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:18:19 +00:00
Kostya Shishkov
a47d3c0442 Output proper 16-bit sound (fixes decoding on PPC)
Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 05:15:55 +00:00
j@v2v.cc
6c0d04136f support for libswscale.pc without --enable-swscaler
patch by j -- at -- v2v -- dot -- cc

Originally committed as revision 6999 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-13 00:17:19 +00:00
Måns Rullgård
7466ed2f02 zigzag_direct_noperm doesn't exist, remove declaration
Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12 23:35:49 +00:00
Diego Biurrun
4386f9415e Sync documentation with the current ffmpeg -h output.
patch from Víctor Paesa, wzrlpy arsystel com

Originally committed as revision 6997 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12 23:19:26 +00:00
Måns Rullgård
7b7abda3b3 make more tables static
Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12 23:14:20 +00:00
Måns Rullgård
1d50395746 rename squareTbl -> ff_squareTbl
Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-12 21:48:04 +00:00