diff options
| author | Wim Taymans <wim.taymans@gmail.com> | 2008-05-20 11:33:05 +0000 |
|---|---|---|
| committer | Wim Taymans <wim.taymans@gmail.com> | 2008-05-20 11:33:05 +0000 |
| commit | be0e73ee6bd042a349a79b0d4b34fdc6d5366a47 (patch) | |
| tree | 4f67b41ccf070337c0fe75ace68a3303f0f946d9 /ChangeLog | |
| parent | 3d3f7cd6dafbf0b5a49f94627fa638e493e6ca8f (diff) | |
gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-like AVC output in addition to the exist...
Original commit message from CVS:
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
(gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
(gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
(gst_rtp_h264_depay_process):
* gst/rtp/gstrtph264depay.h:
Add experimental support for outputting quicktime-like AVC output in
addition to the existing bytestream output.
* gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
(gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
(gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
(gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
(gst_rtp_h264_pay_get_property):
* gst/rtp/gstrtph264pay.h:
Make the parsing mode configurable, for some inputs we don't need to
scan every byte for start codes.
Only set the marker bit on ACCESS units.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2008-05-20 Wim Taymans <wim.taymans@collabora.co.uk> + + * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init), + (gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property), + (gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps), + (gst_rtp_h264_depay_process): + * gst/rtp/gstrtph264depay.h: + Add experimental support for outputting quicktime-like AVC output in + addition to the existing bytestream output. + + * gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type), + (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init), + (gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal), + (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property), + (gst_rtp_h264_pay_get_property): + * gst/rtp/gstrtph264pay.h: + Make the parsing mode configurable, for some inputs we don't need to + scan every byte for start codes. + Only set the marker bit on ACCESS units. + 2008-05-20 Sebastian Dröge <slomo@circular-chaos.org> * gst/equalizer/gstiirequalizer.c: |
