]> git.sesse.net Git - vlc/history - modules/audio_output
Fix corrupted rendering of EIA-608 captions
[vlc] / modules / audio_output /
2013-01-14 Jean-Baptiste KempfDirectX: fix GetProcAddress call with Unicode
2013-01-06 Mario SpeißCosmetics: DirectX now sets maximum volume without...
2012-12-29 Denis CharmetClean the played waveout frames in Play and Stop
2012-12-28 Denis CharmetRemove aout_Packet API from WaveOut
2012-12-24 Felix Paul Kühneauhal: remove debug stuff I forgot
2012-12-24 Felix Paul Kühneauhal: fixed some compilation warnings
2012-12-24 Felix Paul Kühneauhal: reduce noise when flushing the buffer and play...
2012-12-24 Felix Paul Kühneauhal: clean-up HardwareListener callback
2012-12-23 Rafaël Carréopensles: take in account all buffered audio in latency
2012-12-22 Rémi Duraffortoss: fix segfault
2012-12-21 Rafaël Carréopensles: fix static noise at 44.1kHz
2012-12-20 Rafaël Carréopensles: use a ring buffer for latency measurement
2012-12-20 Rafaël Carréopensles: no need to count number of busy buffers
2012-12-20 Rafaël Carréopensles: cosmetics
2012-12-20 Rafaël Carréopensles: move code from Start/Stop to Open/Close
2012-12-20 Rafaël Carréopensles: the time since last buffering update is useless
2012-12-20 Rémi Denis-Courmontaout: pass FOURCC instead of bits to aout_ChannelsReorder()
2012-12-20 Rémi Denis-Courmontaout: drop support for S24N
2012-12-20 Rafaël Carréopensles: reset properly on flush
2012-12-19 Rémi Denis-Courmontaout: drop support for U24 and S24I
2012-12-19 Rémi Denis-Courmontaout: drop support for non-native float
2012-12-19 Rémi Denis-Courmontaout: drop support for S32I
2012-12-19 Sébastien Toqueaudiotrack: missing software gain setting
2012-12-19 Jean-Baptiste KempfOSS: blind compilation fix
2012-12-18 Rémi Denis-Courmontaout: use S16N rather than S16L in audio outputs
2012-12-18 Rémi Denis-Courmontaout: drop support for U16B, U16L and S16I
2012-12-18 Rémi Denis-Courmontsndio: require non-stupid audio sample formats
2012-12-18 Rafaël Carréaudiotrack: implement time synchronization
2012-12-18 Rémi Denis-CourmontPulseAudio: unused variable
2012-12-18 Rémi Denis-Courmontaout: drop support for S8
2012-12-18 Rémi Denis-CourmontOSS: trivial fixes
2012-12-17 Rémi Denis-CourmontOSS: updates and fixes (untested)
2012-12-17 Rémi Denis-CourmontALSA: report selected device not only when playing
2012-12-17 Jean-Baptiste KempfOSS: blind compile fix
2012-12-16 Rafaël Carréopensles: implement mute/volume set
2012-12-16 Felix Paul Kühneauhal: implement Pause for the 2.1 aout API
2012-12-16 Felix Paul Kühneauhal: switch analog playback to the 2.1 API
2012-12-16 Rémi Denis-Courmontaout: use aout_RequestRestart() where applicable
2012-12-16 Rafaël Carréopensles: more precise TimeGet
2012-12-16 Rafaël Carréopensles: keep track of the number of buffers we use
2012-12-16 Rafaël Carréopensles: set period size
2012-12-16 Rafaël Carréopensles: remove obsolete code
2012-12-16 Rafaël Carréopensles: TimeGet returns -1 when we have no data on...
2012-12-16 Felix Paul KühneAudioQueue: implement volume support just because we can
2012-12-16 Felix Paul KühneAudioQueue: fix 'Flush' implementation
2012-12-16 Felix Paul KühneAudioQueue: attempt to fix #7659
2012-12-16 Felix Paul KühneAudioQueue: cleanup
2012-12-16 Felix Paul KühneAudioQueue: re-written to make use of the 2.1 aout API
2012-12-15 Felix Paul Kühneauhal: remove weird code duplication
2012-12-15 Rafaël Carréopensles: increase number of buffers to the maximum
2012-12-15 Felix Paul Kühneauhal: cleanup
2012-12-15 Rémi Denis-Courmontmmdevice: implement devices selection (fix #7855)
2012-12-15 Rafaël Carréopensles: avoid infinite loop in linked list
2012-12-15 Felix Paul Kühneauhal: implement channel re-ordering for 6.1 and 7...
2012-12-15 Rémi Denis-CourmontALSA: deduplicate devices enumeration
2012-12-15 Rémi Denis-CourmontALSA: adapt to new devices handling
2012-12-15 Rafaël Carréopensles: simplify error handling
2012-12-15 Rafaël Carréopensles: implement drain with msleep
2012-12-15 Felix Paul Kühneauhal: fixed mute
2012-12-15 Felix Paul Kühneauhal: fixed volume handling using the 2.1 API
2012-12-15 Rafaël Carréopensles: properly reset latency counter on Flush
2012-12-15 Rafaël Carréopensles: use locks in TimeGet
2012-12-09 Rémi Denis-CourmontALSA: remove a few useless variables
2012-12-09 Rémi Denis-CourmontALSA: use channels map functions (fixes #7796)
2012-12-09 Rémi Denis-CourmontPulseAudio: use same period size as ALSA (fixes #7827)
2012-12-08 Rémi Denis-Courmontwaveout: use software amplification
2012-12-08 Rémi Denis-Courmontamem: call cleanup() if setup() succeeded but format...
2012-12-08 Rémi Denis-Courmontamem: defer set_volume() before setup()
2012-12-08 Rémi Denis-Courmontamem: correct opaque pointer for consecutive setup...
2012-12-07 Rémi Denis-Courmontmmdevice: initialize mute & volume (fixes #7203)
2012-12-07 Rémi Denis-Courmontmmdevice: keep ISimpleAudioVolume interface
2012-12-06 Rémi Denis-CourmontPulseAudio: force minreq to less than half tlength...
2012-12-06 Rémi Denis-Courmontwasapi: remove direct dependency on desktop-only IMMDevice
2012-12-06 Rémi Denis-Courmontmmdevice: improve handling of session disconnect event
2012-12-06 Rémi Denis-Courmontmmdevice: deal with invalidated device in Start()
2012-12-06 Rémi Denis-Courmontwasapi: remove redundant code
2012-12-06 Rémi Denis-Courmontmmdevice: simplify thread synchronization
2012-12-06 Rémi Denis-Courmontwasapi: cosmetic, rename api to stream
2012-12-05 Rémi Denis-Courmontmmdevice: emulate drain
2012-12-05 Rémi Denis-Courmontmmdevice: attempt to fix COM (again) and reentrancy
2012-12-05 Edward Wangaudiotrack: enable volume support
2012-12-04 Rémi Denis-Courmontmmdevice: simplify session management and prepare to...
2012-12-04 Rémi Denis-Courmontmmdevice: simplify volume & mute handling
2012-12-04 Rémi Denis-Courmontwasapi: fixes and simplifications
2012-12-03 Rémi Denis-Courmontmmdevice: fix thread initialization and cleanup
2012-12-02 Rémi Denis-Courmontwasapi: split MMDevice and session code from output
2012-12-02 Rémi Denis-CourmontDirectSound: fix bytes per frame count (fixes #7835)
2012-11-29 Rémi Denis-Courmontwasapi: fix channel order mask
2012-11-29 Rémi Denis-Courmontalsa: keep only useful values, not whole audio format
2012-11-25 Rémi Denis-Courmontwasapi: work around broken interfaces (fixes #7736)
2012-11-24 Rémi Denis-Courmontwasapi: fake delay (approximately) if the stream has...
2012-11-22 Rémi Denis-Courmontaout: factor out mdate() from the time_get() callback
2012-11-22 Rémi Denis-CourmontPulseAudio: fix crash on error path
2012-11-21 Rémi Denis-CourmontPulseAudio: try to keep all resampling on VLC side
2012-11-21 Rémi Denis-CourmontPulseAudio: implement TimeGet()
2012-11-21 Rémi Denis-CourmontPulseAudio: remove custom synchronization and resamplin...
2012-11-21 Rémi Denis-CourmontPulseAudio: do nothing on underflow
2012-11-19 Felix Paul Kühneaudioqueue: compilation and compiler wanring fixes
2012-11-18 Rémi Denis-CourmontALSA: require version 1.0.24 or later
2012-11-17 Juergen LockPulseAudio: fix segmentation fault
next