log

age author description
2011-09-25 cehoyos Support act files with -demuxer lavf.
2011-09-23 cehoyos Change name of LGPL'd ProRes decoder.
2011-09-23 diego configure: drop extra standard compiler/linker flags for *BSD systems
2011-09-23 diego vidix: Add two more ATI Rage Mobility hardware IDs.
2011-09-23 diego stream_bluray: switch to new libbluray API
2011-09-23 cehoyos There is a second prores decoder in FFmpeg now.
2011-09-23 cehoyos The GPL'd FFmpeg prores decoder changed its name.
2011-09-21 ib Force redraw of main window after playback has ended.
2011-09-21 ib Replace numeric constant for cursor autohide time by symbolic constant.
2011-09-21 ib Add cursor autohide functionality to the GUI.
2011-09-21 ib Hide cursor during playback in GUI.
2011-09-21 ib Don't hide or show cursor if attached to an existing window.
2011-09-21 cehoyos Support decoding speex in f4v.
2011-09-21 cehoyos FFmpeg supports decoding ProRes 4444.
2011-09-21 cehoyos Add 444P10 support.
2011-09-20 diego Update entry for FFmpeg in Copyright file after move to single directory.
2011-09-20 compn add native ffmpeg amrwb decoder
2011-09-19 reimar Get rid of X11_FULLSCREEN.
2011-09-19 reimar Remove unnecessary #ifdefs from header file.
2011-09-18 cehoyos Use FFmpeg ProRes if both libopencore libraries are not enabled.
2011-09-17 reimar Fix broken indentation due to a tab that slipped in.
2011-09-17 reimar Get rid of usage of deprecated palctrl which no longer works anyway.
2011-09-17 reimar Get rid of a few munged-in tabs.
2011-09-17 cehoyos FFmpeg supports Creative JPEG codec.
2011-09-15 cehoyos Add fourccs for FFmpeg ProRes decoder.
2011-09-15 cehoyos Disable FFmpeg ProRes for now: It does not like libopencore*.
2011-09-13 diego doc: update Italian man page
2011-09-13 compn add remaining avc-intra isom's from ffmpeg to h264 decoders
2011-09-13 compn add disabled ffrawnv12
2011-09-12 diego libass: consistently #include sub/ass_mp.h without #ifdefs
2011-09-12 diego libass: always use sub/mp_ass.h instead of #including libass headers directly
2011-09-11 reimar Update included libass copy to 0.9.13 release.
2011-09-10 jrash sync with en/mplayer.1 rev. 34076
2011-09-09 ib Replace comment for wsFullScreen() by doxygen comment.
2011-09-09 ib Collect EWMH and non-EWMH code in wsFullScreen() by an if-else statement.
2011-09-09 ib Remove disabled DPMS code in ws.c.
2011-09-09 ib Replace vo_x11_decoration() call by wsWindowDecoration() in wsFullScreen().
2011-09-09 ib Replace vo_x11_setlayer() calls by wsSetLayer() in wsFullScreen().
2011-09-09 ib Cosmetic changes at ontop code in wsFullScreen().
2011-09-09 ib Port r14245 change to wsFullScreen().
2011-09-09 ib Port r12124 change to wsFullScreen().
2011-09-09 ib Place XWithdrawWindow() before window decor changes in wsFullScreen().
2011-09-09 ib Move an assignment in wsFullScreen().
2011-09-09 ib Cosmetic: Rename all Display parameters dsp dpy.
2011-09-08 ib Preserve x and y position of a double-size window if possible.
2011-09-08 ib Preserve x and y position of a half-size window.
2011-09-08 ib Remove variable decoration in wsFullScreen().
2011-09-08 ib Move common code to new function wsWindowPosition().