]> git.sesse.net Git - vlc/shortlog
vlc
2013-08-02 Jean-Baptiste... Cropping filter: fix description.
2013-08-02 Jean-Paul Samanvdpau: link against VDPAU_LIBS
2013-08-01 Denis CharmetAdjust the DirectSound buffer size to support correctly...
2013-08-01 Rafaël CarréVersion all plugins when building for Windows
2013-07-30 Rémi Denis... net_Recv(): improve error handling (fixes #9081)
2013-07-30 Rémi Denis... Correct Winsock error #define's
2013-07-29 Dominique Leuenbergerbuild: detect variants of powerpc host_cpu (such as...
2013-07-29 Martin Storsjöandroidsurface: Release the ANativeWindow before closin...
2013-07-29 Martin Storsjöandroidsurface: Only use ANativeWindow if the private...
2013-07-29 Rafaël Carrécontrib: CCAS needs -c option
2013-07-28 Felix Paul... macosx: fix compilation on 10.6 with clang 3.0
2013-07-28 Felix Paul... qtcapture: fix compilation on 10.6
2013-07-28 Felix Paul... macosx: fix compatibility header for compilation on...
2013-07-28 David Fuhrmannalways hide menu bar for fullscreen on osx redacted...
2013-07-28 Rémi Denis... equalizer: fix inverted parameters in test case
2013-07-28 Rémi Denis... gettext: update to version 0.18.3
2013-07-28 Rémi Denis... configure: remove old hack, fix bootstrapping with...
2013-07-28 Martin Storsjöaudiounit_ios: Fill the remainder of the buffer with...
2013-07-28 Martin StorsjöRevert "audiounit_ios: try to handle data drops more...
2013-07-28 Rémi Denis... aout: stick to single precision
2013-07-27 Pierre Ynardyoutube.lua: basic support for scrambled signatures
2013-07-27 Rémi Denis... avformat: leave SAR at 0/0 (undefined) if unknown
2013-07-27 Wills Wangavformat: set pixel aspect ratio
2013-07-27 Rémi Denis... doc: remove mad documentation
2013-07-26 Rémi Denis... avcodec: do not allocate unused output buffers
2013-07-26 Rémi DuraffortDo not compare arrays against NULL (always true)
2013-07-26 Rémi DuraffortFix sizeof mismatch
2013-07-26 Rémi DuraffortFix many memory leaks (and potential ones)
2013-07-26 Rémi Denis... araw: zero copy for native audio sample formats
2013-07-26 Rémi Denis... decoder: separate aout initialization from buffer alloc...
2013-07-26 Rémi Denis... aout: inline aout_DecDeleteBuffer()
2013-07-26 Rémi Denis... aout: inline aout_DecNewBuffer()
2013-07-26 Martin Storsjöandroidsurface: Use the ANativeWindow API where available
2013-07-25 Rafaël Carréequalizer: apply preamp twice on 2nd pass
2013-07-25 Rémi Denis... ALSA: favor channel maps with fewer unused channels
2013-07-25 Rémi Denis... ALSA: still use VLC configuration to determine availabl...
2013-07-25 Rémi Denis... vdpau: improve decoder capability checks messages
2013-07-25 Rémi Denis... avcodec: rationalize hwaccel copy/extract callback...
2013-07-25 Rémi Denis... avcodec: rationalize hwaccel surface allocation callback
2013-07-25 Rémi Denis... avcodec: pass data pointer to hwaccel release callbacks...
2013-07-25 Rafaël Carréavcodec audio: update block pointer on realloc
2013-07-25 Rafaël Carrécontrib: gcrypt: upgrade to 1.5.3
2013-07-24 Jean-Baptiste... Fix live555 breakage in last update
2013-07-24 Ludovic Fauvetdirectsound: clear the ring buffer ahead of the write...
2013-07-24 Ludovic Fauvetdirectsound: remove broken notification support
2013-07-24 Ludovic Fauvetdirectsound: remove the broken msleep fallback
2013-07-24 Ludovic Fauvetdirectsound: clear the rest of the ring buffer too
2013-07-24 Ludovic Fauvetlpcm: fix channel reordering for m2ts (close #8526)
2013-07-24 Sebastien Zwickertvda: reset correctly the coded frame size.
2013-07-24 Rémi Denis... avcodec: pass AVFrame.opaque to hwaccel release callback
2013-07-24 Rémi Denis... avcodec: remove va parameter from hwaccel release callback
2013-07-24 Rémi Denis... hwdummy: remove no-op
2013-07-24 Rémi Denis... vaapi: avoid usage of vlc_va_t * from the release callback
2013-07-24 Rémi Denis... vdpau: remove no-op
2013-07-24 Rémi Denis... vaapi: use AVFrame.opaque to store per-picture state...
2013-07-24 Rémi Denis... dxva2: use AVFrame.opaque to store internal per-picture...
2013-07-24 Rémi Denis... vdpau: fix surface leaks if the picture is not extracted
2013-07-24 Rémi Denis... vdpau: revector (no functional changes)
2013-07-24 Rémi Denis... ALSA: correct debug message
2013-07-24 Rémi Denis... avcodec. remove redundant code
2013-07-24 Rémi Denis... XCB/XVideo: pad pictures to 32x16
2013-07-24 Rémi Denis... avcodec: log why picture is unsuitable for direct rendering
2013-07-24 Mark Leelibvlc: add tests for the equalizer API
2013-07-24 Mark Leelibvlc: add equalizer API
2013-07-24 Rémi Denis... avcodec: add assertion after vlc_va_Get() + cosmetics
2013-07-24 Rémi Denis... avcodec: factor frame initialization code
2013-07-24 Rémi Denis... avcodec: remove debug code
2013-07-24 Francois Cartegnieupdate NEWS
2013-07-24 Francois Cartegnieaccess: ftp: add TLS support (fix #137)
2013-07-24 Rafaël Carrécontrib: mpcdec: use svn version (r481 currently)
2013-07-23 Rémi Denis... avcodec: fix sign of codec ID
2013-07-23 Rémi Denis... avcodec: use reference counting for video decoder
2013-07-23 Rémi Denis... hwdummy: improve assertions
2013-07-23 Rémi Denis... avcodec: fix warning
2013-07-23 David Fuhrmannmacosx: set max volume as configuable
2013-07-23 David Fuhrmannmacosx: implement snap-in for volume sliders (refs...
2013-07-23 David Fuhrmannmacosx: fix visual appearance of fullscreen tic (refs...
2013-07-23 David Fuhrmannmacosx: cleanup previous commit and fix position of...
2013-07-23 Felix Paul... macosx: implement 120% volume limit
2013-07-23 Felix Paul... contrib: export CCAS correctly
2013-07-23 Rafaël Carrévout_ManageWrapper: reset display pool after we reset...
2013-07-23 Rafaël Carréftp: do not compile access output if sout is disabled
2013-07-23 Martin Storsjötools: Use the latest version of gas-pp
2013-07-23 Rafaël CarréDon't redefine UNICODE
2013-07-23 Jean-Baptiste... WinRT: release the CryptographicBufferStatics and Buffe...
2013-07-23 Rafaël CarréDon't use CryptGenRandom in Windows Store app
2013-07-23 Gleb Piniginios: disable VNCServer contrib
2013-07-22 Pierre Ynardyoutube.lua: fix author name
2013-07-22 Pierre Ynardyoutube.lua: update to (months-old) website changes
2013-07-22 Rémi Denis... dbus: thread safety requires libdbus version 1.6.0
2013-07-22 Martin Storsjötools: Download gas-pp from libav.org instead of from...
2013-07-22 Martin Storsjöios: Remove the contribs directory before installing...
2013-07-22 Gleb Pinigintools: Download the defined gas-pp version instead...
2013-07-22 Jean-Baptiste... Demux: Correctly differenciate MLP and THD raw samples
2013-07-22 Rémi DuraffortAdd missing va_end (cid #1049747)
2013-07-22 Rémi DuraffortAdd missing va_end (cid #1049746)
2013-07-22 Rémi DuraffortAdd missing va_end (cid #1049745)
2013-07-22 Rémi DuraffortAdd missing va_end (cid #1049744)
2013-07-22 Rémi DuraffortFix potential missing unlock (cid #1049393)
2013-07-22 Rémi DuraffortFix potential missing unlock (cid #1049392)
next