aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* VO: Keep aspect by adding black bars in window mode too if necessaryGravatar Uoti Urpala2009-11-20
* vo_vdpau: Check return value when setting video mixer featuresGravatar Uoti Urpala2009-11-17
* cosmetics: remove some unused variablesGravatar Uoti Urpala2009-11-17
* vo_vdpau: Check return value when setting video attributesGravatar Uoti Urpala2009-11-17
* vo_xv: Support yuv colorspace changes on ATI cardsGravatar Uoti Urpala2009-11-17
* mplayer.c: Fix compilation with dvdnav enabledGravatar Uoti Urpala2009-11-16
* Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\
* \ Merge branch 'vdpau'Gravatar Uoti Urpala2009-11-16
|\ \
| * | Support VDPAU MPEG4 hardware decodingGravatar Uoti Urpala2009-11-16
| * | vo_vdpau: Remove custom help messageGravatar Uoti Urpala2009-11-16
| * | vo_vdpau: Add support for high-quality scaling featureGravatar Uoti Urpala2009-11-15
| * | vo_vdpau: add support for VFCAP_FLIPGravatar Uoti Urpala2009-11-15
| * | vo_vdpau: Free buffers allocated by FFmpeg on uninitGravatar Uoti Urpala2009-11-15
| * | Add yuv_colorspace property, implemented in vo_vdpau and vo_xvGravatar Uoti Urpala2009-11-15
| * | Implement vsync-aware frame timing for VDPAUGravatar Uoti Urpala2009-11-15
| * | vo_vdpau: Modify frame buffering codeGravatar Uoti Urpala2009-11-15
| | * Show OSD message when enabling/disabling de-interlacing.Gravatar cehoyos2009-11-14
| | * cosmetics and grammar fixesGravatar ptt2009-11-13
| | * Add -tsprog support for lavf to mencoder, similar to what SVN r29846 did for ...Gravatar reimar2009-11-13
| | * sync with en/mplayer.1 r29905Gravatar jrash2009-11-13
| | * Check that mpctx->audio_out is not NULL when trying to uninit it.Gravatar reimar2009-11-13
| | * synced with r29905Gravatar ptt2009-11-13
| | * synced with r29885Gravatar ptt2009-11-12
| | * cosmetic fixes as pointed out by diegoGravatar ptt2009-11-12
| | * Added -name, -title and -use-filename-title options and implementation in X11...Gravatar ptt2009-11-12
| | * Do not dynamically load libvdpau.so.1, but link at compile time.Gravatar cehoyos2009-11-11
| | * Replace dead link explaining why not to use HTML on the mailing lists.Gravatar tack2009-11-11
| | * Fix declarations in mp_taglists.h and include it in mp_taglists.c toGravatar reimar2009-11-11
| | * Add a "tips and tricks" section to the slave mode documentation.Gravatar reimar2009-11-11
| | * Whitespace cosmetics: fix pause_loop indentation/remove inconsistently used t...Gravatar reimar2009-11-11
| | * Do not call resume on unpausing if we have already reached eof whileGravatar reimar2009-11-11
| | * Remember which subtitle was auto-selected for dvdnav due to -slangGravatar reimar2009-11-11
| | * Factor out code that decides which subtitle to play.Gravatar reimar2009-11-11
| | * Avoid modifying dvdsub_id in command.c where possible.Gravatar reimar2009-11-11
| | * Move headers related to setting dvd speed to dvd_common.Gravatar reimar2009-11-11
| | * Set the EOF flag when dvdnav reached the end of the requested title.Gravatar reimar2009-11-11
| | * Support the range syntax (like dvd://2-5) also for dvdnav.Gravatar reimar2009-11-11
| | * 10l: Fix compilation without VDPAU.Gravatar cehoyos2009-11-11
| | * Move dvd_speed and dvd_set_speed to dvd_common and implement -dvd-speedGravatar reimar2009-11-10
| | * Move arrays used by both dvd and dvdnav to dvd_common.Gravatar reimar2009-11-10
| | * Remove unused extern declarations.Gravatar reimar2009-11-10
| | * Share dvd_device extern declaration between dvd and dvdnav.Gravatar reimar2009-11-10
| | * Remove an unused variable.Gravatar reimar2009-11-10
| | * Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
| | * Map AV_LOG_VERBOSE to MSGL_V in order to avoid spurious log output.Gravatar diego2009-11-10
| | * Update man page to reflect support for up to 8 channels.Gravatar tack2009-11-10
| | * Allow lavf demuxer to also probe and play files < 32 kB (full probe buffer si...Gravatar reimar2009-11-10
| | * Calculate length of ASF files with more than 1 second precision.Gravatar reimar2009-11-10
| | * Fix length calculation for ASF, preroll is in ms, play time in 100 ns.Gravatar reimar2009-11-10
| | * Remove useless castGravatar reimar2009-11-10