]> git.sesse.net Git - vlc/history - src
Updated the symbols
[vlc] / src /
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...
2008-05-18 Tanguy Krotofflibvlc: when calling libvlc_media_player_stop() check...
2008-05-17 Rafaël CarréUpdate: supports file v4 signatures
2008-05-17 Rémi Denis-CourmontRemove the children leak detection which is not working...
2008-05-17 Rémi Denis-CourmontAlso remove the link fromn dead objects toward their...
2008-05-17 Rémi Denis-Courmontvlc_object_get sucks, document it
2008-05-16 Rémi Denis-CourmontSimplification
2008-05-16 Rémi Denis-CourmontMake vlc_object_detach a no-op if the object is not...
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-16 Rafaël CarréRevert "vlc_object_release: cleanup"
2008-05-16 Rafaël CarréRevert "Detach the children at object destruction"
2008-05-16 Rafaël CarréDetach the children at object destruction
2008-05-16 Rafaël Carrévlc_object_release: cleanup
2008-05-16 Rafaël CarréGives the correct arguments to libvlc_new()
2008-05-16 Rafaël CarréInitialise input memory
2008-05-16 Rafaël Carrés/libvlc/libvlccore/
2008-05-16 Rafaël CarréFix a very unlikely memleak
2008-05-15 Pierre d'HerbemontRevert "vlc: Make sure we call libvlc_release() when...
2008-05-15 Pierre d'Herbemontvlc: Code conventions.
2008-05-15 Pierre d'Herbemontvlc: Make sure we call libvlc_release() when we are...
2008-05-15 Rémi Denis-CourmontRemove a bunch of unused deprecated APIs
2008-05-15 Rémi Denis-CourmontFix unit tests linking
2008-05-15 Rémi Denis-Courmontvlc using libvlc
2008-05-15 Rémi Denis-Courmontlibvlc_run_interface: start and wait for an interface
2008-05-15 Rémi Denis-CourmontDo not allow variable substitution in MRL path schemas
2008-05-15 Rémi Denis-CourmontUse libvlc_InternalAddIntf instead of VLC_AddIntf
2008-05-15 Rémi Denis-CourmontRename the shared libraries
2008-05-14 Rafaël CarréUse vlc_object_release() to release the playlist
2008-05-14 Rafaël CarréRevert "Remove playlist destructor"
2008-05-14 Rémi Denis-CourmontWe may still have children when destroyed...
2008-05-14 Rafaël CarréRemove playlist destructor
2008-05-14 Rémi Denis-CourmontDebug code to prevent FIND_PARENT from crashing.
2008-05-14 Rémi Denis-CourmontHmm, there was a simpler solution
2008-05-14 Rémi Denis-CourmontInline DetachObject
2008-05-14 Rémi Denis-CourmontGet rid of b_attached
2008-05-14 Rémi Denis-CourmontRecurse through the object tree instead of using the...
2008-05-14 Rémi Denis-CourmontDetach dying objects atomically, so FIND_CHILDREN is...
2008-05-14 Rémi Denis-CourmontRemove useless constant
2008-05-14 Rafaël CarréRevert [42a0d047849f391a75432dfdf5d71523d6ec08c7]
2008-05-12 Rémi Denis-CourmontTry to split the mind boggingly big vlm.c
2008-05-12 Rémi DuraffortAvoid a potential segfault as vlc_object_create can...
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Rémi Denis-CourmontSimplification
next