]> git.sesse.net Git - vlc/shortlog
vlc
2008-05-06 Rémi DuraffortPrint less information about the compilation when using...
2008-05-06 Rafaël CarréCheck malloc return value
2008-05-06 Rafaël Carrémosaic: Free string variables after using them
2008-05-06 Jean-Paul SamanFix compiler warning in fbosd.c
2008-05-06 Jean-Paul SamanRemove dead code.
2008-05-06 Jean-Paul SamanCleanup and add workaround for FPGA bug.
2008-05-06 Anthony Loiseaugenerated files from axvlc.idl by midl (VisualStudio...
2008-05-05 Rémi Denis... SSL certificates are in /etc, not in /usr/share
2008-05-05 Rémi Denis... Add config_GetConfDir
2008-05-05 Rémi Denis... config_GetConfigDir -> config_GetUserConfDir
2008-05-05 Rémi Denis... Hide psz_(cache|config|data)dir
2008-05-05 Rémi Denis... Use config_Get*Dir
2008-05-05 Rémi Denis... Export config_Get*Dir
2008-05-05 Rémi Denis... Inline config_GetUserDir
2008-05-05 Rémi Denis... Don't duplicate getenv("HOME")
2008-05-05 Rémi Denis... Simplify Win32 GetDir, and use the proper header files
2008-05-05 Rémi Denis... Use getpwuid_r - thread safety
2008-05-05 Rémi Denis... The input_items array is private data.
2008-05-05 Rémi Denis... Fix warning
2008-05-05 Rémi Denis... Do not re-invent strcpy
2008-05-05 Rémi Denis... Remove unused variable
2008-05-05 Rafaël Carrés/URI/location/ to comply to the spec
2008-05-05 Rafaël CarréRead the correct type from the vlc value - fixes #1569
2008-05-05 Rafaël CarréAvoid deadlocking: refs #1566
2008-05-05 Rafaël CarréUse strrchr()
2008-05-05 Rafaël Carréncurses: use --color option
2008-05-05 Rafaël CarréDBus: Round volume to nearest integer - fixes #1561
2008-05-05 Rémi Denis... Fontconfig: compiler warning
2008-05-05 Rafaël CarréFix memleak
2008-05-05 Rafaël CarréFix es format leaking in live555
2008-05-05 Rafaël CarréForgotten in fd84d89ba : fix building without spinlocks
2008-05-05 Rafaël CarréFix memory leak in dummy input
2008-05-05 Rafaël CarréActually free the data
2008-05-05 Rafaël Carrénetwork/error.c has been removed
2008-05-05 Rafaël CarréDo not leak 1 byte per variable created
2008-05-05 Rafaël CarréDo not leak the object name
2008-05-05 Rafaël CarréDo not leak the global libvlc pointer
2008-05-05 Rafaël CarréFix leaking of psz_object_name
2008-05-05 Rafaël CarréSimplify executable name retrieval and fix a memory...
2008-05-05 Rafaël CarréRemove a memleak
2008-05-05 Rafaël CarréUse the verbose variable, over the private i_verbose...
2008-05-05 Rafaël CarréDo not duplicate potentially NULL strings
2008-05-05 Rafaël CarréDo not duplicate NULL strings
2008-05-05 Rafaël Carréi_verbose has been privatized
2008-05-04 Rémi Denis... Remove unused parameter
2008-05-04 Rémi Denis... Remove unused parameter
2008-05-04 Rémi Denis... Fix memleak on Windows, fix locale on Linux
2008-05-04 Rémi Denis... XDG code factorization
2008-05-04 Rémi Denis... No need to lookup i_verbose. The core does it anyway.
2008-05-04 Rémi Denis... Privatize the stats computer
2008-05-04 Rémi Denis... Don't use libvlc->b_color
2008-05-04 Rémi Denis... Privatize psz_configfile
2008-05-04 Rémi Denis... Privatize p_interaction
2008-05-04 Rémi Denis... Privatize msg_bank
2008-05-04 Rémi Denis... Use libvlc_priv_t for httpd
2008-05-04 Rémi Denis... p_vlm is private data
2008-05-04 Rémi Denis... p_memcpy_module is private libvlc data
2008-05-04 Rémi Denis... Add long overdue private libvlc object pointer...
2008-05-04 Rémi Denis... libvlc_global_data_t: fix description
2008-05-04 Rémi Denis... p_root->p_probe: unused, remove
2008-05-04 Rémi Denis... Remove p_root->b_ready. Duplicated state.
2008-05-04 Rémi Denis... libvlc_InternalCreate: fix small race condition in...
2008-05-04 Rémi Denis... BeOS app thread: only used in one file
2008-05-04 Rémi Denis... iconv_macosx: never used, removed
2008-05-04 Rémi Denis... Remove VLC_OBJECT_GLOBAL
2008-05-04 Pierre d'Herbemontcmake: Define HAVE_ATTRIBUTE_PACKED if needed.
2008-05-04 Pierre d'Herbemontcmake: Set min version required, fix some warnings...
2008-05-04 Jean-Baptiste... Direct3D blurriness fix by Kaarlo Henrik Räihä
2008-05-04 Rémi Denis... Also if BUILD_LUA
2008-05-04 Rémi Denis... Avoid useless recursion into GUI directories
2008-05-04 Rémi Denis... More avoidable directories
2008-05-04 Rémi Denis... Remove useless bindings/Makefile
2008-05-04 Rémi Denis... Don't recurse to python, ax and mozilla directories...
2008-05-04 Rémi Denis... Maintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi DuraffortFix a false assertion fail in the Qt4 playlist.
2008-05-04 Rémi Denis... update check: Initialize gcrypt threading - fixes ...
2008-05-04 Rémi Denis... Factorize the gcrypt thread support
2008-05-04 Rémi Denis... Remove some dead code
2008-05-04 Rémi Denis... Fix linking error
2008-05-04 Rémi Denis... Fix function names
2008-05-04 Rémi Denis... vlc_mutex_init_recursive: remove useless parameter
2008-05-04 Rémi Denis... vlc_mutex_init: remove unused paramter
2008-05-04 Felix Paul... Mirror libcaca on ganesh, as zoy isn't reliable enough...
2008-05-04 Rémi DuraffortFix the playlist column problem added in 7bc28eebe843ef...
2008-05-04 Rémi Denis... Fix symbols list
2008-05-03 Rémi Denis... Improve doxy comments
2008-05-03 Rémi Denis... LUA: don't reinvent scandir
2008-05-03 Rémi Denis... RTP sout: --sout-rtp-sap, works like --sout-standard-sap
2008-05-03 Rémi Denis... Rationalize the SDP session name string
2008-05-03 Rémi Denis... Remove splice support - it does not quite help for...
2008-05-03 Rémi Denis... Provide sendmsg and recvmsg replacements
2008-05-03 Jean-Baptiste... Fix typo in commit 5b55ee1bb0a0212b967f8f4a33824ffc6b7c7f09
2008-05-03 Rémi Denis... Only compile the winsock stubs file on Win32
2008-05-03 Rémi Denis... block_FifoNew: remove un-needed parameter
2008-05-03 Rémi Denis... Win32 compile fix
2008-05-03 Rémi Denis... Speak English
2008-05-03 Rémi Denis... Fix symbols list
2008-05-03 Rémi Denis... No need to kill VLC if it's exiting already.
2008-05-03 Rémi Denis... Remove pf_memcpy and pf_memset from libvlc
2008-05-03 Rémi Denis... Use vlc_memset/vlc_memcpy
next