gstreamer/gst/mpegvideoparse
Jan Schmidt 1ff2df1d5f gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code.
Original commit message from CVS:
* gst/mpegvideoparse/mpegpacketiser.c: (mpeg_util_find_start_code),
(collect_packets), (set_par_from_dar), (set_fps_from_code),
(mpeg_util_parse_extension_packet), (mpeg_util_parse_sequence_hdr),
(mpeg_util_parse_picture_hdr):
* gst/mpegvideoparse/mpegpacketiser.h:
* gst/mpegvideoparse/mpegvideoparse.c:
(mpegvideoparse_handle_sequence), (mpegvideoparse_handle_picture),
(mpegvideoparse_drain_avail), (gst_mpegvideoparse_chain),
(mpv_parse_sink_event), (plugin_init):
* gst/mpegvideoparse/mpegvideoparse.h:
Move the MPEG specific byte parsing into the mpegpacketiser code.
Add parsing of picture types, that just feeds into a debug message
for now.
Fix some 64-bit format strings.
2007-03-16 11:22:47 +00:00
..
Makefile.am Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below existing decoders. 2007-03-15 20:48:08 +00:00
mpegpacketiser.c gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code. 2007-03-16 11:22:47 +00:00
mpegpacketiser.h gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code. 2007-03-16 11:22:47 +00:00
mpegvideoparse.c gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code. 2007-03-16 11:22:47 +00:00
mpegvideoparse.h gst/mpegvideoparse/: Move the MPEG specific byte parsing into the mpegpacketiser code. 2007-03-16 11:22:47 +00:00
mpegvideoparse.vcproj Port mpeg1videoparse to 0.10 and give it rank SECONDARY-1, so that it's below existing decoders. 2007-03-15 20:48:08 +00:00