diff options
| author | Laurent Glayal <spglegle@yahoo.fr> | 2007-09-25 16:05:29 +0000 |
|---|---|---|
| committer | Tim-Philipp Müller <tim@centricular.net> | 2007-09-25 16:05:29 +0000 |
| commit | 89dee84fd7c848abdbb335f255fa0ca092b92bea (patch) | |
| tree | 28513fdb7d830111b63a01c91a1a0562a4463cc5 /ChangeLog | |
| parent | 46333092307654c2856dd8d6ed1ba2bc94e94566 (diff) | |
gst/law/: Use static tables for A-Law decoding and encoding; this makes
Original commit message from CVS:
Based on patch by: Laurent Glayal <spglegle yahoo fr>
* gst/law/alaw-decode.c:
* gst/law/alaw-encode.c:
Use static tables for A-Law decoding and encoding; this makes
A-Law decoding and encoding less CPU-intensive, but increases
the binary size a bit. Leaving old code around for now,
selectable by a define in the code. Fixes #435435.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-09-25 Tim-Philipp Müller <tim at centricular dot net> + + Based on patch by: Laurent Glayal <spglegle yahoo fr> + + * gst/law/alaw-decode.c: + * gst/law/alaw-encode.c: + Use static tables for A-Law decoding and encoding; this makes + A-Law decoding and encoding less CPU-intensive, but increases + the binary size a bit. Leaving old code around for now, + selectable by a define in the code. Fixes #435435. + 2007-09-25 Sebastian Dröge <slomo@circular-chaos.org> * configure.ac: |
