]> git.sesse.net Git - vlc/history - include/vlc_common.h
threads: Make sure we don't re-create a thread if the object has already one.
[vlc] / include / vlc_common.h
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
2008-06-04 Antoine CellerierRemove unused types and fix indentation.
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-31 Rémi Denis-CourmontMove LICENSE_MSG to the right section
2008-05-31 Rémi Denis-Courmontvlc_common.h: protect against multiple inclusions
2008-05-31 Rémi Denis-CourmontSeparate libvlccore and libvlc headers
2008-05-27 Pierre d'Herbemontlibvlccore: Add vlc_wclosedir to the exported symbols.
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-27 Rémi Denis-CourmontVLC_PRIVATE_API: no-op, removed
2008-05-27 Rémi Denis-CourmontExporting private APIs is contradictory
2008-05-26 Rémi Denis-CourmontRevert "Move VLC_FOURCC to vlc_es.h"
2008-05-26 Rémi Denis-CourmontMove VLC_FOURCC to vlc_es.h
2008-05-26 Rémi Denis-CourmontRevert broken part of 653bca0a937929bf4308bdac4232dde37...
2008-05-26 Rémi Denis-CourmontHave hton64 accept rvalues. Remove dep upon WORDS_BIGENDIAN
2008-05-26 Rémi Denis-CourmontPenultimate (initial) public header fix
2008-05-26 Rémi Denis-CourmontFix HAVE_ATTRIBUTE_FORMAT usage - refs #297
2008-05-26 Rémi Denis-CourmontAnother bunch of invalid config.h usage
2008-05-26 Rémi Denis-CourmontRemove HAVE_ATTRIBUTE_VISIBILITY - refs #297
2008-05-26 Pierre d'HerbemontRevert "Remove VLC_PRIVATE_API"
2008-05-24 Rémi Denis-CourmontInline and fix some linking errors
2008-05-24 Rémi Denis-CourmontFix win32 linking
2008-05-24 Rémi Denis-Courmontvlc_scandir: remove (dead) code
2008-05-24 Rémi Denis-CourmontSimplify, fix and inline strcasecmp and strncasecmp
2008-05-24 Rémi Denis-CourmontInline strnlen() and use it
2008-05-24 Rémi Denis-CourmontTry to fix make check
2008-05-24 Rémi Denis-CourmontInline strdup, strndup, lldiv and getenv
2008-05-24 Rémi Denis-Courmontvlc_wclosedir is still needed on Windows
2008-05-24 Rémi Denis-CourmontRemove VLC_INTERNAL
2008-05-24 Rémi Denis-CourmontWin32 vlc_w.*dir: declare internally
2008-05-24 Rémi Denis-Courmontseekdir, telldir: unused, remove
2008-05-24 Rémi Denis-CourmontRemove VLC_PRIVATE_API
2008-05-23 Rémi Denis-CourmontSeparate and refactor the win32 main code
2008-05-22 Rémi Denis-CourmontUse netinet macros instead of pointer access
2008-05-22 Rémi Denis-CourmontRemove (hopefully) unused #include
2008-05-22 Rémi Denis-CourmontProvide vlc_gettext on all platforms
2008-05-22 Rémi Denis-CourmontMove _ and N_ to the right header
2008-05-16 Rémi Denis-CourmontHide i_children and pp_children away
2008-05-08 Rémi Denis-CourmontWin32 compile fixes
2008-05-08 Rémi Denis-CourmontMerge vlc_threads.h and vlc_threads_funcs.h
2008-05-08 Rémi Denis-CourmontNo need to auto-include <vlc_plugin.h> anymore
2008-05-08 Rémi Denis-Courmontvlc_modules_macros.h -> vlc_plugin.h
2008-05-08 Rémi Denis-Courmontvlc_module_set: use vararg, more flexible
2008-05-07 Rémi Denis-CourmontVLC_OBJECT: add missing parenthesis
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
next