summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-07-27 16:43:19 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-07-27 16:43:19 +0000
commit1fe9c6bf1f73a7cccc079112e919ab1f13bb0e7a (patch)
tree10da15b55b692921d150585ae22b8fe96034c556
parent7ebed40105db8290823aa0d39ac35c0aa1d9c3a7 (diff)
downloadgst-plugins-bad-1fe9c6bf1f73a7cccc079112e919ab1f13bb0e7a.tar.gz
gst-plugins-bad-1fe9c6bf1f73a7cccc079112e919ab1f13bb0e7a.tar.bz2
gst-plugins-bad-1fe9c6bf1f73a7cccc079112e919ab1f13bb0e7a.zip
pixel aspect ratio handling
Original commit message from CVS: pixel aspect ratio handling
-rw-r--r--ChangeLog33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7097321b..ca913ab2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,38 @@
2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
+ * gst/matroska/matroska-demux.c:
+ (gst_matroska_demux_parse_metadata),
+ (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
+ * gst/mpegaudio/common.c:
+ * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
+ (gst_videoscale_getcaps), (gst_videoscale_link),
+ (gst_videoscale_src_fixate), (gst_videoscale_init),
+ (gst_videoscale_finalize):
+ * gst/videoscale/gstvideoscale.h:
+ * gst/videotestsrc/gstvideotestsrc.c:
+ (gst_videotestsrc_get_capslist):
+ * gst/wavenc/gstwavenc.c:
+ * sys/oss/gstossmixer.c: (fill_labels):
+ * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
+ (gst_ximagesink_handle_xevents),
+ (gst_ximagesink_calculate_pixel_aspect_ratio),
+ (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
+ (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
+ (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
+ (gst_ximagesink_set_property), (gst_ximagesink_get_property),
+ (gst_ximagesink_init), (gst_ximagesink_class_init):
+ * sys/ximage/ximagesink.h:
+ * sys/xvimage/xvimagesink.c:
+ (gst_xvimagesink_calculate_pixel_aspect_ratio),
+ (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
+ (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
+ (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
+ (gst_xvimagesink_init), (gst_xvimagesink_class_init):
+ * sys/xvimage/xvimagesink.h:
+ first batch of pixel aspect ratio commits.
+
+2004-07-27 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst/ffmpegcolorspace/gstffmpegcolorspace.c:
(gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
* gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):