]> git.sesse.net Git - vlc/shortlog
vlc
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
2008-05-03 Rémi Denis... Use the new registration mechanism for memcpy/memset
2008-05-03 Rémi Denis... Process-wide memcpy/memset accelarations
2008-05-03 Rémi Denis... b_daemon does not need to be exported through vlc_global
2008-05-03 Rémi Denis... vlc_object_t.p_internals is not needed anymore
2008-05-03 Rémi Denis... vlc_internals(): use pointer arithmetic
2008-05-03 Rémi Denis... Allocate global object as the others - not statically...
2008-05-03 Rémi Denis... Hide global object within the thread and object subsystem
2008-05-03 Rémi Denis... object: use vlc_internals()
2008-05-03 Rémi Denis... variables: use vlc_internals()
2008-05-03 Rémi Denis... threads: use vlc_internals()
2008-05-03 Rémi Denis... OSD: use vlc_internals()
2008-05-03 Rémi Denis... Remove some global object-specific code
2008-05-03 Rémi Denis... Simplify threads init
2008-05-03 Rémi Denis... Cosmetic fix
2008-05-02 Christophe... Thank Vincent
2008-05-02 Christophe... Russian l10n update by Alexey Salmin
2008-05-02 Christophe... Update POTFILES.in after files renamed and added
2008-05-02 Rémi Denis... Use var_AcquireMutex for the quicktime lock.
2008-05-02 Rémi Denis... main.h -> vlc_main.h
2008-05-02 Rémi Denis... Add kate to the news
2008-05-02 Rémi Denis... configure: Minor fixes for kate detection
2008-05-02 Vincent Penquerc'hbasic support for Kate streams as subtitles
2008-05-02 Jean-Baptiste... Support for MPSub.
2008-05-02 Jean-Baptiste... Small fix for PJS to remove "".
2008-05-02 Jean-Baptiste... Parsing of Phoenix Subtitles.
2008-05-02 Jean-Baptiste... Support for AQT subtitles.
2008-05-01 Rémi Denis... Move dirent stuff to fixups.h, where it belongs
2008-05-01 Rémi Denis... We need <inttypes.h>, always
2008-05-01 Rémi Denis... Be more verbose
2008-05-01 Rémi Denis... dist_ is not needed for HEADERS
2008-05-01 Rémi Denis... Install minimum set of plugin headers.
2008-05-01 Rémi Denis... Remove useless include
2008-05-01 Rémi Denis... Fix name
2008-05-01 Rémi Denis... Fix expansion to no-op
2008-05-01 Rémi Denis... Don't use assert() here.
2008-05-01 Rémi Denis... No need to include the same file twice
2008-05-01 Rémi Denis... Use int64_t directly within plugins rather than vlc_int64_t
2008-05-01 Rémi Denis... Put msg_context_global_key to the internal header.
2008-05-01 Rémi Denis... Remove I64C as well
2008-05-01 Rémi Denis... Remove UI64_C
2008-05-01 Rémi Denis... Remove I64F., not needed anymore
2008-05-01 Rémi Denis... Remnants of I64F.
2008-05-01 Rémi Denis... NIH syndrome cure (2)
2008-05-01 Rémi Denis... NIH desyndromization
2008-05-01 Rémi Denis... Use malloc(1) as cookie rather than malloc(0)
2008-05-01 Rémi Denis... Remove useless #include
2008-05-01 Rémi Denis... C++ <inttypes.h> inclusion fixes
2008-05-01 Rémi Denis... Fix ffmpeg when !ENABLE_SOUT
2008-05-01 Rémi Denis... Don't generate module parameters twice
2008-05-01 Rémi Denis... Don't compile sout code if sout is disabled
2008-05-01 Rémi Denis... Look for config.h output in public header files
2008-05-01 Rémi Denis... Use macro for __attribute__((packed))
2008-05-01 Rémi Denis... libintl is never "included" anymore
2008-05-01 Rémi Denis... Spare one use of WORDS_BIGENDIAN from vlc_common.h
2008-05-01 Rémi Denis... Remove the temporary hack
2008-05-01 Rémi Denis... U?I64C: use U?INT64_C from <stdint.h>
2008-05-01 Rémi Denis... I64F?: use PRI?64 from <inttypes.h>
2008-05-01 Rémi Denis... <inttypes.h> is a superset of <stdint.h>, use it instead.
2008-05-01 Rémi Denis... Don't re-invent uint8_t - remove byte_t
2008-05-01 Felix Paul... Fixed the compilation of multiple Mac OS X related...
2008-05-01 Rémi Denis... Missing #include
2008-04-30 Rémi Denis... Support for RIFF/MIDI files
2008-04-30 Rémi Denis... --mono does noes exist. Comment out the text for it.
2008-04-30 Rémi Denis... Disc reading libs want ANSI rather than UTF-8 paths...
2008-04-30 Rémi Denis... Export ToLocaleDup
2008-04-30 Jean-Baptiste... Win64 compatible modifications around set/getWindowLong
2008-04-29 Adrien GrandFix the interpretation of command "help" by VLM.
2008-04-29 Rémi Denis... Restore ENABLE_SOUT #define (used in wav "codec")
2008-04-29 Mirsal EnnaimeMove the MPRIS Quit method to the root dbus object.
2008-04-28 Rémi Denis... Don't use VLC_ADD_PLUGIN for common sout and packetizer...
next