]> git.sesse.net Git - vlc/history - include/vlc_common.h
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / include / vlc_common.h
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-19 Pierre d'HerbemontRevert "Fix compilation, by "fixing" VLC_PUBLIC_API...
2008-03-19 Pierre d'HerbemontFix compilation, by "fixing" VLC_PUBLIC_API.
2008-03-18 Pierre d'HerbemontVLC_PUBLIC_API needs extern "C" on windows/c++ too.
2008-03-18 Pierre d'HerbemontMark VLC_PUBLIC_API as extern "C" when using C++.
2008-03-08 Rémi DuraffortRemove PLAYLIST_AUTOPLAY and use PLAYLIST_PLAY instead...
2008-02-25 Rémi Denis-Courmont - Don't put private system_* header in public
2008-02-10 Pierre d'Herbemontvlc_common.h: VLC_EXPORT should have extern if there...
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-01-27 Felix Paul Kühnestrnlen: export its VLC pendant properly and check...
2008-01-27 Rémi Denis-CourmontFix another series of HAVE_ dependencies (string replac...
2008-01-27 Rémi Denis-CourmontDon't mess up with config.h!
2008-01-27 Rémi Denis-CourmontRemove #define vlc_foobar NULL from the gone era of...
2008-01-25 Rémi Denis-CourmontFix cpp warning
2008-01-25 Rémi Denis-CourmontPrivatize the memalign replacement
2008-01-24 Rémi Denis-CourmontRemove some GCCisms.
2008-01-24 Rémi Denis-Courmont- Don't override PACKAGE. It breaks.
2008-01-24 Rémi Denis-CourmontDon't check for ssize_t twice, and don't use autoconf...
2008-01-24 Rémi Denis-CourmontGet rid of HAVE_SOCKLEN_T - refs #297
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-05 Rémi Denis-CourmontRe-implement GCD iteratively. Fix unused function warning.
2007-12-23 Pierre d'Herbemontvlc_common.h:
2007-12-22 Christophe MutricyUse dgettext() (aka _() ) rather than gettext().
2007-12-19 Pierre d'Herbemontinclude/vlc_common.h: Define gettext() as a no-op when...
2007-12-13 Rémi Denis-CourmontForward declare vlc_url_t
2007-12-12 Rémi Denis-CourmontMore symbols fixes
2007-10-02 Laurent AimarCompilation fix.
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Rémi Denis-CourmontActually remove unused FREE() macro
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontHide object reference counter.
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-15 Rémi Denis-CourmontAnother attempt at fixing MacOS build
2007-09-11 Rémi Denis-CourmontAll: missing ATTRIBUTE_FORMAT
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Jean-Paul SamanAdd function to get a human readible string for a vlc_f...
2007-08-30 Rémi Denis-CourmontForgot this file
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-19 Rémi Denis-CourmontHide b_attached.
2007-08-16 Rémi Denis-CourmontHide thread ID out of VLC_COMMON_MEMBERS
2007-08-16 Rémi Denis-CourmontHide internal variables state
2007-08-16 Rémi Denis-CourmontRemove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
2007-08-16 Rémi Denis-CourmontPrepare to privatize some members of VLC_COMMON_MEMBERS
2007-07-29 Rémi Denis-CourmontSame as previous commit
2007-07-29 Rémi Denis-CourmontRemove vlc_symbols - refs #297.
2007-07-12 Olivier Aubertvlc_common.h: fix typo in define variable name
2007-07-06 Jérome DecoodtTry to fix libtool on macos
2007-06-24 Rafaël CarréReverts [20669]
2007-06-23 Rafaël CarréRemoves meta_export_t
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-28 Laurent AimarAdded strnlen replacement (Untested)
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
next