]> git.sesse.net Git - vlc/history - modules
Fixed some functions prototypes in opengl.
[vlc] / modules /
2011-05-29 Laurent AimarFixed some functions prototypes in opengl.
2011-05-29 Laurent AimarFixed opengl compilation for win32 and maybe some linux...
2011-05-29 Laurent AimarExtended vout_display_opengl_Prepare() with a subpictur...
2011-05-29 Rémi Denis-CourmontDisable GL ES1 (does not compile anymore)
2011-05-29 Laurent AimarAdded YUV(planar)->RGB conversion support to opengl...
2011-05-29 Laurent AimarImproved the way picture are allocated in opengl.
2011-05-29 Laurent AimarExtended vout_display_opengl_GetPool() to take the...
2011-05-29 Laurent AimarAdded preliminary support for multiple textures per...
2011-05-29 Laurent AimarDefined texture format/type at runtime (opengl).
2011-05-29 Laurent AimarPrepare for fragment program support in opengl.
2011-05-28 Laurent AimarAdded missing config.h include (opengl)
2011-05-28 Laurent AimarFixed potential segfault on error with mkv demuxer.
2011-05-28 Rémi Denis-CourmontDead code
2011-05-28 Rémi Denis-CourmontXCB/window: remove the Matchbox hack
2011-05-26 Rémi Denis-CourmontRemove debug
2011-05-26 Rémi Denis-CourmontXCB/screen: use Composite to capture windows
2011-05-26 Rémi Denis-CourmontXCB/screen: memory leak
2011-05-26 Rémi Denis-CourmontXCB/screen: remove non-very-sensical pause
2011-05-26 Rémi Denis-CourmontRemove vlc_object_find_name() search mode parameter
2011-05-26 Rémi Denis-CourmontSearch child of playlist rather than anywhere
2011-05-26 Rémi Denis-CourmontLUA: remove find_name() before something starts to...
2011-05-26 Rémi Denis-CourmontQt4: remove Linux DVB device spin box
2011-05-26 Rémi Denis-CourmontDVB: remove unused parameter
2011-05-26 Rémi Denis-CourmontLinux DVB: deprecate --dvb-device
2011-05-26 Rémi Denis-CourmontLinux DVB: automatically select a suitable frontend...
2011-05-25 Laurent AimarCorrected parameters given to glTexSubImage2D.
2011-05-25 Laurent AimarUsed vlc_memalign in opengl.c
2011-05-25 Laurent AimarMerged vout_display_opengl_ResetTextures() into vout_di...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarImproved "non power of 2" texture support detection...
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarNo functionnal changes (opengl).
2011-05-25 Laurent AimarRemoved unused defines (opengl).
2011-05-25 Laurent AimarMade VLCGL_TEXTURE_COUNT private.
2011-05-25 Laurent AimarFixed win32 compilation.
2011-05-25 Laurent AimarMade vout_display_opengl_t private.
2011-05-25 Rémi Denis-CourmontEGL: implement GetProcAddress
2011-05-25 Rémi Denis-CourmontLinux DVB: always open demux/dvr0 (and ca0)
2011-05-25 Laurent AimarImplemented vlc_gl_t::getProcAddress() for glwin32.
2011-05-25 Laurent AimarImplemented vlc_gl_t::getProcAddress() for glx.
2011-05-25 Laurent AimarAdded vlc_gl_t::getProcAddress() declaration.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-05-25 Rémi Denis-CourmontAlways create a new object with the parent object
2011-05-25 Rémi Denis-CourmontRemove unused FIND_PARENT
2011-05-25 Rémi Denis-CourmontHTTP: remove --http-use-IE-proxy and assume it is alway...
2011-05-25 Rémi Denis-CourmontHTTP: kill useless --http-max-redirects
2011-05-25 Rémi Denis-CourmontHTTP: use a single variable to track redirections
2011-05-25 Jean-Baptiste KempfQt: fix playback start if VLC was minimized
2011-05-25 Jean-Baptiste KempfQt: simplify
2011-05-25 Jean-Baptiste KempfQt: Solve issue with alwaysOnTop and fullscreen conflicting
2011-05-24 Jean-Baptiste KempfTaglib: do not write 0 as track position if tracknumber...
2011-05-23 Yuval TzeQt: synchronization: subtitles duration parameter
2011-05-23 Laurent AimarRemoved useless vlc_thread_set_priority() calls in...
2011-05-22 Jean-Baptiste KempfQt: provide a button to open subtitle
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-05-22 Laurent AimarConverted aout waveout to vlc_clone().
2011-05-22 Laurent AimarConverted aout directx to vlc_clone().
2011-05-22 Jean-Baptiste KempfPlaylist: fix scrolling events in selector
2011-05-22 Jean-Baptiste KempfAVI: try again to fix metadata issue: #4765
2011-05-22 Felix Paul Kühnemacosx: remove references to VLCIntf from the EyeTV...
2011-05-22 Jean-Baptiste KempfQt: mediainfo, difference between URI and URL
2011-05-22 Jean-Baptiste KempfQt: add popupAddToPlaylist
2011-05-22 Jean-Baptiste KempfQt: change shortcut in info dialog
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-22 Jean-Baptiste KempfMKV: rename functions to match better the actual implem...
2011-05-22 Jean-Baptiste KempfMKV: privatize methods in virtual_segment_t
2011-05-21 Jean-Baptiste KempfMKV: privatize matroska_segment_c methods
2011-05-21 Laurent AimarConverted portaudio to vlc_clone() and fix vlc_cond_wai...
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-05-21 Laurent AimarReworked how the event thread works in mkv demuxer.
2011-05-21 Felix Paul Kühnemacosx: fixed another crash after the video stopped...
2011-05-21 Jean-Baptiste KempfQt: remove unused variable
2011-05-21 Rémi Denis-CourmontASX: fix NULL derefence (LP#785979)
2011-05-20 Laurent AimarConverted oss to vlc_clone().
2011-05-20 Laurent AimarConverted ml_watch to vlc_clone().
2011-05-20 Laurent AimarConverted bonjour module to vlc_clone().
2011-05-20 Jean-Baptiste KempfQt: small simplification
2011-05-20 Jean-Baptiste KempfPlaylist simplification in leaf-to-parent management
2011-05-20 Jean-Baptiste KempfQt, simplification: kill dead code
2011-05-20 Jean-Baptiste KempfQt: fix MRL update on Win32
2011-05-19 Felix Paul Kühnemacosx: disable window restoration on relaunch for...
2011-05-19 Jean-Baptiste KempfWin32: QString.sprintf is a bad solution for complex...
2011-05-19 Jean-Baptiste Kempflive555: remove unused variables
2011-05-19 Felix Paul Kühnemacosx: wait until the app finished launching to init...
2011-05-19 Mirsal Ennaimedbus: Update the TrackList interface implementation
2011-05-19 Mirsal Ennaimedbus: Correctly implement the GetTracksMetadata method
2011-05-19 Felix Paul Kühneqtcapture: improved variable handling
2011-05-19 Mirsal Ennaimedbus: make the RemoveTrack method compliant with MPRIS2
2011-05-19 Rafaël Carrédbus fixes
2011-05-19 Rafaël Carrédbus: fix introspection data of SetPosition
2011-05-19 Rafaël Carréfix memory leak
2011-05-19 Mirsal Ennaimedbus: Fix the TrackList interface's introspection data
2011-05-18 André Weberatmo: fix handling of YV12 Frames (with hardware accele...
2011-05-18 Laurent AimarConverted dv access to vlc_clone().
2011-05-18 Laurent AimarConverted transcode to vlc_clone().
2011-05-18 Laurent AimarRemoved unused b_error field (transcode).
2011-05-18 Rafaël Carréncurses: display the file path instead of URI
2011-05-18 Rémi Denis-CourmontXCB/XVideo: match RGBT
2011-05-18 Katsushi KobayashiMacOSX: add qtcapture size option.
next