]> git.sesse.net Git - vlc/history - include/vlc_common.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_common.h
2010-08-12 Brad SmithOnly define LIBVLC_USED for GCC 3.4 or newer. GCC 3...
2010-08-03 Rémi Denis-CourmontDo not export vlc_wclosedir()
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-05 Rémi DuraffortCore: add some LIBVLC_USED.
2010-07-02 Rémi Denis-CourmontMake vlc_value_t.i_int 64-bits
2010-07-02 Rémi Denis-Courmontpadding is superfluous (mtime_t, coords...)
2010-06-29 Rémi Denis-CourmontMove vlc_atomic_t typedef to <vlc_common.h>
2010-06-27 Rémi Denis-CourmontRewrite GC code on top of atomic ops
2010-06-26 Rémi Denis-CourmontFix vlc_pgettext
2010-06-08 Rémi Denis-CourmontRemove VLC_VAR_LIST variable type
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-04 Laurent AimarSplitted out text_style_t and related function to its...
2010-04-18 Laurent AimarMoved picture_heap_t out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_sys_t out of vlc_common.h.
2010-04-10 Rémi Denis-Courmontutf8_lstat is called vlc_lstat nowadays
2010-02-13 Rémi Denis-CourmontAdd coordinates (VLC_VAR_COORDS) variable type
2010-02-13 Rémi Denis-CourmontRemove the old form of variable variable
2010-02-09 Gildas Bazin__builtin_offsetof() needs gcc >= 4
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-Courmontcommon: remove leading underscores
2010-02-07 Rémi Denis-Courmontvariables: remove leading underscores
2010-02-07 Rémi Denis-Courmontclz: count leading zeroes
2010-02-04 Rémi Denis-CourmontRemove be_sure_to_add_VLC_COMMOM_MEMBERS and check...
2010-02-02 Jakob Lebenvlc core: single storage playlist
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-19 Rémi Denis-CourmontRemove COMPILE_DOMAIN, merge into COMPILE_HOST
2010-01-09 Jean-Baptiste KempfWin32: be compatible with GCC version bigger than 4.x
2010-01-06 Rémi Denis-Courmontvlc_tdestroy: safe replacement for GNU tdestroy()
2009-12-30 Jean-Baptiste KempfSupport for mingw32 gcc 4.4.0
2009-12-06 Rémi Denis-Courmontxmalloc, xrealloc: traditional functions to allocate...
2009-12-06 Rémi Denis-Courmontlikely, unlikely: convenience portability macros for...
2009-11-10 Rémi DuraffortRemove VLC_Error obsolete function.
2009-10-05 Rémi Denis-CourmontUse __typeof__ which works with any GNU C profile,...
2009-09-24 Rémi Denis-CourmontAdd and use LIBVLC_FORMAT_ARG for gettext functions
2009-09-24 Rémi Denis-CourmontAdd LIBVLC_MALLOC function attribute
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Jean-Baptiste KempfDefine new capabilities for SSE3 SSSE3 and SSE4 (4...
2009-09-20 Rémi Denis-CourmontRemove unused 486 and 586 capabilities
2009-09-20 Rémi Denis-CourmontRemove never set, never used Pentium Pro capability
2009-09-05 Rémi Denis-CourmontAdd a CPU capability for ARM NEON
2009-08-23 Rémi Denis-CourmontRemove vlc_object_t.p_private
2009-08-23 Rémi Denis-CourmontUse VLC object for meta writer and factor code
2009-08-23 Rémi Denis-CourmontUse a VLC object for meta reader
2009-08-23 Rémi Denis-CourmontMake playlist_export_t a VLC object
2009-08-19 Rémi Denis-CourmontHide psz_object_name in private data
2009-08-02 Rémi Denis-CourmontReplace VLC_ETHREAD with VLCENOMEM.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMove intf_sys_t and intf_thread_t definitions
2009-05-23 Rémi Denis-CourmontRemove non-existent types
2009-04-15 Rémi Denis-CourmontSupport for pgettext
2009-04-10 Rémi Denis-CourmontRemove buggy and unused vlc_wraptext()
2009-04-10 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-04-10 Rémi Denis-CourmontMove remaining replacement to static import library
2009-04-10 Rémi Denis-CourmontStart moving replacement functions to a static import...
2009-04-10 David FlynnRevert "Revert "win32: remove old attempts to define...
2009-04-09 Jean-Baptiste KempfRevert "win32: remove old attempts to define snprintf...
2009-04-03 David Flynnwin32: remove old attempts to define snprintf _snprintf
2009-03-08 Rémi Denis-CourmontRemove interaction core
2009-02-28 Rémi Denis-CourmontRemove remaining global stats code
2009-02-14 Rémi Denis-CourmontRemove VLC_Changeset, src/misc/revision.c, fixes make
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-12 Rémi Denis-CourmontRemove useless console type and pointer
2008-12-21 Rémi Denis-CourmontInline strsep
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-12 Rémi Denis-CourmontCosmetic
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-29 Geoffroy CouprieWinCE: cleaning my header inclusion mess
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Rémi Denis-CourmontRemove the object ID field
2008-09-19 Rémi Denis-CourmontFactor variable operations, as they're always the same...
2008-09-19 Rémi Denis-CourmontGC: thread-safety, and offset independence
2008-09-18 Rémi Denis-CourmontImprove VLC_COMMON_MEMBERS layout
2008-09-18 Rémi Denis-Courmontvlc_object_internals_t is internal
2008-09-14 Rémi Denis-CourmontOnly input uses b_dead
2008-09-14 Rémi Denis-CourmontHide fetcher and prepase typedefs
2008-09-14 Rémi Denis-CourmontRemove the useless announce handler object
2008-09-11 Rémi Denis-CourmontSAP announce: rewrite, use one thread per SAP group...
2008-09-08 Geoffroy CouprieWinCE: header inclusion fixes
2008-09-06 Rémi Denis-CourmontTag some APIs as LIBVLC_USED
2008-09-06 Rémi Denis-CourmontLIBVLC_USED: tag for function whose result must be...
2008-09-03 Rémi Denis-Courmontstrsep does not need to be exported for now
2008-09-03 Laurent AimarImplemented strsep replacement.
2008-08-27 Jean-Paul Samandocument vlc_fourcc_to_char() function.
2008-08-13 Rémi Denis-CourmontVLC_OBJECT: expansion safety
2008-07-23 Rémi Denis-CourmontRemove misleading comment
2008-07-08 Pierre d'Herbemontlibvlccore: Make sure vlc_gc_* function correctly asser...
2008-06-17 Rémi Denis-CourmontMove object lock and condition into the internals
2008-06-15 Rémi Denis-CourmontRemove unused VLC_EBADOBJ
next