]> git.sesse.net Git - vlc/history - include/vlc_common.h
Privatize msg_bank
[vlc] / include / vlc_common.h
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-Courmontlibvlc_global_data_t: fix description
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-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-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-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
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
next