Wed, 08 May 2013 12:39:56 +0000 |
ib |
Fix resource leak.
|
Wed, 08 May 2013 12:37:28 +0000 |
ib |
Check return value to avoid segmentation fault.
|
Tue, 07 May 2013 20:39:18 +0000 |
reimar |
Avoid dead code and a memleak.
|
Tue, 07 May 2013 20:39:17 +0000 |
reimar |
Make 0 termination code more robust against future changes.
|
Tue, 07 May 2013 20:39:16 +0000 |
reimar |
Ensure 0-termination.
|
Tue, 07 May 2013 20:39:15 +0000 |
reimar |
Fix incorrect error printing code.
|
Tue, 07 May 2013 20:39:14 +0000 |
reimar |
Split init_vo and call only the necessary part from get_buffer.
|
Tue, 07 May 2013 20:39:13 +0000 |
reimar |
Some changelog updates.
|
Sun, 05 May 2013 17:02:35 +0000 |
reimar |
manpage: document -playlist being unsafe in its option description
|
Sun, 05 May 2013 17:02:33 +0000 |
reimar |
Allow parsing arbitrary files as playlist only
|
Sun, 05 May 2013 17:02:31 +0000 |
reimar |
Fix memory leak.
|
Sun, 05 May 2013 17:02:30 +0000 |
reimar |
Disable dangerous feature in ASX playlist parser.
|
Sun, 05 May 2013 07:27:33 +0000 |
reimar |
Update calculation of allocation size for direct rendering.
|
Sun, 05 May 2013 07:27:32 +0000 |
reimar |
Less strict check for width/height.
|
Sun, 05 May 2013 07:27:31 +0000 |
reimar |
Remove pointless cast.
|
Sun, 05 May 2013 07:27:29 +0000 |
reimar |
Add more information to error message.
|
Sat, 04 May 2013 21:55:52 +0000 |
reimar |
Make code simpler and more flexible.
|
Sat, 04 May 2013 21:44:42 +0000 |
reimar |
Fix matrixview color.
|
Sat, 04 May 2013 21:41:37 +0000 |
reimar |
Simplify and clean up code.
|
Sat, 04 May 2013 21:41:36 +0000 |
reimar |
Cosmetics, simplify end-of-string checks.
|
Sat, 04 May 2013 21:41:35 +0000 |
reimar |
Remove unnecessary and incorrect assignment.
|
Sat, 04 May 2013 20:01:40 +0000 |
reimar |
gl: support advanced processing for GLES2.
|
Sat, 04 May 2013 20:01:38 +0000 |
reimar |
Add some forgotten "const" to function arguments.
|
Sat, 04 May 2013 20:01:38 +0000 |
reimar |
Add a const.
|
Sat, 04 May 2013 15:20:47 +0000 |
reimar |
Provide dummy glColor4ub glTexEnvi functions.
|
Sat, 04 May 2013 15:20:46 +0000 |
reimar |
Remove unused mpglTexEnvf.
|
Sat, 04 May 2013 15:20:45 +0000 |
reimar |
Remove glMatrixMode and glLoadIdentity functions.
|
Sat, 04 May 2013 15:20:43 +0000 |
reimar |
Add hack to support strides with GLES.
|
Sat, 04 May 2013 15:20:42 +0000 |
reimar |
Avoid glColor4f, use glColor4ub instead.
|
Sat, 04 May 2013 13:28:14 +0000 |
reimar |
Switch OpenGL ES renderer to 2.0.
|
Sat, 04 May 2013 11:15:19 +0000 |
reimar |
Remove now unused function pointers.
|
Sat, 04 May 2013 11:13:58 +0000 |
reimar |
Avoid PushMatrix/PopMatrix.
|
Sat, 04 May 2013 10:30:07 +0000 |
reimar |
Simplify drawing OpenGL vertices.
|
Sat, 04 May 2013 09:44:44 +0000 |
reimar |
Search GLES library in more locations.
|
Sat, 04 May 2013 09:44:42 +0000 |
reimar |
Minor simplification.
|
Sat, 04 May 2013 04:09:21 +0000 |
jrash |
sync with en/mplayer.1 rev. 36213
|
Fri, 03 May 2013 19:30:20 +0000 |
reimar |
Add documentation about Android -vo gl mode.
|
Fri, 03 May 2013 18:52:54 +0000 |
cigaes |
input: add an option to set the default pausing mode.
|
Fri, 03 May 2013 13:20:27 +0000 |
ib |
Relocate definition of DXR3Config.
|
Thu, 02 May 2013 22:30:29 +0000 |
reimar |
Also add ordinary 422P support for libopenjpeg.
|
Thu, 02 May 2013 22:26:20 +0000 |
reimar |
Support decoding of ordinary YV12 j2k.
|
Thu, 02 May 2013 19:44:29 +0000 |
reimar |
Avoid 3D texture with border.
|
Wed, 01 May 2013 22:45:26 +0000 |
reimar |
Add forgotten switch back to texture unit 0.
|
Wed, 01 May 2013 19:06:51 +0000 |
reimar |
Use better default for YUV mode autodetection.
|
Wed, 01 May 2013 18:52:42 +0000 |
reimar |
Add xyz support for -vo gl.
|
Wed, 01 May 2013 18:52:41 +0000 |
reimar |
Fix XYZ conversion matrix.
|
Wed, 01 May 2013 18:52:40 +0000 |
reimar |
Support determining texture format for XYZ format.
|
Wed, 01 May 2013 18:52:39 +0000 |
reimar |
Synchronize settings for native and libopenjpeg j2k decoders.
|
Wed, 01 May 2013 18:52:38 +0000 |
reimar |
Fix bpp calculation for XYZ format.
|
Wed, 01 May 2013 18:46:08 +0000 |
reimar |
Fix define value.
|
Wed, 01 May 2013 18:27:38 +0000 |
reimar |
Enable/disable extra instructions for gamma correction
|
Wed, 01 May 2013 11:18:58 +0000 |
cehoyos |
Support playback of JPEG 2000 digital cinema files.
|
Tue, 30 Apr 2013 13:10:27 +0000 |
ib |
Revise signal callback function doxygen comments.
|
Tue, 30 Apr 2013 12:48:41 +0000 |
ib |
Add doxygen comment.
|
Tue, 30 Apr 2013 12:43:06 +0000 |
ib |
Cosmetic: Prefer hyphen to underline in signal names.
|
Tue, 30 Apr 2013 12:26:59 +0000 |
ib |
Rename on_FileSelect_key_release_event() fs_key_release_event().
|
Tue, 30 Apr 2013 12:03:33 +0000 |
ib |
Set focus to fsFNameList after a combo box selection.
|
Tue, 30 Apr 2013 11:57:18 +0000 |
ib |
Cosmetic: Adjust indent.
|
Tue, 30 Apr 2013 11:52:15 +0000 |
ib |
Redesign on_FileSelect_key_release_event().
|
Tue, 30 Apr 2013 10:46:11 +0000 |
ib |
Remove signal "activate" handling.
|