aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* Declare struct SwsContext before using it, fixes the checkheaders warning:Gravatar diego2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Gravatar diego2009-01-25
* spelling/grammar cosmeticsGravatar diego2009-01-25
* Fix #endif comments.Gravatar diego2009-01-25
* add "<!DOCTYPE smil" to smil playlistGravatar compn2009-01-24
* in parse_pat() IDENTIFY program number and pmt_pidGravatar nicodvb2009-01-22
* The homepage/ subdirectory should no longer be redirected on web mirrors.Gravatar diego2009-01-20
* add EPHV to ffodivx,xvidGravatar compn2009-01-20
* sync w/r28341Gravatar gpoirier2009-01-20
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Gravatar cehoyos2009-01-20
* Disable upcoming VC1/WMV3 VDPAU decoder.Gravatar cehoyos2009-01-20
* cosmetics: Remove pointless period after copyright statement non-sentences.Gravatar diego2009-01-19
* fix device_id option after r28165Gravatar gpoirier2009-01-18
* Reduce QuickTime binary decoder verbosity.Gravatar diego2009-01-17
* MPlayer only supports latest libavutil.Gravatar cehoyos2009-01-17
* Fix compilation: s/ff_gcd/av_gcd.Gravatar cehoyos2009-01-17