]> git.sesse.net Git - vlc/history - modules
Qt: ensure that item selection has visible effect in playlist views
[vlc] / modules /
2010-03-03 Jakob LebenQt: ensure that item selection has visible effect in...
2010-03-02 Jean-Baptiste KempfQt: use float for rate and fix a bug when mouseWheeling
2010-03-02 Antoine CellerierUpdate the rate value when setting the input.
2010-03-02 Laurent AimarRemoved down/up mixing support from mpgatofixed32.
2010-03-02 Antoine CellerierPrefer use of function references for buttons
2010-03-02 Antoine CellerierLua: Misc simplifications.
2010-03-02 Antoine CellerierChange vlc.stream() and vlc.memory_stream() error repor...
2010-03-02 Rémi Denis-CourmontInstall and look for plugins in plugins/, not modules...
2010-03-02 Rémi Denis-CourmontXSPF: fix NULL dereference on empty <location>
2010-03-02 Jean-Baptiste KempfQt: display the correct rate
2010-03-02 Jean-Baptiste KempfQt: simplify SpeedLabel constructor
2010-03-02 Antoine CellerierRevert "Use pushliteral instead of pushstring where...
2010-03-02 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-03-01 Laurent AimarFixed closed caption decoder with CC3/4 and TX data.
2010-03-01 Erwan Tuloucore: two typos
2010-03-01 Erwan Tulouskins2(Win32): no need to manage a two window classes
2010-03-01 Erwan Tulouskins(Win32): replace GetWindowDC with GetDC
2010-03-01 Rémi Denis-CourmontQt4: use explicit direct connections when passing VLC...
2010-03-01 Rémi Denis-CourmontRevert "Qt4: passing pointers over thread signals is...
2010-02-28 Pierre d'Herbemontlibvlc: Attempt to fix set_nsobject() with QMacCocoaVie...
2010-02-28 Fabio RitrovatoLua SD: fix leaking
2010-02-28 Jean-Baptiste KempfQt: clean and cosmetics
2010-02-28 Jean-Baptiste KempfQt: undock the playlist
2010-02-28 Rémi Denis-CourmontQt4: passing pointers over thread signals is not allowed...
2010-02-28 Rémi Denis-CourmontThis is still buggy.
2010-02-28 Antoine CellerierFix debug messages.
2010-02-28 Rémi Denis-CourmontFTP: handle ftp://HOST correctly
2010-02-28 Laurent AimarPrevent a potential integer overflow (mkv).
2010-02-28 Laurent AimarFixed segfault with incomplete mkv files.
2010-02-28 Laurent AimarFixed potential segfault with corrupted streams (audio...
2010-02-28 Jean-Baptiste KempfQt: remove debug and cosmetics
2010-02-28 Jean-Baptiste KempfQt: Be sure to hide the caching when an input is deleted.
2010-02-28 Jean-Baptiste KempfQt: avoid a crash on first Startup
2010-02-28 Jean-Baptiste KempfNSV: fix comment
2010-02-27 Antoine CellerierDon't use printf to print debug output.
2010-02-27 Laurent AimarFixed segfault with corrupted mkv files with compressed...
2010-02-27 Laurent AimarFixed potential invalid access with too short packetize...
2010-02-27 Laurent AimarFixed segfault with corrupted zip file.
2010-02-27 Laurent AimarFixed read(NULL, size) in zipstream.
2010-02-27 Laurent AimarCosmetics (zip).
2010-02-27 Laurent AimarFixed memleak if no data are read or poke (zip).
2010-02-27 Antoine CellerierDon't add share directory to lua search path on windows...
2010-02-27 Antoine CellerierFix NULL pointer dereferencing due to c58a5af7401735b50...
2010-02-27 Antoine CellerierKill warning.
2010-02-27 Antoine CellerierKill warnings about unused variables. (jpeg?)
2010-02-27 Antoine CellerierUse pushliteral instead of pushstring where possible...
2010-02-27 Antoine CellerierDo not store extension pointer in a variable visible...
2010-02-27 Antoine CellerierDo not store p_this in a table value visible from lua...
2010-02-27 Antoine CellerierDo not generate and run lua code to define the module...
2010-02-27 Laurent AimarFixed segfault when seeking in ASF with broken index.
2010-02-27 Laurent AimarCosmetics.
2010-02-27 Laurent AimarFixed invalid read in ASF_ReadObject_Index (asf).
2010-02-26 Fabio RitrovatoLua demux: open the stream lib
2010-02-26 Erwan Tulouskins(Win32): fix minimize not functioning (see #3300)
2010-02-26 Erwan Tulouskins(Linux): remove dead code
2010-02-26 Erwan Tulouskins2(Linux): support clean exit when user closes...
2010-02-26 Laurent AimarFor private stream_type, fallback on registration descr...
2010-02-26 Jean-Baptiste KempfFlac: Fix compilation warnings about signed vs unsigned
2010-02-26 Jean-Baptiste KempfVorbis: remove unused variables
2010-02-26 Jean-Baptiste KempfVorbis: support for 6.1 and 7.1
2010-02-26 Jean-Baptiste KempfFix FLAC 7.1 support
2010-02-26 Jean-Baptiste KempfQt: open dialog, set a minimumSize for the playButton
2010-02-26 Laurent AimarAllowed H264 direct rendering for non reference frames...
2010-02-26 Laurent AimarAllowed I422 direct rendering support when possible...
2010-02-26 Laurent AimarAdded logs about direct rendering usage (avcodec).
2010-02-26 Laurent AimarCheck for codec specific pitches alignment in avcodec.
2010-02-26 Laurent AimarCorrectly test for picture compatibility with avcodec...
2010-02-26 Laurent AimarRemoved the assumption that XV and picture_New() behave...
2010-02-26 Rémi DuraffortRevert "Missing return values."
2010-02-26 Rémi Duraffortqt4: remove a dummy call to var_Get (void variable...
2010-02-26 Rémi DuraffortMissing return values.
2010-02-26 Konstantin PavlovFix previous commit.
2010-02-26 Antoine CellerierInclude all authorized lua extensions in module search...
2010-02-25 Rémi Denis-CourmontQt4: handle Meta modifier in the prefs
2010-02-25 Rémi Denis-CourmontXCB window: key modifier 4 is meta, not command
2010-02-25 Jean-Baptiste KempfQt: don't show the menu button if there is only 1 chapt...
2010-02-25 Erwan Tulouskins2: extend --[no]-qt-video-autoresize to skins2
2010-02-25 Erwan Tulouskins2: make default more consistent for video control
2010-02-24 Gildas Bazinhildon: add a slightly more useful menu to the maemo...
2010-02-24 Christophe MutricyDistribute .h files
2010-02-24 Erwan TulouWin32: use linked_with_a_crap_library_which_uses_atexit...
2010-02-24 Rémi Denis-CourmontUninitialized value
2010-02-24 Jakob LebenQt: no need to clear playlist search twice
2010-02-24 Jean-Baptiste KempfQt: use qtu( ) when appropriate
2010-02-24 Rémi Denis-CourmontRevert "sd: Export internals with a getters."
2010-02-24 Erwan Tulouskins2(Win32): fix second bug of #685
2010-02-24 Pierre d'Herbemontsd: Export internals with a getters.
2010-02-24 Jakob LebenQt: media library is always a tree
2010-02-24 Jakob LebenQt: hide buffering display if buffering doesn't reach...
2010-02-24 Erwan Tulouskins2: add a way to reset rate to normal speed (trac...
2010-02-24 Erwan Tulouskins2: add support for --[no]-video-on-top (fix #685)
2010-02-23 Laurent AimarFixed invalid accesses in decoder with corrupted subtit...
2010-02-23 Laurent AimarFixed potential memleaks in avformat wrapper.
2010-02-23 Laurent AimarFixed division by 0 with invalid files in avformat...
2010-02-23 Laurent AimarFixed signed integer overflow when loading AVI ODML...
2010-02-23 Laurent AimarFixed segfault with corrupted AVI ODML index.
2010-02-23 Erwan Tulouskins2: fix #689 (text control refresh issue)
2010-02-23 Jakob Lebena macro to automate the choice of "folder"/"directory...
2010-02-23 Fabio RitrovatoLua SD: blind attempt at fixing #3324
2010-02-23 Fabio RitrovatoLua SD: don't fail the whole probe if a script fail
next