]> git.sesse.net Git - vlc/shortlog
vlc
2014-10-18 David Fuhrmannm4: fix detection of supported "-Wxxx" flags with clang
2014-10-17 Francois Cartegniedemux: mp4: add minimal support for exclusive tracks
2014-10-17 Francois Cartegniedemux: libmp4: add tsel atom
2014-10-17 Jean-Baptiste... Tools: Update pkg-config-lite to 0.28-1
2014-10-17 Jean-Baptiste... Configure: use AC_PATH_PROG for yasm detection
2014-10-17 Jean-Baptiste... Configure: check protoc with AC_PATH_PROG
2014-10-17 Jean-Baptiste... Configure: more elegant check of tools bin folder
2014-10-17 Jean-Baptiste... Configure: fix tools PATH
2014-10-17 Jean-Baptiste... configure: add tools from extras/tools to the PATH
2014-10-17 Jean-Baptiste... Tools: create also the lib folder for ant
2014-10-17 Jean-Baptiste... Tools: create directories before cp into them
2014-10-16 Francois Cartegniedemux: mp4: don't display zero trkn total
2014-10-16 Francois Cartegniedemux: mp4: add some missing raw audio atom/rules
2014-10-16 Francois Cartegniedemux: libmp4: split major brands from atoms
2014-10-16 Francois Cartegniedemux: libmp4: add flvr atom
2014-10-16 Francois Cartegniedemux: libmp4: add xid_ atom
2014-10-16 Francois Cartegniedemux: libmp4: add rtng atom
2014-10-16 Francois Cartegniedemux: libmp4: add itunes special atoms
2014-10-16 Francois Cartegniedemux: libmp4: add support for disk meta
2014-10-16 Francois Cartegniedemux: mp4: remove special handler for atom gnre
2014-10-16 Francois Cartegniedemux: mp4: remove special handler for trkn atom
2014-10-16 Francois Cartegniedemux: libmp4: move out data blob rules
2014-10-16 Francois Cartegniedemux: mp4: rewrite meta handling
2014-10-16 Francois Cartegniedemux: libmp4: add define for handlers
2014-10-16 Francois Cartegniedemux: mp4: use data type for cover
2014-10-16 Francois Cartegniedemux: libmp4: read ilst as indexed list
2014-10-16 Francois Cartegniedemux: libmp4: add support for index prefixed atom...
2014-10-16 Francois Cartegniedemux: libmp4: simplify dump code
2014-10-16 Francois Cartegniedemux: libmp4: fix reading data atom
2014-10-16 Francois Cartegniedemux: libmp4: add meta keys atom
2014-10-16 Francois Cartegniedemux: mp4: remove useless header
2014-10-16 Rémi Denis... Wayland: check HAVE_WAYLAND_EGL
2014-10-16 Jean-Baptiste... VSXU: fix build
2014-10-16 Rémi Denis... Wayland/shell: implement basic window size handling
2014-10-16 Rémi Denis... Wayland/shell: fix NULL dereference in pathological...
2014-10-16 Rémi Denis... Wayland/screen: remove useless callbacks
2014-10-16 Rémi Denis... vout: pass only a boolean to VOUT_DISPLAY_CHANGE_FULLSC...
2014-10-16 Rémi Denis... mmal: do not pretend to support fullscreen toggle
2014-10-16 Rémi Denis... vout: ignore CHANGE_DISPLAY_SIZE failure
2014-10-16 Rémi Denis... caca: do not pretend to support resize
2014-10-16 Rémi Denis... egl: add Wayland extended platform support
2014-10-16 Rémi Denis... gl: add resize callback
2014-10-16 Rémi Denis... MMAL: check that the vout is not windowed
2014-10-16 Rémi Denis... SDL: check that the vout is not windowed
2014-10-16 Rémi Denis... iOS: check that the vout is not windowed
2014-10-16 Rémi Denis... Linux FB: check that the vout is not windowed
2014-10-16 Rémi Denis... DirectFB: check that the vout is not windowed
2014-10-16 Rémi Denis... caca: check that the vout is not windowed
2014-10-16 Rémi Denis... vout: remove dummy vout support (no longer used)
2014-10-16 Rémi Denis... vout: privatize vout_display functions
2014-10-16 Rémi Denis... gl: do not specify a type for the requested window
2014-10-16 Rémi Denis... vout: remove no longer used VOUT_DISPLAY_GET_OPENGL
2014-10-16 Rémi Denis... vout: remove redundant fullscreen initialization
2014-10-16 Rémi Denis... vout: set fullscreen mode window straight away
2014-10-16 Rémi Denis... vsxu: use vlc_gl_surface_* helpers
2014-10-16 Rémi Denis... projectM: use vlc_gl_surface_* helpers
2014-10-16 Rémi Denis... projectM: remove redundant vlc_savecancel()
2014-10-16 Rémi Denis... glspectrum: use vlc_gl_surface_* helpers
2014-10-16 Rémi Denis... vout: add helpers for OpenGL context without video...
2014-10-16 Rémi Denis... vout: remove unreachable GET_OPENGL controls
2014-10-16 Rémi Denis... vout: remove unimplemented GET_OPENGL controls
2014-10-16 Rémi Denis... vout: remove dead fullscreen code in display plugins
2014-10-16 Rémi Denis... vout: set fullscreen directly on window rather than...
2014-10-16 Rémi Denis... vout: remove duplicated on-top and wallpaper variables...
2014-10-16 Rémi Denis... vout: remove display-level window state except on Windo...
2014-10-16 Rémi Denis... vout: eliminate dead window state code
2014-10-16 Rémi Denis... vout: pass window state control directly to the window
2014-10-16 Rémi Denis... vout: initialize window state (above or below) straight...
2014-10-16 Rémi Denis... vout: privatize vout_SetWindowState()
2014-10-16 Rémi Denis... ios: remove incorrect handling of window state change
2014-10-16 Rémi Denis... vout: remove is_forced parameter in display size change...
2014-10-16 Rémi Denis... Linux FB: remove stub controls
2014-10-16 Rémi Denis... DirectFB: remove stub controls
2014-10-16 Rémi Denis... caca: remove dummy resize code
2014-10-16 Rémi Denis... vout: request resize directly from the window rather...
2014-10-16 Rémi Denis... XCB: remove display-level close event
2014-10-16 Rémi Denis... XCB/window: implement close event
2014-10-16 Rémi Denis... window: dispatch the close event to the vout thread
2014-10-16 Rémi Denis... window: define close event
2014-10-16 Rémi Denis... Wayland: remove display-level resize events
2014-10-16 Rémi Denis... XCB: remove display-level resize events
2014-10-16 Rémi Denis... Qt: emit video window resize events
2014-10-16 Rémi Denis... Wayland/shell: emit window size events
2014-10-16 Rémi Denis... XCB/window: catch resize events
2014-10-16 Rémi Denis... vout: dispatch window events to the display events...
2014-10-16 Rémi Denis... vout: remove no longer used display size event parameter
2014-10-16 Rémi Denis... vout: save previous display size regardless of the...
2014-10-16 Rémi Denis... vout: add window owner structure and resize event
2014-10-16 Rémi Denis... yuv: remove stub controls
2014-10-16 Rémi Denis... vmem: remove stub controls
2014-10-16 Rémi Denis... DeckLink: remove stub controls
2014-10-16 Rémi Denis... vout: create the window just once at startup
2014-10-16 Rémi Denis... vout: remove a tautology and simplify
2014-10-16 Rémi Denis... yuv: destroy the vout window if any
2014-10-16 Rémi Denis... vmem: destroy the vout window if any
2014-10-16 Rémi Denis... vdummy: destroy the vout window if any
2014-10-16 Rémi Denis... Direct3D: destroy the window if any when in desktop...
2014-10-16 Rémi Denis... decklink: destroy the vout window if any
2014-10-16 Rémi Denis... android: check that the vout is not windowed
2014-10-16 Rémi Denis... vout: add vout_display_IsWindowed() helper
next