index
:
~wtay/pulseaudio
HSP-profile
RHEL6-CVE-2014-3970
RHEL7-CVE-2014-3970
access-hooks
access-hooks-arg
access-hooks-core
alsa-device-thread
async-command
bluez-owner-check
bt-tests
dyn-latency
dyn-latency-work
echo-cancel
echo-cancel-2
echo-cancel-3
f20
f21
f26-flatpack
f31
fixes
flat-volume-privilege-hack
flatpack
headset2
headsetd
hfp-gateway
hsp-hs-profile
hsp-old
hsp-review
improve-timing
maemo-master
master
module-echo-cancel
module-headset
module-test
optimize
optimize-smoother
optimize-smoother2
paplay-s24
private-1154072
rawhide
resume-unload-module
rhel-6.5
rhel-6.6
rhel-6.6-dynlat
rhel-6.6-work
rhel-6.7
rhel-6.8
rhel-6.9
rhel-7.0
rhel-7.0-test
rhel-7.1
rhel-7.1-work
rhel-7.2
rhel-7.3
rhel-7.5
rhel-8.0
test
test2
timings
work
wtay's pulseaudio hacking
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pulsecore
/
sample-util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-30
use pa_fopen_cloexec() where applicable
Lennart Poettering
1
-1
/
+1
2009-09-09
sample-util: add pa_convert_size() call for converting sizes between two samp...
Lennart Poettering
1
-0
/
+10
2009-08-27
sample-util: avoid stack overrun
Wim Taymans
1
-2
/
+2
2009-08-20
whitespace fixes
Wim Taymans
1
-5
/
+6
2009-08-20
samples-util: add padding to volume array
Wim Taymans
1
-5
/
+17
2009-08-20
sample-util: move volume code to separate file
Wim Taymans
1
-311
/
+5
2009-08-20
sample-util: move some functions around
Wim Taymans
1
-22
/
+22
2009-08-20
sample-utils: coding style cleanup
Wim Taymans
1
-53
/
+46
2009-08-20
sample-utils: split out functions from case
Wim Taymans
1
-283
/
+303
2009-06-08
sample: fix build on BE archs
Lennart Poettering
1
-1
/
+1
2009-05-01
sample-util: fix iteration loop when adjusting volume of s24 samples
Lennart Poettering
1
-4
/
+4
2009-05-01
sample-util: properly allocate silence block for s24-32 formats
Lennart Poettering
1
-0
/
+4
2009-03-03
Use LGPL 2.1 on all files previously using LGPL 2
Colin Guthrie
1
-1
/
+1
2009-01-23
don't overflow when we do digital amplification of 16 bit samples
Lennart Poettering
1
-31
/
+71
2009-01-16
Add support for 24bit samples encoded in the LSB of 32 bit words
Lennart Poettering
1
-0
/
+120
2009-01-16
add support for 24bit packed samples
Lennart Poettering
1
-0
/
+123
2009-01-12
add new API function pa_memchunk_sine()
Lennart Poettering
1
-0
/
+34
2009-01-08
make things compile again
Lennart Poettering
1
-1
/
+2
2009-01-08
Add new debuuging API pa_memchunk_dump_to_file()
Lennart Poettering
1
-0
/
+27
2008-10-21
fix return value of pa_frame_aligned()
Lennart Poettering
1
-1
/
+1
2008-10-03
make a few casts explicit to remove compiler warnings
Lennart Poettering
1
-2
/
+2
2008-10-03
user lrint() and friends in inner loops instead of normal C casts to speed up...
Lennart Poettering
1
-2
/
+2
2008-10-03
optimize mixing routines a bit by pulling the multiplication with the global ...
Lennart Poettering
1
-112
/
+85
2008-10-02
when we mix into a 16bit accumulator make sure we clamp before we scale with ...
Lennart Poettering
1
-4
/
+4
2008-08-28
add byte-to-usec and usec-to-byte converters that round up, not down
Lennart Poettering
1
-0
/
+33
2008-08-19
add a few more gcc warning flags and fix quite a few problems found by doing so
Lennart Poettering
1
-14
/
+13
2008-08-11
otpimize mixing code a bit by moving a few checks out of the inner loops
Lennart Poettering
1
-83
/
+39
2008-08-11
optimize volume changing a bit by only using a single counter for the inner l...
Lennart Poettering
1
-31
/
+36
2008-08-11
adhere to struct gcc aliasing rules
Lennart Poettering
1
-7
/
+3
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
-42
/
+138
2007-11-09
optimize mixing code a bit. Add mixers for S32LE, S32BE, ULAW, ALAW and FLOAT...
Lennart Poettering
1
-110
/
+450
2007-11-09
replace a few CLAMPs by PA_CLAMP_UNLIKELY
Lennart Poettering
1
-3
/
+3
2007-11-09
add support for 32bit integer samples
Lennart Poettering
1
-6
/
+55
2007-10-28
merge 'lennart' branch back into trunk.
Lennart Poettering
1
-83
/
+205
2007-05-29
Kill spaces on EOL
Lennart Poettering
1
-1
/
+1
2007-05-23
Fix a DoS with allocating overly large silence buffers. (Identified by Luigi ...
Lennart Poettering
1
-0
/
+12
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
-69
/
+69
2006-11-08
Support reversed endian floats. (closes #28) (closes #35)
Pierre Ossman
1
-0
/
+1
2006-11-06
Revert r1404 and keep it on a development branch until it is fully tested.
Pierre Ossman
1
-82
/
+34
2006-09-26
rework memory block management to be thread-safe and mostly lock-free.
Lennart Poettering
1
-34
/
+82
2006-08-18
remove all occurences of
Lennart Poettering
1
-2
/
+2
2006-08-18
Rework memory management to allow shared memory data transfer. The central idea
Lennart Poettering
1
-3
/
+4
2006-06-19
big s/polyp/pulse/g
Lennart Poettering
1
-0
/
+405