index
:
pulseaudio.git
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
master
master-tx
merge-queue
rtpoll
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio Sound Server
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
utils
/
pacat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
pacat: Fix memory leak when draining the context.
Tanu Kaskinen
2011-03-11
1
-1
/
+3
*
Get rid of some unused-function compiler warnings
Maarten Bosmans
2011-03-02
1
-0
/
+2
*
AC3 passthrough support
Pierre-Louis Bossart
2010-08-12
1
-0
/
+7
*
pacat: pass buffer_attr to recording streams too
Lennart Poettering
2010-02-21
1
-1
/
+1
*
pacat: always fully fulfill write requests
Lennart Poettering
2010-02-21
1
-17
/
+30
*
Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...
Lennart Poettering
2010-02-21
1
-9
/
+4
*
pacat: Don't use any buffer attr if we don't set any latency/process time params
Colin Guthrie
2010-02-11
1
-4
/
+9
*
pacat: allow configuration of latency in msec
Lennart Poettering
2010-02-09
1
-9
/
+37
*
use cloexec wrappers wherever applicable
Lennart Poettering
2009-10-30
1
-1
/
+1
*
pacat: use fully automatic buffer sizes if possible
Lennart Poettering
2009-09-17
1
-5
/
+9
*
pacat: don't convert stream name twice (llvm-clang-analyzer)
Lennart Poettering
2009-09-08
1
-1
/
+0
*
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
2009-09-08
1
-3
/
+2
*
i18n: move \r out of translatable string
Lennart Poettering
2009-09-07
1
-1
/
+2
*
pacat: use zero-copy write calls when playing audio file
Lennart Poettering
2009-07-23
1
-61
/
+65
*
Base mainloop on pa_rtclock_now()
Marc-André Lureau
2009-06-20
1
-14
/
+5
*
sndfile: big rework of libsndfile interfacing code
Lennart Poettering
2009-05-26
1
-223
/
+494
*
pacat: add missing newline
Lennart Poettering
2009-04-14
1
-1
/
+1
*
in verbose mode log buffer attr changes
Lennart Poettering
2009-04-01
1
-0
/
+8
*
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
2009-03-03
1
-1
/
+1
*
pacat: remove unused variable
Marc-André Lureau
2009-02-19
1
-2
/
+1
*
allow sending meta/policy events to clients
Lennart Poettering
2009-02-12
1
-0
/
+13
*
for record streams fill in the latency as the fragsize
Lennart Poettering
2009-01-12
1
-0
/
+1
*
Make sure we don't drop any data on the client side
Lennart Poettering
2009-01-10
1
-9
/
+8
*
don't set the volume of pacat unless it is explicitly set
Lennart Poettering
2008-10-22
1
-1
/
+3
*
check for errors returned by pa_context_connect()
Lennart Poettering
2008-09-05
1
-1
/
+4
*
use pa_channel_map_compatible() where applicable
Lennart Poettering
2008-09-05
1
-1
/
+1
*
update documentation and help texts for s32le/s32be sample types
Lennart Poettering
2008-09-05
1
-1
/
+1
*
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
2008-08-19
1
-11
/
+11
*
add i18n support
Lennart Poettering
2008-08-06
1
-54
/
+55
*
use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...
Lennart Poettering
2008-06-27
1
-0
/
+2
*
get rid of svn $ keywords
Lennart Poettering
2008-06-18
1
-2
/
+0
*
merge glitch-free branch back into trunk
Lennart Poettering
2008-05-15
1
-31
/
+87
*
- Check process name when dealing with PID files
Lennart Poettering
2007-11-21
1
-11
/
+90
*
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
2007-02-13
1
-0
/
+3
*
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
2007-01-04
1
-43
/
+43
*
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...
Lennart Poettering
2006-08-01
1
-1
/
+1
*
handle EOF correctly if it is read before the stream was created
Lennart Poettering
2006-07-29
1
-9
/
+13
*
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
2006-06-19
1
-1
/
+1
*
big s/polyp/pulse/g
Lennart Poettering
2006-06-19
1
-6
/
+6
*
Returned buffer attr is const.
Pierre Ossman
2006-05-26
1
-1
/
+1
*
* add new API function pa_stream_get_buffer_attr().
Lennart Poettering
2006-05-25
1
-1
/
+19
*
fix include line for "core-util.h"
Lennart Poettering
2006-05-17
1
-1
/
+0
*
replace memory allocation function calls with pa_xXXXX()
Lennart Poettering
2006-05-17
1
-25
/
+21
*
bump version number to 0.9
Lennart Poettering
2006-05-16
1
-1
/
+1
*
take the filename specified on the command line as default stream name
Lennart Poettering
2006-05-14
1
-7
/
+11
*
fix volume range printed on --help
Lennart Poettering
2006-04-26
1
-2
/
+1
*
allow specifying the channel map to use on the command line
Lennart Poettering
2006-04-26
1
-3
/
+24
*
when storing recording data in file, create file with proper access rights
Lennart Poettering
2006-04-12
1
-1
/
+1
*
yet anotrher fix for slow links
Lennart Poettering
2006-04-12
1
-1
/
+1
*
small fix to deal properly with slow links
Lennart Poettering
2006-04-12
1
-4
/
+7
[next]