]> git.sesse.net Git - vlc/history - src/libvlccore.sym
A mouse click in an empty position clear the selection (see #1956)
[vlc] / src / libvlccore.sym
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-05 Rémi Denis-CourmontAnother useless parameter
2008-10-05 Rémi Denis-Courmontmodule_find, module_exists, module_get_main: remove...
2008-10-05 Rémi Denis-CourmontRemove slow and leaking var_AcquireMutex
2008-10-04 Rémi Denis-CourmontFix vlc_thread_ready invalid use of object_wait
2008-09-30 Rémi Denis-CourmontDe-inline playlist_Signal
2008-09-30 Rémi Denis-CourmontUnexport vlc_object_waitpipe
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-21 Rémi Denis-CourmontFix symbols again
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Rémi Denis-Courmontfix symbols list
2008-09-21 Rémi Denis-CourmontMerge module_release and module_Put
2008-09-21 Rémi Denis-CourmontNew type-safe API for modules listing
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Pierre d'Herbemontservices_discovery: Partially fix service discovery...
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-20 Rémi Denis-Courmontsimplify service discoveries
2008-09-20 Rémi Denis-CourmontFinally remove mis-designed vlc_object_get
2008-09-20 Rémi Denis-CourmontRemove the unsafe input item array
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-17 Laurent AimarRemoved spu_MakeRegion as it was broken by design.
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-09-08 Rémi Denis-CourmontRemove dead code (vlc_object_timedwait)
2008-09-07 Rémi Denis-CourmontUnexport vlc_thread_fatal (short lived)
2008-09-07 Rémi Denis-CourmontDe-inline mutex and condition functions. Document them.
2008-09-07 Rémi Denis-Courmontvlc_cond_broadcast: broadcast signal on a condition...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-06 Rémi Denis-Courmontvlc_object_find_name: return vlc_object_t *
2008-09-04 Rémi Denis-CourmontThread fatal errors: add function name, and some Win32...
2008-09-02 Pierre d'HerbemontFix make check.
2008-08-31 Rémi Denis-CourmontUnexport vlc_object_dump
2008-08-29 Laurent AimarImproved config_chain parsing by using escape for ...
2008-08-27 Rémi Denis-CourmontStub cancellation support
2008-08-27 Rémi Denis-Courmontvlc_cancel: POSIX thread cancellation
2008-08-25 Rémi Denis-Courmontvlc_clone, vlc_join: untangle objects and threads
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-22 Laurent AimarExport input_SplitMRL helper.
2008-08-20 Laurent AimarIt seems needed to have exact symbols order.
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: de-static-inline a bunch of input_item...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-10 Pierre d'Herbemontupdate: Various fixes to make it work on Mac OS X.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi Denis-Courmontvlc_poll: no conditional symbols
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-19 Pierre d'Herbemontplaylist: playlist_NodeAddInput was noted as deprecated...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteFromInputInParent wasn't used...
2008-07-19 Pierre d'Herbemontplaylist: playlist_DeleteInputInParent->playlist_Delete...
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarRevived vout_Destroy from the dead.
2008-07-13 Pierre d'Herbemontplaylist: Don't export playlist_ItemNewFromInput as...
2008-07-10 Rémi Denis-Courmontvlc_thread_ready: remove
2008-07-08 Pierre d'Herbemontlibvlccore.sym: Follow alphabetical order and fix make...
2008-07-08 Pierre d'Herbemontlibvlccore: Make sure vlc_gc_* function correctly asser...
2008-07-05 Rémi Denis-CourmontRemove unused symbols
2008-07-05 Pierre d'Herbemontplaylist: Define playlist_CurrentInput(), that returns...
2008-07-05 Rémi Denis-Courmontvlc_object_alive: lock-less and inlined
2008-06-22 Antoine CellerierAdd new symbol.
2008-06-14 Pierre d'Herbemontlibvlccore.sym: Alphabetical order fix.
2008-06-14 Pierre d'Herbemontinput: Add input_get_event_manager().
2008-06-14 Pierre d'Herbemontevents: Add wrappers around vlc_event_manager_init...
2008-06-04 Antoine CellerierNew filter chain handling API. This should make it...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Pierre d'Herbemontlibvlccore: Add update_GetRelease to the exported symbo...
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Rémi Denis-CourmontResolve git race condition
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-26 Antoine CellerierAdd some missing symbols in a blind attempt to fix...
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-Courmontvlc_scandir: remove (dead) code
2008-05-24 Rémi Denis-CourmontSimplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis-CourmontInline strnlen() and use it
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-Courmontvlc_.*dir: declare internally, as it's only used with...
2008-05-23 Rémi Denis-CourmontSeparate and refactor the win32 main code
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-20 Rémi Denis-Courmontblock_File: loads a file into a block_t
2008-05-16 Rémi Denis-Courmontvlc_list_children: list children _safely_
2008-05-15 Rémi Denis-CourmontRename the shared libraries