]> git.sesse.net Git - vlc/history - include/vlc_common.h
decoder: fix data race in input_DecoderFrameNext()
[vlc] / include / vlc_common.h
2015-02-19 Rémi Denis-Courmontvlc_list_children: use vlc_value_t.p_address, not ...
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-12-15 Rémi Denis-Courmontplaylist: move playlist controls to vlc_playlist.h
2014-10-23 Rémi Denis-Courmontvariables: store a single type per list
2014-08-04 Felix Abecassiscore: add a new type of callback for list variables
2014-02-23 KO Myung-Hunos2: make high-memory safe
2014-02-09 Francois CartegnieAdd addons management API
2013-12-07 Jean-Baptiste KempfUse _aligned_* when compiling with MSVC
2013-11-30 Felix AbecassisAdd #ifdef clauses around MinGW specific code.
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-16 Jean-Baptiste Kempfvlc_commom Use ULL over LLU
2013-04-13 Rémi Denis-Courmontaout: remove packet helper
2013-01-31 Rémi Denis-CourmontRemove unused typedefs
2013-01-31 Rémi Denis-Courmontosd: remove dead core OSD menu functions
2013-01-15 Jean-Baptiste KempfWin32: use _snwprintf instead of swprintf
2013-01-13 Rémi Denis-Courmontvlc_common: add ctz() to count trailing zeroes
2013-01-08 Jean-Baptiste KempfWin32: keep defines together
2013-01-07 Brad SmithFix building with Clang/LLVM
2012-12-04 Rémi Denis-CourmontRationalize error code values
2012-12-02 Rémi Denis-CourmontRemove unused VLC_EEXIT* error codes
2012-11-10 Rémi Denis-CourmontPrivatize b_die
2012-10-12 Rémi Denis-CourmontAdd xstrdup()
2012-09-03 Rémi Denis-CourmontRemove old MSVC and Borland work-arounds
2012-09-03 Rémi Denis-CourmontRemove useless alloca() work-around
2012-09-02 Rémi Denis-CourmontRemove redundant UNDER_CE checks
2012-07-03 Rafaël CarréRemove vlc_memcpy
2012-07-03 Rémi Denis-CourmontRemove audio_volume_t
2012-07-02 Rafaël CarréRemove vlc_memset
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-13 Rémi Denis-CourmontMove vlc_atomic_t to <vlc_atomic.h> and correct definition
2012-05-13 Rémi Denis-CourmontRemove no longer used vlc_gc_*()
2012-04-16 Rémi Denis-CourmontImplement vlc_ngettext() to deal with plurals
2012-04-02 Rémi Denis-CourmontMove httpd typedefs to <vlc_httpd.h>
2012-04-01 Rémi Denis-CourmontRemove core ACL support
2012-03-18 Rémi Denis-CourmontAdd parity() helper
2012-02-29 Rémi Denis-CourmontReplace posix_memalign()
2012-01-28 Rémi Denis-CourmontDefine WIN32_LEAN_AND_MEAN in config.h rather than...
2012-01-27 Rémi Denis-CourmontWin32: do not redefine stat/fstat, fix piles of warnings
2012-01-27 Rémi Denis-CourmontMove 'struct stat' forward declaration where actually...
2011-12-21 Rafaël Carréremove unused custom typedef
2011-12-15 Pere Orgafix filename self-references
2011-12-11 Jean-Baptiste KempfFinish the LGPL switch for libVLC and libVLCcore
2011-11-29 Rémi Denis-CourmontMove stats counter declaration to core
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
2011-10-30 Jean-Baptiste KempfWin32: always use mingw's snprintf
2011-10-14 KO Myung-HunImplement thread support for OS/2
2011-10-10 KO Myung-HunUndefine bswap16, bswap32, and bswap64 to avoid name...
2011-09-28 Rafaël Carréremove hack no longer needed for win32
2011-09-25 Sébastien Toqueposix_memalign is not available on android
2011-09-25 Rafaël Carrévlc_memalign(): osx 10.5 doesn't have posix_memalign()
2011-09-25 Rafaël CarréRevert "vlc_memalign: use memalign() if posix_memalign...
2011-09-22 Rafaël Carrévlc_memalign: use memalign() if posix_memalign() isn...
2011-09-19 Jean-Baptiste KempfInclude: add some win32 comment
2011-09-05 Rémi Denis-CourmontImprove vlc_memalign()
2011-08-24 Pierre YnardProofread byte order inline functions
2011-08-18 Rémi Denis-Courmontbswap64: hack for C++ brain damage
2011-08-17 Rémi Denis-CourmontImprove byte order inline functions
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-08-17 Rémi Denis-CourmontIntroduce VLC_GCC_VERSION macro, fix popcount and clz
2011-07-25 Rémi Denis-CourmontRename aout_instance_t to audio_output_t
2011-07-23 Rémi Denis-CourmontBig cleanup of TLS interface
2011-07-21 Rémi Denis-CourmontMove variable types to vlc_variables.h
2011-07-11 Rémi Denis-CourmontAdd xcalloc(). Do not use this in new code!
2011-07-07 Rémi Denis-CourmontRemove unused vlc_execve()
2011-05-30 Rémi Denis-CourmontRemove aout_filter_t
2011-05-10 Rémi Denis-CourmontAlias vlc_memset() to memset()
2011-05-07 Rémi Denis-CourmontRename LIBVLC_* function attributes to VLC_* within...
2011-05-07 Rémi Denis-CourmontMark exported symbols with default visibility on GCC 4
2011-05-07 Rémi Denis-CourmontReplace VLC_EXPORT macro with a simple prefix, VLC_API
2011-04-10 Rémi Denis-CourmontFix VLC_OBJECT expansion
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-03-05 Rémi Denis-Courmontinline is inline
2011-02-15 Rémi Denis-Courmontpopcount(): compute bit weight
2011-02-14 Rémi DuraffortUse a macro for the deprecated attribute.
2011-01-13 Pierre YnardRemove references to removed structures
2010-12-30 Jean-Baptiste KempfSymbian: fix for PATH_MAX
2010-12-30 Jean-Baptiste KempfSymbian: native separator is \\
2010-12-13 Rémi DuraffortMore cleaner fix when tdestroy only is missing.
2010-12-07 Rémi DuraffortFix make check.
2010-12-05 Rémi Denis-CourmontRemove VLC_VAR_MODULE, VLC_VAR_FILE and VLC_VAR_DIRECTORY
2010-11-06 Rémi Denis-CourmontExpand and remove VLC_Version()
2010-11-06 Rémi Denis-CourmontRemove some typedefs to non-existent structs
2010-11-06 Rémi Denis-CourmontPrivatize appropriate module typedefs
2010-11-06 Rémi Denis-CourmontRemove unused typedefs
2010-11-06 Rémi Denis-CourmontDo not redefine standard types
2010-10-26 Rémi Denis-CourmontMove vlc_iconv* to <vlc_charset.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.
next