]> git.sesse.net Git - vlc/history - include/vlc_common.h
QT4 wineventfilter for Win32, allows WM_APPCOMMAND stuff
[vlc] / include / vlc_common.h
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
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.
next