aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* vo_direct3d: implement YUV conversion using shadersGravatar wm42012-03-17
* vo_direct3d: reduce number of lock calls in OSD renderingGravatar wm42012-03-17
* vo_direct3d: use the same texture management for EOSD and OSDGravatar wm42012-03-17
* windows support: prefer vo_direct3d over vo_directxGravatar wm42012-03-17
* vo_direct3d: make VO re-config faster by not recreating the whole D3D stateGravatar wm42012-03-17
* vo_direct3d: don't framestep when paused and OSD is updatedGravatar wm42012-03-17
* vo_direct3d: add EOSD supportGravatar wm42012-03-17
* windows support: use UTF-8 for screenshot filenamesGravatar wm42012-03-17
* vo_direct3d: minor cleanupGravatar wm42012-03-17
* vo_directx: do not clip overlay against screen sizeGravatar wm42012-03-17
* win32: different method to force window aspect ratioGravatar wm42012-03-17
* win32, vo_directx: don't use vo_dx/dy, directly query window positionGravatar wm42012-03-17
* win32: fix window creation and size handlingGravatar wm42012-03-17
* vo_directx: minor fixes and reformatGravatar reimar2012-03-17
* Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-16
|\
* | Use "mplayer2" in version string, not "MPlayer2"Gravatar wm42012-03-14
* | core: do not print garbage with -identify when chapter times are unknownGravatar wm42012-03-14
| * vo_gl: improve 10-bit YUV->RGB conversion accuracy slightlyGravatar Uoti Urpala2012-03-09
| * configure: fix --enable-staticGravatar Uoti Urpala2012-03-09
| * configure: disable live555 by defaultGravatar Uoti Urpala2012-03-09
| * core: remove old EDL mode (--edl option)Gravatar Uoti Urpala2012-03-09
| * af: fix crash when trying to use volume controls with AC3 pass-throughGravatar wm42012-03-09
| * af: print audio filter chain in verbose modeGravatar wm42012-03-09
| * windows: terminal: unicode, --msgcolor, size changeGravatar Martin Herkt2012-03-09
| * windows support: unicode filenamesGravatar wm42012-03-09
* | ass_mp.c: remove code duplicationGravatar wm42012-03-06
* | Merge remote-tracking branch 'origin/master' into my_masterGravatar wm42012-03-05
|\ \
| | * cleanup: Silence compilation warnings on MinGW-w64Gravatar wm42012-03-01
| | * windows: fix format string attributes on MinGWGravatar wm42012-03-01
| | * configure: add __USE_MINGW_ANSI_STDIO on MinGWGravatar wm42012-03-01
| | * windows support: remove _UWIN defineGravatar wm42012-03-01
| | * configure: allow changing pkg-config binary with --pkg-configGravatar wm42012-02-29
| | * configure: use cross toolchain if --target is givenGravatar wm42012-02-29
| | * configure: disable cross compilation auto detectionGravatar wm42012-02-29
| | * configure: fix target triplet check for mingw targetsGravatar Kovensky2012-02-29
| | * configure: show PKG_CONFIG_PATH and CFLAGS in config.logGravatar Uoti Urpala2012-02-29
| |/
* | screenshot: don't convert image if it's already in required formatGravatar wm42012-02-29
* | screenshot: move code to open file out of image writer functionsGravatar wm42012-02-29
* | screenshot: make screenshot filenames configurableGravatar wm42012-02-29
* | screenshot: allow forcing taking screenshots with the video filterGravatar wm42012-02-29
* | core: rename --paused to --pause, and improve how pausing is doneGravatar wm42012-02-29
| * aviheader.c: silence a warningGravatar Uoti Urpala2012-02-29
* | struct stat.st_blocks is not available on MinGWGravatar wm42012-02-28
| * vo_png: set AVCodecContext parameters before opening itGravatar Uoti Urpala2012-02-28
| * configure: remove obsolete messages for mtrr / no w32codecsGravatar Uoti Urpala2012-02-28
| * vo: reject vo_redraw_frame() if no frames have been drawnGravatar Uoti Urpala2012-02-28
| * configure, build: support compiling without libpostprocGravatar Uoti Urpala2012-02-27
| * configure, ao_alsa: drop support for obsolete ALSA versionsGravatar Uoti Urpala2012-02-27
| * configure: simplify pkg-config handling, drop other testsGravatar Uoti Urpala2012-02-27
* | cue: play .bin files as raw PCM audio (even if it means playing noise)Gravatar wm42012-02-26