log

age author description
2013-06-15 reimar Ensure surfaces are cleared after resize.
2013-06-15 reimar Fix issues with glibc on 32 bit.
2013-06-12 reimar Simplify texture coordinate calculation.
2013-06-12 reimar Merge the 3 different drawing steps.
2013-06-12 reimar Remove array that always contains only 0.
2013-06-12 reimar Remove a special-case that doesn't really make much
2013-06-12 reimar Use only one single texture.
2013-06-12 reimar Fix texture coordinates and number of characters.
2013-06-12 reimar Simplify blend function used.
2013-06-12 reimar Remove unused depth test code.
2013-06-12 reimar Remove code related to unused lighting.
2013-06-12 reimar gl: Ensure gpu_def_sl_program is correctly initialized.
2013-06-12 ib Revert r36287.
2013-06-11 reimar vo_gl: Make yuv=8 compatible with OpenGL in addition to OpenGL ES.
2013-06-11 reimar vo_aa: Specifying a single option should only change the
2013-06-11 reimar Ensure that the allocated surface is always large enough.
2013-06-10 reimar vo_gl: Fix chroma with rectangle=1.
2013-06-10 reimar Fix compilation, remove assignment of variable that was removed due
2013-06-09 jrash sync with en/mplayer.1 rev. 36297
2013-06-09 reimar Remove some unused code that has no effect.
2013-06-09 reimar Remove some now unused code.
2013-06-09 reimar Redraw on expose even if not paused.
2013-06-09 reimar matrixview: redraw image while scaling on OSX.
2013-06-09 reimar Remove unnecessary wrapper function.
2013-06-09 reimar Remove unused arguments, add "const"
2013-06-09 reimar Matrixview: fix getting only blank screen on OSX.
2013-06-09 reimar Change hack to use a solution that will work more generally.
2013-06-09 reimar OpenGL OSX: Do not set up aspect etc. for a hidden window.
2013-06-09 reimar gl_tiled vo can be compiled and work on OSX as well.
2013-06-09 reimar vo_gl_tiled: ensure variables are always initialized.
2013-06-09 reimar vo_gl_tiled: fix YUV conversion.
2013-06-09 reimar Remove unused arguments.
2013-06-09 reimar Extract window creation code to common file.
2013-06-09 reimar Fix inverted condition caused by a last-minute change from strcmp to strstr.
2013-06-09 reimar Detect one more case of software OpenGL implementation.
2013-06-09 reimar Move gl_nosw out of CONFIG_X11 ifdef.
2013-06-09 reimar Add hack to fix compilation issues on OSX with broken libiconv.
2013-06-09 reimar Fully uninitialize EGL.
2013-06-09 reimar Set GL_UNPACK_ROW_LENGTH even for GLES.
2013-06-09 reimar SwapInterval support for GLES/EGL.
2013-06-09 reimar Cosmetics: remove tabs that slipped in by accident.
2013-06-09 reimar Add support for printing available egl configs.
2013-06-07 reimar vo_gl: some Android fixes.
2013-06-06 reimar Do not lose OSD and subtitles on resize.
2013-06-06 reimar Handle expose event also when not paused and do not draw
2013-06-06 reimar Fix expose event redraw to actually redraw the correct frame.
2013-06-06 reimar VDPAU: fix RGBA output to use a surface of correct size and to redraw on resize.
2013-06-05 reimar Update #if for previous commit, fixes compilation for cases
2013-06-04 reimar Remove unnecessary condition.
2013-06-03 reimar Cosmetics: fix indentation.
2013-06-03 reimar Add (no)connect option to ao_jack.
2013-06-03 cehoyos Support Go2Meeting v4 via Kostya's decoder in FFmpeg.
2013-06-01 cehoyos mcdeint: avoid uninited data read
2013-06-01 jrash sync with en/mplayer.1 rev. 36283
2013-05-28 reimar Try to support -monitor-orientation with VDPAU.
2013-05-28 reimar Fix border-pos handling.
2013-05-27 reimar Make comment clearer.
2013-05-26 ib Handle events while waiting for window being mapped.
2013-05-26 ib Cosmetic: Adjust indent.
2013-05-26 ib Relocate internal wsWindowList registration code.
2013-05-26 ib Define new_gpu_program() conditionally.
2013-05-26 ib Remove unused variable.
2013-05-25 reimar Discard parts that we do not actually care about instead of
2013-05-25 reimar Apply forgotten move of apply_border_pos function.
2013-05-25 reimar border_pos support for a few more vos.
2013-05-25 reimar Add options to determine where borders will be added when adjusting for aspect.
2013-05-24 reimar Fix typo in parameter name.
2013-05-24 reimar Remove incorrect comment, FFmpeg decoder supports 10 bit.
2013-05-18 jrash sync with en/mplayer.1 rev. 36267
2013-05-17 reimar Rename HAVE_CMOV to HAVE_I686 for FFmpeg.
2013-05-17 cehoyos Do not prefer the binary AIC decoder over FFmpeg's.
2013-05-17 cehoyos Support FFmpeg Apple Intermediate Decoder.
2013-05-16 reimar vo_gl: Extract some code into separate function.
2013-05-16 reimar Support 16-bit YUV on OpenGL ES.
2013-05-16 reimar Disable -pie on Windows, it causes issues without
2013-05-16 reimar Enable atomics.
2013-05-16 reimar Fix -monitor-orientation option name in changelog.
2013-05-15 cehoyos Support audio in GameCube rsd files.
2013-05-15 cehoyos Support Nintendo Gamecube DTK files.
2013-05-13 reimar Do not pass random unsupported data to encoder.
2013-05-13 reimar Add support for rotating the video via OpenGL.
2013-05-13 reimar Add NV12/NV21 support to some helper functions.
2013-05-12 jrash sync with en/mplayer.1 rev. 36241
2013-05-09 reimar Avoid duplicating the mouse button handling.
2013-05-09 reimar Avoid duplicating the mouse autohide code.
2013-05-09 reimar Handle X events even while waiting for a map event.
2013-05-09 reimar Remove debug printfs that have not been used in ages.
2013-05-09 reimar Remove XSelectInput and XSync call that do not seem to serve any purpose.
2013-05-09 reimar Avoid using swab()
2013-05-09 reimar Fix indentation.
2013-05-09 reimar Simplify check whether byte swapping is necessary.
2013-05-09 reimar Add comment about -wid on Android to Changelog.
2013-05-09 reimar Add script that submits a Coverity scan in an automated way.
2013-05-09 reimar Make parser allocation work if a codec was forced.
2013-05-09 reimar Support -wid on Android.
2013-05-09 reimar Remove pointless function arguments.
2013-05-08 ib Fix resource leak.
2013-05-08 ib Check return value to avoid segmentation fault.
2013-05-07 reimar Avoid dead code and a memleak.
2013-05-07 reimar Make 0 termination code more robust against future changes.
2013-05-07 reimar Ensure 0-termination.
2013-05-07 reimar Fix incorrect error printing code.
2013-05-07 reimar Split init_vo and call only the necessary part from get_buffer.
2013-05-07 reimar Some changelog updates.
2013-05-05 reimar manpage: document -playlist being unsafe in its option description
2013-05-05 reimar Allow parsing arbitrary files as playlist only
2013-05-05 reimar Fix memory leak.
2013-05-05 reimar Disable dangerous feature in ASX playlist parser.
2013-05-05 reimar Update calculation of allocation size for direct rendering.
2013-05-05 reimar Less strict check for width/height.
2013-05-05 reimar Remove pointless cast.
2013-05-05 reimar Add more information to error message.
2013-05-04 reimar Make code simpler and more flexible.
2013-05-04 reimar Fix matrixview color.
2013-05-04 reimar Simplify and clean up code.
2013-05-04 reimar Cosmetics, simplify end-of-string checks.
2013-05-04 reimar Remove unnecessary and incorrect assignment.
2013-05-04 reimar gl: support advanced processing for GLES2.
2013-05-04 reimar Add some forgotten "const" to function arguments.
2013-05-04 reimar Add a const.
2013-05-04 reimar Provide dummy glColor4ub glTexEnvi functions.
2013-05-04 reimar Remove unused mpglTexEnvf.
2013-05-04 reimar Remove glMatrixMode and glLoadIdentity functions.
2013-05-04 reimar Add hack to support strides with GLES.
2013-05-04 reimar Avoid glColor4f, use glColor4ub instead.
2013-05-04 reimar Switch OpenGL ES renderer to 2.0.
2013-05-04 reimar Remove now unused function pointers.
2013-05-04 reimar Avoid PushMatrix/PopMatrix.
2013-05-04 reimar Simplify drawing OpenGL vertices.
2013-05-04 reimar Search GLES library in more locations.
2013-05-04 reimar Minor simplification.
2013-05-04 jrash sync with en/mplayer.1 rev. 36213
2013-05-03 reimar Add documentation about Android -vo gl mode.
2013-05-03 cigaes input: add an option to set the default pausing mode.
2013-05-03 ib Relocate definition of DXR3Config.
2013-05-02 reimar Also add ordinary 422P support for libopenjpeg.
2013-05-02 reimar Support decoding of ordinary YV12 j2k.
2013-05-02 reimar Avoid 3D texture with border.
2013-05-01 reimar Add forgotten switch back to texture unit 0.
2013-05-01 reimar Use better default for YUV mode autodetection.
2013-05-01 reimar Add xyz support for -vo gl.
2013-05-01 reimar Fix XYZ conversion matrix.
2013-05-01 reimar Support determining texture format for XYZ format.
2013-05-01 reimar Synchronize settings for native and libopenjpeg j2k decoders.
2013-05-01 reimar Fix bpp calculation for XYZ format.
2013-05-01 reimar Fix define value.
2013-05-01 reimar Enable/disable extra instructions for gamma correction
2013-05-01 cehoyos Support playback of JPEG 2000 digital cinema files.
2013-04-30 ib Revise signal callback function doxygen comments.
2013-04-30 ib Add doxygen comment.
2013-04-30 ib Cosmetic: Prefer hyphen to underline in signal names.
2013-04-30 ib Rename on_FileSelect_key_release_event() fs_key_release_event().
2013-04-30 ib Set focus to fsFNameList after a combo box selection.
2013-04-30 ib Cosmetic: Adjust indent.
2013-04-30 ib Redesign on_FileSelect_key_release_event().
2013-04-30 ib Remove signal "activate" handling.
2013-04-30 ib Fix segmentation fault.
2013-04-30 cehoyos Support playing VC-1 in transport streams with -demuxer lavf.
2013-04-29 ib Move declaration into scope where variable is used.
2013-04-29 ib Merge declaration and assignment.
2013-04-29 ib Cosmetic: Adjust indent.
2013-04-29 ib Check return value to avoid segmentation fault.
2013-04-29 ib Set file prior to adding to the URL list.
2013-04-29 ib Remove pointless cast.
2013-04-29 ib Cosmetic: Adjust indent.
2013-04-29 ib Don't strdup the URL.
2013-04-29 ib Check return value to avoid segmentation fault.
2013-04-29 ib Remove pointless code.
2013-04-29 ib Be more precise about type.
2013-04-29 ib Cosmetic: Insert blank line and relocate statement.
2013-04-26 reimar Remove the broken -bluray-chapter option.
2013-04-26 reimar Make -chapter always available, even when compiled without DVD support.
2013-04-26 reimar br://: Fix querying current chapter.
2013-04-18 cboesch Add support for AV_CODEC_ID_ASS.
2013-04-15 jrash sync with en/mplayer.1 rev. 36136
2013-04-11 reimar Remove some nonsense code, align with X11 implementation.
2013-04-05 reimar Ensure we call init_vo at the end of get_format to ensure the vo is properly initialized.
2013-04-05 reimar Do not try with scale filter etc. when the format is a HWACCEL format.
2013-04-05 reimar Detect invalid data from FFmpeg.
2013-04-05 ib Make comment a doxygen comment.
2013-04-05 ib Revise gtkEvents().
2013-04-05 ib Rename gtkEventHandling() gtkEvents().
2013-04-05 ib Remove gtkEventHandling().
2013-04-05 ib Add comment.
2013-04-04 ib Remove commented code.
2013-04-04 ib Don't allow the URL dialog to be vertically user-resizable.
2013-04-04 ib Don't allow the URL dialog to be user-shrinkable.
2013-04-04 ib Don't allow the file selector to be user-shrinkable.
2013-04-04 ib Fix parameter auto_shrink.
2013-04-04 ib Don't allow the message box to be user-resizable.
2013-04-04 ib Don't allow the file selector to be user-shrinkable.
2013-04-04 ib Fix parameter auto_shrink.
2013-04-04 ib Don't allow the about box to be user-resizable.
2013-04-04 ib Remove GTK_WIDGET_SET_FLAGS(, GTK_CAN_DEFAULT).
2013-04-04 ib Don't set (too small) height.
2013-04-04 ib Avoid casts by passing an existing pointer.
2013-04-04 ib Change some class hint names.
2013-04-04 ib Cosmetic: Rename GMPlayer definition gmplayer.
2013-04-04 ib Define "MPlayer" string.
2013-04-04 ib Remove all gtk_widget_set_name() calls.
2013-04-04 ib Remove all gtk_object_set_data() calls.
2013-04-04 ib Cosmetic: Rename signal handler function.
2013-04-04 ib Cosmetic: Rename static variables.
2013-04-03 ib Cosmetic: Rearrange definitions.
2013-04-03 ib Cosmetic: Rename variable and correct spelling.
2013-04-03 ib Cosmetic: Adjust indent.
2013-04-03 ib Remove unnecessary initialization.
2013-04-03 ib Cosmetic: Switch conditions (for consistency).
2013-04-03 ib Cosmetic: Rename variables (consistently).
2013-04-03 reimar Add limited -endpos support when dumping.
2013-04-03 reimar Add workaround to allow compiling 64 bit MPlayer with clang on OSX.
2013-04-01 ib Group and sort #includes, remove unneeded ones.
2013-04-01 reimar Revert r36098, it breaks compilation on x86-64 Linux.
2013-04-01 reimar Print a message before fetching a new FFmpeg version.
2013-04-01 ib Cosmetic: Don't mix #includes with variable definitions.
2013-04-01 ib Make #defines enums.
2013-04-01 ib Remove pointless #defines.
2013-04-01 ib Move function declaration where it belongs.
2013-04-01 ib Cosmetic: Order declarations alphabetically.
2013-03-31 ib Cosmetic: Rearrange #includes.
2013-03-31 ib Move variable declarations and definitions where they belong.
2013-03-31 ib Move variable declarations where they belong.
2013-03-31 ib Move variable declarations and definitions where they belong.
2013-03-31 ib Make variable DVDSubMenu static.
2013-03-31 ib Remove unused declaration.
2013-03-31 ib Remove unnecessary #includes.
2013-03-31 ib Remove unused declaration.
2013-03-31 ib Move gtkFindCList() to tools.c.
2013-03-31 ib Cosmetic: Prefix all functions in dialog/tools.c with gtk.
2013-03-31 ib Cosmetic: Relocate gtkSelectInCList().
2013-03-31 ib Make gtkSetDefaultToCList() static.
2013-03-31 ib Remove unused gtkClearList().
2013-03-31 ib Cosmetic: Rename gtkActive() gtkRaise().
2013-03-31 ib Add, group and sort #includes, remove unneeded ones.
2013-03-31 ib Cosmetic: Format to MPlayer coding style.
2013-03-31 ib Cosmetic: Rearrange code.
2013-03-31 ib Rephrase positively.
2013-03-31 ib Add, group and sort #includes, remove unneeded ones.
2013-03-31 ib Replace #include.
2013-03-31 ib Cosmetic: Format to MPlayer coding style.
2013-03-31 ib Remove pointless replacement lists.
2013-03-30 ib Silence "warning: unused parameter".
2013-03-30 ib Remove WidgetDestroy().
2013-03-30 ib Don't use WidgetDestroy().
2013-03-30 ib There is no need to hide the widget prior to destruction.
2013-03-30 reimar Avoid declaring loop variables inside the for()
2013-03-30 reimar Add -heartbeat-interval option.
2013-03-30 upsuper Move PIC detection to the front of PIE added.
2013-03-29 ib Remove HidePreferences(), HideAudioConfig() and HideDXR3Config().
2013-03-29 ib Remove HideEqualizer() and HideEquConfig().
2013-03-29 ib Remove HideFileSelect().
2013-03-29 ib Remove HidePlaylist().
2013-03-29 ib Remove HideSkinBrowser().
2013-03-29 ib Make HideEquConfig() static.
2013-03-29 ib Remove HideURLDialog().
2013-03-29 ib Cosmetic: Rename the functions creating the dialogs.