aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* FFmpeg now uses different (unified) #include paths.Gravatar diego2008-02-25
* 10l: Revert nonsense commit.Gravatar diego2008-02-25
* Fix outdated comment.Gravatar diego2008-02-25
* Remove old EMU_OLD cruft.Gravatar diego2008-02-25
* #include "libavutil/avutil.h" in swscale.hGravatar mru2008-02-25
* Replace silly check for config.h inclusion, just include it.Gravatar diego2008-02-24
* Disable internal VIDIX on OS/2, patch by Dave Yeo, dave.r.yeo gmail com.Gravatar diego2008-02-24
* Wrap HAVE_XXX macros with RUNTIME_CPUDETECT, because when RUNTIME_CPUDETECT isGravatar diego2008-02-24
* Enable SSE detection on OS/2.Gravatar diego2008-02-24
* cosmetics: Break one unreadable long line.Gravatar diego2008-02-24
* __asm __volatile -> asm volatile part 3Gravatar reimar2008-02-24
* Compile codec-cfg binary with -O, avoids problems due to compilersGravatar reimar2008-02-24
* Add MPLAYER_ prefix to multiple inclusion guard of generated file.Gravatar diego2008-02-24
* On OS/2, fall back on the directory where MPlayer is installed if both Gravatar diego2008-02-24
* On Win32 and OS/2, 'x:filename' path style without '\' path separatorGravatar diego2008-02-24
* Add missing #includes for Mac OS X, fixes the warningGravatar diego2008-02-24
* Add #include <sys/sysctl.h> for Mac OS X, fixes the warningGravatar diego2008-02-24
* Do not use a global temps variable, this is ugly and does not compile with ICC.Gravatar reimar2008-02-24
* Avoid a pointless special-case for opening a fileGravatar reimar2008-02-24
* Get rid of pointless and confusing commentsGravatar reimar2008-02-24
* Only icc 10.1 will be supported.Gravatar cehoyos2008-02-24
* Check for -mno-omit-leaf-frame-pointer (compilation fix for icc 10.1.012).Gravatar cehoyos2008-02-24
* Remove mistakenly committed hunk.Gravatar diego2008-02-23
* Properly detect ARM mc acceleration.Gravatar diego2008-02-23
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-23
* Merge two #ifdefs into one.Gravatar diego2008-02-23
* #define ATTRIBUTE_ALIGNED_MAX in config.h instead of hardcoding it.Gravatar diego2008-02-23
* Move libdca definition to a better place in config.h.Gravatar diego2008-02-23
* warn to always include PMT and PCR pids in channels.conf (dvb)Gravatar nicodvb2008-02-23
* removed nonsense in the dvbin sectionGravatar nicodvb2008-02-23
* reset_fifos() resets demuxer->reference_clock to MP_NOPTS_VALUEGravatar nicodvb2008-02-23
* read the PCR of the currently playing program (if available) in demuxer->refe...Gravatar nicodvb2008-02-23
* New member in demuxer_t: reference_clock.Gravatar nicodvb2008-02-23
* Comment out dump_glyph(): it is unused and, as it is now, breaks compilation.Gravatar eugeni2008-02-22
* Check glyph bounding box before rasterizing and complain if it is too large.Gravatar eugeni2008-02-22
* Some debugging routines.Gravatar eugeni2008-02-22
* Better handling of behind-the-camera objects.Gravatar eugeni2008-02-22
* Print FreeType version in libass init. Makes error logs slightly more helpful.Gravatar eugeni2008-02-22
* Add MPLAYER_ prefix to the multiple inclusion guards of generated header files.Gravatar diego2008-02-22
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Discard two symbols from libswscale.Gravatar cehoyos2008-02-22
* Fix continuous scrolling on OS/2 due to status line updates unless -quietGravatar diego2008-02-22
* Create standard multiple inclusion guards.Gravatar diego2008-02-21
* Fix copy&paste typo in rgbtest documentationGravatar reimar2008-02-21
* Remove misplaced #endif comment.Gravatar diego2008-02-21
* sync w/r26052Gravatar gpoirier2008-02-21
* sync w/ r26019Gravatar gpoirier2008-02-21
* improve DTD dection of MacPort-install docbook packageGravatar gpoirier2008-02-21
* Document rgbtest argumentsGravatar reimar2008-02-21