Wed, 12 Jun 2013 18:54:16 +0000 |
reimar |
Simplify blend function used.
|
Wed, 12 Jun 2013 18:54:15 +0000 |
reimar |
Remove unused depth test code.
|
Wed, 12 Jun 2013 18:54:14 +0000 |
reimar |
Remove code related to unused lighting.
|
Wed, 12 Jun 2013 18:54:12 +0000 |
reimar |
gl: Ensure gpu_def_sl_program is correctly initialized.
|
Wed, 12 Jun 2013 14:26:15 +0000 |
ib |
Revert r36287.
|
Tue, 11 Jun 2013 20:48:43 +0000 |
reimar |
vo_gl: Make yuv=8 compatible with OpenGL in addition to OpenGL ES.
|
Tue, 11 Jun 2013 19:23:12 +0000 |
reimar |
vo_aa: Specifying a single option should only change the
|
Tue, 11 Jun 2013 18:38:56 +0000 |
reimar |
Ensure that the allocated surface is always large enough.
|
Mon, 10 Jun 2013 21:33:28 +0000 |
reimar |
vo_gl: Fix chroma with rectangle=1.
|
Mon, 10 Jun 2013 21:19:38 +0000 |
reimar |
Fix compilation, remove assignment of variable that was removed due
|
Sun, 09 Jun 2013 22:52:16 +0000 |
jrash |
sync with en/mplayer.1 rev. 36297
|
Sun, 09 Jun 2013 22:35:47 +0000 |
reimar |
Remove some unused code that has no effect.
|
Sun, 09 Jun 2013 22:30:25 +0000 |
reimar |
Remove some now unused code.
|
Sun, 09 Jun 2013 22:27:59 +0000 |
reimar |
Redraw on expose even if not paused.
|
Sun, 09 Jun 2013 22:26:52 +0000 |
reimar |
matrixview: redraw image while scaling on OSX.
|
Sun, 09 Jun 2013 22:25:47 +0000 |
reimar |
Remove unnecessary wrapper function.
|
Sun, 09 Jun 2013 22:16:15 +0000 |
reimar |
Remove unused arguments, add "const"
|
Sun, 09 Jun 2013 22:05:43 +0000 |
reimar |
Matrixview: fix getting only blank screen on OSX.
|
Sun, 09 Jun 2013 22:03:50 +0000 |
reimar |
Change hack to use a solution that will work more generally.
|
Sun, 09 Jun 2013 21:34:24 +0000 |
reimar |
OpenGL OSX: Do not set up aspect etc. for a hidden window.
|
Sun, 09 Jun 2013 21:26:09 +0000 |
reimar |
gl_tiled vo can be compiled and work on OSX as well.
|
Sun, 09 Jun 2013 18:33:24 +0000 |
reimar |
vo_gl_tiled: ensure variables are always initialized.
|
Sun, 09 Jun 2013 18:33:23 +0000 |
reimar |
vo_gl_tiled: fix YUV conversion.
|
Sun, 09 Jun 2013 18:33:22 +0000 |
reimar |
Remove unused arguments.
|
Sun, 09 Jun 2013 18:33:21 +0000 |
reimar |
Extract window creation code to common file.
|
Sun, 09 Jun 2013 14:16:37 +0000 |
reimar |
Fix inverted condition caused by a last-minute change from strcmp to strstr.
|
Sun, 09 Jun 2013 14:15:09 +0000 |
reimar |
Detect one more case of software OpenGL implementation.
|
Sun, 09 Jun 2013 14:12:54 +0000 |
reimar |
Move gl_nosw out of CONFIG_X11 ifdef.
|
Sun, 09 Jun 2013 13:54:47 +0000 |
reimar |
Add hack to fix compilation issues on OSX with broken libiconv.
|
Sun, 09 Jun 2013 10:13:08 +0000 |
reimar |
Fully uninitialize EGL.
|
Sun, 09 Jun 2013 10:09:41 +0000 |
reimar |
Set GL_UNPACK_ROW_LENGTH even for GLES.
|
Sun, 09 Jun 2013 09:46:20 +0000 |
reimar |
SwapInterval support for GLES/EGL.
|
Sun, 09 Jun 2013 09:40:27 +0000 |
reimar |
Cosmetics: remove tabs that slipped in by accident.
|
Sun, 09 Jun 2013 09:16:11 +0000 |
reimar |
Add support for printing available egl configs.
|
Fri, 07 Jun 2013 19:18:16 +0000 |
reimar |
vo_gl: some Android fixes.
|
Thu, 06 Jun 2013 13:08:48 +0000 |
reimar |
Do not lose OSD and subtitles on resize.
|
Thu, 06 Jun 2013 13:06:35 +0000 |
reimar |
Handle expose event also when not paused and do not draw
|
Thu, 06 Jun 2013 13:05:16 +0000 |
reimar |
Fix expose event redraw to actually redraw the correct frame.
|
Thu, 06 Jun 2013 13:03:50 +0000 |
reimar |
VDPAU: fix RGBA output to use a surface of correct size and to redraw on resize.
|
Wed, 05 Jun 2013 02:13:06 +0000 |
reimar |
Update #if for previous commit, fixes compilation for cases
|
Tue, 04 Jun 2013 20:31:32 +0000 |
reimar |
Remove unnecessary condition.
|
Mon, 03 Jun 2013 17:38:06 +0000 |
reimar |
Cosmetics: fix indentation.
|
Mon, 03 Jun 2013 17:38:04 +0000 |
reimar |
Add (no)connect option to ao_jack.
|
Mon, 03 Jun 2013 11:20:28 +0000 |
cehoyos |
Support Go2Meeting v4 via Kostya's decoder in FFmpeg.
|
Sat, 01 Jun 2013 23:07:27 +0000 |
cehoyos |
mcdeint: avoid uninited data read
|
Sat, 01 Jun 2013 04:05:02 +0000 |
jrash |
sync with en/mplayer.1 rev. 36283
|
Tue, 28 May 2013 20:56:05 +0000 |
reimar |
Try to support -monitor-orientation with VDPAU.
|
Tue, 28 May 2013 20:43:50 +0000 |
reimar |
Fix border-pos handling.
|
Mon, 27 May 2013 20:36:58 +0000 |
reimar |
Make comment clearer.
|
Sun, 26 May 2013 15:54:34 +0000 |
ib |
Handle events while waiting for window being mapped.
|
Sun, 26 May 2013 15:51:54 +0000 |
ib |
Cosmetic: Adjust indent.
|
Sun, 26 May 2013 15:48:47 +0000 |
ib |
Relocate internal wsWindowList registration code.
|
Sun, 26 May 2013 12:41:09 +0000 |
ib |
Define new_gpu_program() conditionally.
|
Sun, 26 May 2013 12:40:44 +0000 |
ib |
Remove unused variable.
|
Sat, 25 May 2013 12:06:55 +0000 |
reimar |
Discard parts that we do not actually care about instead of
|
Sat, 25 May 2013 08:42:25 +0000 |
reimar |
Apply forgotten move of apply_border_pos function.
|