summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-09-15 16:04:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-09-15 16:04:26 +0000
commitfe9b4496787918a8aba559f66b3078c40619ee6c (patch)
treeb484474f4bddb010bcce0102b9a31d0b561456e8 /ChangeLog
parent50eed1907b957d3a1e449e410941ce554af58bda (diff)
gst/rtp/gstrtpmp4gdepay.c: Change some of the ranges in the caps, mostly for the amount of bits we can use.
Original commit message from CVS: * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init), (gst_bs_parse_read), (gst_rtp_mp4g_depay_process): Change some of the ranges in the caps, mostly for the amount of bits we can use. Added a little bitstream parse and use it to parse the AU header fields. Check for malformed and wrongly sized packets better. Implement more header field parsing. Handle the size of fragmented packets correctly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33dec662..78922969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-09-15 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ * gst/rtp/gstrtpmp4gdepay.c: (gst_bs_parse_init),
+ (gst_bs_parse_read), (gst_rtp_mp4g_depay_process):
+ Change some of the ranges in the caps, mostly for the amount of bits we
+ can use.
+ Added a little bitstream parse and use it to parse the AU header fields.
+ Check for malformed and wrongly sized packets better.
+ Implement more header field parsing.
+ Handle the size of fragmented packets correctly.
+
2008-09-14 Edward Hervey <edward.hervey@collabora.co.uk>
Patch by: Jonathan Matthew <notverysmart@gmail.com>