gstreamer/gst/flv
Julien Moutte bb7f93bd4e gst/flv/: Introduce demuxing support for AAC and
Original commit message from CVS:
2008-06-14  Julien Moutte  <julien@fluendo.com>

* gst/flv/gstflvdemux.c: (gst_flv_demux_cleanup),
(gst_flv_demux_dispose):
* gst/flv/gstflvdemux.h:
* gst/flv/gstflvparse.c: (gst_flv_parse_audio_negotiate),
(gst_flv_parse_tag_audio), (gst_flv_parse_video_negotiate),
(gst_flv_parse_tag_video): Introduce demuxing support for AAC
and
H.264/AVC inside FLV.
* sys/dshowdecwrapper/gstdshowaudiodec.c:
(gst_dshowaudiodec_init),
(gst_dshowaudiodec_chain), (gst_dshowaudiodec_push_buffer),
(gst_dshowaudiodec_sink_event), (gst_dshowaudiodec_setup_graph):
* sys/dshowdecwrapper/gstdshowaudiodec.h:
* sys/dshowdecwrapper/gstdshowvideodec.c:
(gst_dshowvideodec_init),
(gst_dshowvideodec_sink_event), (gst_dshowvideodec_chain),
(gst_dshowvideodec_push_buffer),
(gst_dshowvideodec_src_getcaps):
* sys/dshowdecwrapper/gstdshowvideodec.h: Lot of random fixes
to improve stability (ref counting, safety checks...)
2008-06-13 22:46:43 +00:00
..
gstflvdemux.c gst/flv/: Introduce demuxing support for AAC and 2008-06-13 22:46:43 +00:00
gstflvdemux.h gst/flv/: Introduce demuxing support for AAC and 2008-06-13 22:46:43 +00:00
gstflvparse.c gst/flv/: Introduce demuxing support for AAC and 2008-06-13 22:46:43 +00:00
gstflvparse.h gst/flv/: Handle not linked pads, try to make it reusable, more safety checks. 2007-07-25 13:29:04 +00:00
Makefile.am Adds a first draft of an FLV demuxer. 2007-07-19 15:05:30 +00:00