]> git.sesse.net Git - vlc/history - include/vlc_arrays.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_arrays.h
2010-07-19 Rémi Denis-CourmontExpansion safety
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Rémi Denis-CourmontAbort if array allocation fails
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-24 Rémi Denis-CourmontError-proof REMOVE_ELEM
2008-10-08 Laurent AimarCosmetics + A calloc check.
2008-10-05 Adrien MagloRedefine vlc_dictionary_clear() and vlc_dictionary_remo...
2008-10-01 Rémi DuraffortProtect against bad use after a vlc_dictionary_clear.
2008-09-26 Rémi Duraffortvlc_array: Macro safety.
2008-09-26 Rémi Duraffortvlc_array: macro safety.
2008-09-14 Rémi Denis-CourmontFOREACH_ARRAY: expansion safety
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-26 Rémi Denis-CourmontDo not use assert in public headers
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-21 Sam HocevarVarious spelling fixes.
2008-03-11 Rémi DuraffortRemove useless test before a free.
2008-02-15 Pierre d'Herbemontvlc_arrays.h: Fix insertion rebuilding.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: More vlc_dictionary_t fixes.
2008-02-13 Pierre d'Herbemontvlc_arrays.h: Make sure we return the right value assoc...
2008-02-01 Pierre d'Herbemontvlc_arrays.h: Sanity check.
2008-01-17 Antoine CellerierYou still need the cast to compile :)
2008-01-17 Pierre d'Herbemontvlc_arrays.h: Don't use calloc, seems unreliable.
2008-01-17 Antoine CellerierFix compilation and remove a few trailing spaces.
2008-01-17 Pierre d'Herbemontvlc_arrays.h: vlc_array_new, vlc_array_destroy.
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-19 Pierre d'Herbemontvlc_arrays.h: Implement vlc_array_index_of_item.
2007-11-15 Jean-Paul SamanAdd macro for determining array size.
2007-10-15 Pierre d'Herbemontvlc_arrays.h: Use item_at_index istead of object_at_index.
2007-10-11 Pierre d'Herbemontinclude/vlc_arrays.h: Fix previous commit.
2007-10-11 Pierre d'Herbemontinclude/vlc_arrays.h: Export a static inlined array...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-19 Pierre d'Herbemontvlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_...
2007-08-13 Pierre d'Herbemontinclude/vlc_arrays.h: Allow zero sized vlc_dictionary_t...
2007-08-10 Pierre d'Herbemontinclude/vlc_arrays.h: Don't forget to return a value...
2007-08-10 Pierre d'Herbemontinclude/vlc_arrays.h: Compile fix for g++.
2007-08-10 Pierre d'Herbemontinclude/vlc_arrays.h: Always return a valid ptr in...
2007-08-10 Pierre d'Herbemontinclude/vlc_arrays.h: Implement simple best-case-in...
2007-08-09 Pierre d'Herbemontinclude/vlc_arrays.h: oops, (I did it again).
2007-08-09 Pierre d'Herbemont(oops)
2007-08-09 Pierre d'HerbemontFix previous commit on gcc. (oops).
2007-08-09 Pierre d'Herbemontinclude/vlc_arrays.h: Fix previous commit compilation...
2007-08-09 Pierre d'Herbemontinclude/vlc_arrays.h: Transform the dictionary macro...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
2007-03-23 Laurent AimarAdded a c++ compatible TAB_APPEND_CPP
2007-02-26 Laurent AimarAdded missing const qualifier to vod_MediaControl.
2006-12-15 Clément StenacRework dicts as macros for type-independance
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Clément StenacPlaylist
2006-10-19 Clément StenacDynamic array with log allocation