git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Use stream_t path instead of access_t one.
[vlc.git]
/
src
/
audio_output
/
2009-01-16
Laurent Aimar
Removed invalid comment.
tree
|
commitdiff
2008-12-13
Rémi Duraffort
module_need wants pointers and boolean so give NULL...
tree
|
commitdiff
2008-12-12
Rémi Duraffort
Use calloc instead of malloc+memset.
tree
|
commitdiff
2008-11-23
Laurent Aimar
Allows audio output users to control vout creation.
tree
|
commitdiff
2008-11-22
Laurent Aimar
Cosmetics.
tree
|
commitdiff
2008-11-05
Laurent Aimar
Allow aout to grab vout_Request calls.
tree
|
commitdiff
2008-10-18
Jean-Baptiste Kempf
Revert "Try to not confuse between Dolby Surround ...
tree
|
commitdiff
2008-10-16
Jean-Baptiste Kempf
Try to not confuse between Dolby Surround (2.1) and...
tree
|
commitdiff
2008-10-10
Laurent Aimar
Do not assert on non 0 divider in aout_DateInit.
tree
|
commitdiff
2008-10-09
Rémi Denis-Courmont
assert that audio date divider is non-nul, refs #2169
tree
|
commitdiff
2008-10-08
Laurent Aimar
Implemented audio flushing.
tree
|
commitdiff
2008-10-05
Rémi Denis-Courmont
module_find, module_exists, module_get_main: remove...
tree
|
commitdiff
2008-09-30
Laurent Aimar
Added aout pause support.
tree
|
commitdiff
2008-09-30
Laurent Aimar
Moved a few aout tests+statistics to decoder.
tree
|
commitdiff
2008-09-30
Laurent Aimar
Use audio desync as initial audio-delay value.
tree
|
commitdiff
2008-09-28
Rémi Denis-Courmont
vlc_assert_locked is private
tree
|
commitdiff
2008-09-21
Rémi Denis-Courmont
lower case the module_* functions
tree
|
commitdiff
2008-09-18
Derk-Jan Hartman
audiofilters: Do not try to insert user audio-filters...
tree
|
commitdiff
2008-08-28
Laurent Aimar
Fixed audio visual activation introduced by [eff24974c6...
tree
|
commitdiff
2008-08-27
Laurent Aimar
Fixed rear center support (and close #1816).
tree
|
commitdiff
2008-08-27
Laurent Aimar
Fixed a potential crash in aout_FiltersPlay.
tree
|
commitdiff
2008-08-25
Laurent Aimar
Added new audio-time-strech option to insert scaletempo...
tree
|
commitdiff
2008-08-19
Laurent Aimar
Added s32l/b support to aout.
tree
|
commitdiff
2008-08-15
Pierre d'Herbemont
audio_output: Use help to lock and unlock so we can...
tree
|
commitdiff
2008-08-15
Pierre d'Herbemont
audio_output: Add a missing unlock in DecNew().
tree
|
commitdiff
2008-08-15
Pierre d'Herbemont
audio_output: Add a missing unlock in aout_DecDelete().
tree
|
commitdiff
2008-08-15
Pierre d'Herbemont
audio_output: Don't forget to unlock in case of error...
tree
|
commitdiff
2008-08-12
Pierre d'Herbemont
audio_output: Fix an unused parameter in the NDEBUG...
tree
|
commitdiff
2008-08-11
Pierre d'Herbemont
audio_output: Take the input_fifos lock where needed...
tree
|
commitdiff
2008-08-11
Pierre d'Herbemont
audio_output: Properly lock the input_fifos_lock in...
tree
|
commitdiff
2008-08-09
Pierre d'Herbemont
audio_output: Add a missing lock.
tree
|
commitdiff
2008-08-09
Pierre d'Herbemont
audio_output: Add a missing lock.
tree
|
commitdiff
2008-08-09
Pierre d'Herbemont
audio_output: Assert on input lock state.
tree
|
commitdiff
2008-08-09
Pierre d'Herbemont
audio_output: Assert on fifo lock.
tree
|
commitdiff
2008-07-31
Rémi Duraffort
Check asprintf return value.
tree
|
commitdiff
2008-07-19
Laurent Aimar
Fixed a segfault in aout_EnableFilter.
tree
|
commitdiff
2008-07-06
Rémi Denis-Courmont
core: set meaningful object type names
tree
|
commitdiff
2008-06-29
Laurent Aimar
Check against too low sample rate and 0 channel count...
tree
|
commitdiff
2008-06-28
Laurent Aimar
Fixed invalid unlock on invalid audio format.
tree
|
commitdiff
2008-06-28
Rémi Denis-Courmont
Remove abusive error message
tree
|
commitdiff
2008-06-28
Rov Juvano
Use the Scaletempo audio filter
tree
|
commitdiff
2008-06-24
Rémi Denis-Courmont
Fix/workaround for #1633 (input rate not set)
tree
|
commitdiff
2008-06-22
Antoine Cellerier
Set i_bitspersample to correct value when changing...
tree
|
commitdiff
2008-06-19
Rémi Duraffort
Remove msg_Err about memory allocation.
tree
|
commitdiff
2008-05-31
Rémi Denis-Courmont
libvlc: use vlc_common.h (libvlccore) instead of vlc...
tree
|
commitdiff
2008-05-30
Pierre d'Herbemont
audio_output: Typo.
tree
|
commitdiff
2008-05-28
Adrien Maglo
New vu meter visualization.
tree
|
commitdiff
2008-05-28
Rafaël Carré
Fix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
tree
|
commitdiff
2008-05-28
Pierre d'Herbemont
audio_output: Use a destructor.
tree
|
commitdiff
2008-05-25
Rémi Denis-Courmont
Remove audio output recycling support. It kept crashing.
tree
|
commitdiff
2008-05-04
Rémi Denis-Courmont
vlc_mutex_init: remove unused paramter
tree
|
commitdiff
2008-05-03
Rémi Denis-Courmont
Use vlc_memset/vlc_memcpy
tree
|
commitdiff
2008-05-01
Rémi Denis-Courmont
NIH desyndromization
tree
|
commitdiff
2008-05-01
Rémi Denis-Courmont
Don't re-invent uint8_t - remove byte_t
tree
|
commitdiff
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
tree
|
commitdiff
2008-03-12
Rémi Duraffort
One more "Remove useless test before free"
tree
|
commitdiff
2008-02-26
Pierre d'Herbemont
misc/objects.c: Don't rely on vlc_object_destroy()...
tree
|
commitdiff
2008-02-03
Rémi Denis-Courmont
Don't include stddef without checking for it.
tree
|
commitdiff
2008-01-28
Rafaël Carré
aout_DecNewBuffer: remove unused parameter
tree
|
commitdiff
2008-01-28
Rafaël Carré
audio_output: same
tree
|
commitdiff
2008-01-27
Rafaël Carré
fix warnings, using (char*) casting
tree
|
commitdiff
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
tree
|
commitdiff
2008-01-22
Ilkka Ollakka
fix previous commit
tree
|
commitdiff
2008-01-22
Ilkka Ollakka
set volume-change variable also in volumeUp/volumeDown...
tree
|
commitdiff
2007-12-16
Antoine Cellerier
Oops.
tree
|
commitdiff
2007-12-16
Antoine Cellerier
Add warning if people try using an unimplemented aout...
tree
|
commitdiff
2007-12-12
Rémi Denis-Courmont
- Remove config_FindModule as module_Find nowadays...
tree
|
commitdiff
2007-12-08
Gildas Bazin
* src/audio_output/dec.c: revert changeset 22216 which...
tree
|
commitdiff
2007-10-20
Rémi Denis-Courmont
Protects internal headers against incorrect/multiple...
tree
|
commitdiff
2007-09-22
Rémi Denis-Courmont
Last part of the Speex/RTP patch - fixes #1291
tree
|
commitdiff
2007-09-16
Rémi Denis-Courmont
Simplification / memory error handling
tree
|
commitdiff
2007-09-10
Rafaël Carré
Removes trailing spaces. Removes tabs.
tree
|
commitdiff
2007-08-20
Rémi Denis-Courmont
Remember not to include anything before vlc/vlc.h
tree
|
commitdiff
2007-08-16
Rémi Denis-Courmont
aout_Restart: make static
tree
|
commitdiff
2007-08-05
Rémi Denis-Courmont
Fix malloc error handling
tree
|
commitdiff
2007-06-17
Laurent Aimar
Be sure to restart the mixer on replaygain mode change.
tree
|
commitdiff
2007-06-17
Laurent Aimar
Added replay gain support (audio-replay-gain-mode track...
tree
|
commitdiff
2007-06-12
Laurent Aimar
Drop audio when playing faster and not using resampler.
tree
|
commitdiff
2007-06-12
Laurent Aimar
All: preliminary support for audio while playing faster...
tree
|
commitdiff
2007-06-12
Laurent Aimar
Fixed use of released pointer (race condition).
tree
|
commitdiff
2007-06-10
Laurent Aimar
Simplify + fix a potential overflow.
tree
|
commitdiff
2007-06-07
Rémi Denis-Courmont
Sanitize audio format before creating a decoder
tree
|
commitdiff
2007-06-07
Rémi Denis-Courmont
Fix use of unitialized variable reported by David Thiel...
tree
|
commitdiff
2007-06-07
Rémi Denis-Courmont
Fix deadlock
tree
|
commitdiff
2007-06-04
Laurent Aimar
Added a b_discontinuity to aout_buffer_t for non-pcm...
tree
|
commitdiff
2007-05-19
Rémi Denis-Courmont
Same as previous commit
tree
|
commitdiff
2007-05-19
Rémi Denis-Courmont
Make saved-volume variable a per-libvlc instance rather...
tree
|
commitdiff
2007-05-12
Pierre d'Herbemont
audio_output/output.c: Make sure we are properly lockin...
tree
|
commitdiff
2007-04-05
Rémi Denis-Courmont
Compiler warnings rampage
tree
|
commitdiff
2006-12-14
Derk-Jan Hartman
* Fix a couple of const, static and other warnings
tree
|
commitdiff
2006-11-26
Clément Stenac
Compile fixes, round 1
tree
|
commitdiff
2006-11-26
Clément Stenac
A bit of headers cleanup
tree
|
commitdiff
2006-10-21
Rémi Denis-Courmont
Fix [17200]
tree
|
commitdiff
2006-10-21
Jean-Paul Saman
Fix compiler warning: implicit declaration of function...
tree
|
commitdiff
2006-10-05
Sam Hocevar
* Spelling fixes here and there.
tree
|
commitdiff
2006-09-23
Clément Stenac
* Add switch to skins
tree
|
commitdiff
2006-09-15
Clément Stenac
For consistency, remove references to vlc from libvlc
tree
|
commitdiff
2006-09-14
Clément Stenac
Filter handling helpers moved to core
tree
|
commitdiff
2006-09-12
Rémi Denis-Courmont
Ahem: (v)asprintf requires stdio.h; strndup requires...
tree
|
commitdiff
2006-08-22
Felix Paul Kühne
* browsed through all code files starting with A to...
tree
|
commitdiff
next