]> git.sesse.net Git - vlc/history - src
More avoidable directories
[vlc] / src /
2008-05-04 Rémi Denis-Courmontupdate check: Initialize gcrypt threading - fixes ...
2008-05-04 Rémi Denis-CourmontFactorize the gcrypt thread support
2008-05-04 Rémi Denis-CourmontRemove some dead code
2008-05-04 Rémi Denis-CourmontFix linking error
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-CourmontImprove doxy comments
2008-05-03 Rémi Denis-CourmontProvide sendmsg and recvmsg replacements
2008-05-03 Rémi Denis-CourmontOnly compile the winsock stubs file on Win32
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis-CourmontWin32 compile fix
2008-05-03 Rémi Denis-CourmontSpeak English
2008-05-03 Rémi Denis-CourmontFix symbols list
2008-05-03 Rémi Denis-CourmontNo need to kill VLC if it's exiting already.
2008-05-03 Rémi Denis-CourmontRemove pf_memcpy and pf_memset from libvlc
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-03 Rémi Denis-CourmontProcess-wide memcpy/memset accelarations
2008-05-03 Rémi Denis-Courmontb_daemon does not need to be exported through vlc_global
2008-05-03 Rémi Denis-Courmontvlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis-Courmontvlc_internals(): use pointer arithmetic
2008-05-03 Rémi Denis-CourmontAllocate global object as the others - not statically...
2008-05-03 Rémi Denis-CourmontHide global object within the thread and object subsystem
2008-05-03 Rémi Denis-Courmontobject: use vlc_internals()
2008-05-03 Rémi Denis-Courmontvariables: use vlc_internals()
2008-05-03 Rémi Denis-Courmontthreads: use vlc_internals()
2008-05-03 Rémi Denis-CourmontOSD: use vlc_internals()
2008-05-03 Rémi Denis-CourmontRemove some global object-specific code
2008-05-03 Rémi Denis-CourmontSimplify threads init
2008-05-03 Rémi Denis-CourmontCosmetic fix
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-CourmontBe more verbose
2008-05-01 Rémi Denis-Courmontdist_ is not needed for HEADERS
2008-05-01 Rémi Denis-CourmontInstall minimum set of plugin headers.
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-CourmontRemnants of I64F.
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-05-01 Rémi Denis-CourmontDon't compile sout code if sout is disabled
2008-05-01 Rémi Denis-CourmontLook for config.h output in public header files
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-30 Rémi Denis-Courmont--mono does noes exist. Comment out the text for it.
2008-04-30 Rémi Denis-CourmontExport ToLocaleDup
2008-04-30 Jean-Baptiste KempfWin64 compatible modifications around set/getWindowLong
2008-04-29 Adrien GrandFix the interpretation of command "help" by VLM.
2008-04-25 Antoine LejeuneFix a bug introduced by 920692ff5d2d6b001e0f6ac7bda1978...
2008-04-24 Jean-Paul SamanDon't return at the end of void function.
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-CourmontWin32: don't use spin locks^W^Wfast mutexes instead...
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 Olivier AubertTrailing whitespace/tabs fixes
2008-04-23 Olivier Aubertmediacontrol: get_stream_information returns an empty...
2008-04-23 Olivier Aubertmediacontrol API: update to use the new libvlc_media_pl...
2008-04-23 Rafaël CarréRemove playlist items from the "items" array when they...
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 Antoine CellerierRevert "Fix memory leak"
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-22 Pierre d'Herbemonthttpd: Fix vlc_object_wait() usage. It's needed to...
2008-04-22 Pierre d'Herbemontblock: Remove a no-op introduced by me and spotted...
2008-04-22 Pierre d'Herbemontinput: Make sure priv->p_sout won't be reused when...
2008-04-22 Pierre d'Herbemontstream_output: Expanded debug message at sout input...
2008-04-20 Rafaël CarréCorrectly release sout object when it has been kept
2008-04-20 Rafaël CarréAttach the sout object to libvlc
2008-04-17 Michael Ploujnikovfixed misc/stats.c:399: warning: comparison between...
2008-04-16 Rafaël CarréFix metadata reading
2008-04-16 Pierre d'Herbemontmedia_discoverer: Typo fix. Don't add the media twice.
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-16 Pierre d'Herbemontmodules: Make sure DupModule() work as expected. (Point...
2008-04-16 Jean-Paul SamanProperly initialize psz_name in PrintObject(). Fixes...
2008-04-16 Pierre d'Herbemontmodules: Fix const char * usage and memory management.
2008-04-16 Pierre d'Herbemontmodules: Don't cast a const to silent a warning on...
2008-04-16 Pierre d'Herbemontobjects: Also dump leaked objects.
2008-04-16 Jean-Paul SamanProperly free hal ctx when finished with it.
2008-04-16 Pierre d'Herbemontobjects: Dump libvlc object when aborting because of...
2008-04-15 Pierre d'Herbemonttests: Fix libvlc.sym.
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 Jérôme DecoodtFix parsing of plugin-path with escaping chars...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Jérôme DecoodtFix plugins/modules path list on Win32
2008-04-14 Pierre d'Herbemontinput: Split Init() into multiple subfunctions to try...
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Pierre d'Herbemontsrc: Fix an unused var warning plus an invalid conversi...
2008-04-11 Pierre d'Herbemonttest: Move testapi.c to /test and use a sample file...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanCheck malloc return value
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Pierre d'Herbemontlibvlc: Properly raise an exception that indicates...
2008-04-09 Pierre d'Herbemontlibvlc: Don't delete all the media in libvlc_vlm_releas...
next