index
:
profile/ivi/pulseaudio-panda
2.0-panda
Domain: Multimedia / Audio FW;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
pacat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-13
utils: Fixes for building without NLS
Arun Raghavan
1
-0
/
+2
2011-10-11
pacat: Fail early if the media name cannot be set
Maarten Bosmans
1
-0
/
+5
2011-08-29
pacat: make pacat respond to cork/uncork events
Lu Guanqun
1
-0
/
+20
2011-08-25
More spelling fixes
Maarten Bosmans
1
-1
/
+1
2011-08-11
Move i18n.[ch] to src/pulsecore
Maarten Bosmans
1
-3
/
+2
2011-06-27
parecord: Automatically detect file format from extension
Maarten Bosmans
1
-7
/
+11
2011-03-11
pacat: Fix memory leak when draining the context.
Tanu Kaskinen
1
-1
/
+3
2011-03-02
Get rid of some unused-function compiler warnings
Maarten Bosmans
1
-0
/
+2
2010-08-12
AC3 passthrough support
Pierre-Louis Bossart
1
-0
/
+7
2010-02-21
pacat: pass buffer_attr to recording streams too
Lennart Poettering
1
-1
/
+1
2010-02-21
pacat: always fully fulfill write requests
Lennart Poettering
1
-17
/
+30
2010-02-21
Revert "pacat: Don't use any buffer attr if we don't set any latency/process ...
Lennart Poettering
1
-9
/
+4
2010-02-11
pacat: Don't use any buffer attr if we don't set any latency/process time params
Colin Guthrie
1
-4
/
+9
2010-02-09
pacat: allow configuration of latency in msec
Lennart Poettering
1
-9
/
+37
2009-10-30
use cloexec wrappers wherever applicable
Lennart Poettering
1
-1
/
+1
2009-09-17
pacat: use fully automatic buffer sizes if possible
Lennart Poettering
1
-5
/
+9
2009-09-08
pacat: don't convert stream name twice (llvm-clang-analyzer)
Lennart Poettering
1
-1
/
+0
2009-09-08
llvm-clang-analyzer: drop a few unnecessary assignments and other trivial fixes
Lennart Poettering
1
-3
/
+2
2009-09-07
i18n: move \r out of translatable string
Lennart Poettering
1
-1
/
+2
2009-07-23
pacat: use zero-copy write calls when playing audio file
Lennart Poettering
1
-61
/
+65
2009-06-20
Base mainloop on pa_rtclock_now()
Marc-André Lureau
1
-14
/
+5
2009-05-26
sndfile: big rework of libsndfile interfacing code
Lennart Poettering
1
-223
/
+494
2009-04-14
pacat: add missing newline
Lennart Poettering
1
-1
/
+1
2009-04-01
in verbose mode log buffer attr changes
Lennart Poettering
1
-0
/
+8
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-02-19
pacat: remove unused variable
Marc-André Lureau
1
-2
/
+1
2009-02-12
allow sending meta/policy events to clients
Lennart Poettering
1
-0
/
+13
2009-01-12
for record streams fill in the latency as the fragsize
Lennart Poettering
1
-0
/
+1
2009-01-10
Make sure we don't drop any data on the client side
Lennart Poettering
1
-9
/
+8
2008-10-22
don't set the volume of pacat unless it is explicitly set
Lennart Poettering
1
-1
/
+3
2008-09-05
check for errors returned by pa_context_connect()
Lennart Poettering
1
-1
/
+4
2008-09-05
use pa_channel_map_compatible() where applicable
Lennart Poettering
1
-1
/
+1
2008-09-05
update documentation and help texts for s32le/s32be sample types
Lennart Poettering
1
-1
/
+1
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-11
/
+11
2008-08-06
add i18n support
Lennart Poettering
1
-54
/
+55
2008-06-27
use (uint32_t) -1 to signify default buffer_attr values instead of 0, to allo...
Lennart Poettering
1
-0
/
+2
2008-06-18
get rid of svn $ keywords
Lennart Poettering
1
-2
/
+0
2008-05-15
merge glitch-free branch back into trunk
Lennart Poettering
1
-31
/
+87
2007-11-21
- Check process name when dealing with PID files
Lennart Poettering
1
-11
/
+90
2007-02-13
Add copyright notices to all relevant files. (based on svn log)
Pierre Ossman
1
-0
/
+3
2007-01-04
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
Pierre Ossman
1
-43
/
+43
2006-08-01
bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...
Lennart Poettering
1
-1
/
+1
2006-07-29
handle EOF correctly if it is read before the stream was created
Lennart Poettering
1
-9
/
+13
2006-06-19
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
Lennart Poettering
1
-1
/
+1
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-6
/
+6
2006-05-26
Returned buffer attr is const.
Pierre Ossman
1
-1
/
+1
2006-05-25
* add new API function pa_stream_get_buffer_attr().
Lennart Poettering
1
-1
/
+19
2006-05-17
fix include line for "core-util.h"
Lennart Poettering
1
-1
/
+0
2006-05-17
replace memory allocation function calls with pa_xXXXX()
Lennart Poettering
1
-25
/
+21
2006-05-16
bump version number to 0.9
Lennart Poettering
1
-1
/
+1
[next]