]> git.sesse.net Git - vlc/history - include
More avoidable directories
[vlc] / include /
2008-05-04 Rémi Denis-CourmontFactorize the gcrypt thread support
2008-05-04 Rémi Denis-CourmontFix function names
2008-05-04 Rémi Denis-Courmontvlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-04 Rémi Denis-CourmontFix symbols list
2008-05-03 Rémi Denis-CourmontProvide sendmsg and recvmsg replacements
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis-CourmontRemove pf_memcpy and pf_memset from libvlc
2008-05-03 Rémi Denis-CourmontUse the new registration mechanism for memcpy/memset
2008-05-03 Rémi Denis-CourmontProcess-wide memcpy/memset accelarations
2008-05-03 Rémi Denis-Courmontvlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-02 Rémi Denis-CourmontUse var_AcquireMutex for the quicktime lock.
2008-05-02 Rémi Denis-Courmontmain.h -> vlc_main.h
2008-05-01 Rémi Denis-CourmontMove dirent stuff to fixups.h, where it belongs
2008-05-01 Rémi Denis-CourmontWe need <inttypes.h>, always
2008-05-01 Rémi Denis-CourmontRemove useless include
2008-05-01 Rémi Denis-CourmontFix name
2008-05-01 Rémi Denis-CourmontFix expansion to no-op
2008-05-01 Rémi Denis-CourmontDon't use assert() here.
2008-05-01 Rémi Denis-CourmontNo need to include the same file twice
2008-05-01 Rémi Denis-CourmontPut msg_context_global_key to the internal header.
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontRemove UI64_C
2008-05-01 Rémi Denis-CourmontRemove I64F., not needed anymore
2008-05-01 Rémi Denis-CourmontUse macro for __attribute__((packed))
2008-05-01 Rémi Denis-Courmontlibintl is never "included" anymore
2008-05-01 Rémi Denis-CourmontSpare one use of WORDS_BIGENDIAN from vlc_common.h
2008-05-01 Rémi Denis-CourmontRemove the temporary hack
2008-05-01 Rémi Denis-CourmontU?I64C: use U?INT64_C from <stdint.h>
2008-05-01 Rémi Denis-CourmontI64F?: use PRI?64 from <inttypes.h>
2008-05-01 Rémi Denis-Courmont<inttypes.h> is a superset of <stdint.h>, use it instead.
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-30 Rémi Denis-CourmontExport ToLocaleDup
2008-04-23 Rémi Denis-CourmontWin32: Simplify mutex
2008-04-23 Rémi Denis-CourmontWin32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis-CourmontSimplify threading code a bit
2008-04-23 Rémi Denis-CourmontWin32: don't use weak linking for SignalObjectAndWait
2008-04-23 Rémi Denis-CourmontFix win32 warning
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertlibvlc.h: some doxygen fixes
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-23 Olivier AubertSome documentation fixes (following the mediainstance...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'Herbemontinclude: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-11 Pierre d'Herbemontsrc: Fix an unused var warning plus an invalid conversi...
2008-04-11 Jean-Paul SamanCompile fix.
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanSanitize STATUS_CHANGE messages.
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanAdd doxygen comment..
2008-04-09 Jean-Paul SamanPatch by Soren Bog <avacore@videolan.org> from GSoC...
2008-04-08 Antoine CellerierRemove a few trailing spaces.
2008-04-07 Filippo Caronelibvlc_vlm_release added
2008-04-07 Rémi DuraffortRemove playlist_NodeDump as nobody is using this debugi...
2008-04-06 Cristian Maglielibvlc.h: fixed doxygen for log functions. changed...
2008-04-04 Pierre d'Herbemontinclude: Move libvlc_exception and libvlc_event to...
2008-04-03 Pierre d'Herbemontlibvlc: Put libvlc_exception in libvlc_core for doxygen...
2008-04-03 Pierre d'Herbemontlibvlc: Doxygen fixes. Categorization and cleanup.
2008-03-31 Tanguy Krotofflibvlc: rename all libvlc_MediaInstance in libvlc_Media...
2008-03-31 Tanguy Krotofflibvlc: add libvlc_MediaInstanceStopped
2008-03-30 Pierre d'Herbemontlibvlc: In order not to be confused by a vlm created...
2008-03-30 Pierre d'Herbemontinput: Remove input_ItemClean and input_ItemInit from...
2008-03-30 Tanguy Krotofflibvlc: add functions libvlc_get_version() and others
2008-03-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-29 Pierre d'Herbemontobjects: Export vlc_object_dump() to debug.
2008-03-29 Pierre d'Herbemontstats: Move the stat to libvlc instead of the playlist...
2008-03-29 Rémi Denis-CourmontRemove META_ENGINE object type
2008-03-29 Rémi Denis-CourmontRemove stats type - not used anywhere
2008-03-29 Rémi Denis-CourmontRemove XML object type
2008-03-29 Rémi Denis-CourmontRemove SD object type
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-29 Rémi Denis-CourmontRemove VOD object type - not actually needed
2008-03-29 Rémi Denis-CourmontRemove ITEM type - not used anywhere
2008-03-29 Rémi Denis-CourmontFix es_format_Copy prototype
2008-03-28 Jean-Baptiste KempfReplace define by enum
2008-03-28 Jean-Baptiste KempfUse typedef around vlc_key enum
2008-03-28 Jean-Baptiste KempfReplace big define by enum in vlc_keys.h
2008-03-28 Pierre d'Herbemontinclude: Use libvlc_vlm in doxygen instead of VLM.
2008-03-28 Pierre d'Herbemontinclude: Cleanup libvlc headers doxygen.
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-27 Rémi Denis-CourmontRemove hotkeys "accounting" stuff.
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-03-26 Pierre d'Herbemontinclude/vlc: vlc also includes this headers, so make...
next