log

age author description
2012-05-22 reimar Use the same flags for the test as what will be used when
2012-05-22 ib Fix wrong (too large) height of filter combo box.
2012-05-22 iive 10l. Fix compilation with GUI enabled.
2012-05-21 ib Add Windows Media Station file (application/x-netshow-channel) support.
2012-05-21 ib Revise UTF-8 encoded subtitle file filter for file selector.
2012-05-21 ib Remove extensions .rmj and .rmm from playlist filter for file selector.
2012-05-21 reimar More extensive LIVE555 check that will fail with incompatible newer versions.
2012-05-21 al build: Fix vo directx configure check on Cygwin
2012-05-21 reimar Only try to get a "numbered" mpi for nonref DR.
2012-05-21 reimar vf_ass: fix running out of images and crashing.
2012-05-21 reimar Do not give out the same buffer to multiple mp_images.
2012-05-21 reimar Change MP_IMGTYPE_NUMBERED semantics.
2012-05-21 reimar Make array const and more compact.
2012-05-21 ib Add playlist support to the GUI.
2012-05-21 ib GUI updates for release.
2012-05-21 ib Enable translation of video and audio file filter items.
2012-05-21 ib Cosmetic: Arrange all file extensions alphabetically.
2012-05-21 ib Update video and audio file filter for file selector.
2012-05-21 ib Enable translation of other file filter item.
2012-05-21 ib Enable translation of external audio file filter items.
2012-05-21 ib Update external audio file filter for file selector.
2012-05-21 ib Enable translation of font file filter items.
2012-05-21 ib Enable translation of subtitle file filter items.
2012-05-21 ib Update subtitle file filter for file selector.
2012-05-21 ib Update Debian MIME type information.
2012-05-21 ib Update MimeType key in the desktop file.
2012-05-21 ib Add MIME type application/ogg for OGG streaming.
2012-05-20 reimar SDL OpenGL: add support for swapinterval option.
2012-05-20 reimar SDL: add support for quadbuffer stereo.
2012-05-20 reimar Change if() condition into #if.
2012-05-20 reimar Change some texture formats to synonyms that Mesa GLES accepts.
2012-05-20 reimar Make a glGetError function pointer available.
2012-05-20 reimar Remove commented-out nonsense code.
2012-05-20 reimar Do not needlessly modulate the texture color with the vertex color.
2012-05-20 ib Use unsigned int instead of type casting.
2012-05-20 ib Cosmetic: Adjust indent.
2012-05-20 ib Improve filter on file selector's file list.
2012-05-18 reimar Remove unused code from mp_get_mp3_header.
2012-05-18 reimar Only try to build vo gl with X11/win32 backends if these were detected.
2012-05-18 reimar More robust detection of SPARC CPUs.
2012-05-18 reimar Cosmetics: fix up indentations, get rid of a few lost tabs.
2012-05-18 reimar Some minor simplifications.
2012-05-18 reimar Use more appropriate types.
2012-05-18 reimar Make some tables const.
2012-05-18 reimar Return a spf value even when srate is NULL.
2012-05-18 reimar Take start offset into account when calculating amount of audio data.
2012-05-18 reimar Add some additional checks to ensure subtractions do not overflow.
2012-05-17 reimar Remove pointless global variables.
2012-05-17 reimar Fix hardware-acceleration broken by nonref_dr support.
2012-05-16 reimar Initialize "result" variable since FcFontMatch only sets it on failure.
2012-05-16 reimar Add result argument to second FcFontMatch argument, just like for the first.
2012-05-16 reimar Improve -dr descriptions.
2012-05-16 reimar Do not keep b_count/ip_count stuck at large numbers.
2012-05-16 reimar vo_gl: collect some frame statistics for DR.
2012-05-15 reimar Never default to force-pbo on non-x86.
2012-05-15 reimar Do not return void type and remove broken duplicate code.
2012-05-15 reimar Do not provide multiple B-frames for direct rendering.
2012-05-15 reimar Do not override mpctx->stream during free_demuxer.
2012-05-15 cehoyos Add some dv video fourcc's found by Piotr Bandurski.
2012-05-15 reimar Fix direct rendering for H.264.
2012-05-14 reimar Fix -fs with SDL-based vo gl.
2012-05-14 reimar Document -dr influence on video display speed.
2012-05-14 reimar Align glMapBuffer result.
2012-05-14 reimar Allow direct rendering for non-reference frames in H.264.