| Commit message (Expand) | Author | Age |
* | Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition. | diego | 2009-01-30 |
* | Add CONFIG_SWSCALE to config.h, we always enable the software scaler. | diego | 2009-01-30 |
* | Add 4 more config.h #defines for libfaad2. | diego | 2009-01-30 |
* | Use OS preprocessor checks with '#if defined()' consistently. | diego | 2009-01-30 |
* | Fix warnings about undefined preprocessor directives. | diego | 2009-01-30 |
* | 1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined to 0/1, | diego | 2009-01-30 |
* | Revert mistaken #ifdef --> #if change. | diego | 2009-01-30 |
* | Update libavcodec 'aic' flag define to match current FFmpeg. | diego | 2009-01-30 |
* | HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly. | diego | 2009-01-30 |
* | Add -Wundef to CFLAGS. | diego | 2009-01-30 |
* | Enable RDFT in FFmpeg, some codecs depend on it. | diego | 2009-01-30 |
* | Enable internal dvdread support on OS/2. | diego | 2009-01-30 |
* | Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak | reimar | 2009-01-30 |
* | Fix an MSGT_INPUT to MSGT_LIRC in lirc.c | reimar | 2009-01-30 |
* | add pvez to truemotion 1 | compn | 2009-01-29 |
* | remove sys/timeb.h include | compn | 2009-01-29 |
* | increase max glyph and lines limit | compn | 2009-01-29 |
* | Use single quotes to avoid escaping double quotes in a string. | diego | 2009-01-29 |
* | Use cat instead of echo to generate version.h. | diego | 2009-01-29 |
* | Remove superfluous backslash escapes that caused unintended escapes. | diego | 2009-01-28 |
* | Avoid a division by 0 when using -oac mp3lame but no audio data actually is e... | reimar | 2009-01-28 |
* | increase max subtitle stream limit | compn | 2009-01-28 |
* | Do not use select n lirc code, instead set the fd non-blocking. | reimar | 2009-01-27 |
* | Allocate a larger backbuffer to allow resizing without reinit. | reimar | 2009-01-27 |
* | Add standard license headers. | diego | 2009-01-26 |
* | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 |
* | Do not duplicate VERSION string. | diego | 2009-01-26 |
* | Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. | diego | 2009-01-26 |
* | WORDS_BIGENDIAN is defined/undefined, not 0/1. | diego | 2009-01-26 |
* | some more HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | Drop HAVE_LRINTF check, lrintf is used without checking in other places. | diego | 2009-01-26 |
* | HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. | diego | 2009-01-26 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW | diego | 2009-01-26 |
* | version.h depends on version.sh. | diego | 2009-01-26 |
* | Fix build: Add required header and adjust preprocessor check. | diego | 2009-01-25 |
* | Drop dev- prefix from printed version number, just SVN-rXXXXX is enough. | diego | 2009-01-25 |
* | Add SSSE3 and CMOV to CPU information printed on startup. | diego | 2009-01-25 |
* | cosmetics: Consistently name 3DNow! extensions. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | DECLARE_ALIGNED was moved in FFmpeg. | diego | 2009-01-25 |
* | Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg. | diego | 2009-01-25 |
* | HAVE_3DNOWEX --> HAVE_3DNOWEXT | diego | 2009-01-25 |
* | Factorize print_version(). | diego | 2009-01-25 |
* | Add missing multiple inclusion guards. | diego | 2009-01-25 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 |
* | Add missing header for av_gcd, fixes the warning: | diego | 2009-01-25 |
* | Fix typo: pool -> poll | reimar | 2009-01-25 |
* | Actually abort (return NULL) in the alloc-failure check in play_tree_new | reimar | 2009-01-25 |
* | Fix a NULL-check that used && instead of || and thus could not avoid crashes. | reimar | 2009-01-25 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | diego | 2009-01-25 |