]> git.sesse.net Git - vlc/history - modules
libvlc: Use a union for libvlc_media_track_info_t.
[vlc] / modules /
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
2010-02-23 Fabio RitrovatoLua SD: add longname option (Close #3323)
2010-02-22 Laurent AimarFixed regression in http access.
2010-02-22 Jean-Baptiste KempfAvcodec: comment an extra debug message on subtitles...
2010-02-22 Laurent AimarFixed audio transcoding when using filters.
2010-02-22 Fabio RitrovatoFix debug message
2010-02-22 Jean-Baptiste KempfQt4: small fix for sprefs
2010-02-22 Erwan Tulouskins2: work around a deallocation problem
2010-02-22 Jakob LebenQt: compile fix
2010-02-22 Jean-Baptiste KempfQt: grey out the inexisting options.
2010-02-21 Laurent AimarFixed an assert with still frame in dvdnav.
2010-02-21 Rémi Denis-CourmontQt4: black magic for logo-transparency -> logo-opacity
2010-02-21 Rémi Denis-CourmontQt4: update EQ slider when reselecting the same preset...
2010-02-21 Rémi Denis-CourmontParseExecute: robustify and cleanup
2010-02-21 Rémi Denis-CourmontWin32: avoid error with missing drawable-hwnd
2010-02-21 Rémi Denis-CourmontASX: fix obvious crash (fixes #3321)
2010-02-21 Laurent AimarFixed vorbis encoder.
2010-02-21 Laurent AimarFixed theora encoder.
2010-02-21 Rémi Denis-CourmontQt4: screen-fps is a float, not an integer...
2010-02-21 Erwan Tuloulua: fix crash
2010-02-21 Erwan Tulouskins2: fix equalizer
next