summaryrefslogtreecommitdiffstats
path: root/libao2/ao_jack.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-2/+1
* Simplify: use av_fifo_spacereimar2009-04-101-2/+2
* Reuse libavutil fifo code instead of reimplementing it over and over.reimar2009-03-091-67/+35
* Make ao_info_t structs const.reimar2009-03-061-1/+1
* Replace deprecated jack_client_new with jack_client_open.reimar2009-01-041-2/+10
* Replace casual GPL notices by proper license headers.diego2008-09-071-5/+18
* Make code slightly less confusing to mereimar2008-01-111-3/+3
* Slightly deobfuscatereimar2008-01-111-2/+3
* Another small simplification. Slightly worse performance in the casereimar2008-01-111-3/+3
* Slightly simplify read_buffer codereimar2008-01-111-6/+6
* Simplify: use memsetreimar2008-01-111-4/+3
* Fix indentationreimar2008-01-111-2/+2
* Remove useless castreimar2008-01-111-1/+1
* ISO8859-1 --> UTF-8diego2007-07-091-3/+3
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-2/+2
* modifies function declarations without parameters from ()reynaldo2006-07-061-8/+8
* rm unnecesary casts from void* - part 4reynaldo2006-07-031-1/+1
* respect AOPLAY_FINAL_CHUNK and do not discard samples read from bufferreimar2006-06-251-3/+10
* remove unused variablereimar2006-06-251-1/+0
* name suboption for jack to set client namereimar2005-08-181-1/+9
* reset estimation also on too negative diffreimar2005-07-281-1/+1
* improved audio delay estimation, supposed to help make the video smootherreimar2005-07-261-16/+23
* avoid hang when playing more than one filereimar2005-06-301-1/+2
* Create a unique client name so that multiple instances work.reimar2005-06-051-1/+4
* Fix latency calculation and buffersize setting.reimar2005-06-031-3/+7
* New ao_jack without bio2jack dependency.reimar2005-06-011-215/+302
* endianness fix by Chris White <chriswhite at gentoo dot org>diego2005-03-251-1/+1
* af_format.h needs config.h to be included first.reimar2005-01-121-1/+1
* removing AFMT_ dependancyalex2004-12-271-5/+5
* Make include paths consistent.diego2004-12-071-2/+2
* Improved A-V sync, patch by Ed Wildgoose [lists(at)wildgooses<dot>com].reimar2004-11-071-7/+68
* Update ao_jack for new bio2jack API, improve check in configure.diego2004-08-131-8/+14
* 1000l in GET_VOLUME. Fix by Lu Ran, hephooey (at) fastmail (dot) fm.reimar2004-06-271-4/+4
* JACK audio support through bio2jack by Kamil Strzelecki <esack@o2.pl>alex2004-06-251-0/+191