Tue, 28 Oct 2008 18:00:11 +0000 |
diego |
Make sure that linker flags passed as configure parameters appear before
|
Sun, 26 Oct 2008 07:33:15 +0000 |
diego |
cosmetics: alphabetical order
|
Sun, 26 Oct 2008 02:21:55 +0000 |
uau |
configure: Set CONFIG_MDCT and CONFIG_GOLOMB for libavcodec
|
Sat, 25 Oct 2008 01:43:24 +0000 |
diego |
cosmetics: Reorder some FFmpeg-related config.h and config.mak entries.
|
Sat, 25 Oct 2008 00:08:02 +0000 |
uau |
configure: Set CONFIG_FFT to fix libavcodec compilation
|
Fri, 24 Oct 2008 09:08:03 +0000 |
diego |
10l: Revert SH4 removal, which is required in FFmpeg.
|
Thu, 23 Oct 2008 10:58:47 +0000 |
diego |
SH4 is an architecture, not a CPU extension.
|
Thu, 23 Oct 2008 09:53:08 +0000 |
diego |
Add ARM pld instruction test for FFmpeg ARM optimizations.
|
Tue, 21 Oct 2008 07:02:25 +0000 |
diego |
Determine default CD/DVD device in configure instead of using an #ifdef jungle.
|
Thu, 16 Oct 2008 20:44:05 +0000 |
diego |
cosmetics: Reorganize config.h. Remove pointless comments, group together
|
Thu, 16 Oct 2008 20:40:34 +0000 |
diego |
typo: _dev_dvd_openbsd --> _def_dvd_openbsd
|
Thu, 16 Oct 2008 20:25:41 +0000 |
diego |
Create LIBDIR for binary codecs upon make install.
|
Thu, 16 Oct 2008 20:23:22 +0000 |
diego |
Move dcbzl definition to the FFmpeg section of config.h where it belongs.
|
Thu, 16 Oct 2008 20:17:56 +0000 |
diego |
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
|
Thu, 16 Oct 2008 18:59:27 +0000 |
diego |
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
|
Thu, 16 Oct 2008 18:28:38 +0000 |
diego |
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.
|
Thu, 16 Oct 2008 18:26:01 +0000 |
diego |
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.
|
Thu, 16 Oct 2008 18:24:18 +0000 |
diego |
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.
|
Thu, 16 Oct 2008 18:19:36 +0000 |
diego |
Move X11_FULLSCREEN definition to x11_common.h where it belongs.
|
Thu, 16 Oct 2008 18:13:06 +0000 |
diego |
Move attribute_used declaration from config.h to mangle.h where it is useful.
|
Thu, 16 Oct 2008 13:33:29 +0000 |
diego |
sun --> __sun in config.h preprocessor check
|
Tue, 14 Oct 2008 23:15:10 +0000 |
diego |
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.
|
Tue, 14 Oct 2008 23:00:04 +0000 |
diego |
cosmetics: Consistently name all header #define variables.
|
Mon, 13 Oct 2008 22:25:35 +0000 |
diego |
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.
|
Mon, 13 Oct 2008 16:26:05 +0000 |
diego |
Remove global definition of WIN32 in config.h for Cygwin.
|
Mon, 13 Oct 2008 16:23:55 +0000 |
diego |
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
|
Mon, 13 Oct 2008 14:17:25 +0000 |
diego |
Remove check for byteswap.h, it was removed from FFmpeg.
|
Sun, 12 Oct 2008 17:18:15 +0000 |
diego |
Filter out .hh and .h files in the C++ dependency generation command.
|
Sun, 12 Oct 2008 17:14:13 +0000 |
diego |
Remove useless HAVE_STRCHR definition from config.h.
|
Sun, 12 Oct 2008 12:12:41 +0000 |
diego |
Move socklen_t typedef from config.h to stream/network.h.
|
Sat, 11 Oct 2008 08:22:03 +0000 |
diego |
Do not provide a prototype for setenv in config.h, we do not provide a
|
Fri, 10 Oct 2008 21:56:03 +0000 |
diego |
cosmetics: Move some config.h entries to more sensible places.
|
Fri, 10 Oct 2008 05:34:49 +0000 |
diego |
cosmetics: Group codec-, network- and gui-related options together in config.h.
|
Thu, 09 Oct 2008 22:11:56 +0000 |
diego |
cosmetics: Group system header and function definitions together in config.h.
|
Sun, 05 Oct 2008 20:43:09 +0000 |
cehoyos |
Disable mp3lib and liba52-internal for icc.
|
Sat, 04 Oct 2008 17:55:42 +0000 |
diego |
Revert the removal of the likely/unlikely macros, they are still used.
|
Sat, 04 Oct 2008 17:15:39 +0000 |
diego |
Merge variable declaration and export.
|
Sat, 04 Oct 2008 15:06:50 +0000 |
diego |
Add a comment to lonely 'fi' for clarification.
|
Sat, 04 Oct 2008 13:07:31 +0000 |
diego |
cosmetics: more config.h reordering
|
Sat, 04 Oct 2008 12:39:16 +0000 |
diego |
cosmetics: Reorder entries in config.h.
|
Sat, 04 Oct 2008 12:24:18 +0000 |
diego |
100l: Revert incorrect removal or --ar and --ranlib options.
|
Sat, 04 Oct 2008 12:14:38 +0000 |
diego |
cosmetics: Improve some config.h comments.
|
Sat, 04 Oct 2008 11:47:00 +0000 |
diego |
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.
|
Sat, 04 Oct 2008 11:42:39 +0000 |
diego |
Remove unused HAVE_SYS_POLL_H definition from config.h.
|
Sat, 04 Oct 2008 11:27:39 +0000 |
diego |
cosmetics: Move around some more stuff in config.mak.
|
Sat, 04 Oct 2008 11:06:50 +0000 |
diego |
cosmetics: Move around stuff in config.mak.
|
Sat, 04 Oct 2008 10:57:57 +0000 |
diego |
Remove unused LIBDIR Makefile variable from config.mak.
|
Sat, 04 Oct 2008 10:53:28 +0000 |
diego |
Remove unused options --ar and --ranlib.
|
Sat, 04 Oct 2008 10:39:29 +0000 |
diego |
Do not set DESTDIR to an empty value so that it can be overridden on the
|
Sat, 04 Oct 2008 10:18:42 +0000 |
diego |
FAAC/FAAD are no longer the only available AAC encoders/decoders.
|
Sat, 04 Oct 2008 10:16:48 +0000 |
diego |
Remove word size check and macro and use __WORDSIZE directly instead.
|
Sat, 04 Oct 2008 09:38:10 +0000 |
diego |
Merge SPARC and SPARC64 sections in the CPU detection code.
|
Sat, 04 Oct 2008 09:27:46 +0000 |
diego |
Skip setting variables to empty values in the CPU detection code.
|
Fri, 03 Oct 2008 22:49:53 +0000 |
diego |
100l copy and paste typo fix
|
Fri, 03 Oct 2008 22:46:33 +0000 |
diego |
spelling cosmetics
|
Fri, 03 Oct 2008 22:39:06 +0000 |
diego |
Fix vsscanf test.
|
Fri, 03 Oct 2008 21:49:25 +0000 |
diego |
CVS --> Subversion
|
Fri, 03 Oct 2008 09:56:37 +0000 |
diego |
Filter out xpm files from the list of dependencies to check for recursive
|
Fri, 03 Oct 2008 09:42:22 +0000 |
diego |
External liba52 parameters should only be enabled if the check succeeded.
|
Fri, 03 Oct 2008 09:40:43 +0000 |
diego |
Internal liba52 should default to enabled.
|