]> git.sesse.net Git - vlc/history - include/vlc_common.h
Hide libvlc_global_data_t from plugins
[vlc] / include / vlc_common.h
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-20 Rémi Denis-CourmontRemove obsolete stuff
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-18 Damien Fouilleulvlc.h: move VLC_PUBLIC_API definition when building...
2007-05-17 Rémi Denis-CourmontRevert unintended part of [20148]
2007-05-17 Rémi Denis-Courmont - Revert [20137]
2007-03-24 Rémi Denis-CourmontForgot this file
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-02-19 Rémi Denis-CourmontFix possibly expansion-unsafe macros
2007-02-05 Damien Fouilleul- vlc_common.h: compile fix
2007-02-05 Damien Fouilleul- added support for visibility attribute for GCC 4...
2007-02-03 Damien Fouilleul- vlc_common.h: fix for vlc_wclosedir on MacOS X
2007-02-03 Damien Fouilleul- added controlled symbol export support for win32...
2007-02-02 Antoine CellerierCopy clip_uint8() function from ffmpeg and replace...
2007-01-08 Damien Fouilleul- Oops, remove _wclosedir by mistake in previous commit...
2007-01-08 Damien Fouilleul- since DIR* on win32 is mapped to a private data type...
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-10 Rémi Denis-CourmontDo not redefine vlc_wclosedir (Close #893)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Rémi Denis-CourmontNon-libtool fix attempt
2006-11-25 Rémi Denis-CourmontTry to fix linking
2006-11-25 Rémi Denis-CourmontAttempt to use wide directory indexing on Win32
2006-11-25 Rémi Denis-CourmontDon't export externally unused symbols
2006-11-22 Damien Fouilleul- better fix for DIR typedef error
2006-11-21 Rafaël CarréRevert [17878], that must not be made in libvlc, but...
2006-11-19 Rafaël CarréInitial support of one instance mode on systems running...
2006-11-16 Marian DurkovicFix detection of FreeBSD version (the previous one...
2006-11-15 Rémi Denis-CourmontFix typo
2006-11-15 Rémi Denis-CourmontUse lldiv replacement on FreeBSD < 5.0 (fixes #840)
2006-11-13 Rémi Denis-CourmontReally fix the stat warning (tested on Mingw32)
2006-11-12 Rémi Denis-CourmontTry to fix the obnoxious _stati64 warning
2006-11-12 Rémi Denis-CourmontAdd VLC_INTERNAL, like VLC_EXPORT except it does not...
2006-11-04 Rémi Denis-CourmontAdd some const
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-22 Rémi Denis-CourmontDeclare extern vlc_symbol_... explicitly
2006-10-21 Rémi Denis-Courmontconst rulez
2006-10-21 Rémi Denis-CourmontFix a few warnings
2006-10-19 Clément StenacDynamic array with log allocation
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-24 Antoine CellerierSome more (mostly) untested stuff:
2006-09-24 Clément StenacSkeleton for taglib art downloader and tags writer
2006-09-24 Antoine CellerierDefine DIR_SEP only once
2006-09-23 Antoine CellerierStart of meta engine stuff. src/input/input.c needs...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-13 Clément Stenac* Handle parameters in streaming profiles
2006-09-02 Rémi Denis-CourmontRemove evil kludge.
2006-08-24 Clément StenacTemplate for profile parser
2006-08-19 Clément Stenac* B-search macro
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-07-28 Clément StenacSome initial work for streaming profiles
2006-07-19 Clément StenacRemove some code duplication
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-06-22 Clément Stenac* Create new types for device probing
2006-06-21 Clément StenacHAL probing module
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-03-22 Rémi Denis-CourmontClean up vlc_iconv prototype
2006-03-12 Rémi Denis-CourmontAlways link libintl through libvlc on Win32
2006-03-12 Rémi Denis-CourmontPropagate changes from previous commit
2006-03-10 Rémi Denis-CourmontRemove broken lldiv check and only use lldiv replacemen...
2006-03-08 Eric Petit Force lldiv emulation on BeOS
2006-03-08 Eric Petit Emulate C99's lldiv() if necessary
2006-03-06 Rémi Denis-CourmontWxWidgets: use wraptext in UTF-8 mode as that is the...
2006-03-05 Rémi Denis-Courmont- Call dgettext directly with shared libvlc and libtool
2006-03-02 Rémi Denis-CourmontMinor clean up
2006-02-19 Rémi Denis-CourmontFix linking of C++ plugins
2006-02-18 Rémi Denis-CourmontRemove ugly usage of vlc_symbols.h when building libvlc...
2006-02-03 Clément StenacUse a hash for stats. Not finished
2006-02-02 Antoine Celleriersrc/*, include/* : update core functions. (Should make...
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-24 Clément StenacAdd a timing facility (Refs:#473)
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacMerge 0.8.5-api changes
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-15 Clément StenacRemove unused structures from vlc_common.h
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-09-22 Gildas Bazin* ALL: WinCE EVC compilation fixes.
2005-09-22 Gildas Bazin* include/vlc_common.h: why on earth was off_t not...
2005-08-26 Christophe Massiot * src/extras/libc.c: Implemented a wrapper around...
2005-08-23 Christophe Massiot * toolbox: Removed compilation information from versio...
2005-08-22 Christophe Massiot * src/extras/libc.c: Compilation fix for non-Win32...
2005-08-22 Christophe Massiot * src/extras/libc.c: Implemented a vlc_readdir_wrapper...
2005-08-17 Christophe Massiot * Makefile.am: New file version.c, generated at each...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-06 Cyril Deguet * vlc_common.c: forward declaration of dirent for...
2005-08-06 Christophe Massiot * src/extras/libc.c: Fixed compilation on systems...
2005-08-06 Christophe Massiot * include/vlc_common.h: VLC_EXPORT macros can't span...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-11 Christophe Massiot * include/vlc_common.h: Fixed I64Fd family for 64...
2005-07-10 Rémi Denis-CourmontWe only have to reduce unsigned fractions in VLC
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-31 Rémi Denis-CourmontMD5 hash API - closes #135
next