aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| * Add prototype for mp_a52_framesize().Gravatar diego2009-05-05
| * Add #define for HAVE_DVDCSS_DVDCSS_H (needed by internal libdvdread) to config.hGravatar diego2009-05-05
| * Remove pointless #ifdef around spudec.h #include.Gravatar diego2009-05-05
| * cosmetics: indentationGravatar diego2009-05-05
| * Allow disabling and enabling VCD support through command line parameters.Gravatar diego2009-05-05
| * CoreAudio LDFLAGS should be MPlayer-only.Gravatar diego2009-05-05
| * Improve CoreAudio check: Use all required headers and frameworks.Gravatar diego2009-05-05
| * Simplify Mac OS X Finder and Mac OS X Bundle file locations checks.Gravatar diego2009-05-05
| * Change VOFW for x86 to 5120, it allows larger images to be scaled and wasGravatar michael2009-05-05
| * CONFIG_QUICKTIME should be set depending on the state of QTX support.Gravatar diego2009-05-04
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
| * ao_macosx was renamed to ao_coreaudio.Gravatar diego2009-05-04
| * Rename macosx video output driver to corevideo.Gravatar diego2009-05-04
| * Rename macosx audio output driver to coreaudio.Gravatar diego2009-05-04
| * QuickTime codecs support requires -framework QuickTime to link on Mac OS X.Gravatar diego2009-05-04
| * Replace QuickTime.h #include with Carbon.h, which is really needed.Gravatar diego2009-05-04
| * Ulion no longer has time to be maintainer.Gravatar diego2009-05-04
| * Improve CoreVideo check: Test more #includes, add -framework Carbon to LDFLAGS.Gravatar diego2009-05-04
| * Add information about configure options to config.mak.Gravatar diego2009-05-04
* | x11_common.h: Remove declarations of some nonexistent variablesGravatar Uoti Urpala2009-05-04
| * Cosmetics for r29244 to follow K&R style closely.Gravatar bircoph2009-05-03
| * Support for libbs2b ver. 3.0.0 API.Gravatar bircoph2009-05-03
| * Use libavutil/fifo.h for macosx ao instead of its own FIFO implementation.Gravatar reimar2009-05-03
* | core: Set mpctx->chapters to NULL at uninitGravatar Uoti Urpala2009-05-03
| * Fix chroma shift when scaling from ARGB on LE and BGRA on BEGravatar sdrik2009-05-02
* | vd_ffmpeg.c: Use FFmpeg-mt compatible code for codec delayGravatar Uoti Urpala2009-04-30
| * Fix polish spelling. Noticed in Gentoo ebuild long time ago.Gravatar bircoph2009-04-27
| * Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cGravatar sdrik2009-04-27
| * sync w/r29147Gravatar gpoirier2009-04-27
| * Revert previous two commits, the CoreVideo vo needs both OpenGL and Cocoa.Gravatar diego2009-04-26
| * Replace glibc-specific __WORDSIZE preprocessor check with HAVE_FAST_64BIT.Gravatar diego2009-04-25
| * Fix typo in CoreVideo linker flags: the Carbon, not Cocoa framework is needed.Gravatar diego2009-04-25
| * Remove unnecessary -framework OpenGL from CoreVideo linker flags.Gravatar diego2009-04-25
| * whitespace cosmetics: reindent Mac OS X checks, remove trailing whitespaceGravatar diego2009-04-25
| * Split generic OS X API check into separate CoreAudio, CoreVideo, Quartz checks.Gravatar diego2009-04-25
| * typo in XFORM asm check, noticed by Emanuele GiaquintaGravatar diego2009-04-25
| * sane verbosity levels for menu initializationGravatar diego2009-04-25
* | core: Handle missing timestamp errors a bit betterGravatar Uoti Urpala2009-04-24
* | demux_lavf: Make absolute seek time 0-based instead of file startGravatar Uoti Urpala2009-04-24
| * Make reset_ptr() void.Gravatar cehoyos2009-04-23
| * commit remaining binary_codecs.sh changes from debian.Gravatar siretart2009-04-23
| * check for missing libstdc++Gravatar siretart2009-04-23
| * more cosmeticsGravatar siretart2009-04-23
| * whitespace cosmeticsGravatar diego2009-04-23
| * Change getdladdr to always use dlopen, dlsym and then dlclose.Gravatar reimar2009-04-23
| * Part 3 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-23
| * Part 2 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-23
| * Pass argc and argv parameters to main() function in SDL test.Gravatar diego2009-04-23
| * Part 1 of syncing binary_codecs.sh with DebianGravatar siretart2009-04-22
| * Don't automatically wrap lines when WrapStyle==2.Gravatar eugeni2009-04-21