Mercurial > mplayer.hg
graph
-
Remove some unused code that has no effect.Sun, 09 Jun 2013 22:35:47 +0000, by reimar
-
Remove some now unused code.Sun, 09 Jun 2013 22:30:25 +0000, by reimar
-
Redraw on expose even if not paused.Sun, 09 Jun 2013 22:27:59 +0000, by reimar
-
matrixview: redraw image while scaling on OSX.Sun, 09 Jun 2013 22:26:52 +0000, by reimar
-
Remove unnecessary wrapper function.Sun, 09 Jun 2013 22:25:47 +0000, by reimar
-
Remove unused arguments, add "const"Sun, 09 Jun 2013 22:16:15 +0000, by reimar
-
Matrixview: fix getting only blank screen on OSX.Sun, 09 Jun 2013 22:05:43 +0000, by reimar
-
Change hack to use a solution that will work more generally.Sun, 09 Jun 2013 22:03:50 +0000, by reimar
-
OpenGL OSX: Do not set up aspect etc. for a hidden window.Sun, 09 Jun 2013 21:34:24 +0000, by reimar
-
gl_tiled vo can be compiled and work on OSX as well.Sun, 09 Jun 2013 21:26:09 +0000, by reimar
-
vo_gl_tiled: ensure variables are always initialized.Sun, 09 Jun 2013 18:33:24 +0000, by reimar
-
vo_gl_tiled: fix YUV conversion.Sun, 09 Jun 2013 18:33:23 +0000, by reimar
-
Remove unused arguments.Sun, 09 Jun 2013 18:33:22 +0000, by reimar
-
Extract window creation code to common file.Sun, 09 Jun 2013 18:33:21 +0000, by reimar
-
Fix inverted condition caused by a last-minute change from strcmp to strstr.Sun, 09 Jun 2013 14:16:37 +0000, by reimar
-
Detect one more case of software OpenGL implementation.Sun, 09 Jun 2013 14:15:09 +0000, by reimar
-
Move gl_nosw out of CONFIG_X11 ifdef.Sun, 09 Jun 2013 14:12:54 +0000, by reimar
-
Add hack to fix compilation issues on OSX with broken libiconv.Sun, 09 Jun 2013 13:54:47 +0000, by reimar
-
Fully uninitialize EGL.Sun, 09 Jun 2013 10:13:08 +0000, by reimar
-
Set GL_UNPACK_ROW_LENGTH even for GLES.Sun, 09 Jun 2013 10:09:41 +0000, by reimar
-
SwapInterval support for GLES/EGL.Sun, 09 Jun 2013 09:46:20 +0000, by reimar
-
Cosmetics: remove tabs that slipped in by accident.Sun, 09 Jun 2013 09:40:27 +0000, by reimar
-
Add support for printing available egl configs.Sun, 09 Jun 2013 09:16:11 +0000, by reimar
-
vo_gl: some Android fixes.Fri, 07 Jun 2013 19:18:16 +0000, by reimar
-
Do not lose OSD and subtitles on resize.Thu, 06 Jun 2013 13:08:48 +0000, by reimar
-
Handle expose event also when not paused and do not drawThu, 06 Jun 2013 13:06:35 +0000, by reimar
-
Fix expose event redraw to actually redraw the correct frame.Thu, 06 Jun 2013 13:05:16 +0000, by reimar
-
VDPAU: fix RGBA output to use a surface of correct size and to redraw on resize.Thu, 06 Jun 2013 13:03:50 +0000, by reimar
-
Update #if for previous commit, fixes compilation for casesWed, 05 Jun 2013 02:13:06 +0000, by reimar
-
Remove unnecessary condition.Tue, 04 Jun 2013 20:31:32 +0000, by reimar
-
Cosmetics: fix indentation.Mon, 03 Jun 2013 17:38:06 +0000, by reimar
-
Add (no)connect option to ao_jack.Mon, 03 Jun 2013 17:38:04 +0000, by reimar
-
Support Go2Meeting v4 via Kostya's decoder in FFmpeg.Mon, 03 Jun 2013 11:20:28 +0000, by cehoyos
-
mcdeint: avoid uninited data readSat, 01 Jun 2013 23:07:27 +0000, by cehoyos
-
sync with en/mplayer.1 rev. 36283Sat, 01 Jun 2013 04:05:02 +0000, by jrash
-
Try to support -monitor-orientation with VDPAU.Tue, 28 May 2013 20:56:05 +0000, by reimar
-
Fix border-pos handling.Tue, 28 May 2013 20:43:50 +0000, by reimar
-
Make comment clearer.Mon, 27 May 2013 20:36:58 +0000, by reimar
-
Handle events while waiting for window being mapped.Sun, 26 May 2013 15:54:34 +0000, by ib
-
Cosmetic: Adjust indent.Sun, 26 May 2013 15:51:54 +0000, by ib
-
Relocate internal wsWindowList registration code.Sun, 26 May 2013 15:48:47 +0000, by ib
-
Define new_gpu_program() conditionally.Sun, 26 May 2013 12:41:09 +0000, by ib
-
Remove unused variable.Sun, 26 May 2013 12:40:44 +0000, by ib
-
Discard parts that we do not actually care about instead ofSat, 25 May 2013 12:06:55 +0000, by reimar
-
Apply forgotten move of apply_border_pos function.Sat, 25 May 2013 08:42:25 +0000, by reimar
-
border_pos support for a few more vos.Sat, 25 May 2013 07:43:22 +0000, by reimar
-
Add options to determine where borders will be added when adjusting for aspect.Sat, 25 May 2013 06:54:41 +0000, by reimar
-
Fix typo in parameter name.Fri, 24 May 2013 14:20:19 +0000, by reimar
-
Remove incorrect comment, FFmpeg decoder supports 10 bit.Fri, 24 May 2013 09:53:27 +0000, by reimar
-
sync with en/mplayer.1 rev. 36267Sat, 18 May 2013 04:33:32 +0000, by jrash
-
Rename HAVE_CMOV to HAVE_I686 for FFmpeg.Fri, 17 May 2013 15:59:38 +0000, by reimar
-
Do not prefer the binary AIC decoder over FFmpeg's.Fri, 17 May 2013 13:04:37 +0000, by cehoyos
-
Support FFmpeg Apple Intermediate Decoder.Fri, 17 May 2013 13:03:59 +0000, by cehoyos
-
vo_gl: Extract some code into separate function.Thu, 16 May 2013 19:57:32 +0000, by reimar
-
Support 16-bit YUV on OpenGL ES.Thu, 16 May 2013 19:20:31 +0000, by reimar
-
Disable -pie on Windows, it causes issues withoutThu, 16 May 2013 18:22:53 +0000, by reimar