]> git.sesse.net Git - vlc/history - include/vlc_arrays.h
pda gui: Set prio to 0, so it is not eligible for automatic selection. This is bad...
[vlc] / include / vlc_arrays.h
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