]> git.sesse.net Git - vlc/history - modules/gui/beos/AudioOutput.cpp
Merge branch 1.0-bugfix
[vlc] / modules / gui / beos / AudioOutput.cpp
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2004-01-26 Clément StenacStrings review
2003-05-08 Eric Petit * modules/gui/beos/AudioOutput.cpp: more cleaning
2003-05-07 Eric Petit modules/gui/beos/AudioOutput.cpp: cleaning
2003-01-14 Eric Petit * added a sanity lock
2003-01-10 Eric Petit Definitively fixed sync (I hope).
2003-01-08 Eric Petit Partial fix for video/audio sync.
2003-01-08 Eric Petit Use pf_memcpy and pf_memset.
2003-01-04 Eric Petit We now check if the BSoundPlayer's buffer size is...
2002-12-26 Stephan Assmusadded 'extern "C"' to some includes
2002-12-16 Eric Petit Fixed a possible crash.
2002-12-09 Eric Petit * AudioOutput.cpp: added sanity tests;
2002-12-09 Eric Petit * AudioOutput.cpp: send zeros to BSoundPlayer if nothi...
2002-11-27 Eric Petit Fixed a segfault by adding a mutex_lock() (thx fenrir)
2002-11-27 Eric Petit * AudioOutput.cpp: fixed a segfault
2002-11-22 Eric Petit * AudioOutput.cpp : compilation fix.
2002-10-30 Eric Petit - Fixed an enormous memory leak (forgot to aout_Buffe...
2002-10-30 Eric Petit - Fixes. Most of the interface features now work...
2002-10-21 Christophe Massiot* Avoid overflowing the message queue with "audio outpu...
2002-10-14 Eric PetitCleaner code.
2002-10-13 Eric PetitNow BeOS sound is (almost) clean.
2002-10-12 Eric PetitRewritten BeOS audio output for audio output 3. It...
2002-10-09 Eric PetitBeOS compilation fixes.
2002-09-18 Christophe Massiot* ALL: More hooks for audio volume management.
2002-08-30 Christophe Massiotaout3 API change :
2002-08-29 Christophe Massiot* ./bootstrap : Fixed an issue with old shell versions
2002-08-23 Tony CastleyRewritten aout3. BeOS currently PUSHES the audio.
2002-08-19 Christophe Massiot* Fixed BeOS output ;
2002-08-19 Tony CastleyFixed segfault. Now fails to load due to incorrect...
2002-08-17 Tony CastleyAt least it compiles now. :-)
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...