]> git.sesse.net Git - vlc/shortlog
vlc
2011-07-26 Konstantin... LUA SD: Fix Librivox duration parser.
2011-07-25 Felix Paul... macosx: fixed warning
2011-07-25 Felix Paul... macosx: prepare sidebar
2011-07-25 Alexey SokolovAdd few more bool returns to libvlc.
2011-07-25 Jean-Baptiste... Skin2: fix compilation
2011-07-25 Jean-Baptiste... DVDnav: remove unused variable
2011-07-25 Alexey SokolovAdd few missing error messages to libvlc.
2011-07-25 Rémi Denis... PulseAudio: keep track of sink input volume
2011-07-25 Rémi Denis... aout: clean up output volume handling and fix races
2011-07-25 Rémi Denis... aout_VolumeDown: convert to a macro
2011-07-25 Rémi Denis... Privatize AOUT_VOLUME_STEP
2011-07-25 Rémi Denis... Replace AOUT_VOLUME_MIN with 0
2011-07-25 Rémi Denis... PulseAudio: do not alter format until successful probing
2011-07-25 Felix Paul... auhal: compilation fix
2011-07-25 Rémi Denis... XCB/X11: do not corrupt video format in case of probing...
2011-07-25 Rémi Denis... ALSA: avoid broken libasound channels remapping (fix...
2011-07-25 Rémi Denis... ALSA: do not overwrite output format until success...
2011-07-25 Rémi Denis... Use Unix EOLs and remove trailing spaces
2011-07-25 Benjamin DrungFix typo 'allows to do' -> 'allows doing'
2011-07-25 Rémi Denis... Remove unused mutex
2011-07-25 Alexey SokolovAdd meta information to libvlc headers.
2011-07-25 Alexey SokolovFix few typos in libvlc comments.
2011-07-25 Rémi Denis... Rename aout_instance_t to audio_output_t
2011-07-25 Rémi Denis... Merge aout_output_t into aout_instance_t
2011-07-25 Rémi Denis... aout: move some internal defines to src/
2011-07-25 Felix Paul... macosx: fixed updateTitle as suggested by j-b and made...
2011-07-25 Felix Paul... macosx: remove 2 interface update timers (2 threads...
2011-07-25 Jean-Baptiste... Win32: opengl module needs glext.h
2011-07-24 Jean-Baptiste... Add FSV2 FourCC and link in avcodec module
2011-07-24 Felix Paul... macosx: don't use Carbon to retrieve icons from the OS
2011-07-24 Felix Paul... macosx: don't use NSNotifcations to handle VLC's dialog...
2011-07-24 Felix Paul... macosx: fixed another couple of 16B leaks
2011-07-23 Rémi Denis... Fix flawed logic
2011-07-23 Felix Paul... macosx: fixed a 300 byte memory leak
2011-07-23 Rémi Denis... PulseAudio: more stable resampling scheme
2011-07-23 Rémi Denis... DVB: remove dead code for TLS and ACL support
2011-07-23 Felix Paul... macosx: don't use NSNotifcations to feed debug messages...
2011-07-23 Felix Paul... macosx: fixed time slider
2011-07-23 Rémi Denis... Big cleanup of TLS interface
2011-07-23 Rémi Denis... GnuTLS: fix invalid free when adding a CRL
2011-07-23 Rémi Denis... GnuTLS: fix server assertion failure in client certific...
2011-07-23 Rémi Denis... GnuTLS: remove server-side support for session resumption
2011-07-23 Rémi Denis... Merge tls_ServerSessionPrepare() and tls_SessionHandshake()
2011-07-23 Rémi Denis... Win32: refactor thread wait & sleep support
2011-07-23 Rémi Denis... Win32: fix warnings
2011-07-23 Rémi Denis... Win32: missing static qualifiers
2011-07-23 Rémi Denis... dbus: missing dbus_introspect.h
2011-07-23 Felix Paul... misc/cpu: fixed compilation on Darwin (PPC)
2011-07-22 Felix Paul... macosx: added option to switch between bright and dark...
2011-07-22 Felix Paul... macosx: moved preliminary vout to main window, removed...
2011-07-22 Felix Paul... macosx: compilation fix
2011-07-22 Rob JonsonAdd json capabilities to http requests
2011-07-22 Luc Saillardhttplive module takes all cpu power when playing live...
2011-07-22 Luc SaillardAlways append a null character when reading HLS playlist
2011-07-22 Luc Saillardadd support for parsing moof box in libmp4
2011-07-22 Dominique Leuenbergertaglib: In case of taglib < 1.6, include id3v2tag.h.
2011-07-21 Rémi Denis... osdmenu: fix data path on Linux
2011-07-21 Rémi Denis... PulseAudio: use pa_usec_to_bytes() where applicable
2011-07-21 Rémi Denis... PulseAudio: reuse the nwe vlc_aout.h defines
2011-07-21 Rémi Denis... PulseAudio: resync and keep in sync with PulseAudio...
2011-07-21 Rémi Denis... Remove VLC_VAR_MUTEX class
2011-07-21 Rémi Denis... Convert highlight to global mutex
2011-07-21 Rémi Denis... Convert mosaic to global mutex
2011-07-21 Rémi Denis... bridge: convert to static lock
2011-07-21 Rémi Denis... OSD: code factor and remove VLC_VAR_MUTEX
2011-07-21 Rémi Denis... Move variable types to vlc_variables.h
2011-07-21 Rémi Denis... Fix config_IsSafe() declaration warning
2011-07-21 Rémi Denis... PulseAudio: set correct language
2011-07-21 Rémi Denis... aout: fix default volume
2011-07-21 Rémi Denis... Constify and relocatablify EQ presets
2011-07-21 Jean-Baptiste... NEWS: add a few file formats recognized now by demux...
2011-07-20 Rémi Denis... PulseAudio: populate context properties
2011-07-20 Rémi Denis... PulseAudio: print context infos as debug messages
2011-07-20 Rémi Denis... PulseAudio: flush or drain at end, not both
2011-07-20 Francois Cartegnieinput_control: i_title_offset was not the current title
2011-07-20 Francois CartegnieQt: seekpoints: only read chapters with timestamp
2011-07-20 Rémi Denis... Clearly mark GLES2 as broken
2011-07-20 Rémi Denis... SRTP: fix srtp_send() buffer size with RCC
2011-07-20 Rémi Denis... Change audio output tolerance times
2011-07-20 Rémi Denis... PulseAudio: use channel map name rather than pretty...
2011-07-20 Felix Paul... macosx: restored 10.5 SDK compatiblity
2011-07-19 Francois CartegnieQt: firstrun: use QDialogButtonsBox
2011-07-19 Francois CartegnieQt: Firstrun privacy text accuracy changes
2011-07-19 Rémi Denis... LUA: simplify pushing VLC object
2011-07-19 Rémi Denis... LUA: remove unused typedef
2011-07-19 Rémi Denis... contrib: downgrade gmp to (L)GPLv2
2011-07-19 Francois CartegnieQt: TimeToolTip: Show Chapters too
2011-07-19 Rémi Denis... Missing if HAVE_PULSE
2011-07-19 Rémi Denis... contrib: switch gnutls to nettle (non-Win32 so far)
2011-07-19 Rémi Denis... contrib: add gmp
2011-07-19 Rémi Denis... contrib: add nettle (not used yet)
2011-07-19 Felix Paul... macosx: removed references to no longer existing equali...
2011-07-19 Felix Paul... macosx: added basic 'vout window nsobject' capabilities...
2011-07-19 Felix Paul... macosx: removed eyetv debug, which just floods the...
2011-07-19 Felix Paul... macosx: removed no longer needed equalizer class
2011-07-19 Felix Paul... macosx: audio effects: updated include
2011-07-19 Rémi Denis... Do not override media library configure default (fix...
2011-07-19 Rémi Denis... SRTP: refactor
2011-07-19 Rémi Denis... SRTP: add debug
2011-07-19 Rémi Denis... SRTP: remove dedicated gcrypt initialization, use VLC one
next