]> git.sesse.net Git - vlc/history - include
Remove unused variable.
[vlc] / include /
2008-05-13 Jean-Baptiste KempfPut psb in NEWS, interface and options.
2008-05-12 Jean-Baptiste KempfUpdate the NEWS and the dialogs for the subtitles support.
2008-05-10 Rémi Denis-CourmontThe TLS also needs to be cleaned up... should fix ...
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
2008-05-10 Rémi Denis-CourmontMove some internal message stuff to src/
2008-05-08 Rafaël Carréshortcuts are strings
2008-05-08 Rémi Denis-Courmontcapabilities are strings
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-CourmontDon't declare a non-existent function
2008-05-08 Rémi Denis-CourmontNo need to auto-include <vlc_plugin.h> anymore
2008-05-08 Rémi Denis-CourmontDon't redefine MODULE_STRING
2008-05-08 Rémi Denis-Courmontvlc_modules_macros.h -> vlc_plugin.h
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontMerge the plugins macros into one header
2008-05-08 Rémi Denis-CourmontRemove dead CPP
2008-05-08 Rémi Denis-Courmontvlc_module_set: use vararg, more flexible
2008-05-07 Rémi Denis-CourmontRemove p_playlist from p_libvlc
2008-05-07 Rémi Denis-CourmontRemove pl_Get. This endorsed unyielded playlist access.
2008-05-07 Rémi Denis-CourmontVLC_OBJECT: add missing parenthesis
2008-05-07 Rémi Denis-CourmontWe know where VLM is, no need to find it.
2008-05-07 Rémi Denis-CourmontProvide gmtime_r
2008-05-05 Rémi Denis-CourmontAdd config_GetConfDir
2008-05-05 Rémi Denis-Courmontconfig_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis-CourmontHide psz_(cache|config|data)dir
2008-05-05 Rémi Denis-CourmontExport config_Get*Dir
2008-05-05 Rémi Denis-CourmontThe input_items array is private data.
2008-05-05 Rafaël CarréForgotten in fd84d89ba : fix building without spinlocks
2008-05-05 Rafaël CarréActually free the data
2008-05-04 Rémi Denis-CourmontPrivatize the stats computer
2008-05-04 Rémi Denis-CourmontPrivatize psz_configfile
2008-05-04 Rémi Denis-CourmontPrivatize p_interaction
2008-05-04 Rémi Denis-CourmontPrivatize msg_bank
2008-05-04 Rémi Denis-Courmontp_vlm is private data
2008-05-04 Rémi Denis-Courmontp_memcpy_module is private libvlc data
2008-05-04 Rémi Denis-CourmontAdd long overdue private libvlc object pointer...
2008-05-04 Rémi Denis-Courmontlibvlc_global_data_t: fix description
2008-05-04 Rémi Denis-CourmontRemove VLC_OBJECT_GLOBAL
2008-05-04 Rémi Denis-CourmontFactorize the gcrypt thread support
2008-05-04 Rémi Denis-CourmontFix function names
2008-05-04 Rémi Denis-Courmontvlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-04 Rémi Denis-CourmontFix symbols list
2008-05-03 Rémi Denis-CourmontProvide sendmsg and recvmsg replacements
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis-CourmontRemove pf_memcpy and pf_memset from libvlc
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-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-02 Rémi Denis-CourmontUse var_AcquireMutex for the quicktime lock.
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-CourmontRemove useless include
2008-05-01 Rémi Denis-CourmontFix name
2008-05-01 Rémi Denis-CourmontFix expansion to no-op
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-30 Rémi Denis-CourmontExport ToLocaleDup
2008-04-23 Rémi Denis-CourmontWin32: Simplify mutex
2008-04-23 Rémi Denis-CourmontWin32: remove (now dead) old mutex/cv implementation
2008-04-23 Rémi Denis-CourmontSimplify threading code a bit
2008-04-23 Rémi Denis-CourmontWin32: don't use weak linking for SignalObjectAndWait
2008-04-23 Rémi Denis-CourmontFix win32 warning
2008-04-23 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertlibvlc.h: some doxygen fixes
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-23 Olivier AubertSome documentation fixes (following the mediainstance...
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-22 Antoine Cellerierpsz_object_name should not be const! (else module name...
2008-04-22 Rafaël Carréplaylist-tree has only 2 meaningful values now
2008-04-22 Rafaël CarréRemove unused option: b_prefers_tree
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-16 Rafaël CarréRemove unused i_enabled member from the playlist struct
2008-04-16 Rafaël CarréDo not put a private function in a public header
2008-04-15 Rafaël CarréFix MacOSX update checking - inverted behavior
2008-04-15 Pierre d'Herbemontmodule: Set up a timer for moduleNeed().
2008-04-15 Pierre d'Herbemontinput: Set a timer for input launching.
2008-04-15 Pierre d'Herbemontstats: Support per object timer. (and implement stats_T...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'Herbemontinclude: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Jean-Paul SamanMove ppsz_input_state[] to modules/control/rc.c because...
2008-04-11 Pierre d'Herbemontsrc: Fix an unused var warning plus an invalid conversi...
next