From 1c37934861f2dd7c3ca38fe770734e2b3b30cfdb Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 9 Mar 2005 12:06:56 +0000 Subject: configure.ac: Fix FAAD detection problems against FAAD-CVS. Original commit message from CVS: * configure.ac: Fix FAAD detection problems against FAAD-CVS. * ext/faad/gstfaad.c: (gst_faad_class_init), (gst_faad_chanpos_to_gst), (gst_faad_srcconnect), (gst_faad_sync), (gst_faad_chain): Fix FAAD channel positions for mono/stereo against FAAD CVS. Implement raw stream sync support for AAC+ radio support. Embed info structure in our function to prevent unneeded excessive allocations. * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate), (gst_ogg_demux_push): Only set first/last positions when we search for them. Fixes invalid length reporting for some video files. * gst/playback/gstdecodebin.c: (remove_element_chain): Always remove only our own kids. * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak): Fix ESDS atom finding bug. * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Implement frame-finding (similar to MP3) to support AAC+ radio. --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 872421ed..2f326f14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2005-03-09 Ronald S. Bultje + + * configure.ac: + Fix FAAD detection problems against FAAD-CVS. + * ext/faad/gstfaad.c: (gst_faad_class_init), + (gst_faad_chanpos_to_gst), (gst_faad_srcconnect), (gst_faad_sync), + (gst_faad_chain): + Fix FAAD channel positions for mono/stereo against FAAD CVS. + Implement raw stream sync support for AAC+ radio support. Embed + info structure in our function to prevent unneeded excessive + allocations. + * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate), + (gst_ogg_demux_push): + Only set first/last positions when we search for them. Fixes + invalid length reporting for some video files. + * gst/playback/gstdecodebin.c: (remove_element_chain): + Always remove only our own kids. + * gst/qtdemux/qtdemux.c: (qtdemux_parse), (qtdemux_parse_trak): + Fix ESDS atom finding bug. + * gst/typefind/gsttypefindfunctions.c: (aac_type_find): + Implement frame-finding (similar to MP3) to support AAC+ radio. + 2005-03-09 Jan Schmidt * gst/videoscale/gstvideoscale.c: -- cgit v1.2.1