summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* merge CONFIG_WINCE sectionsMåns Rullgård2006-11-14
| | | | Originally committed as revision 7047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationMåns Rullgård2006-11-14
| | | | Originally committed as revision 7046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make man page installation dependent on documentation generation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move comment where it makes senseMåns Rullgård2006-11-14
| | | | Originally committed as revision 7041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move makefile linking after config.* creationMåns Rullgård2006-11-14
| | | | Originally committed as revision 7039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beautifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up setting of HAVE_*THREADSMåns Rullgård2006-11-14
| | | | Originally committed as revision 7037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AMR notices next to other messagesMåns Rullgård2006-11-14
| | | | Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split av_seek_frame_binary() so the code becomes idependant of AVInputFormat ↵Michael Niedermayer2006-11-14
| | | | | | and AVIndex Originally committed as revision 7035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some unused variables.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improve enumerate so arbitrary ranges can be enumerated quicklyMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial support for vobsub in mp4, used by nero, unsupported-embedded-subs-2.mp4Baptiste Coudurier2006-11-14
| | | | Originally committed as revision 7032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVL treeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrong/misleading comment.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-14
| | | | | | if that condition holds anyway. Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ifneq MINGW condition around man page installation. We don't doDiego Biurrun2006-11-14
| | | | | | | 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
* break CONFIG_LIST and HAVE_LIST onto multiple linesMåns Rullgård2006-11-14
| | | | Originally committed as revision 7027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix HAVE_LRINTF settingMåns Rullgård2006-11-14
| | | | Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename MEMALIGN_HACK to CONFIG_MEMALIGN_HACK, use common code in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize config.h/config.mak writingMåns Rullgård2006-11-14
| | | | Originally committed as revision 7024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variables v4l[2] to video4linux[2]Måns Rullgård2006-11-14
| | | | Originally committed as revision 7023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _altivec_h to altivec_hMåns Rullgård2006-11-13
| | | | Originally committed as revision 7022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable sunmlib to mlib for consistency with CONFIG_MLIBMåns Rullgård2006-11-13
| | | | Originally committed as revision 7021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _memalign to memalignMåns Rullgård2006-11-13
| | | | Originally committed as revision 7020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable _malloc_h to malloc_hMåns Rullgård2006-11-13
| | | | Originally committed as revision 7019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård2006-11-13
| | | | Originally committed as revision 7018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused option --disable-simple_idctMåns Rullgård2006-11-13
| | | | Originally committed as revision 7017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable vorbis to libvorbisMåns Rullgård2006-11-13
| | | | Originally committed as revision 7016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename shell variable netserver to beos_netserver for consistencyMåns Rullgård2006-11-13
| | | | Originally committed as revision 7015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
| | | | | | it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove filter_out() function, it's unused and not POSIX compliantMåns Rullgård2006-11-13
| | | | Originally committed as revision 7013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
| | | | Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give error about planar RGBKostya Shishkov2006-11-13
| | | | Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update error messageKostya Shishkov2006-11-13
| | | | Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use table for determining type sizesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
| | | | Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
| | | | Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8-bit images support for TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rows per strip may be >= heightKostya Shishkov2006-11-13
| | | | Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify VMD demuxer (but it still does not work right)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for libswscale.pc without --enable-swscalerj@v2v.cc2006-11-13
| | | | | | patch by j -- at -- v2v -- dot -- cc Originally committed as revision 6999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
| | | | Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk