summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aae89e82..783f52c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2008-11-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+ * gst/qtmux/atoms.c: (build_esds_extension),
+ (build_mov_aac_extension), (build_jp2h_extension),
+ (build_codec_data_extension):
+ * gst/qtmux/atoms.h:
+ * gst/qtmux/fourcc.h:
+ * gst/qtmux/gstqtmux.c: (gst_qt_mux_audio_sink_set_caps),
+ (gst_qt_mux_video_sink_set_caps):
+ * gst/qtmux/gstqtmuxmap.c: (gst_qt_mux_map_format_to_header):
+ Cut detour in sample description extension construction.
+ Also actually implement ISO JPEG2000 mj2 format.
+
+2008-11-14 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
+
* ext/x264/gstx264enc.c: (gst_x264_enc_set_src_caps):
Construct source caps in more conventional (and correct) manner.