]> git.sesse.net Git - vlc/history - src/audio_output
macosx: Make sure that the status column cant be resized.
[vlc] / src / audio_output /
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortCheck asprintf return value.
2008-07-19 Laurent AimarFixed a segfault in aout_EnableFilter.
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-29 Laurent AimarCheck against too low sample rate and 0 channel count...
2008-06-28 Laurent AimarFixed invalid unlock on invalid audio format.
2008-06-28 Rémi Denis-CourmontRemove abusive error message
2008-06-28 Rov JuvanoUse the Scaletempo audio filter
2008-06-24 Rémi Denis-CourmontFix/workaround for #1633 (input rate not set)
2008-06-22 Antoine CellerierSet i_bitspersample to correct value when changing...
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Pierre d'Herbemontaudio_output: Typo.
2008-05-28 Adrien MagloNew vu meter visualization.
2008-05-28 Rafaël CarréFix [95e3bb2eaf22929dac3e2c37a26a23e9a0619333]
2008-05-28 Pierre d'Herbemontaudio_output: Use a destructor.
2008-05-25 Rémi Denis-CourmontRemove audio output recycling support. It kept crashing.
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontNIH desyndromization
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-01-28 Rafaël Carréaout_DecNewBuffer: remove unused parameter
2008-01-28 Rafaël Carréaudio_output: same
2008-01-27 Rafaël Carréfix warnings, using (char*) casting
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Ilkka Ollakkafix previous commit
2008-01-22 Ilkka Ollakkaset volume-change variable also in volumeUp/volumeDown...
2007-12-16 Antoine CellerierOops.
2007-12-16 Antoine CellerierAdd warning if people try using an unimplemented aout...
2007-12-12 Rémi Denis-Courmont - Remove config_FindModule as module_Find nowadays...
2007-12-08 Gildas Bazin* src/audio_output/dec.c: revert changeset 22216 which...
2007-10-20 Rémi Denis-CourmontProtects internal headers against incorrect/multiple...
2007-09-22 Rémi Denis-CourmontLast part of the Speex/RTP patch - fixes #1291
2007-09-16 Rémi Denis-CourmontSimplification / memory error handling
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-16 Rémi Denis-Courmontaout_Restart: make static
2007-08-05 Rémi Denis-CourmontFix malloc error handling
2007-06-17 Laurent AimarBe sure to restart the mixer on replaygain mode change.
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-12 Laurent AimarDrop audio when playing faster and not using resampler.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-12 Laurent AimarFixed use of released pointer (race condition).
2007-06-10 Laurent AimarSimplify + fix a potential overflow.
2007-06-07 Rémi Denis-CourmontSanitize audio format before creating a decoder
2007-06-07 Rémi Denis-CourmontFix use of unitialized variable reported by David Thiel...
2007-06-07 Rémi Denis-CourmontFix deadlock
2007-06-04 Laurent AimarAdded a b_discontinuity to aout_buffer_t for non-pcm...
2007-05-19 Rémi Denis-CourmontSame as previous commit
2007-05-19 Rémi Denis-CourmontMake saved-volume variable a per-libvlc instance rather...
2007-05-12 Pierre d'Herbemontaudio_output/output.c: Make sure we are properly lockin...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-21 Rémi Denis-CourmontFix [17200]
2006-10-21 Jean-Paul SamanFix compiler warning: implicit declaration of function...
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-23 Clément Stenac* Add switch to skins
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFilter handling helpers moved to core
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-07-12 Sam Hocevar * src/audio_output/common.c: moved message around...
2006-07-12 Sam Hocevar * src/audio_output/common.c: added error message...
2006-07-08 Christophe MutricyFix stats collecting
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-11 Gildas Bazin* src/audio_output/intf.c: optimise aout_VolumeGet...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-10 Rémi Denis-CourmontFix and restore nice file names
2006-02-19 Rémi Denis-Courmont- Build libvlc from src/ rather than top
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-12 Antoine CellerierFSF address change.
2005-12-01 Derk-Jan Hartman* Introduce 'spdb' the big endian variant of 'spdi...
2005-11-14 Jean-Paul Samanforward port of revision 13250
2005-11-03 Jean-Paul Samanforgot to remove the original vlc_release_object()
2005-11-03 Jean-Paul SamanForward port from revision 13127
2005-11-02 Clément StenacMerge fixes to the python binding from my branch
2005-10-30 Derk-Jan Hartman* if we are certain we have a visualization module...
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-08-25 Clément StenacAdd new spectrum analyzer effect, patch from zcot.
2005-08-18 Jean-Paul SamanAdded --volume-step to override AOUT_VOLUME_DEFAULT...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-11 Gildas Bazin* src/*, modules/gui/wxwindows/*: audio/video/sub-filte...
2005-03-22 Jean-Paul SamanVariable name consistency across the file
2005-03-15 Gildas Bazin* src/audio_output/intf.c: aout_VolumeGet() needs to...
2005-03-10 Clément StenacMore prefs fixes
2005-03-01 Gildas Bazin* modules/codec/lpcm.c: support for 20/24 bits LPCM.
2005-01-20 Gildas Bazin* src/audio_output/output.c: skip late buffers in b_can...
2004-12-28 Clément Stenac* Do not search a visualizer in strict mode
2004-12-11 Clément StenacImprovements to preferences
2004-11-14 Gildas Bazin* src/audio_output/input.c: made the resampling just...
next