]> git.sesse.net Git - vlc/history - modules
PulseAudio: report current output device
[vlc] / modules /
2013-01-15 Rémi Denis-CourmontPulseAudio: report current output device
2013-01-15 Rémi Denis-CourmontPulseAudio: implement output device change
2013-01-15 Rémi Denis-CourmontAvoid zero-length array
2013-01-15 Felix Paul Kühneminimal_macosx: remove unused variable
2013-01-15 Rémi Denis-Courmontavcodec: fix warnings
2013-01-15 Rémi Denis-CourmontOld RC: use audio output device functions and clean up
2013-01-15 Devin HeitmuellerFix corrupted rendering of EIA-608 captions
2013-01-15 Jean-Baptiste KempfAtmo: use LoadLibrary instead of LoadLibraryA for a...
2013-01-15 Jean-Baptiste KempfSkins2: try to fix compilation in ANSI mode
2013-01-15 Jean-Baptiste KempfSkins2: reimplement rmDir on Windows with ShellApi
2013-01-15 Jean-Baptiste KempfDirectDraw: fix memleaks introduced by 46b26be57
2013-01-15 Jean-Baptiste KempfDirectX: use DirectDrawEnumerateExA/W when GetProcAddress
2013-01-15 Jean-Baptiste KempfAtmo: fix memleak introduced by 59f746f6
2013-01-15 Jean-Baptiste KempfWin32: better eject code for UNICODE-APIs
2013-01-15 Jean-Baptiste KempfD3D; fix warnings
2013-01-15 Jean-Baptiste KempfWin32: kill DirectX warnings
2013-01-14 Jean-Baptiste KempfDirectDraw: port to UNICODE friendly APIs
2013-01-14 Jean-Baptiste KempfAtmo: port Win32 code to UNICODE friendly APIs
2013-01-14 Jean-Baptiste KempfFreetype: use ANSI version of registry open functions
2013-01-14 Jean-Baptiste KempfSkins2: port Win32 code to UNICODE
2013-01-14 Jean-Baptiste KempfQt4: force registry functions to ANSI mode
2013-01-14 Jean-Baptiste KempfWin32: fix eject behaviour with UNICODE
2013-01-14 Jean-Baptiste KempfNTservice: force use of ANSI versions of APIs
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceGet() and aout_DevicesList()
2013-01-14 Rémi Denis-Courmonthotkeys: use aout_DeviceSet() directly
2013-01-14 Jean-Baptiste KempfDirect2D: fix GetProcAddress call for UNICODE
2013-01-14 Jean-Baptiste KempfWindrive: use TEXT macro as applicable
2013-01-14 Jean-Baptiste KempfWin32 eject: use correct type for MCI_OPEN_PARMS structure
2013-01-14 Jean-Baptiste KempfQt: use TEXT macro with RegisterWindowMessage
2013-01-14 Jean-Baptiste KempfDxVA2: fix GetProcAddress usage under UNICODE
2013-01-14 Jean-Baptiste KempfWin32: Fix DMO compilation behaviour with UNICODE
2013-01-14 Jean-Baptiste KempfCrystalHD: fix compilation behaviour with UNICODE
2013-01-14 Jean-Baptiste KempfDirectX: fix GetProcAddress call with Unicode
2013-01-14 Jean-Baptiste KempfCDROM: use CreateFileA for opening drive letters
2013-01-14 Jean-Baptiste KempfWin32 screen: use TEXT macro
2013-01-14 Jean-Baptiste KempfOgg: display debug about Annodex info
2013-01-14 Jean-Baptiste KempfOgg: factorize reset function
2013-01-14 Ludovic FauvetOgg: implement SET_SEEKPOINT
2013-01-14 Jean-Baptiste KempfOgg: remove unused function and variable
2013-01-14 Jean-Baptiste KempfOgg: use b_force_backup as a boolean
2013-01-14 Jean-Baptiste KempfOgg: clean header and remove unused members
2013-01-14 Jean-Baptiste KempfOgg: use calloc
2013-01-13 Rémi Denis-Courmontvdpau: use ctz()
2013-01-13 Rémi Denis-Courmontvdpau: VDPAU hardware decoding with avcodec
2013-01-12 Rémi Denis-CourmontXCB/screen: use shared memory to reduce overhead (if...
2013-01-12 David Fuhrmannmacosx: fix and improve window level handling
2013-01-12 Devin HeitmuellerDon't call the legacy Freetype background renderer...
2013-01-11 Isamu Arimotoram: fixed typo
2013-01-11 Denis CharmetAvoid inifite loops and stack explosion when parsing...
2013-01-10 Rafaël Carréavcodec audio decoder: remove SplitBuffer()
2013-01-10 Rafaël Carréavcodec audio decoder: use VLC_TS_INVALID
2013-01-10 Rafaël Carréavcodec audio: factorize error case
2013-01-10 Devin HeitmuellerAdd support for rendering EIA-608 captions with a black...
2013-01-10 Rémi Denis-Courmontavcodec: allow hardware acceleration plugin to use...
2013-01-10 Hugues Fruchetomxil: enable support of mp3, vorbis and wma
2013-01-10 Hugues Fruchetomxil: Enable pts mode for OMX.STM.Video.Decoder
2013-01-10 Jean-Baptiste KempfRelicense Equalizer and Compressor audio filters to...
2013-01-08 Josh Watzmanmacosx: call input_changed in extensions
2013-01-08 Francois CartegnieQt: save playlist: missing unicode conversion
2013-01-07 Denis CharmetReuse the decoders when possible at segment change
2013-01-07 Rémi Denis-Courmontshm: missing #include
2013-01-07 Jean-Baptiste Kempfminimal_macosX: relicense to LGPL
2013-01-07 Jean-Baptiste KempfYUVA 4:2:0:4 is not YUVA :)
2013-01-07 Brad SmithFix building with Clang/LLVM
2013-01-07 Tillmann KarrasSAP: show session info as stream description
2013-01-07 Jean-Baptiste KempfWAV: simplification
2013-01-07 Jean-Baptiste KempfWAV: support wma2 in wav
2013-01-06 Josh Watzmanmacosx: Don't re-center extensions on every dialog...
2013-01-06 Rémi DuraffortFix potential usage of an uninitialized pointer
2013-01-06 Mario SpeißCosmetics: DirectX now sets maximum volume without...
2013-01-06 Nickolai Zeldovichmodules/packetizer/dirac.c: check index before derefere...
2013-01-05 Francois CartegnieQt: Equalizer: A QFrame without frame is a QWidget
2013-01-05 Rémi Denis-CourmontRevert "Qt: save playlist: use qtr() macro"
2013-01-04 David Fuhrmannmacosx: prefs: fix default audio volume slider
2013-01-04 David Fuhrmannmacosx: audio effects panel: small fixes for eq presets...
2013-01-04 Francois CartegnieQt: save playlist: use qtr() macro
2013-01-04 Francois CartegnieQt: save playlist: force native dialog
2013-01-04 Rémi Denis-Courmontavcodec: split TestFfmpegChroma() in two functions
2013-01-04 Rémi Denis-Courmontavcodec: look up pix fmt only once during deinterlace...
2013-01-04 Rémi Denis-Courmontavcodec: cleanup chroma helper prototypes
2013-01-04 Rémi Denis-Courmontavcodec: print picture format name when unsupported...
2013-01-04 Rafaël Carréa52: no need to define LIBA52_FIXED
2013-01-04 Francois CartegnieQt: Spatializer: add values multiplier.
2013-01-04 Francois CartegnieQt: Spatializer: match module's limits and values
2013-01-04 Francois CartegnieQt: Spatializer: factorize
2013-01-04 Francois CartegnieQt: Compressor: create base class for factorization
2013-01-04 Francois CartegnieQt: Compressor: rewrite values handling logic.
2013-01-04 Francois CartegnieQt: Compressor/Spatializer: rename implicit activation...
2013-01-03 Rafaël CarréRevert "arm_neon i420 -> rgb: Output pitch can be 64...
2013-01-03 Rafaël Carréandroidsurface: ensure pitch % 16 == 0
2013-01-03 Rafaël Carréandroidsurface: do not hide that we're working only...
2013-01-03 Rafaël Carréandroidsurface: simplify pitch calculation
2013-01-03 David Fuhrmannmacosx: audio effects panel: migrate autosave and bugfi...
2013-01-03 David Fuhrmannmacosx: audio effects: fix typo, and code style cleanup
2013-01-03 David Fuhrmannmacosx: video effects panel: autosave profiles and...
2013-01-03 David Fuhrmannmacosx: video effects panel: integrate video-splitter...
2013-01-03 Nicolas ChauvetFix build with unreleased FLAC 1.3.x
2013-01-02 Rui Zhangandroidsurface: setup format depending on surface format
2013-01-02 Devin HeitmuellerAdd support for monospace font in HTML renderer
2013-01-02 Devin Heitmuellerfreetype: avoid segfault in FaceStyleEquals()
next