]> git.sesse.net Git - vlc/history - modules
Contribs: add live for Android
[vlc] / modules /
2011-05-31 Rémi Denis-CourmontDBus: fix some leaks on error path (but not all)
2011-05-31 Rafaël Carréncurses: make sure playlist box shows title when available
2011-05-31 Rafaël Carrédbus: remove not thread-safe strerror() and GNU strerro...
2011-05-31 Jean-Baptiste KempfWin32: fix a small warning
2011-05-31 Rémi Denis-CourmontUgly resampler: implement all linear formats
2011-05-31 Rémi Denis-Courmonttrivial mixer: support all linear formats
2011-05-31 Rémi Denis-CourmontPass mixer multiplier as argument
2011-05-30 Laurent AimarFixed vout_display_info_t::has_pictures_invalid propert...
2011-05-30 Laurent AimarMade usage of glActiveTextureARB() a bit more obvious...
2011-05-30 Laurent AimarClean up.
2011-05-30 Laurent AimarCached texture created for subpicture rendering (opengl).
2011-05-30 Laurent AimarImplemented subpicture direct rendering in opengl.
2011-05-30 Laurent AimarMade vout_display_opengl_New return a list of chroma...
2011-05-30 Laurent AimarAlways bind texture before use (opengl).
2011-05-30 Rémi Denis-CourmontManage buffer allocation in the mixers, remove aout_mix...
2011-05-30 Rémi Denis-CourmontRemove constant { true } aout_instance_t.mixer_allocation
2011-05-30 Rémi Denis-CourmontAllow float mixer to run with 1.0 multiplier
2011-05-30 Rémi Denis-CourmontMono mixer: remove dummy block_t <-> aout_buffer_t...
2011-05-30 Rémi Denis-Courmontvisual: correct object cast
2011-05-30 Rémi Denis-Courmontmono mixer: use filter_t directly instead of dummy...
2011-05-30 Rémi Denis-CourmontQt4: include <vlc_aout.h> as needed
2011-05-30 Rémi Denis-Courmontfloat32 mixer: small simplification
2011-05-30 Rémi Denis-CourmontWaveOut: don't access b_starving (not really needed...
2011-05-30 Rémi Denis-CourmontDo not #include <vlc_aout_mixer.h> from <vlc_aout.h>
2011-05-30 Jean-Baptiste KempfOpenGL: fix Win32 compilation
2011-05-29 Rémi Denis-CourmontXCB: 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-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
next