]> git.sesse.net Git - vlc/shortlog
vlc
2009-12-06 Jean-Baptiste... Support for AMV video files.
2009-12-06 Jean-Baptiste... Qt: playlist, set a minimum width
2009-12-06 Jean-Baptiste... Don't ship external dlls so far for Windows
2009-12-06 Rémi Denis... Do not assert memory allocations
2009-12-06 Rémi Denis... Do not assert memory allocations
2009-12-06 Rémi Denis... Use xmalloc
2009-12-06 Rémi Denis... xmalloc, xrealloc: traditional functions to allocate...
2009-12-06 Rémi Denis... likely, unlikely: convenience portability macros for...
2009-12-06 Pierre YnardAdd missing include
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerAdd some more assert()s for unchecked malloc().
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-12-05 JP DingerIntroduce realloc_or_free(), which does what realloc...
2009-12-05 JP DingerQt4: Save a couple temporaries.
2009-12-05 JP DingerSkins2: cosmetics: Pack repetetive code up in a few...
2009-12-05 JP DingerSkins2: Add x11 transparency support. Hope it sets...
2009-12-05 JP DingerSkins2: Cosmetics and drop const from string return...
2009-12-05 JP DingerSkins2: Move method bodies with inline tags to before...
2009-12-05 JP Dingerskins2: I fail to see why Subject (not Observer) needs...
2009-12-05 JP DingerSkins2: Invent ft2_strerror() to improve freetype2...
2009-12-05 JP DingerSkins2: Cosmetics.
2009-12-05 JP DingerSkins2: Mostly cosmetics, some C++ style casting, facto...
2009-12-05 JP DingerSkins2: Cosmetics. Add a REGISTER_CMD1 for commands...
2009-12-05 JP DingerSkins2: Reduce another macro to bare minimum and helper...
2009-12-05 JP DingerSkins2: (Almost entirely) replace another two macros...
2009-12-05 JP DingerSkins2: Cosmetics and the occasional duplicate call...
2009-12-05 JP DingerSkins2: Cosmetics and make better use of a test that...
2009-12-05 JP DingerSkins2: Cosmetic.
2009-12-05 JP DingerSkins2: Replace some theme macros by templated code.
2009-12-05 JP DingerSkins2: Add (and use) template parameter typedefs so...
2009-12-05 JP DingerSkins2: Add ptrmap<> to possibly prevent some more...
2009-12-05 JP DingerSkins2: Factor out duplicate code (mod), and provide...
2009-12-05 JP DingerSkins2: Move getShifts from const to static.
2009-12-05 JP DingerSkins2: Cosmetics.
2009-12-05 JP DingerSkins2: Avoid work by postponing to where and if it...
2009-12-05 JP DingerSkins2: Cosmetics
2009-12-05 JP DingerSkins2: x11_display: Replace PUT_PIXEL and BLEND_PIXEL...
2009-12-05 JP DingerFix typos (hopefully correctly) and formatting in comment.
2009-12-05 JP DingerSkins2: Drop another small heap allocation in favour...
2009-12-05 JP DingerSkins2: Factor out repeated code and use var_SetVariant...
2009-12-05 JP DingerSkins2: Cleanup after merge.
2009-12-05 JP DingerSkins2: Use vlc KEY_MODIFIER_* constants for key modifi...
2009-12-05 JP DingerSkins2: Use var_SetVariant() some more.
2009-12-05 JP DingerSkins2: Factor out getModKey() and getKeyState() (both...
2009-12-05 JP DingerSkins2: No need to new char[] temporaries; use stack...
2009-12-05 JP DingerSkins2: Refactor string manipulation event handling...
2009-12-05 JP DingerSkins2: Fix a warning; add a forgotten #undef.
2009-12-05 JP DingerSkins2 compile fix: Apparently declarations went missin...
2009-12-05 JP DingerSkins2: Use typedefs for internal template-derived...
2009-12-05 JP DingerSkins2: Cosmetics, 100% pure. We don't indent for label...
2009-12-05 JP DingerReplace #if XP_SYMBOL with #if defined(XP_SYMBOL) for...
2009-12-05 Pierre d'Herbemontmacosx/framework: Add video_dirs to the list of MediaDi...
2009-12-05 Pierre d'Herbemontshout: Simplify description name.
2009-12-05 Pierre d'HerbemontVLCKit: QuickTime doesn't support mp4v but h264 in...
2009-12-05 Pierre d'HerbemontVLCKit: fix a leak.
2009-12-05 Pierre d'Herbemontlibvlc: Fix media discoverer with category.
2009-12-05 Rémi Denis... M3U: some people do use UTF-8 in m3u, revert to autodetect
2009-12-05 Rémi Duraffortsmem: no need to create the variables as config_ChainPa...
2009-12-05 Rémi Denis... Signedness mismatch
2009-12-05 Rémi Denis... Input item type cannot be negative (fix warning)
2009-12-05 Rémi Denis... Order initializers
2009-12-05 Rémi Denis... Unused variable
2009-12-05 Rémi Denis... Unused variables
2009-12-05 Rémi Denis... imem requires -lm
2009-12-04 Rémi Duraffortsmem: use config_ChainParse for configuration.
2009-12-04 Jean-Baptiste... Contribs: projectM depends on glew
2009-12-04 Rémi DuraffortReally kill reallocations.
2009-12-04 Jean-Baptiste... Qt: make the search box take less space.
2009-12-04 Konstantin... Contribs: update libpng-osx.patch.
2009-12-04 Jean-Baptiste... Win32 Contribs: now with CDDB, SQLite3 and projectM
2009-12-04 Srikanth RajuSQL/SQLite: Fix GetColumn functions in SQLite and imple...
2009-12-04 Rémi Duraffortqt4: kill some reallocations.
2009-12-04 Jean-Baptiste... Merge FFmpeg on Windows
2009-12-04 Jean-Baptiste... Configure: fix typo
2009-12-04 Rémi Duraffortdc1394: fix memleaks.
2009-12-04 Rémi Duraffortdc1394: fix potential memleak.
2009-12-04 Rémi Duraffortdc1394: fix debug messages
2009-12-04 Rémi Duraffortdc1394: We must quit the function if the file handler...
2009-12-04 Rémi Duraffortdc1394: factorize.
2009-12-04 Jean-Baptiste... Activate projectM for windows
2009-12-04 Jean-Baptiste... Contrib: various fixes to hope fixing projectM compilation
2009-12-04 Jean-Baptiste... Contrib: update taglib to 1.6.1
2009-12-04 Jeff LuFix DirectSound spdif audio output
2009-12-04 Jean-Baptiste... Contrib: minor update for theora and libpng
2009-12-04 Jean-Baptiste... libprojectM 2.0.0 update for Win32
2009-12-04 Jean-Baptiste... Contrib: add Glew for projectM
2009-12-04 Jean-Baptiste... Force projectM to be static
2009-12-04 Jean-Baptiste... Contribs: use projectM 2.0.0
2009-12-04 Jean-Baptiste... Contrib bootstrap: ready cmake crosscompilation
2009-12-04 Jean-Baptiste... Qt: remove unnecessary macro
2009-12-04 Jean-Baptiste... Qt: rename panels.hpp to standardpanel.hpp
2009-12-04 Jean-Baptiste... Qt: Remove the gotoPlaying button, as noone understood it.
2009-12-04 Jean-Baptiste... Qt: playlist, remove the bar of buttons at the bottom
2009-12-04 Jean-Baptiste... Qt: playlist code cosmetics
2009-12-04 Jean-Baptiste... Qt: remove random and repeat buttons from playlist
2009-12-04 Jean-Baptiste... Qt: Remove PLPanel upper class
2009-12-04 Jean-Baptiste... Qt: add repeat and random button to the default toolbar
2009-12-04 Jean-Baptiste... NEWS: XvMC was removed
2009-12-04 Jean-Baptiste... Qt: allow loop/repeat button to be in a toolbar (part 2)
next