aboutsummaryrefslogtreecommitdiffhomepage
path: root/libao2/ao_jack.c
Commit message (Expand)AuthorAge
* Replace deprecated jack_client_new with jack_client_open.Gravatar reimar2009-01-04
* Replace casual GPL notices by proper license headers.Gravatar diego2008-09-07
* Make code slightly less confusing to meGravatar reimar2008-01-11
* Slightly deobfuscateGravatar reimar2008-01-11
* Another small simplification. Slightly worse performance in the caseGravatar reimar2008-01-11
* Slightly simplify read_buffer codeGravatar reimar2008-01-11
* Simplify: use memsetGravatar reimar2008-01-11
* Fix indentationGravatar reimar2008-01-11
* Remove useless castGravatar reimar2008-01-11
* ISO8859-1 --> UTF-8Gravatar diego2007-07-09
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* modifies function declarations without parameters from ()Gravatar reynaldo2006-07-06
* rm unnecesary casts from void* - part 4Gravatar reynaldo2006-07-03
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferGravatar reimar2006-06-25
* remove unused variableGravatar reimar2006-06-25
* name suboption for jack to set client nameGravatar reimar2005-08-18
* reset estimation also on too negative diffGravatar reimar2005-07-28
* improved audio delay estimation, supposed to help make the video smootherGravatar reimar2005-07-26
* avoid hang when playing more than one fileGravatar reimar2005-06-30
* Create a unique client name so that multiple instances work.Gravatar reimar2005-06-05
* Fix latency calculation and buffersize setting.Gravatar reimar2005-06-03
* New ao_jack without bio2jack dependency.Gravatar reimar2005-06-01
* endianness fix by Chris White <chriswhite at gentoo dot org>Gravatar diego2005-03-25
* af_format.h needs config.h to be included first.Gravatar reimar2005-01-12
* removing AFMT_ dependancyGravatar alex2004-12-27
* Make include paths consistent.Gravatar diego2004-12-07
* Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].Gravatar reimar2004-11-07
* Update ao_jack for new bio2jack API, improve check in configure.Gravatar diego2004-08-13
* 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.Gravatar reimar2004-06-27
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>Gravatar alex2004-06-25