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