]> git.sesse.net Git - vlc/shortlog
vlc
2011-05-30 Rémi Denis... Do not #include <vlc_aout_mixer.h> from <vlc_aout.h>
2011-05-30 Rémi Denis... Don't overwrite the LibVLC structure lock with memset()
2011-05-30 Jean-Baptiste... OpenGL: fix Win32 compilation
2011-05-30 Jean-Baptiste... Update NEWS
2011-05-29 Rémi Denis... Correct XCB version dependency
2011-05-29 Rémi Denis... XCB: flush when changing the cursor
2011-05-29 Laurent AimarUsed glProgramLocalParameter4fvARB to transmit yuv...
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... Disable 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... Warning
2011-05-28 Rémi Denis... configure: dead code
2011-05-28 Rémi Denis... Dead code
2011-05-28 Rémi Denis... XCB/window: remove the Matchbox hack
2011-05-26 Rémi Denis... Remove debug
2011-05-26 Rémi Denis... XCB/screen: use Composite to capture windows
2011-05-26 Rémi Denis... XCB/screen: memory leak
2011-05-26 Rémi Denis... XCB/screen: remove non-very-sensical pause
2011-05-26 Rémi Denis... Remove vlc_object_find_name() search mode parameter
2011-05-26 Rémi Denis... Remove last use of FIND_ANYWHERE
2011-05-26 Rémi Denis... Search child of playlist rather than anywhere
2011-05-26 Rémi Denis... LUA: remove find_name() before something starts to...
2011-05-26 Rémi Denis... Qt4: remove Linux DVB device spin box
2011-05-26 Rémi Denis... DVB: remove unused parameter
2011-05-26 Rémi Denis... Linux DVB: deprecate --dvb-device
2011-05-26 Rémi Denis... Linux 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... EGL: implement GetProcAddress
2011-05-25 Rémi Denis... Linux 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... Remove no-op vlc_object-kill in vlc_object_destroy
2011-05-25 Rémi Denis... Remove vlc_object_attach()
2011-05-25 Rémi Denis... Attach object during creation
2011-05-25 Rémi Denis... Always create a new object with the parent object
2011-05-25 Rémi Denis... Cleanup, no functional changes
2011-05-25 Rémi Denis... Remove unused FIND_PARENT
2011-05-25 Rémi Denis... Fix a prototype warning
2011-05-25 Rémi Denis... HTTP: remove --http-use-IE-proxy and assume it is alway...
2011-05-25 Rémi Denis... HTTP: kill useless --http-max-redirects
2011-05-25 Rémi Denis... HTTP: use a single variable to track redirections
2011-05-25 Rémi Denis... Remove dead old object thread code
2011-05-25 Felix Paul... contribs: updated Growl
2011-05-25 Sébastien Escudierfix input_Close return type
2011-05-25 Jean-Baptiste... Qt: fix playback start if VLC was minimized
2011-05-25 Jean-Baptiste... Qt: simplify
2011-05-25 Jean-Baptiste... Qt: Solve issue with alwaysOnTop and fullscreen conflicting
2011-05-24 Jean-Baptiste... Contribs: fix dshow headers extraction
2011-05-24 Jean-Baptiste... Cue sheet files are playlists
2011-05-24 Jean-Baptiste... Cue: support COMMENT
2011-05-24 Jean-Baptiste... Cue: use URI to open the file
2011-05-24 Jean-Baptiste... Taglib: do not write 0 as track position if tracknumber...
2011-05-24 Jean-Baptiste... Win32: fix compilation for update
2011-05-23 Rafaël Carréandroid/configure.sh: look for configure in srcdir
2011-05-23 Rémi Denis... vlc-plugin: add potentially useful directory variables
2011-05-23 Laurent AimarFixed OSD EPG and build it directly at the display...
2011-05-23 Laurent AimarUpdated update code to vlc_clone().
2011-05-23 Laurent AimarUsed vlc_clone for interface threads.
2011-05-23 Laurent AimarRemoved vlc_thread_set_priority().
2011-05-23 Laurent AimarAdded vlc_set_priority() helper.
2011-05-23 Laurent AimarConverted input to vlc_clone().
2011-05-23 Laurent AimarUsed vlc_clone() in src/input/stream_demux.c
2011-05-23 Yuval TzeQt: synchronization: subtitles duration parameter
2011-05-23 Laurent AimarUnexported vlc_thread_set_priority().
2011-05-23 Laurent AimarRemoved useless vlc_thread_set_priority() calls in...
2011-05-23 Ludovic Fauvetinput: send position updates to the intf during a fast...
2011-05-22 Jean-Baptiste... Strings: use getTitleFbName for str_format_meta
2011-05-22 Jean-Baptiste... Qt: provide a button to open subtitle
2011-05-22 Laurent AimarUnexported vlc_thread_create/join.
2011-05-22 Laurent AimarUsed input_Close() where applicable.
2011-05-22 Laurent AimarAdded input_Close() helper.
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... Playlist: fix scrolling events in selector
2011-05-22 Jean-Baptiste... AVI: try again to fix metadata issue: #4765
2011-05-22 Felix Paul... macosx: remove references to VLCIntf from the EyeTV...
2011-05-22 Jean-Baptiste... Qt: mediainfo, difference between URI and URL
2011-05-22 Jean-Baptiste... Qt: add popupAddToPlaylist
2011-05-22 Jean-Baptiste... Qt: change shortcut in info dialog
next