diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2006-06-09 17:12:52 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2006-06-09 17:12:52 +0000 |
| commit | 78d078e9863ddec028f6ded082bfdb3fee189608 (patch) | |
| tree | e54b1c68293c18608e35c3c4fa1d80e258fd7711 /ChangeLog | |
| parent | fef3b183b219ba0fa6d4d0b18aa397c681b655d4 (diff) | |
ext/jpeg/gstjpegdec.*: API: Added IDCT method property
Original commit message from CVS:
* ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type),
(gst_jpeg_dec_class_init), (gst_jpeg_dec_init),
(gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct),
(gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event),
(gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property):
* ext/jpeg/gstjpegdec.h:
API: Added IDCT method property
Small cleanups.
Avoid dynamic allocation of trivial fixed structure.
Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2006-06-09 Wim Taymans <wim@fluendo.com> + + * ext/jpeg/gstjpegdec.c: (gst_idct_method_get_type), + (gst_jpeg_dec_class_init), (gst_jpeg_dec_init), + (gst_jpeg_dec_decode_indirect), (gst_jpeg_dec_decode_direct), + (gst_jpeg_dec_chain), (gst_jpeg_dec_sink_event), + (gst_jpeg_dec_set_property), (gst_jpeg_dec_get_property): + * ext/jpeg/gstjpegdec.h: + API: Added IDCT method property + Small cleanups. + Avoid dynamic allocation of trivial fixed structure. + Allocate enough space for temp 4:4:4 YUV buffers. Fixes #343661. + 2006-06-07 Zaheer Abbas Merali <zaheerabbas at merali dot org> * configure.ac: |
