summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* indentionMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7058 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking with indexMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7057 to svn://svn.ffmpeg.org/ffmpeg/trunk
* index less seeking in O(log n) timeMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7056 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move AMR support instructions into the documentation.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove empty section.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7054 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update list of supported codecs.Diego Biurrun2006-11-14
| | | | Originally committed as revision 7053 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.5lMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update to libnut API, rename nut.h->libnut.hOded Shimon2006-11-14
| | | | Originally committed as revision 7051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up inttypes.h and int_fastxx_t types detectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for inet_aton in configureMåns Rullgård2006-11-14
| | | | Originally committed as revision 7049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMåns Rullgård2006-11-14
| | | | Originally committed as revision 7048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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