Måns Rullgård
904e48f1bf
move comment where it makes sense
...
Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
c683a5d129
simplify
...
Originally committed as revision 7040 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
165af439f1
move makefile linking after config.* creation
...
Originally committed as revision 7039 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
22df6d18d7
beautify
...
Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
b265431e23
clean up setting of HAVE_*THREADS
...
Originally committed as revision 7037 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
0676e48e30
move AMR notices next to other messages
...
Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Diego Biurrun
2ce9228993
Remove some unused variables.
...
Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
3320687691
improve enumerate so arbitrary ranges can be enumerated quickly
...
Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Michael Niedermayer
9eb88fdeba
AVL tree
...
Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8fc433b476
Remove wrong/misleading comment.
...
Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Måns Rullgård
fc2b267f80
fix HAVE_LRINTF setting
...
Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Måns Rullgård
4416111893
factorize config.h/config.mak writing
...
Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Måns Rullgård
1981aafc26
rename shell variable _memalign to memalign
...
Originally committed as revision 7020 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
Måns Rullgård
68bbeacae3
remove unused option --disable-simple_idct
...
Originally committed as revision 7017 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
be74741ccd
rename shell variable vorbis to libvorbis
...
Originally committed as revision 7016 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Kostya Shishkov
ee0a035820
Support for 16-bit grayscale
...
Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
2878cecd6d
Give error about planar RGB
...
Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
b39cf84cca
Update error message
...
Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
339aabd5a8
Use table for determining type sizes
...
Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
9cc6be9d27
add low delay forcing option for mpeg1/2 encoding
...
Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
213309782d
Decoder can decode many ZLib-packed strips
...
Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Kostya Shishkov
e2570297c0
8-bit images support for TIFF
...
Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
380fd08fe6
Rows per strip may be >= height
...
Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
27c189394b
Warn about JPEG in TIFF
...
Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
ec8a152b6f
Correctly detect 4-component images
...
Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
Kostya Shishkov
a47d3c0442
Output proper 16-bit sound (fixes decoding on PPC)
...
Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
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
18 years ago
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
18 years ago
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
18 years ago
Måns Rullgård
7b7abda3b3
make more tables static
...
Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
1d50395746
rename squareTbl -> ff_squareTbl
...
Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
e275b7efd9
rename ff_cavs_flush to cavs_flush and make it static
...
Originally committed as revision 6994 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Gehrer
53aa68b329
move all cavs-parsing to cavs.c
...
This should help building parser without decoder
Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
55fde95e3b
rename cropTbl -> ff_cropTbl
...
Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago