summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorLaurent Glayal <spglegle@yahoo.fr>2007-09-25 16:05:29 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-09-25 16:05:29 +0000
commit89dee84fd7c848abdbb335f255fa0ca092b92bea (patch)
tree28513fdb7d830111b63a01c91a1a0562a4463cc5 /ChangeLog
parent46333092307654c2856dd8d6ed1ba2bc94e94566 (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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3595617c..5d109444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: