]> git.sesse.net Git - vlc/history - src
Install libvlccore.dll too.
[vlc] / src /
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-28 Pierre d'Herbemontvideo_output: Make sure we check p_vout->b_die inside...
2008-05-28 Pierre d'Herbemontlibvlccore: Add update_GetRelease to the exported symbo...
2008-05-27 Pierre d'Herbemontupdate: Include vlc_update.h even if UPDATE_CHECK is...
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontvideo_output: Don't use vlc_object_find to look for...
2008-05-27 Rafaël CarréAvoid using vlc_object_find() when not needed
2008-05-27 Rafaël CarréPrivatise some structs and enumerations of PGP update
2008-05-27 Pierre d'Herbemontlibvlccore: Don't attempt to use vlc_thread_set_priorit...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Rémi Denis-CourmontResolve git race condition
2008-05-27 Rémi Denis-Courmontlibvlc depends on its exports list
2008-05-27 Rémi Denis-CourmontRemove DecodeLanguage (dead code)
2008-05-27 Pierre d'Herbemontlibvlc: Use a symbol list for exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-27 Rémi Denis-CourmontCleanup previous commit
2008-05-27 Rémi Denis-CourmontWork around the mingw linker
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-27 Rémi Denis-CourmontWarn when pl_Yield() is not used
2008-05-27 Rémi Denis-CourmontSimplify vlc_object_find(FIND_ANYWHERE)
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-26 Rémi Denis-CourmontOnly allow VLC_OBJECT_MODULE outside of p_libvlc
2008-05-26 Rémi Denis-CourmontCosmetic fix
2008-05-26 Rémi Denis-CourmontShip a lot of useful headers
2008-05-26 Rémi Denis-CourmontExport WORDS_BIGENDIAN to pkg-config unless someone...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rémi Denis-CourmontMissing assert.h
2008-05-26 Rémi Denis-CourmontInstall a bunch of "clean" headers
2008-05-26 Rémi Denis-CourmontEnable check_headers
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Rafaël CarréAdds missing assert.h header
2008-05-26 Rémi Denis-CourmontNo need for SYS_LINUX
2008-05-26 Rémi Denis-CourmontRemove unused variable
2008-05-26 Antoine CellerierAdd some missing symbols in a blind attempt to fix...
2008-05-26 Pierre d'Herbemontlibvlc: libvlc_vlm_get_media_instance_* is in header...
2008-05-26 Pierre d'Herbemontlibvlc: Remove libvlc_event_(init|fini) as they were...
2008-05-26 Pierre d'Herbemontlibvlc: Prefix internal function with VLC_PRIVATE_API.
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-24 Rémi Denis-CourmontVLC_EXPORT is meant for libvlccore, not libvlc-control
2008-05-24 Rémi Denis-CourmontMore symbols fixes
2008-05-24 Rémi Denis-CourmontInline and fix some linking errors
2008-05-24 Felix Paul KühneAdded another couple of missing symbols.
2008-05-24 Felix Paul KühneUpdated the symbols
2008-05-24 Rémi Denis-CourmontFix win32 linking
2008-05-24 Rémi Denis-Courmontvlc_scandir: remove (dead) code
2008-05-24 Rémi Denis-CourmontSimplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis-CourmontVLC update: provide stubs
2008-05-24 Rémi Denis-CourmontInline strnlen() and use it
2008-05-24 Rémi Denis-CourmontProvide default for vlc_pthread_fatal
2008-05-24 Rémi Denis-CourmontInline atoll and atof
2008-05-24 Rémi Denis-CourmontInline strdup, strndup, lldiv and getenv
2008-05-24 Rémi Denis-Courmontprovide default block_mmap_Alloc
2008-05-24 Rémi Denis-Courmontvlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis-CourmontWin32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis-Courmontvlc_.*dir: declare internally, as it's only used with...
2008-05-24 Rémi Denis-Courmontvlc_current_charset: declare internally
2008-05-24 Rémi Denis-Courmontvlc_fix_readdir: declare internally
2008-05-24 Rémi Denis-Courmontseekdir, telldir: unused, remove
2008-05-24 Rémi Denis-Courmont-export-dynamic is no sense for libs, use -export-symbo...
2008-05-23 Pierre d'HerbemontRevert "stats: Don't crash if there is no timer to...
2008-05-23 Pierre d'Herbemontconfig: Clean up for the -psn cmd line argument case...
2008-05-23 Pierre d'Herbemontstats: Don't crash if there is no timer to dump.
2008-05-23 Rémi Denis-CourmontVLC: remove win32 stuff
2008-05-23 Rémi Denis-CourmontSeparate and refactor the win32 main code
2008-05-23 Rémi Denis-CourmontCode factorization
2008-05-23 Rafaël CarréBe lazy : let modules do what they want with stats...
2008-05-23 Antoine CellerierDon't do pts changes to telx blocks if we're not runing...
2008-05-23 Rafaël CarréHelp to fight NULL pointer dereference in stats
2008-05-23 Felix Paul KühneWe need xlocale.h here too
2008-05-23 Felix Paul KühneInclude xlocale.h on OS X for locale_t
2008-05-22 Rémi Denis-CourmontFix vlc_threadvar_delete
2008-05-22 Rémi Denis-CourmontProvide vlc_gettext on all platforms
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-22 Rémi Denis-CourmontMake config_GetHomeDir return a const string too
2008-05-22 Rémi Denis-CourmontStore the home directory statically, as it cannot change
2008-05-22 Rémi Denis-CourmontUse the same directory layout on all platforms.
2008-05-22 Rémi Denis-CourmontSplit directory handling and core configuration
2008-05-22 Rémi Denis-CourmontCosmetic
2008-05-21 Rémi Denis-Courmontus_strtod: do not make any kludgy assumptions about...
2008-05-21 Rémi Denis-CourmontRemove unused i18n_atof
2008-05-21 Rémi Denis-CourmontVLM: use american numbers too here
2008-05-21 Rémi Denis-CourmontParse vlcrc following American standards for numbers
2008-05-21 Rémi Denis-CourmontAlways print numbers (floats) in American format in...
2008-05-21 Rémi Denis-CourmontRemove i18n_strtod - nobody uses it and it's an ugly...
2008-05-21 Rémi Denis-CourmontTranslate help, short name and description
2008-05-21 Rémi Denis-Courmontvlc_config_set: use dgettext() explicitly
2008-05-20 Rémi Denis-Courmontblock_File: test case
2008-05-20 Rémi Denis-Courmontblock_File: loads a file into a block_t
2008-05-20 Rémi Denis-Courmont(Almost) pread() for Win32
2008-05-20 Rafaël CarréFix memleak
2008-05-20 Rafaël CarréUse reference counting for pictures
2008-05-20 Rafaël CarréRemove not used allocation added in [bc650c59ca6d2edbf5...
2008-05-20 Rafaël CarréDon't change pf_release() to a dummy function
2008-05-19 Rémi Denis-CourmontUse TIMER_ABSTIME when it's available
2008-05-19 Rémi Denis-Courmontmwait/mdate: remove cached_time - not thread-safe
2008-05-19 Rémi Denis-Courmontmprec: thread-safety
2008-05-19 Rémi Denis-CourmontRemove useless volatile keyword
2008-05-19 Rafaël CarréDestroy the playlist AFTER looking for a sout attached...
2008-05-18 Jean-Paul SamanRemove trailing whitespace, add checks for malloc retur...
next