avidemux: Send close newsegment event from the streaming thread
[platform/upstream/gst-plugins-good.git] / gst / avi / gstavidemux.c
1 /* GStreamer
2  * Copyright (C) <1999> Erik Walthinsen <omega@temple-baptist.com>
3  * Copyright (C) <2006> Nokia Corporation (contact <stefan.kost@nokia.com>)
4  * Copyright (C) <2009-2010> STEricsson <benjamin.gaignard@stericsson.com>
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Library General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Library General Public License for more details.
15  *
16  * You should have received a copy of the GNU Library General Public
17  * License along with this library; if not, write to the
18  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21 /* Element-Checklist-Version: 5 */
22
23 /**
24  * SECTION:element-avidemux
25  *
26  * Demuxes an .avi file into raw or compressed audio and/or video streams.
27  *
28  * This element supports both push and pull-based scheduling, depending on the
29  * capabilities of the upstream elements.
30  *
31  * <refsect2>
32  * <title>Example launch line</title>
33  * |[
34  * gst-launch filesrc location=test.avi ! avidemux name=demux  demux.audio_00 ! decodebin ! audioconvert ! audioresample ! autoaudiosink   demux.video_00 ! queue ! decodebin ! ffmpegcolorspace ! videoscale ! autovideosink
35  * ]| Play (parse and decode) an .avi file and try to output it to
36  * an automatically detected soundcard and videosink. If the AVI file contains
37  * compressed audio or video data, this will only work if you have the
38  * right decoder elements/plugins installed.
39  * </refsect2>
40  *
41  * Last reviewed on 2006-12-29 (0.10.6)
42  */
43
44 #ifdef HAVE_CONFIG_H
45 #include "config.h"
46 #endif
47
48 #include <string.h>
49 #include <stdio.h>
50
51 #include "gst/riff/riff-media.h"
52 #include "gstavidemux.h"
53 #include "avi-ids.h"
54 #include <gst/gst-i18n-plugin.h>
55 #include <gst/base/gstadapter.h>
56
57
58 #define DIV_ROUND_UP(s,v) (((s) + ((v)-1)) / (v))
59
60 #define GST_AVI_KEYFRAME 1
61 #define ENTRY_IS_KEYFRAME(e) ((e)->flags == GST_AVI_KEYFRAME)
62 #define ENTRY_SET_KEYFRAME(e) ((e)->flags = GST_AVI_KEYFRAME)
63 #define ENTRY_UNSET_KEYFRAME(e) ((e)->flags = 0)
64
65
66 GST_DEBUG_CATEGORY_STATIC (avidemux_debug);
67 #define GST_CAT_DEFAULT avidemux_debug
68
69 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink",
70     GST_PAD_SINK,
71     GST_PAD_ALWAYS,
72     GST_STATIC_CAPS ("video/x-msvideo")
73     );
74
75 static void gst_avi_demux_base_init (GstAviDemuxClass * klass);
76 static void gst_avi_demux_class_init (GstAviDemuxClass * klass);
77 static void gst_avi_demux_init (GstAviDemux * avi);
78 static void gst_avi_demux_finalize (GObject * object);
79
80 static void gst_avi_demux_reset (GstAviDemux * avi);
81
82 #if 0
83 static const GstEventMask *gst_avi_demux_get_event_mask (GstPad * pad);
84 #endif
85 static gboolean gst_avi_demux_handle_src_event (GstPad * pad, GstEvent * event);
86 static gboolean gst_avi_demux_handle_sink_event (GstPad * pad,
87     GstEvent * event);
88 static gboolean gst_avi_demux_push_event (GstAviDemux * avi, GstEvent * event);
89
90 #if 0
91 static const GstFormat *gst_avi_demux_get_src_formats (GstPad * pad);
92 #endif
93 static const GstQueryType *gst_avi_demux_get_src_query_types (GstPad * pad);
94 static gboolean gst_avi_demux_handle_src_query (GstPad * pad, GstQuery * query);
95 static gboolean gst_avi_demux_src_convert (GstPad * pad, GstFormat src_format,
96     gint64 src_value, GstFormat * dest_format, gint64 * dest_value);
97
98 static gboolean gst_avi_demux_do_seek (GstAviDemux * avi, GstSegment * segment);
99 static gboolean gst_avi_demux_handle_seek (GstAviDemux * avi, GstPad * pad,
100     GstEvent * event);
101 static gboolean gst_avi_demux_handle_seek_push (GstAviDemux * avi, GstPad * pad,
102     GstEvent * event);
103 static void gst_avi_demux_loop (GstPad * pad);
104 static gboolean gst_avi_demux_sink_activate (GstPad * sinkpad);
105 static gboolean gst_avi_demux_sink_activate_pull (GstPad * sinkpad,
106     gboolean active);
107 static gboolean gst_avi_demux_activate_push (GstPad * pad, gboolean active);
108 static GstFlowReturn gst_avi_demux_chain (GstPad * pad, GstBuffer * buf);
109
110 static void gst_avi_demux_set_index (GstElement * element, GstIndex * index);
111 static GstIndex *gst_avi_demux_get_index (GstElement * element);
112 static GstStateChangeReturn gst_avi_demux_change_state (GstElement * element,
113     GstStateChange transition);
114 static void gst_avi_demux_calculate_durations_from_index (GstAviDemux * avi);
115 static void gst_avi_demux_get_buffer_info (GstAviDemux * avi,
116     GstAviStream * stream, guint entry_n, GstClockTime * timestamp,
117     GstClockTime * ts_end, guint64 * offset, guint64 * offset_end);
118
119 static void gst_avi_demux_parse_idit (GstAviDemux * avi, GstBuffer * buf);
120
121 static GstElementClass *parent_class = NULL;
122
123 /* GObject methods */
124
125 GType
126 gst_avi_demux_get_type (void)
127 {
128   static GType avi_demux_type = 0;
129
130   if (!avi_demux_type) {
131     static const GTypeInfo avi_demux_info = {
132       sizeof (GstAviDemuxClass),
133       (GBaseInitFunc) gst_avi_demux_base_init,
134       NULL,
135       (GClassInitFunc) gst_avi_demux_class_init,
136       NULL,
137       NULL,
138       sizeof (GstAviDemux),
139       0,
140       (GInstanceInitFunc) gst_avi_demux_init,
141     };
142
143     avi_demux_type =
144         g_type_register_static (GST_TYPE_ELEMENT,
145         "GstAviDemux", &avi_demux_info, 0);
146   }
147
148   return avi_demux_type;
149 }
150
151 static void
152 gst_avi_demux_base_init (GstAviDemuxClass * klass)
153 {
154   GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
155   GstPadTemplate *videosrctempl, *audiosrctempl, *subsrctempl;
156   GstCaps *audcaps, *vidcaps, *subcaps;
157
158   audcaps = gst_riff_create_audio_template_caps ();
159   gst_caps_append (audcaps, gst_caps_new_simple ("audio/x-avi-unknown", NULL));
160   audiosrctempl = gst_pad_template_new ("audio_%02d",
161       GST_PAD_SRC, GST_PAD_SOMETIMES, audcaps);
162
163   vidcaps = gst_riff_create_video_template_caps ();
164   gst_caps_append (vidcaps, gst_riff_create_iavs_template_caps ());
165   gst_caps_append (vidcaps, gst_caps_new_simple ("video/x-avi-unknown", NULL));
166   videosrctempl = gst_pad_template_new ("video_%02d",
167       GST_PAD_SRC, GST_PAD_SOMETIMES, vidcaps);
168
169   subcaps = gst_caps_new_simple ("application/x-subtitle-avi", NULL);
170   subsrctempl = gst_pad_template_new ("subtitle_%02d",
171       GST_PAD_SRC, GST_PAD_SOMETIMES, subcaps);
172   gst_element_class_add_pad_template (element_class, audiosrctempl);
173   gst_element_class_add_pad_template (element_class, videosrctempl);
174   gst_element_class_add_pad_template (element_class, subsrctempl);
175   gst_element_class_add_pad_template (element_class,
176       gst_static_pad_template_get (&sink_templ));
177   gst_element_class_set_details_simple (element_class, "Avi demuxer",
178       "Codec/Demuxer",
179       "Demultiplex an avi file into audio and video",
180       "Erik Walthinsen <omega@cse.ogi.edu>, "
181       "Wim Taymans <wim.taymans@chello.be>, "
182       "Thijs Vermeir <thijsvermeir@gmail.com>");
183 }
184
185 static void
186 gst_avi_demux_class_init (GstAviDemuxClass * klass)
187 {
188   GstElementClass *gstelement_class = GST_ELEMENT_CLASS (klass);
189   GObjectClass *gobject_class = (GObjectClass *) klass;
190
191   GST_DEBUG_CATEGORY_INIT (avidemux_debug, "avidemux",
192       0, "Demuxer for AVI streams");
193
194   parent_class = g_type_class_peek_parent (klass);
195
196   gobject_class->finalize = gst_avi_demux_finalize;
197   gstelement_class->change_state =
198       GST_DEBUG_FUNCPTR (gst_avi_demux_change_state);
199
200   gstelement_class->set_index = GST_DEBUG_FUNCPTR (gst_avi_demux_set_index);
201   gstelement_class->get_index = GST_DEBUG_FUNCPTR (gst_avi_demux_get_index);
202 }
203
204 static void
205 gst_avi_demux_init (GstAviDemux * avi)
206 {
207   avi->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink");
208   gst_pad_set_activate_function (avi->sinkpad,
209       GST_DEBUG_FUNCPTR (gst_avi_demux_sink_activate));
210   gst_pad_set_activatepull_function (avi->sinkpad,
211       GST_DEBUG_FUNCPTR (gst_avi_demux_sink_activate_pull));
212   gst_pad_set_activatepush_function (avi->sinkpad,
213       GST_DEBUG_FUNCPTR (gst_avi_demux_activate_push));
214   gst_pad_set_chain_function (avi->sinkpad,
215       GST_DEBUG_FUNCPTR (gst_avi_demux_chain));
216   gst_pad_set_event_function (avi->sinkpad,
217       GST_DEBUG_FUNCPTR (gst_avi_demux_handle_sink_event));
218   gst_element_add_pad (GST_ELEMENT_CAST (avi), avi->sinkpad);
219
220   avi->adapter = gst_adapter_new ();
221
222   gst_avi_demux_reset (avi);
223 }
224
225 static void
226 gst_avi_demux_finalize (GObject * object)
227 {
228   GstAviDemux *avi = GST_AVI_DEMUX (object);
229
230   GST_DEBUG ("AVI: finalize");
231
232   g_object_unref (avi->adapter);
233
234   G_OBJECT_CLASS (parent_class)->finalize (object);
235 }
236
237 static void
238 gst_avi_demux_reset_stream (GstAviDemux * avi, GstAviStream * stream)
239 {
240   g_free (stream->strh);
241   g_free (stream->strf.data);
242   g_free (stream->name);
243   g_free (stream->index);
244   g_free (stream->indexes);
245   if (stream->initdata)
246     gst_buffer_unref (stream->initdata);
247   if (stream->extradata)
248     gst_buffer_unref (stream->extradata);
249   if (stream->pad) {
250     if (stream->exposed) {
251       gst_pad_set_active (stream->pad, FALSE);
252       gst_element_remove_pad (GST_ELEMENT_CAST (avi), stream->pad);
253     } else
254       gst_object_unref (stream->pad);
255   }
256   if (stream->taglist) {
257     gst_tag_list_free (stream->taglist);
258     stream->taglist = NULL;
259   }
260   memset (stream, 0, sizeof (GstAviStream));
261 }
262
263 static void
264 gst_avi_demux_reset (GstAviDemux * avi)
265 {
266   gint i;
267
268   GST_DEBUG ("AVI: reset");
269
270   for (i = 0; i < avi->num_streams; i++)
271     gst_avi_demux_reset_stream (avi, &avi->stream[i]);
272
273   avi->header_state = GST_AVI_DEMUX_HEADER_TAG_LIST;
274   avi->num_streams = 0;
275   avi->num_v_streams = 0;
276   avi->num_a_streams = 0;
277   avi->num_t_streams = 0;
278   avi->main_stream = -1;
279
280   avi->state = GST_AVI_DEMUX_START;
281   avi->offset = 0;
282   avi->building_index = FALSE;
283
284   avi->index_offset = 0;
285   g_free (avi->avih);
286   avi->avih = NULL;
287
288   if (avi->element_index)
289     gst_object_unref (avi->element_index);
290   avi->element_index = NULL;
291
292   if (avi->close_seg_event) {
293     gst_event_unref (avi->close_seg_event);
294     avi->close_seg_event = NULL;
295   }
296   if (avi->seg_event) {
297     gst_event_unref (avi->seg_event);
298     avi->seg_event = NULL;
299   }
300   if (avi->seek_event) {
301     gst_event_unref (avi->seek_event);
302     avi->seek_event = NULL;
303   }
304
305   if (avi->globaltags)
306     gst_tag_list_free (avi->globaltags);
307   avi->globaltags = NULL;
308
309   avi->got_tags = TRUE;         /* we always want to push global tags */
310   avi->have_eos = FALSE;
311   avi->seekable = TRUE;
312
313   gst_adapter_clear (avi->adapter);
314
315   gst_segment_init (&avi->segment, GST_FORMAT_TIME);
316 }
317
318
319 /* GstElement methods */
320
321 #if 0
322 static const GstFormat *
323 gst_avi_demux_get_src_formats (GstPad * pad)
324 {
325   GstAviStream *stream = gst_pad_get_element_private (pad);
326
327   static const GstFormat src_a_formats[] = {
328     GST_FORMAT_TIME,
329     GST_FORMAT_BYTES,
330     GST_FORMAT_DEFAULT,
331     0
332   };
333   static const GstFormat src_v_formats[] = {
334     GST_FORMAT_TIME,
335     GST_FORMAT_DEFAULT,
336     0
337   };
338
339   return (stream->strh->type == GST_RIFF_FCC_auds ?
340       src_a_formats : src_v_formats);
341 }
342 #endif
343
344 /* assumes stream->strf.auds->av_bps != 0 */
345 static inline GstClockTime
346 avi_stream_convert_bytes_to_time_unchecked (GstAviStream * stream,
347     guint64 bytes)
348 {
349   return gst_util_uint64_scale_int (bytes, GST_SECOND,
350       stream->strf.auds->av_bps);
351 }
352
353 static inline guint64
354 avi_stream_convert_time_to_bytes_unchecked (GstAviStream * stream,
355     GstClockTime time)
356 {
357   return gst_util_uint64_scale_int (time, stream->strf.auds->av_bps,
358       GST_SECOND);
359 }
360
361 /* assumes stream->strh->rate != 0 */
362 static inline GstClockTime
363 avi_stream_convert_frames_to_time_unchecked (GstAviStream * stream,
364     guint64 frames)
365 {
366   return gst_util_uint64_scale (frames, stream->strh->scale * GST_SECOND,
367       stream->strh->rate);
368 }
369
370 static inline guint64
371 avi_stream_convert_time_to_frames_unchecked (GstAviStream * stream,
372     GstClockTime time)
373 {
374   return gst_util_uint64_scale (time, stream->strh->rate,
375       stream->strh->scale * GST_SECOND);
376 }
377
378 static gboolean
379 gst_avi_demux_src_convert (GstPad * pad,
380     GstFormat src_format,
381     gint64 src_value, GstFormat * dest_format, gint64 * dest_value)
382 {
383   GstAviStream *stream = gst_pad_get_element_private (pad);
384   gboolean res = TRUE;
385
386   GST_LOG_OBJECT (pad,
387       "Received  src_format:%s, src_value:%" G_GUINT64_FORMAT
388       ", dest_format:%s", gst_format_get_name (src_format), src_value,
389       gst_format_get_name (*dest_format));
390
391   if (G_UNLIKELY (src_format == *dest_format)) {
392     *dest_value = src_value;
393     goto done;
394   }
395   if (G_UNLIKELY (!stream->strh || !stream->strf.data)) {
396     res = FALSE;
397     goto done;
398   }
399   if (G_UNLIKELY (stream->strh->type == GST_RIFF_FCC_vids &&
400           (src_format == GST_FORMAT_BYTES
401               || *dest_format == GST_FORMAT_BYTES))) {
402     res = FALSE;
403     goto done;
404   }
405
406   switch (src_format) {
407     case GST_FORMAT_TIME:
408       switch (*dest_format) {
409         case GST_FORMAT_BYTES:
410           *dest_value = gst_util_uint64_scale_int (src_value,
411               stream->strf.auds->av_bps, GST_SECOND);
412           break;
413         case GST_FORMAT_DEFAULT:
414           *dest_value =
415               gst_util_uint64_scale_round (src_value, stream->strh->rate,
416               stream->strh->scale * GST_SECOND);
417           break;
418         default:
419           res = FALSE;
420           break;
421       }
422       break;
423     case GST_FORMAT_BYTES:
424       switch (*dest_format) {
425         case GST_FORMAT_TIME:
426           if (stream->strf.auds->av_bps != 0) {
427             *dest_value = avi_stream_convert_bytes_to_time_unchecked (stream,
428                 src_value);
429           } else
430             res = FALSE;
431           break;
432         default:
433           res = FALSE;
434           break;
435       }
436       break;
437     case GST_FORMAT_DEFAULT:
438       switch (*dest_format) {
439         case GST_FORMAT_TIME:
440           *dest_value =
441               avi_stream_convert_frames_to_time_unchecked (stream, src_value);
442           break;
443         default:
444           res = FALSE;
445           break;
446       }
447       break;
448     default:
449       res = FALSE;
450   }
451
452 done:
453   GST_LOG_OBJECT (pad,
454       "Returning res:%d dest_format:%s dest_value:%" G_GUINT64_FORMAT, res,
455       gst_format_get_name (*dest_format), *dest_value);
456   return res;
457 }
458
459 static const GstQueryType *
460 gst_avi_demux_get_src_query_types (GstPad * pad)
461 {
462   static const GstQueryType src_types[] = {
463     GST_QUERY_POSITION,
464     GST_QUERY_DURATION,
465     GST_QUERY_SEEKING,
466     GST_QUERY_CONVERT,
467     0
468   };
469
470   return src_types;
471 }
472
473 static gboolean
474 gst_avi_demux_handle_src_query (GstPad * pad, GstQuery * query)
475 {
476   gboolean res = TRUE;
477   GstAviDemux *avi = GST_AVI_DEMUX (gst_pad_get_parent (pad));
478
479   GstAviStream *stream = gst_pad_get_element_private (pad);
480
481   if (!stream->strh || !stream->strf.data)
482     return gst_pad_query_default (pad, query);
483
484   switch (GST_QUERY_TYPE (query)) {
485     case GST_QUERY_POSITION:{
486       gint64 pos = 0;
487
488       GST_DEBUG ("pos query for stream %u: frames %u, bytes %u",
489           stream->num, stream->current_entry, stream->current_total);
490
491       /* FIXME, this looks clumsy */
492       if (stream->strh->type == GST_RIFF_FCC_auds) {
493         if (stream->is_vbr) {
494           /* VBR */
495           pos = gst_util_uint64_scale ((gint64) stream->current_entry *
496               stream->strh->scale, GST_SECOND, (guint64) stream->strh->rate);
497           GST_DEBUG_OBJECT (avi, "VBR convert frame %u, time %"
498               GST_TIME_FORMAT, stream->current_entry, GST_TIME_ARGS (pos));
499         } else if (stream->strf.auds->av_bps != 0) {
500           /* CBR */
501           pos = gst_util_uint64_scale (stream->current_total, GST_SECOND,
502               (guint64) stream->strf.auds->av_bps);
503           GST_DEBUG_OBJECT (avi,
504               "CBR convert bytes %u, time %" GST_TIME_FORMAT,
505               stream->current_total, GST_TIME_ARGS (pos));
506         } else if (stream->idx_n != 0 && stream->total_bytes != 0) {
507           /* calculate timestamps based on percentage of length */
508           guint64 xlen = avi->avih->us_frame *
509               avi->avih->tot_frames * GST_USECOND;
510
511           if (stream->is_vbr) {
512             pos = gst_util_uint64_scale (xlen, stream->current_entry,
513                 stream->idx_n);
514             GST_DEBUG_OBJECT (avi, "VBR perc convert frame %u, time %"
515                 GST_TIME_FORMAT, stream->current_entry, GST_TIME_ARGS (pos));
516           } else {
517             pos = gst_util_uint64_scale (xlen, stream->current_total,
518                 stream->total_bytes);
519             GST_DEBUG_OBJECT (avi,
520                 "CBR perc convert bytes %u, time %" GST_TIME_FORMAT,
521                 stream->current_total, GST_TIME_ARGS (pos));
522           }
523         } else {
524           /* we don't know */
525           res = FALSE;
526         }
527       } else {
528         if (stream->strh->rate != 0) {
529           pos = gst_util_uint64_scale ((guint64) stream->current_entry *
530               stream->strh->scale, GST_SECOND, (guint64) stream->strh->rate);
531         } else {
532           pos = stream->current_entry * avi->avih->us_frame * GST_USECOND;
533         }
534       }
535       if (res) {
536         GST_DEBUG ("pos query : %" GST_TIME_FORMAT, GST_TIME_ARGS (pos));
537         gst_query_set_position (query, GST_FORMAT_TIME, pos);
538       } else
539         GST_WARNING ("pos query failed");
540       break;
541     }
542     case GST_QUERY_DURATION:
543     {
544       GstFormat fmt;
545       GstClockTime duration;
546
547       /* only act on audio or video streams */
548       if (stream->strh->type != GST_RIFF_FCC_auds &&
549           stream->strh->type != GST_RIFF_FCC_vids) {
550         res = FALSE;
551         break;
552       }
553
554       /* take stream duration, fall back to avih duration */
555       if ((duration = stream->duration) == -1)
556         duration = avi->duration;
557
558       gst_query_parse_duration (query, &fmt, NULL);
559
560       switch (fmt) {
561         case GST_FORMAT_TIME:
562           gst_query_set_duration (query, fmt, duration);
563           break;
564         case GST_FORMAT_DEFAULT:
565         {
566           gint64 dur;
567           GST_DEBUG_OBJECT (query, "total frames is %" G_GUINT32_FORMAT,
568               stream->idx_n);
569
570           if (stream->idx_n >= 0)
571             gst_query_set_duration (query, fmt, stream->idx_n);
572           else if (gst_pad_query_convert (pad, GST_FORMAT_TIME,
573                   duration, &fmt, &dur))
574             gst_query_set_duration (query, fmt, dur);
575           break;
576         }
577         default:
578           res = FALSE;
579           break;
580       }
581       break;
582     }
583     case GST_QUERY_SEEKING:{
584       GstFormat fmt;
585
586       gst_query_parse_seeking (query, &fmt, NULL, NULL, NULL);
587       if (fmt == GST_FORMAT_TIME) {
588         gboolean seekable = TRUE;
589
590         if (avi->streaming) {
591           seekable = avi->seekable;
592         }
593
594         gst_query_set_seeking (query, GST_FORMAT_TIME, seekable,
595             0, stream->duration);
596         res = TRUE;
597       }
598       break;
599     }
600     case GST_QUERY_CONVERT:{
601       GstFormat src_fmt, dest_fmt;
602       gint64 src_val, dest_val;
603
604       gst_query_parse_convert (query, &src_fmt, &src_val, &dest_fmt, &dest_val);
605       if ((res = gst_avi_demux_src_convert (pad, src_fmt, src_val, &dest_fmt,
606                   &dest_val)))
607         gst_query_set_convert (query, src_fmt, src_val, dest_fmt, dest_val);
608       else
609         res = gst_pad_query_default (pad, query);
610       break;
611     }
612     default:
613       res = gst_pad_query_default (pad, query);
614       break;
615   }
616
617   gst_object_unref (avi);
618   return res;
619 }
620
621 #if 0
622 static const GstEventMask *
623 gst_avi_demux_get_event_mask (GstPad * pad)
624 {
625   static const GstEventMask masks[] = {
626     {GST_EVENT_SEEK, GST_SEEK_METHOD_SET | GST_SEEK_FLAG_KEY_UNIT},
627     {0,}
628   };
629
630   return masks;
631 }
632 #endif
633
634 static guint64
635 gst_avi_demux_seek_streams (GstAviDemux * avi, guint64 offset, gboolean before)
636 {
637   GstAviStream *stream;
638   GstIndexEntry *entry;
639   gint i;
640   gint64 val, min = offset;
641
642   for (i = 0; i < avi->num_streams; i++) {
643     stream = &avi->stream[i];
644
645     entry = gst_index_get_assoc_entry (avi->element_index, stream->index_id,
646         before ? GST_INDEX_LOOKUP_BEFORE : GST_INDEX_LOOKUP_AFTER,
647         GST_ASSOCIATION_FLAG_NONE, GST_FORMAT_BYTES, offset);
648
649     if (before) {
650       if (entry) {
651         gst_index_entry_assoc_map (entry, GST_FORMAT_BYTES, &val);
652         GST_DEBUG_OBJECT (avi, "stream %d, previous entry at %"
653             G_GUINT64_FORMAT, i, val);
654         if (val < min)
655           min = val;
656       }
657       continue;
658     }
659
660     if (!entry) {
661       GST_DEBUG_OBJECT (avi, "no position for stream %d, assuming at start", i);
662       stream->current_entry = 0;
663       stream->current_total = 0;
664       continue;
665     }
666
667     gst_index_entry_assoc_map (entry, GST_FORMAT_BYTES, &val);
668     GST_DEBUG_OBJECT (avi, "stream %d, next entry at %" G_GUINT64_FORMAT,
669         i, val);
670
671     gst_index_entry_assoc_map (entry, GST_FORMAT_TIME, &val);
672     stream->current_total = val;
673     gst_index_entry_assoc_map (entry, GST_FORMAT_DEFAULT, &val);
674     stream->current_entry = val;
675   }
676
677   return min;
678 }
679
680 static guint
681 gst_avi_demux_index_entry_offset_search (GstAviIndexEntry * entry,
682     guint64 * offset)
683 {
684   if (entry->offset < *offset)
685     return -1;
686   else if (entry->offset > *offset)
687     return 1;
688   return 0;
689 }
690
691 static guint64
692 gst_avi_demux_seek_streams_index (GstAviDemux * avi, guint64 offset,
693     gboolean before)
694 {
695   GstAviStream *stream;
696   GstAviIndexEntry *entry;
697   gint i;
698   gint64 val, min = offset;
699   guint index;
700
701   for (i = 0; i < avi->num_streams; i++) {
702     stream = &avi->stream[i];
703
704     /* compensate for chunk header */
705     offset += 8;
706     entry =
707         gst_util_array_binary_search (stream->index, stream->idx_n,
708         sizeof (GstAviIndexEntry),
709         (GCompareDataFunc) gst_avi_demux_index_entry_offset_search,
710         before ? GST_SEARCH_MODE_BEFORE : GST_SEARCH_MODE_AFTER, &offset, NULL);
711     offset -= 8;
712
713     if (entry)
714       index = entry - stream->index;
715
716     if (before) {
717       if (entry) {
718         val = stream->index[index].offset;
719         GST_DEBUG_OBJECT (avi,
720             "stream %d, previous entry at %" G_GUINT64_FORMAT, i, val);
721         if (val < min)
722           min = val;
723       }
724       continue;
725     }
726
727     if (!entry) {
728       GST_DEBUG_OBJECT (avi, "no position for stream %d, assuming at start", i);
729       stream->current_entry = 0;
730       stream->current_total = 0;
731       continue;
732     }
733
734     val = stream->index[index].offset - 8;
735     GST_DEBUG_OBJECT (avi, "stream %d, next entry at %" G_GUINT64_FORMAT, i,
736         val);
737
738     stream->current_total = stream->index[index].total;
739     stream->current_entry = index;
740   }
741
742   return min;
743 }
744
745 #define GST_AVI_SEEK_PUSH_DISPLACE     (4 * GST_SECOND)
746
747 static gboolean
748 gst_avi_demux_handle_sink_event (GstPad * pad, GstEvent * event)
749 {
750   gboolean res = TRUE;
751   GstAviDemux *avi = GST_AVI_DEMUX (gst_pad_get_parent (pad));
752
753   GST_DEBUG_OBJECT (avi,
754       "have event type %s: %p on sink pad", GST_EVENT_TYPE_NAME (event), event);
755
756   switch (GST_EVENT_TYPE (event)) {
757     case GST_EVENT_NEWSEGMENT:
758     {
759       GstFormat format;
760       gdouble rate, arate;
761       gint64 start, stop, time, offset = 0;
762       gboolean update;
763       GstSegment segment;
764
765       /* some debug output */
766       gst_segment_init (&segment, GST_FORMAT_UNDEFINED);
767       gst_event_parse_new_segment_full (event, &update, &rate, &arate, &format,
768           &start, &stop, &time);
769       gst_segment_set_newsegment_full (&segment, update, rate, arate, format,
770           start, stop, time);
771       GST_DEBUG_OBJECT (avi,
772           "received format %d newsegment %" GST_SEGMENT_FORMAT, format,
773           &segment);
774
775       /* chain will send initial newsegment after pads have been added */
776       if (avi->state != GST_AVI_DEMUX_MOVI) {
777         GST_DEBUG_OBJECT (avi, "still starting, eating event");
778         goto exit;
779       }
780
781       /* we only expect a BYTE segment, e.g. following a seek */
782       if (format != GST_FORMAT_BYTES) {
783         GST_DEBUG_OBJECT (avi, "unsupported segment format, ignoring");
784         goto exit;
785       }
786
787       if (avi->have_index) {
788         GstAviIndexEntry *entry;
789         guint i = 0, index = 0, k = 0;
790         GstAviStream *stream;
791
792         /* compensate chunk header, stored index offset points after header */
793         start += 8;
794         /* find which stream we're on */
795         do {
796           stream = &avi->stream[i];
797
798           /* find the index for start bytes offset */
799           entry = gst_util_array_binary_search (stream->index,
800               stream->idx_n, sizeof (GstAviIndexEntry),
801               (GCompareDataFunc) gst_avi_demux_index_entry_offset_search,
802               GST_SEARCH_MODE_AFTER, &start, NULL);
803
804           if (entry == NULL)
805             continue;
806           index = entry - stream->index;
807
808           /* we are on the stream with a chunk start offset closest to start */
809           if (!offset || stream->index[index].offset < offset) {
810             offset = stream->index[index].offset;
811             k = i;
812           }
813           /* exact match needs no further searching */
814           if (stream->index[index].offset == start)
815             break;
816         } while (++i < avi->num_streams);
817         start -= 8;
818         offset -= 8;
819         stream = &avi->stream[k];
820
821         /* so we have no idea what is to come, or where we are */
822         if (!offset) {
823           GST_WARNING_OBJECT (avi, "insufficient index data, forcing EOS");
824           goto eos;
825         }
826
827         /* get the ts corresponding to start offset bytes for the stream */
828         gst_avi_demux_get_buffer_info (avi, stream, index,
829             (GstClockTime *) & time, NULL, NULL, NULL);
830       } else if (avi->element_index) {
831         GstIndexEntry *entry;
832
833         /* Let's check if we have an index entry for this position */
834         entry = gst_index_get_assoc_entry (avi->element_index, avi->index_id,
835             GST_INDEX_LOOKUP_AFTER, GST_ASSOCIATION_FLAG_NONE,
836             GST_FORMAT_BYTES, start);
837
838         /* we can not go where we have not yet been before ... */
839         if (!entry) {
840           GST_WARNING_OBJECT (avi, "insufficient index data, forcing EOS");
841           goto eos;
842         }
843
844         gst_index_entry_assoc_map (entry, GST_FORMAT_TIME, &time);
845         gst_index_entry_assoc_map (entry, GST_FORMAT_BYTES, &offset);
846       } else {
847         GST_WARNING_OBJECT (avi, "no index data, forcing EOS");
848         goto eos;
849       }
850
851       stop = GST_CLOCK_TIME_NONE;
852
853       /* set up segment and send downstream */
854       gst_segment_set_newsegment_full (&avi->segment, update, rate, arate,
855           GST_FORMAT_TIME, time, stop, time);
856       GST_DEBUG_OBJECT (avi, "Pushing newseg update %d, rate %g, "
857           "applied rate %g, format %d, start %" G_GINT64_FORMAT ", "
858           "stop %" G_GINT64_FORMAT, update, rate, arate, GST_FORMAT_TIME,
859           time, stop);
860       gst_avi_demux_push_event (avi,
861           gst_event_new_new_segment_full (update, rate, arate, GST_FORMAT_TIME,
862               time, stop, time));
863
864       GST_DEBUG_OBJECT (avi, "next chunk expected at %" G_GINT64_FORMAT, start);
865
866       /* adjust state for streaming thread accordingly */
867       if (avi->have_index)
868         gst_avi_demux_seek_streams_index (avi, offset, FALSE);
869       else
870         gst_avi_demux_seek_streams (avi, offset, FALSE);
871
872       /* set up streaming thread */
873       g_assert (offset >= start);
874       avi->offset = start;
875       avi->todrop = offset - start;
876
877     exit:
878       gst_event_unref (event);
879       res = TRUE;
880       break;
881     eos:
882       /* set up for EOS */
883       avi->have_eos = TRUE;
884       goto exit;
885     }
886     case GST_EVENT_EOS:
887     {
888       if (avi->state != GST_AVI_DEMUX_MOVI) {
889         gst_event_unref (event);
890         GST_ELEMENT_ERROR (avi, STREAM, DEMUX,
891             (NULL), ("got eos and didn't receive a complete header object"));
892       } else if (!gst_avi_demux_push_event (avi, event)) {
893         GST_ELEMENT_ERROR (avi, STREAM, DEMUX,
894             (NULL), ("got eos but no streams (yet)"));
895       }
896       break;
897     }
898     case GST_EVENT_FLUSH_STOP:
899     {
900       gint i;
901
902       gst_adapter_clear (avi->adapter);
903       avi->have_eos = FALSE;
904       for (i = 0; i < avi->num_streams; i++) {
905         avi->stream[i].last_flow = GST_FLOW_OK;
906         avi->stream[i].discont = TRUE;
907       }
908       /* fall through to default case so that the event gets passed downstream */
909     }
910     default:
911       res = gst_pad_event_default (pad, event);
912       break;
913   }
914
915   gst_object_unref (avi);
916
917   return res;
918 }
919
920 static gboolean
921 gst_avi_demux_handle_src_event (GstPad * pad, GstEvent * event)
922 {
923   gboolean res = TRUE;
924   GstAviDemux *avi = GST_AVI_DEMUX (gst_pad_get_parent (pad));
925
926   GST_DEBUG_OBJECT (avi,
927       "have event type %s: %p on src pad", GST_EVENT_TYPE_NAME (event), event);
928
929   switch (GST_EVENT_TYPE (event)) {
930     case GST_EVENT_SEEK:
931       if (!avi->streaming) {
932         res = gst_avi_demux_handle_seek (avi, pad, event);
933       } else {
934         res = gst_avi_demux_handle_seek_push (avi, pad, event);
935       }
936       gst_event_unref (event);
937       break;
938     case GST_EVENT_QOS:
939     case GST_EVENT_NAVIGATION:
940       res = FALSE;
941       gst_event_unref (event);
942       break;
943     default:
944       res = gst_pad_event_default (pad, event);
945       break;
946   }
947
948   gst_object_unref (avi);
949
950   return res;
951 }
952
953 /* streaming helper (push) */
954
955 /*
956  * gst_avi_demux_peek_chunk_info:
957  * @avi: Avi object
958  * @tag: holder for tag
959  * @size: holder for tag size
960  *
961  * Peek next chunk info (tag and size)
962  *
963  * Returns: TRUE when one chunk info has been got
964  */
965 static gboolean
966 gst_avi_demux_peek_chunk_info (GstAviDemux * avi, guint32 * tag, guint32 * size)
967 {
968   const guint8 *data = NULL;
969
970   if (gst_adapter_available (avi->adapter) < 8)
971     return FALSE;
972
973   data = gst_adapter_peek (avi->adapter, 8);
974   *tag = GST_READ_UINT32_LE (data);
975   *size = GST_READ_UINT32_LE (data + 4);
976
977   return TRUE;
978 }
979
980 /*
981  * gst_avi_demux_peek_chunk:
982  * @avi: Avi object
983  * @tag: holder for tag
984  * @size: holder for tag size
985  *
986  * Peek enough data for one full chunk
987  *
988  * Returns: %TRUE when one chunk has been got
989  */
990 static gboolean
991 gst_avi_demux_peek_chunk (GstAviDemux * avi, guint32 * tag, guint32 * size)
992 {
993   guint32 peek_size = 0;
994   gint available;
995
996   if (!gst_avi_demux_peek_chunk_info (avi, tag, size))
997     goto peek_failed;
998
999   /* size 0 -> empty data buffer would surprise most callers,
1000    * large size -> do not bother trying to squeeze that into adapter,
1001    * so we throw poor man's exception, which can be caught if caller really
1002    * wants to handle 0 size chunk */
1003   if (!(*size) || (*size) >= (1 << 30))
1004     goto strange_size;
1005
1006   peek_size = (*size + 1) & ~1;
1007   available = gst_adapter_available (avi->adapter);
1008
1009   GST_DEBUG_OBJECT (avi,
1010       "Need to peek chunk of %d bytes to read chunk %" GST_FOURCC_FORMAT
1011       ", %d bytes available", *size, GST_FOURCC_ARGS (*tag), available);
1012
1013   if (available < (8 + peek_size))
1014     goto need_more;
1015
1016   return TRUE;
1017
1018   /* ERRORS */
1019 peek_failed:
1020   {
1021     GST_INFO_OBJECT (avi, "Failed to peek");
1022     return FALSE;
1023   }
1024 strange_size:
1025   {
1026     GST_INFO_OBJECT (avi,
1027         "Invalid/unexpected chunk size %d for tag %" GST_FOURCC_FORMAT, *size,
1028         GST_FOURCC_ARGS (*tag));
1029     /* chain should give up */
1030     avi->abort_buffering = TRUE;
1031     return FALSE;
1032   }
1033 need_more:
1034   {
1035     GST_INFO_OBJECT (avi, "need more %d < %" G_GUINT32_FORMAT,
1036         available, 8 + peek_size);
1037     return FALSE;
1038   }
1039 }
1040
1041 /* AVI init */
1042
1043 /*
1044  * gst_avi_demux_parse_file_header:
1045  * @element: caller element (used for errors/debug).
1046  * @buf: input data to be used for parsing.
1047  *
1048  * "Open" a RIFF/AVI file. The buffer should be at least 12
1049  * bytes long. Takes ownership of @buf.
1050  *
1051  * Returns: TRUE if the file is a RIFF/AVI file, FALSE otherwise.
1052  *          Throws an error, caller should error out (fatal).
1053  */
1054 static gboolean
1055 gst_avi_demux_parse_file_header (GstElement * element, GstBuffer * buf)
1056 {
1057   guint32 doctype;
1058   GstClockTime stamp;
1059
1060   stamp = gst_util_get_timestamp ();
1061
1062   /* riff_parse posts an error */
1063   if (!gst_riff_parse_file_header (element, buf, &doctype))
1064     return FALSE;
1065
1066   if (doctype != GST_RIFF_RIFF_AVI)
1067     goto not_avi;
1068
1069   stamp = gst_util_get_timestamp () - stamp;
1070   GST_DEBUG_OBJECT (element, "header parsing took %" GST_TIME_FORMAT,
1071       GST_TIME_ARGS (stamp));
1072
1073   return TRUE;
1074
1075   /* ERRORS */
1076 not_avi:
1077   {
1078     GST_ELEMENT_ERROR (element, STREAM, WRONG_TYPE, (NULL),
1079         ("File is not an AVI file: %" GST_FOURCC_FORMAT,
1080             GST_FOURCC_ARGS (doctype)));
1081     return FALSE;
1082   }
1083 }
1084
1085 /*
1086  * Read AVI file tag when streaming
1087  */
1088 static GstFlowReturn
1089 gst_avi_demux_stream_init_push (GstAviDemux * avi)
1090 {
1091   if (gst_adapter_available (avi->adapter) >= 12) {
1092     GstBuffer *tmp;
1093
1094     tmp = gst_adapter_take_buffer (avi->adapter, 12);
1095
1096     GST_DEBUG ("Parsing avi header");
1097     if (!gst_avi_demux_parse_file_header (GST_ELEMENT_CAST (avi), tmp)) {
1098       return GST_FLOW_ERROR;
1099     }
1100     GST_DEBUG ("header ok");
1101     avi->offset += 12;
1102
1103     avi->state = GST_AVI_DEMUX_HEADER;
1104   }
1105   return GST_FLOW_OK;
1106 }
1107
1108 /*
1109  * Read AVI file tag
1110  */
1111 static GstFlowReturn
1112 gst_avi_demux_stream_init_pull (GstAviDemux * avi)
1113 {
1114   GstFlowReturn res;
1115   GstBuffer *buf = NULL;
1116
1117   res = gst_pad_pull_range (avi->sinkpad, avi->offset, 12, &buf);
1118   if (res != GST_FLOW_OK)
1119     return res;
1120   else if (!gst_avi_demux_parse_file_header (GST_ELEMENT_CAST (avi), buf))
1121     goto wrong_header;
1122
1123   avi->offset += 12;
1124
1125   return GST_FLOW_OK;
1126
1127   /* ERRORS */
1128 wrong_header:
1129   {
1130     GST_DEBUG_OBJECT (avi, "error parsing file header");
1131     return GST_FLOW_ERROR;
1132   }
1133 }
1134
1135 /* AVI header handling */
1136 /*
1137  * gst_avi_demux_parse_avih:
1138  * @avi: caller element (used for errors/debug).
1139  * @buf: input data to be used for parsing.
1140  * @avih: pointer to structure (filled in by function) containing
1141  *        stream information (such as flags, number of streams, etc.).
1142  *
1143  * Read 'avih' header. Discards buffer after use.
1144  *
1145  * Returns: TRUE on success, FALSE otherwise. Throws an error if
1146  *          the header is invalid. The caller should error out
1147  *          (fatal).
1148  */
1149 static gboolean
1150 gst_avi_demux_parse_avih (GstAviDemux * avi,
1151     GstBuffer * buf, gst_riff_avih ** _avih)
1152 {
1153   gst_riff_avih *avih;
1154
1155   if (buf == NULL)
1156     goto no_buffer;
1157
1158   if (GST_BUFFER_SIZE (buf) < sizeof (gst_riff_avih))
1159     goto avih_too_small;
1160
1161   avih = g_memdup (GST_BUFFER_DATA (buf), GST_BUFFER_SIZE (buf));
1162
1163 #if (G_BYTE_ORDER == G_BIG_ENDIAN)
1164   avih->us_frame = GUINT32_FROM_LE (avih->us_frame);
1165   avih->max_bps = GUINT32_FROM_LE (avih->max_bps);
1166   avih->pad_gran = GUINT32_FROM_LE (avih->pad_gran);
1167   avih->flags = GUINT32_FROM_LE (avih->flags);
1168   avih->tot_frames = GUINT32_FROM_LE (avih->tot_frames);
1169   avih->init_frames = GUINT32_FROM_LE (avih->init_frames);
1170   avih->streams = GUINT32_FROM_LE (avih->streams);
1171   avih->bufsize = GUINT32_FROM_LE (avih->bufsize);
1172   avih->width = GUINT32_FROM_LE (avih->width);
1173   avih->height = GUINT32_FROM_LE (avih->height);
1174   avih->scale = GUINT32_FROM_LE (avih->scale);
1175   avih->rate = GUINT32_FROM_LE (avih->rate);
1176   avih->start = GUINT32_FROM_LE (avih->start);
1177   avih->length = GUINT32_FROM_LE (avih->length);
1178 #endif
1179
1180   /* debug stuff */
1181   GST_INFO_OBJECT (avi, "avih tag found:");
1182   GST_INFO_OBJECT (avi, " us_frame    %u", avih->us_frame);
1183   GST_INFO_OBJECT (avi, " max_bps     %u", avih->max_bps);
1184   GST_INFO_OBJECT (avi, " pad_gran    %u", avih->pad_gran);
1185   GST_INFO_OBJECT (avi, " flags       0x%08x", avih->flags);
1186   GST_INFO_OBJECT (avi, " tot_frames  %u", avih->tot_frames);
1187   GST_INFO_OBJECT (avi, " init_frames %u", avih->init_frames);
1188   GST_INFO_OBJECT (avi, " streams     %u", avih->streams);
1189   GST_INFO_OBJECT (avi, " bufsize     %u", avih->bufsize);
1190   GST_INFO_OBJECT (avi, " width       %u", avih->width);
1191   GST_INFO_OBJECT (avi, " height      %u", avih->height);
1192   GST_INFO_OBJECT (avi, " scale       %u", avih->scale);
1193   GST_INFO_OBJECT (avi, " rate        %u", avih->rate);
1194   GST_INFO_OBJECT (avi, " start       %u", avih->start);
1195   GST_INFO_OBJECT (avi, " length      %u", avih->length);
1196
1197   *_avih = avih;
1198   gst_buffer_unref (buf);
1199
1200   if (avih->us_frame != 0 && avih->tot_frames != 0)
1201     avi->duration =
1202         (guint64) avih->us_frame * (guint64) avih->tot_frames * 1000;
1203   else
1204     avi->duration = GST_CLOCK_TIME_NONE;
1205
1206   GST_INFO_OBJECT (avi, " header duration  %" GST_TIME_FORMAT,
1207       GST_TIME_ARGS (avi->duration));
1208
1209   return TRUE;
1210
1211   /* ERRORS */
1212 no_buffer:
1213   {
1214     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("No buffer"));
1215     return FALSE;
1216   }
1217 avih_too_small:
1218   {
1219     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
1220         ("Too small avih (%d available, %d needed)",
1221             GST_BUFFER_SIZE (buf), (int) sizeof (gst_riff_avih)));
1222     gst_buffer_unref (buf);
1223     return FALSE;
1224   }
1225 }
1226
1227 /*
1228  * gst_avi_demux_parse_superindex:
1229  * @avi: caller element (used for debugging/errors).
1230  * @buf: input data to use for parsing.
1231  * @locations: locations in the file (byte-offsets) that contain
1232  *             the actual indexes (see get_avi_demux_parse_subindex()).
1233  *             The array ends with GST_BUFFER_OFFSET_NONE.
1234  *
1235  * Reads superindex (openDML-2 spec stuff) from the provided data.
1236  *
1237  * Returns: TRUE on success, FALSE otherwise. Indexes should be skipped
1238  *          on error, but they are not fatal.
1239  */
1240 static gboolean
1241 gst_avi_demux_parse_superindex (GstAviDemux * avi,
1242     GstBuffer * buf, guint64 ** _indexes)
1243 {
1244   guint8 *data;
1245   guint16 bpe = 16;
1246   guint32 num, i;
1247   guint64 *indexes;
1248   guint size;
1249
1250   *_indexes = NULL;
1251
1252   size = buf ? GST_BUFFER_SIZE (buf) : 0;
1253   if (size < 24)
1254     goto too_small;
1255
1256   data = GST_BUFFER_DATA (buf);
1257
1258   /* check type of index. The opendml2 specs state that
1259    * there should be 4 dwords per array entry. Type can be
1260    * either frame or field (and we don't care). */
1261   if (GST_READ_UINT16_LE (data) != 4 ||
1262       (data[2] & 0xfe) != 0x0 || data[3] != 0x0) {
1263     GST_WARNING_OBJECT (avi,
1264         "Superindex for stream has unexpected "
1265         "size_entry %d (bytes) or flags 0x%02x/0x%02x",
1266         GST_READ_UINT16_LE (data), data[2], data[3]);
1267     bpe = GST_READ_UINT16_LE (data) * 4;
1268   }
1269   num = GST_READ_UINT32_LE (&data[4]);
1270
1271   GST_DEBUG_OBJECT (avi, "got %d indexes", num);
1272
1273   indexes = g_new (guint64, num + 1);
1274   for (i = 0; i < num; i++) {
1275     if (size < 24 + bpe * (i + 1))
1276       break;
1277     indexes[i] = GST_READ_UINT64_LE (&data[24 + bpe * i]);
1278     GST_DEBUG_OBJECT (avi, "index %d at %" G_GUINT64_FORMAT, i, indexes[i]);
1279   }
1280   indexes[i] = GST_BUFFER_OFFSET_NONE;
1281   *_indexes = indexes;
1282
1283   gst_buffer_unref (buf);
1284
1285   return TRUE;
1286
1287   /* ERRORS */
1288 too_small:
1289   {
1290     GST_ERROR_OBJECT (avi,
1291         "Not enough data to parse superindex (%d available, 24 needed)", size);
1292     if (buf)
1293       gst_buffer_unref (buf);
1294     return FALSE;
1295   }
1296 }
1297
1298 /* add an entry to the index of a stream. @num should be an estimate of the
1299  * total amount of index entries for all streams and is used to dynamically
1300  * allocate memory for the index entries. */
1301 static inline gboolean
1302 gst_avi_demux_add_index (GstAviDemux * avi, GstAviStream * stream,
1303     guint num, GstAviIndexEntry * entry)
1304 {
1305   /* ensure index memory */
1306   if (G_UNLIKELY (stream->idx_n >= stream->idx_max)) {
1307     guint idx_max = stream->idx_max;
1308     GstAviIndexEntry *new_idx;
1309
1310     /* we need to make some more room */
1311     if (idx_max == 0) {
1312       /* initial size guess, assume each stream has an equal amount of entries,
1313        * overshoot with at least 8K */
1314       idx_max = (num / avi->num_streams) + (8192 / sizeof (GstAviIndexEntry));
1315     } else {
1316       idx_max += 8192 / sizeof (GstAviIndexEntry);
1317       GST_DEBUG_OBJECT (avi, "expanded index from %u to %u",
1318           stream->idx_max, idx_max);
1319     }
1320     new_idx = g_try_renew (GstAviIndexEntry, stream->index, idx_max);
1321     /* out of memory, if this fails stream->index is untouched. */
1322     if (G_UNLIKELY (!new_idx))
1323       return FALSE;
1324     /* use new index */
1325     stream->index = new_idx;
1326     stream->idx_max = idx_max;
1327   }
1328
1329   /* update entry total and stream stats. The entry total can be converted to
1330    * the timestamp of the entry easily. */
1331   if (stream->strh->type == GST_RIFF_FCC_auds) {
1332     gint blockalign;
1333
1334     if (stream->is_vbr) {
1335       entry->total = stream->total_blocks;
1336     } else {
1337       entry->total = stream->total_bytes;
1338     }
1339     blockalign = stream->strf.auds->blockalign;
1340     if (blockalign > 0)
1341       stream->total_blocks += DIV_ROUND_UP (entry->size, blockalign);
1342     else
1343       stream->total_blocks++;
1344   } else {
1345     if (stream->is_vbr) {
1346       entry->total = stream->idx_n;
1347     } else {
1348       entry->total = stream->total_bytes;
1349     }
1350   }
1351   stream->total_bytes += entry->size;
1352   if (ENTRY_IS_KEYFRAME (entry))
1353     stream->n_keyframes++;
1354
1355   /* and add */
1356   GST_LOG_OBJECT (avi,
1357       "Adding stream %u, index entry %d, kf %d, size %u "
1358       ", offset %" G_GUINT64_FORMAT ", total %" G_GUINT64_FORMAT, stream->num,
1359       stream->idx_n, ENTRY_IS_KEYFRAME (entry), entry->size, entry->offset,
1360       entry->total);
1361   stream->index[stream->idx_n++] = *entry;
1362
1363   return TRUE;
1364 }
1365
1366 /* given @entry_n in @stream, calculate info such as timestamps and
1367  * offsets for the entry. */
1368 static void
1369 gst_avi_demux_get_buffer_info (GstAviDemux * avi, GstAviStream * stream,
1370     guint entry_n, GstClockTime * timestamp, GstClockTime * ts_end,
1371     guint64 * offset, guint64 * offset_end)
1372 {
1373   GstAviIndexEntry *entry;
1374
1375   entry = &stream->index[entry_n];
1376
1377   if (stream->is_vbr) {
1378     /* VBR stream next timestamp */
1379     if (stream->strh->type == GST_RIFF_FCC_auds) {
1380       if (timestamp)
1381         *timestamp =
1382             avi_stream_convert_frames_to_time_unchecked (stream, entry->total);
1383       if (ts_end)
1384         *ts_end = avi_stream_convert_frames_to_time_unchecked (stream,
1385             entry->total + 1);
1386     } else {
1387       if (timestamp)
1388         *timestamp =
1389             avi_stream_convert_frames_to_time_unchecked (stream, entry_n);
1390       if (ts_end)
1391         *ts_end = avi_stream_convert_frames_to_time_unchecked (stream,
1392             entry_n + 1);
1393     }
1394   } else if (stream->strh->type == GST_RIFF_FCC_auds) {
1395     /* constant rate stream */
1396     if (timestamp)
1397       *timestamp =
1398           avi_stream_convert_bytes_to_time_unchecked (stream, entry->total);
1399     if (ts_end)
1400       *ts_end = avi_stream_convert_bytes_to_time_unchecked (stream,
1401           entry->total + entry->size);
1402   }
1403   if (stream->strh->type == GST_RIFF_FCC_vids) {
1404     /* video offsets are the frame number */
1405     if (offset)
1406       *offset = entry_n;
1407     if (offset_end)
1408       *offset_end = entry_n + 1;
1409   } else {
1410     /* no offsets for audio */
1411     if (offset)
1412       *offset = -1;
1413     if (offset_end)
1414       *offset_end = -1;
1415   }
1416 }
1417
1418 /* collect and debug stats about the indexes for all streams.
1419  * This method is also responsible for filling in the stream duration
1420  * as measured by the amount of index entries.
1421  *
1422  * Returns TRUE if the index is not empty, else FALSE */
1423 static gboolean
1424 gst_avi_demux_do_index_stats (GstAviDemux * avi)
1425 {
1426   guint total_idx = 0;
1427   guint i;
1428 #ifndef GST_DISABLE_GST_DEBUG
1429   guint total_max = 0;
1430 #endif
1431
1432   /* get stream stats now */
1433   for (i = 0; i < avi->num_streams; i++) {
1434     GstAviStream *stream;
1435
1436     if (G_UNLIKELY (!(stream = &avi->stream[i])))
1437       continue;
1438     if (G_UNLIKELY (!stream->strh))
1439       continue;
1440     if (G_UNLIKELY (!stream->index || stream->idx_n == 0))
1441       continue;
1442
1443     /* we interested in the end_ts of the last entry, which is the total
1444      * duration of this stream */
1445     gst_avi_demux_get_buffer_info (avi, stream, stream->idx_n - 1,
1446         NULL, &stream->idx_duration, NULL, NULL);
1447
1448     total_idx += stream->idx_n;
1449 #ifndef GST_DISABLE_GST_DEBUG
1450     total_max += stream->idx_max;
1451 #endif
1452     GST_INFO_OBJECT (avi, "Stream %d, dur %" GST_TIME_FORMAT ", %6u entries, "
1453         "%5u keyframes, entry size = %2u, total size = %10u, allocated %10u",
1454         i, GST_TIME_ARGS (stream->idx_duration), stream->idx_n,
1455         stream->n_keyframes, (guint) sizeof (GstAviIndexEntry),
1456         (guint) (stream->idx_n * sizeof (GstAviIndexEntry)),
1457         (guint) (stream->idx_max * sizeof (GstAviIndexEntry)));
1458   }
1459   total_idx *= sizeof (GstAviIndexEntry);
1460 #ifndef GST_DISABLE_GST_DEBUG
1461   total_max *= sizeof (GstAviIndexEntry);
1462 #endif
1463   GST_INFO_OBJECT (avi, "%u bytes for index vs %u ideally, %u wasted",
1464       total_max, total_idx, total_max - total_idx);
1465
1466   if (total_idx == 0) {
1467     GST_WARNING_OBJECT (avi, "Index is empty !");
1468     return FALSE;
1469   }
1470   return TRUE;
1471 }
1472
1473 /*
1474  * gst_avi_demux_parse_subindex:
1475  * @avi: Avi object
1476  * @buf: input data to use for parsing.
1477  * @stream: stream context.
1478  * @entries_list: a list (returned by the function) containing all the
1479  *           indexes parsed in this specific subindex. The first
1480  *           entry is also a pointer to allocated memory that needs
1481  *           to be free´ed. May be NULL if no supported indexes were
1482  *           found.
1483  *
1484  * Reads superindex (openDML-2 spec stuff) from the provided data.
1485  * The buffer should contain a GST_RIFF_TAG_ix?? chunk.
1486  *
1487  * Returns: TRUE on success, FALSE otherwise. Errors are fatal, we
1488  *          throw an error, caller should bail out asap.
1489  */
1490 static gboolean
1491 gst_avi_demux_parse_subindex (GstAviDemux * avi, GstAviStream * stream,
1492     GstBuffer * buf)
1493 {
1494   guint8 *data;
1495   guint16 bpe;
1496   guint32 num, i;
1497   guint64 baseoff;
1498   guint size;
1499
1500   if (!buf)
1501     return TRUE;
1502
1503   size = GST_BUFFER_SIZE (buf);
1504
1505   /* check size */
1506   if (size < 24)
1507     goto too_small;
1508
1509   data = GST_BUFFER_DATA (buf);
1510
1511   /* We don't support index-data yet */
1512   if (data[3] & 0x80)
1513     goto not_implemented;
1514
1515   /* check type of index. The opendml2 specs state that
1516    * there should be 4 dwords per array entry. Type can be
1517    * either frame or field (and we don't care). */
1518   bpe = (data[2] & 0x01) ? 12 : 8;
1519   if (GST_READ_UINT16_LE (data) != bpe / 4 ||
1520       (data[2] & 0xfe) != 0x0 || data[3] != 0x1) {
1521     GST_WARNING_OBJECT (avi,
1522         "Superindex for stream %d has unexpected "
1523         "size_entry %d (bytes) or flags 0x%02x/0x%02x",
1524         stream->num, GST_READ_UINT16_LE (data), data[2], data[3]);
1525     bpe = GST_READ_UINT16_LE (data) * 4;
1526   }
1527   num = GST_READ_UINT32_LE (&data[4]);
1528   baseoff = GST_READ_UINT64_LE (&data[12]);
1529
1530   /* If there's nothing, just return ! */
1531   if (num == 0)
1532     goto empty_index;
1533
1534   GST_INFO_OBJECT (avi, "Parsing subindex, nr_entries = %6d", num);
1535
1536   for (i = 0; i < num; i++) {
1537     GstAviIndexEntry entry;
1538
1539     if (size < 24 + bpe * (i + 1))
1540       break;
1541
1542     /* fill in offset and size. offset contains the keyframe flag in the
1543      * upper bit*/
1544     entry.offset = baseoff + GST_READ_UINT32_LE (&data[24 + bpe * i]);
1545     entry.size = GST_READ_UINT32_LE (&data[24 + bpe * i + 4]);
1546     /* handle flags */
1547     if (stream->strh->type == GST_RIFF_FCC_auds) {
1548       /* all audio frames are keyframes */
1549       ENTRY_SET_KEYFRAME (&entry);
1550     } else {
1551       /* else read flags */
1552       entry.flags = (entry.size & 0x80000000) ? 0 : GST_AVI_KEYFRAME;
1553     }
1554     entry.size &= ~0x80000000;
1555
1556     /* and add */
1557     if (G_UNLIKELY (!gst_avi_demux_add_index (avi, stream, num, &entry)))
1558       goto out_of_mem;
1559   }
1560   gst_buffer_unref (buf);
1561
1562   return TRUE;
1563
1564   /* ERRORS */
1565 too_small:
1566   {
1567     GST_ERROR_OBJECT (avi,
1568         "Not enough data to parse subindex (%d available, 24 needed)", size);
1569     gst_buffer_unref (buf);
1570     return TRUE;                /* continue */
1571   }
1572 not_implemented:
1573   {
1574     GST_ELEMENT_ERROR (avi, STREAM, NOT_IMPLEMENTED, (NULL),
1575         ("Subindex-is-data is not implemented"));
1576     gst_buffer_unref (buf);
1577     return FALSE;
1578   }
1579 empty_index:
1580   {
1581     GST_DEBUG_OBJECT (avi, "the index is empty");
1582     gst_buffer_unref (buf);
1583     return TRUE;
1584   }
1585 out_of_mem:
1586   {
1587     GST_ELEMENT_ERROR (avi, RESOURCE, NO_SPACE_LEFT, (NULL),
1588         ("Cannot allocate memory for %u*%u=%u bytes",
1589             (guint) sizeof (GstAviIndexEntry), num,
1590             (guint) sizeof (GstAviIndexEntry) * num));
1591     gst_buffer_unref (buf);
1592     return FALSE;
1593   }
1594 }
1595
1596 /*
1597  * Create and push a flushing seek event upstream
1598  */
1599 static gboolean
1600 perform_seek_to_offset (GstAviDemux * demux, guint64 offset)
1601 {
1602   GstEvent *event;
1603   gboolean res = 0;
1604
1605   GST_DEBUG_OBJECT (demux, "Seeking to %" G_GUINT64_FORMAT, offset);
1606
1607   event =
1608       gst_event_new_seek (1.0, GST_FORMAT_BYTES,
1609       GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_ACCURATE, GST_SEEK_TYPE_SET, offset,
1610       GST_SEEK_TYPE_NONE, -1);
1611
1612   res = gst_pad_push_event (demux->sinkpad, event);
1613
1614   if (res)
1615     demux->offset = offset;
1616   return res;
1617 }
1618
1619 /*
1620  * Read AVI index when streaming
1621  */
1622 static gboolean
1623 gst_avi_demux_read_subindexes_push (GstAviDemux * avi)
1624 {
1625   guint32 tag = 0, size;
1626   GstBuffer *buf = NULL;
1627   guint odml_stream;
1628
1629   GST_DEBUG_OBJECT (avi, "read subindexes for %d streams", avi->num_streams);
1630
1631   if (avi->odml_subidxs[avi->odml_subidx] != avi->offset)
1632     return FALSE;
1633
1634   if (!gst_avi_demux_peek_chunk (avi, &tag, &size))
1635     return TRUE;
1636
1637   /* this is the ODML chunk we expect */
1638   odml_stream = avi->odml_stream;
1639
1640   if ((tag != GST_MAKE_FOURCC ('i', 'x', '0' + odml_stream / 10,
1641               '0' + odml_stream % 10)) &&
1642       (tag != GST_MAKE_FOURCC ('0' + odml_stream / 10,
1643               '0' + odml_stream % 10, 'i', 'x'))) {
1644     GST_WARNING_OBJECT (avi, "Not an ix## chunk (%" GST_FOURCC_FORMAT ")",
1645         GST_FOURCC_ARGS (tag));
1646     return FALSE;
1647   }
1648
1649   avi->offset += 8 + GST_ROUND_UP_2 (size);
1650   /* flush chunk header so we get just the 'size' payload data */
1651   gst_adapter_flush (avi->adapter, 8);
1652   buf = gst_adapter_take_buffer (avi->adapter, size);
1653
1654   if (!gst_avi_demux_parse_subindex (avi, &avi->stream[odml_stream], buf))
1655     return FALSE;
1656
1657   /* we parsed the index, go to next subindex */
1658   avi->odml_subidx++;
1659
1660   if (avi->odml_subidxs[avi->odml_subidx] == GST_BUFFER_OFFSET_NONE) {
1661     /* we reached the end of the indexes for this stream, move to the next
1662      * stream to handle the first index */
1663     avi->odml_stream++;
1664     avi->odml_subidx = 0;
1665
1666     if (avi->odml_stream < avi->num_streams) {
1667       /* there are more indexes */
1668       avi->odml_subidxs = avi->stream[avi->odml_stream].indexes;
1669     } else {
1670       /* we're done, get stream stats now */
1671       avi->have_index = gst_avi_demux_do_index_stats (avi);
1672
1673       return TRUE;
1674     }
1675   }
1676
1677   /* seek to next index */
1678   return perform_seek_to_offset (avi, avi->odml_subidxs[avi->odml_subidx]);
1679 }
1680
1681 /*
1682  * Read AVI index
1683  */
1684 static void
1685 gst_avi_demux_read_subindexes_pull (GstAviDemux * avi)
1686 {
1687   guint32 tag;
1688   GstBuffer *buf;
1689   gint i, n;
1690
1691   GST_DEBUG_OBJECT (avi, "read subindexes for %d streams", avi->num_streams);
1692
1693   for (n = 0; n < avi->num_streams; n++) {
1694     GstAviStream *stream = &avi->stream[n];
1695
1696     if (stream->indexes == NULL)
1697       continue;
1698
1699     for (i = 0; stream->indexes[i] != GST_BUFFER_OFFSET_NONE; i++) {
1700       if (gst_riff_read_chunk (GST_ELEMENT_CAST (avi), avi->sinkpad,
1701               &stream->indexes[i], &tag, &buf) != GST_FLOW_OK)
1702         continue;
1703       else if ((tag != GST_MAKE_FOURCC ('i', 'x', '0' + stream->num / 10,
1704                   '0' + stream->num % 10)) &&
1705           (tag != GST_MAKE_FOURCC ('0' + stream->num / 10,
1706                   '0' + stream->num % 10, 'i', 'x'))) {
1707         /* Some ODML files (created by god knows what muxer) have a ##ix format
1708          * instead of the 'official' ix##. They are still valid though. */
1709         GST_WARNING_OBJECT (avi, "Not an ix## chunk (%" GST_FOURCC_FORMAT ")",
1710             GST_FOURCC_ARGS (tag));
1711         gst_buffer_unref (buf);
1712         continue;
1713       }
1714
1715       if (!gst_avi_demux_parse_subindex (avi, stream, buf))
1716         continue;
1717     }
1718
1719     g_free (stream->indexes);
1720     stream->indexes = NULL;
1721   }
1722   /* get stream stats now */
1723   avi->have_index = gst_avi_demux_do_index_stats (avi);
1724 }
1725
1726 /*
1727  * gst_avi_demux_riff_parse_vprp:
1728  * @element: caller element (used for debugging/error).
1729  * @buf: input data to be used for parsing, stripped from header.
1730  * @vprp: a pointer (returned by this function) to a filled-in vprp
1731  *        structure. Caller should free it.
1732  *
1733  * Parses a video stream´s vprp. This function takes ownership of @buf.
1734  *
1735  * Returns: TRUE if parsing succeeded, otherwise FALSE. The stream
1736  *          should be skipped on error, but it is not fatal.
1737  */
1738 static gboolean
1739 gst_avi_demux_riff_parse_vprp (GstElement * element,
1740     GstBuffer * buf, gst_riff_vprp ** _vprp)
1741 {
1742   gst_riff_vprp *vprp;
1743   gint k;
1744
1745   g_return_val_if_fail (buf != NULL, FALSE);
1746   g_return_val_if_fail (_vprp != NULL, FALSE);
1747
1748   if (GST_BUFFER_SIZE (buf) < G_STRUCT_OFFSET (gst_riff_vprp, field_info))
1749     goto too_small;
1750
1751   vprp = g_memdup (GST_BUFFER_DATA (buf), GST_BUFFER_SIZE (buf));
1752
1753 #if (G_BYTE_ORDER == G_BIG_ENDIAN)
1754   vprp->format_token = GUINT32_FROM_LE (vprp->format_token);
1755   vprp->standard = GUINT32_FROM_LE (vprp->standard);
1756   vprp->vert_rate = GUINT32_FROM_LE (vprp->vert_rate);
1757   vprp->hor_t_total = GUINT32_FROM_LE (vprp->hor_t_total);
1758   vprp->vert_lines = GUINT32_FROM_LE (vprp->vert_lines);
1759   vprp->aspect = GUINT32_FROM_LE (vprp->aspect);
1760   vprp->width = GUINT32_FROM_LE (vprp->width);
1761   vprp->height = GUINT32_FROM_LE (vprp->height);
1762   vprp->fields = GUINT32_FROM_LE (vprp->fields);
1763 #endif
1764
1765   /* size checking */
1766   /* calculate fields based on size */
1767   k = (GST_BUFFER_SIZE (buf) - G_STRUCT_OFFSET (gst_riff_vprp, field_info)) /
1768       vprp->fields;
1769   if (vprp->fields > k) {
1770     GST_WARNING_OBJECT (element,
1771         "vprp header indicated %d fields, only %d available", vprp->fields, k);
1772     vprp->fields = k;
1773   }
1774   if (vprp->fields > GST_RIFF_VPRP_VIDEO_FIELDS) {
1775     GST_WARNING_OBJECT (element,
1776         "vprp header indicated %d fields, at most %d supported", vprp->fields,
1777         GST_RIFF_VPRP_VIDEO_FIELDS);
1778     vprp->fields = GST_RIFF_VPRP_VIDEO_FIELDS;
1779   }
1780 #if (G_BYTE_ORDER == G_BIG_ENDIAN)
1781   for (k = 0; k < vprp->fields; k++) {
1782     gst_riff_vprp_video_field_desc *fd;
1783
1784     fd = &vprp->field_info[k];
1785     fd->compressed_bm_height = GUINT32_FROM_LE (fd->compressed_bm_height);
1786     fd->compressed_bm_width = GUINT32_FROM_LE (fd->compressed_bm_width);
1787     fd->valid_bm_height = GUINT32_FROM_LE (fd->valid_bm_height);
1788     fd->valid_bm_width = GUINT16_FROM_LE (fd->valid_bm_width);
1789     fd->valid_bm_x_offset = GUINT16_FROM_LE (fd->valid_bm_x_offset);
1790     fd->valid_bm_y_offset = GUINT32_FROM_LE (fd->valid_bm_y_offset);
1791     fd->video_x_t_offset = GUINT32_FROM_LE (fd->video_x_t_offset);
1792     fd->video_y_start = GUINT32_FROM_LE (fd->video_y_start);
1793   }
1794 #endif
1795
1796   /* debug */
1797   GST_INFO_OBJECT (element, "vprp tag found in context vids:");
1798   GST_INFO_OBJECT (element, " format_token  %d", vprp->format_token);
1799   GST_INFO_OBJECT (element, " standard      %d", vprp->standard);
1800   GST_INFO_OBJECT (element, " vert_rate     %d", vprp->vert_rate);
1801   GST_INFO_OBJECT (element, " hor_t_total   %d", vprp->hor_t_total);
1802   GST_INFO_OBJECT (element, " vert_lines    %d", vprp->vert_lines);
1803   GST_INFO_OBJECT (element, " aspect        %d:%d", vprp->aspect >> 16,
1804       vprp->aspect & 0xffff);
1805   GST_INFO_OBJECT (element, " width         %d", vprp->width);
1806   GST_INFO_OBJECT (element, " height        %d", vprp->height);
1807   GST_INFO_OBJECT (element, " fields        %d", vprp->fields);
1808   for (k = 0; k < vprp->fields; k++) {
1809     gst_riff_vprp_video_field_desc *fd;
1810
1811     fd = &(vprp->field_info[k]);
1812     GST_INFO_OBJECT (element, " field %u description:", k);
1813     GST_INFO_OBJECT (element, "  compressed_bm_height  %d",
1814         fd->compressed_bm_height);
1815     GST_INFO_OBJECT (element, "  compressed_bm_width  %d",
1816         fd->compressed_bm_width);
1817     GST_INFO_OBJECT (element, "  valid_bm_height       %d",
1818         fd->valid_bm_height);
1819     GST_INFO_OBJECT (element, "  valid_bm_width        %d", fd->valid_bm_width);
1820     GST_INFO_OBJECT (element, "  valid_bm_x_offset     %d",
1821         fd->valid_bm_x_offset);
1822     GST_INFO_OBJECT (element, "  valid_bm_y_offset     %d",
1823         fd->valid_bm_y_offset);
1824     GST_INFO_OBJECT (element, "  video_x_t_offset      %d",
1825         fd->video_x_t_offset);
1826     GST_INFO_OBJECT (element, "  video_y_start         %d", fd->video_y_start);
1827   }
1828
1829   gst_buffer_unref (buf);
1830
1831   *_vprp = vprp;
1832
1833   return TRUE;
1834
1835   /* ERRORS */
1836 too_small:
1837   {
1838     GST_ERROR_OBJECT (element,
1839         "Too small vprp (%d available, at least %d needed)",
1840         GST_BUFFER_SIZE (buf),
1841         (int) G_STRUCT_OFFSET (gst_riff_vprp, field_info));
1842     gst_buffer_unref (buf);
1843     return FALSE;
1844   }
1845 }
1846
1847 static void
1848 gst_avi_demux_expose_streams (GstAviDemux * avi, gboolean force)
1849 {
1850   guint i;
1851
1852   GST_DEBUG_OBJECT (avi, "force : %d", force);
1853
1854   for (i = 0; i < avi->num_streams; i++) {
1855     GstAviStream *stream = &avi->stream[i];
1856
1857     if (force || stream->idx_n != 0) {
1858       GST_LOG_OBJECT (avi, "Added pad %s with caps %" GST_PTR_FORMAT,
1859           GST_PAD_NAME (stream->pad), GST_PAD_CAPS (stream->pad));
1860       gst_element_add_pad ((GstElement *) avi, stream->pad);
1861       stream->exposed = TRUE;
1862       if (avi->main_stream == -1)
1863         avi->main_stream = i;
1864     } else {
1865       GST_WARNING_OBJECT (avi, "Stream #%d doesn't have any entry, removing it",
1866           i);
1867       gst_avi_demux_reset_stream (avi, stream);
1868     }
1869   }
1870 }
1871
1872 /*
1873  * gst_avi_demux_parse_stream:
1874  * @avi: calling element (used for debugging/errors).
1875  * @buf: input buffer used to parse the stream.
1876  *
1877  * Parses all subchunks in a strl chunk (which defines a single
1878  * stream). Discards the buffer after use. This function will
1879  * increment the stream counter internally.
1880  *
1881  * Returns: whether the stream was identified successfully.
1882  *          Errors are not fatal. It does indicate the stream
1883  *          was skipped.
1884  */
1885 static gboolean
1886 gst_avi_demux_parse_stream (GstAviDemux * avi, GstBuffer * buf)
1887 {
1888   GstAviStream *stream;
1889   GstElementClass *klass;
1890   GstPadTemplate *templ;
1891   GstBuffer *sub = NULL;
1892   guint offset = 4;
1893   guint32 tag = 0;
1894   gchar *codec_name = NULL, *padname = NULL;
1895   const gchar *tag_name;
1896   GstCaps *caps = NULL;
1897   GstPad *pad;
1898   GstElement *element;
1899   gboolean got_strh = FALSE, got_strf = FALSE, got_vprp = FALSE;
1900   gst_riff_vprp *vprp = NULL;
1901
1902   element = GST_ELEMENT_CAST (avi);
1903
1904   GST_DEBUG_OBJECT (avi, "Parsing stream");
1905
1906   if (avi->num_streams >= GST_AVI_DEMUX_MAX_STREAMS) {
1907     GST_WARNING_OBJECT (avi,
1908         "maximum no of streams (%d) exceeded, ignoring stream",
1909         GST_AVI_DEMUX_MAX_STREAMS);
1910     gst_buffer_unref (buf);
1911     /* not a fatal error, let's say */
1912     return TRUE;
1913   }
1914
1915   stream = &avi->stream[avi->num_streams];
1916
1917   /* initial settings */
1918   stream->idx_duration = GST_CLOCK_TIME_NONE;
1919   stream->hdr_duration = GST_CLOCK_TIME_NONE;
1920   stream->duration = GST_CLOCK_TIME_NONE;
1921
1922   while (gst_riff_parse_chunk (element, buf, &offset, &tag, &sub)) {
1923     /* sub can be NULL if the chunk is empty */
1924     if (sub == NULL) {
1925       GST_DEBUG_OBJECT (avi, "ignoring empty chunk %" GST_FOURCC_FORMAT,
1926           GST_FOURCC_ARGS (tag));
1927       continue;
1928     }
1929     switch (tag) {
1930       case GST_RIFF_TAG_strh:
1931       {
1932         gst_riff_strh *strh;
1933
1934         if (got_strh) {
1935           GST_WARNING_OBJECT (avi, "Ignoring additional strh chunk");
1936           break;
1937         }
1938         if (!gst_riff_parse_strh (element, sub, &stream->strh)) {
1939           /* ownership given away */
1940           sub = NULL;
1941           GST_WARNING_OBJECT (avi, "Failed to parse strh chunk");
1942           goto fail;
1943         }
1944         sub = NULL;
1945         strh = stream->strh;
1946         /* sanity check; stream header frame rate matches global header
1947          * frame duration */
1948         if (stream->strh->type == GST_RIFF_FCC_vids) {
1949           GstClockTime s_dur;
1950           GstClockTime h_dur = avi->avih->us_frame * GST_USECOND;
1951
1952           s_dur = gst_util_uint64_scale (GST_SECOND, strh->scale, strh->rate);
1953           GST_DEBUG_OBJECT (avi, "verifying stream framerate %d/%d, "
1954               "frame duration = %d ms", strh->rate, strh->scale,
1955               (gint) (s_dur / GST_MSECOND));
1956           if (h_dur > (10 * GST_MSECOND) && (s_dur > 10 * h_dur)) {
1957             strh->rate = GST_SECOND / GST_USECOND;
1958             strh->scale = h_dur / GST_USECOND;
1959             GST_DEBUG_OBJECT (avi, "correcting stream framerate to %d/%d",
1960                 strh->rate, strh->scale);
1961           }
1962         }
1963         /* determine duration as indicated by header */
1964         stream->hdr_duration = gst_util_uint64_scale ((guint64) strh->length *
1965             strh->scale, GST_SECOND, (guint64) strh->rate);
1966         GST_INFO ("Stream duration according to header: %" GST_TIME_FORMAT,
1967             GST_TIME_ARGS (stream->hdr_duration));
1968         if (stream->hdr_duration == 0)
1969           stream->hdr_duration = GST_CLOCK_TIME_NONE;
1970
1971         got_strh = TRUE;
1972         break;
1973       }
1974       case GST_RIFF_TAG_strf:
1975       {
1976         gboolean res = FALSE;
1977
1978         if (got_strf) {
1979           GST_WARNING_OBJECT (avi, "Ignoring additional strf chunk");
1980           break;
1981         }
1982         if (!got_strh) {
1983           GST_ERROR_OBJECT (avi, "Found strf chunk before strh chunk");
1984           goto fail;
1985         }
1986         switch (stream->strh->type) {
1987           case GST_RIFF_FCC_vids:
1988             stream->is_vbr = TRUE;
1989             res = gst_riff_parse_strf_vids (element, sub,
1990                 &stream->strf.vids, &stream->extradata);
1991             sub = NULL;
1992             GST_DEBUG_OBJECT (element, "marking video as VBR, res %d", res);
1993             break;
1994           case GST_RIFF_FCC_auds:
1995             res =
1996                 gst_riff_parse_strf_auds (element, sub, &stream->strf.auds,
1997                 &stream->extradata);
1998             stream->is_vbr = (stream->strh->samplesize == 0)
1999                 && stream->strh->scale > 1
2000                 && stream->strf.auds->blockalign != 1;
2001             sub = NULL;
2002             GST_DEBUG_OBJECT (element, "marking audio as VBR:%d, res %d",
2003                 stream->is_vbr, res);
2004             /* we need these or we have no way to come up with timestamps */
2005             if ((!stream->is_vbr && !stream->strf.auds->av_bps) ||
2006                 (stream->is_vbr && (!stream->strh->scale ||
2007                         !stream->strh->rate))) {
2008               GST_WARNING_OBJECT (element,
2009                   "invalid audio header, ignoring stream");
2010               goto fail;
2011             }
2012             /* some more sanity checks */
2013             if (stream->is_vbr) {
2014               if (stream->strf.auds->blockalign <= 4) {
2015                 /* that would mean (too) many frames per chunk,
2016                  * so not likely set as expected */
2017                 GST_DEBUG_OBJECT (element,
2018                     "suspicious blockalign %d for VBR audio; "
2019                     "overriding to 1 frame per chunk",
2020                     stream->strf.auds->blockalign);
2021                 /* this should top any likely value */
2022                 stream->strf.auds->blockalign = (1 << 12);
2023               }
2024             }
2025             break;
2026           case GST_RIFF_FCC_iavs:
2027             stream->is_vbr = TRUE;
2028             res = gst_riff_parse_strf_iavs (element, sub,
2029                 &stream->strf.iavs, &stream->extradata);
2030             sub = NULL;
2031             GST_DEBUG_OBJECT (element, "marking iavs as VBR, res %d", res);
2032             break;
2033           case GST_RIFF_FCC_txts:
2034             /* nothing to parse here */
2035             stream->is_vbr = (stream->strh->samplesize == 0)
2036                 && (stream->strh->scale > 1);
2037             res = TRUE;
2038             break;
2039           default:
2040             GST_ERROR_OBJECT (avi,
2041                 "Don´t know how to handle stream type %" GST_FOURCC_FORMAT,
2042                 GST_FOURCC_ARGS (stream->strh->type));
2043             break;
2044         }
2045         if (sub) {
2046           gst_buffer_unref (sub);
2047           sub = NULL;
2048         }
2049         if (!res)
2050           goto fail;
2051         got_strf = TRUE;
2052         break;
2053       }
2054       case GST_RIFF_TAG_vprp:
2055       {
2056         if (got_vprp) {
2057           GST_WARNING_OBJECT (avi, "Ignoring additional vprp chunk");
2058           break;
2059         }
2060         if (!got_strh) {
2061           GST_ERROR_OBJECT (avi, "Found vprp chunk before strh chunk");
2062           goto fail;
2063         }
2064         if (!got_strf) {
2065           GST_ERROR_OBJECT (avi, "Found vprp chunk before strf chunk");
2066           goto fail;
2067         }
2068
2069         if (!gst_avi_demux_riff_parse_vprp (element, sub, &vprp)) {
2070           GST_WARNING_OBJECT (avi, "Failed to parse vprp chunk");
2071           /* not considered fatal */
2072           g_free (vprp);
2073           vprp = NULL;
2074         } else
2075           got_vprp = TRUE;
2076         sub = NULL;
2077         break;
2078       }
2079       case GST_RIFF_TAG_strd:
2080         if (stream->initdata)
2081           gst_buffer_unref (stream->initdata);
2082         stream->initdata = sub;
2083         sub = NULL;
2084         break;
2085       case GST_RIFF_TAG_strn:
2086         g_free (stream->name);
2087         if (sub != NULL) {
2088           stream->name =
2089               g_strndup ((gchar *) GST_BUFFER_DATA (sub),
2090               (gsize) GST_BUFFER_SIZE (sub));
2091           gst_buffer_unref (sub);
2092           sub = NULL;
2093         } else {
2094           stream->name = g_strdup ("");
2095         }
2096         GST_DEBUG_OBJECT (avi, "stream name: %s", stream->name);
2097         break;
2098       default:
2099         if (tag == GST_MAKE_FOURCC ('i', 'n', 'd', 'x') ||
2100             tag == GST_MAKE_FOURCC ('i', 'x', '0' + avi->num_streams / 10,
2101                 '0' + avi->num_streams % 10)) {
2102           g_free (stream->indexes);
2103           gst_avi_demux_parse_superindex (avi, sub, &stream->indexes);
2104           stream->superindex = TRUE;
2105           sub = NULL;
2106           break;
2107         }
2108         GST_WARNING_OBJECT (avi,
2109             "Unknown stream header tag %" GST_FOURCC_FORMAT ", ignoring",
2110             GST_FOURCC_ARGS (tag));
2111         /* fall-through */
2112       case GST_RIFF_TAG_JUNQ:
2113       case GST_RIFF_TAG_JUNK:
2114         break;
2115     }
2116     if (sub != NULL) {
2117       gst_buffer_unref (sub);
2118       sub = NULL;
2119     }
2120   }
2121
2122   if (!got_strh) {
2123     GST_WARNING_OBJECT (avi, "Failed to find strh chunk");
2124     goto fail;
2125   }
2126
2127   if (!got_strf) {
2128     GST_WARNING_OBJECT (avi, "Failed to find strf chunk");
2129     goto fail;
2130   }
2131
2132   /* get class to figure out the template */
2133   klass = GST_ELEMENT_GET_CLASS (avi);
2134
2135   /* we now have all info, let´s set up a pad and a caps and be done */
2136   /* create stream name + pad */
2137   switch (stream->strh->type) {
2138     case GST_RIFF_FCC_vids:{
2139       guint32 fourcc;
2140
2141       fourcc = (stream->strf.vids->compression) ?
2142           stream->strf.vids->compression : stream->strh->fcc_handler;
2143       padname = g_strdup_printf ("video_%02d", avi->num_v_streams);
2144       templ = gst_element_class_get_pad_template (klass, "video_%02d");
2145       caps = gst_riff_create_video_caps (fourcc, stream->strh,
2146           stream->strf.vids, stream->extradata, stream->initdata, &codec_name);
2147       if (!caps) {
2148         caps = gst_caps_new_simple ("video/x-avi-unknown", "fourcc",
2149             GST_TYPE_FOURCC, fourcc, NULL);
2150       } else if (got_vprp && vprp) {
2151         guint32 aspect_n, aspect_d;
2152         gint n, d;
2153
2154         aspect_n = vprp->aspect >> 16;
2155         aspect_d = vprp->aspect & 0xffff;
2156         /* calculate the pixel aspect ratio using w/h and aspect ratio */
2157         n = aspect_n * stream->strf.vids->height;
2158         d = aspect_d * stream->strf.vids->width;
2159         if (n && d)
2160           gst_caps_set_simple (caps, "pixel-aspect-ratio", GST_TYPE_FRACTION,
2161               n, d, NULL);
2162         /* very local, not needed elsewhere */
2163         g_free (vprp);
2164         vprp = NULL;
2165       }
2166       tag_name = GST_TAG_VIDEO_CODEC;
2167       avi->num_v_streams++;
2168       break;
2169     }
2170     case GST_RIFF_FCC_auds:{
2171       padname = g_strdup_printf ("audio_%02d", avi->num_a_streams);
2172       templ = gst_element_class_get_pad_template (klass, "audio_%02d");
2173       caps = gst_riff_create_audio_caps (stream->strf.auds->format,
2174           stream->strh, stream->strf.auds, stream->extradata,
2175           stream->initdata, &codec_name);
2176       if (!caps) {
2177         caps = gst_caps_new_simple ("audio/x-avi-unknown", "codec_id",
2178             G_TYPE_INT, stream->strf.auds->format, NULL);
2179       }
2180       tag_name = GST_TAG_AUDIO_CODEC;
2181       avi->num_a_streams++;
2182       break;
2183     }
2184     case GST_RIFF_FCC_iavs:{
2185       guint32 fourcc = stream->strh->fcc_handler;
2186
2187       padname = g_strdup_printf ("video_%02d", avi->num_v_streams);
2188       templ = gst_element_class_get_pad_template (klass, "video_%02d");
2189       caps = gst_riff_create_iavs_caps (fourcc, stream->strh,
2190           stream->strf.iavs, stream->extradata, stream->initdata, &codec_name);
2191       if (!caps) {
2192         caps = gst_caps_new_simple ("video/x-avi-unknown", "fourcc",
2193             GST_TYPE_FOURCC, fourcc, NULL);
2194       }
2195       tag_name = GST_TAG_VIDEO_CODEC;
2196       avi->num_v_streams++;
2197       break;
2198     }
2199     case GST_RIFF_FCC_txts:{
2200       padname = g_strdup_printf ("subtitle_%02d", avi->num_t_streams);
2201       templ = gst_element_class_get_pad_template (klass, "subtitle_%02d");
2202       caps = gst_caps_new_simple ("application/x-subtitle-avi", NULL);
2203       tag_name = NULL;
2204       avi->num_t_streams++;
2205       break;
2206     }
2207     default:
2208       g_assert_not_reached ();
2209   }
2210
2211   /* no caps means no stream */
2212   if (!caps) {
2213     GST_ERROR_OBJECT (element, "Did not find caps for stream %s", padname);
2214     goto fail;
2215   }
2216
2217   GST_DEBUG_OBJECT (element, "codec-name=%s",
2218       (codec_name ? codec_name : "NULL"));
2219   GST_DEBUG_OBJECT (element, "caps=%" GST_PTR_FORMAT, caps);
2220
2221   /* set proper settings and add it */
2222   if (stream->pad)
2223     gst_object_unref (stream->pad);
2224   pad = stream->pad = gst_pad_new_from_template (templ, padname);
2225   g_free (padname);
2226
2227   gst_pad_use_fixed_caps (pad);
2228 #if 0
2229   gst_pad_set_formats_function (pad,
2230       GST_DEBUG_FUNCPTR (gst_avi_demux_get_src_formats));
2231   gst_pad_set_event_mask_function (pad,
2232       GST_DEBUG_FUNCPTR (gst_avi_demux_get_event_mask));
2233 #endif
2234   gst_pad_set_event_function (pad,
2235       GST_DEBUG_FUNCPTR (gst_avi_demux_handle_src_event));
2236   gst_pad_set_query_type_function (pad,
2237       GST_DEBUG_FUNCPTR (gst_avi_demux_get_src_query_types));
2238   gst_pad_set_query_function (pad,
2239       GST_DEBUG_FUNCPTR (gst_avi_demux_handle_src_query));
2240 #if 0
2241   gst_pad_set_convert_function (pad,
2242       GST_DEBUG_FUNCPTR (gst_avi_demux_src_convert));
2243 #endif
2244
2245   if (avi->element_index)
2246     gst_index_get_writer_id (avi->element_index, GST_OBJECT_CAST (stream->pad),
2247         &stream->index_id);
2248
2249   stream->num = avi->num_streams;
2250
2251   stream->start_entry = 0;
2252   stream->step_entry = 0;
2253   stream->stop_entry = 0;
2254
2255   stream->current_entry = -1;
2256   stream->current_total = 0;
2257
2258   stream->last_flow = GST_FLOW_OK;
2259   stream->discont = TRUE;
2260
2261   stream->total_bytes = 0;
2262   stream->total_blocks = 0;
2263   stream->n_keyframes = 0;
2264
2265   stream->idx_n = 0;
2266   stream->idx_max = 0;
2267
2268   gst_pad_set_element_private (pad, stream);
2269   avi->num_streams++;
2270
2271   gst_pad_set_caps (pad, caps);
2272   gst_pad_set_active (pad, TRUE);
2273   gst_caps_unref (caps);
2274
2275   /* make tags */
2276   if (codec_name) {
2277     if (!stream->taglist)
2278       stream->taglist = gst_tag_list_new ();
2279
2280     avi->got_tags = TRUE;
2281
2282     gst_tag_list_add (stream->taglist, GST_TAG_MERGE_APPEND, tag_name,
2283         codec_name, NULL);
2284     g_free (codec_name);
2285   }
2286
2287   gst_buffer_unref (buf);
2288
2289   return TRUE;
2290
2291   /* ERRORS */
2292 fail:
2293   {
2294     /* unref any mem that may be in use */
2295     if (buf)
2296       gst_buffer_unref (buf);
2297     if (sub)
2298       gst_buffer_unref (sub);
2299     g_free (vprp);
2300     g_free (codec_name);
2301     gst_avi_demux_reset_stream (avi, stream);
2302     avi->num_streams++;
2303     return FALSE;
2304   }
2305 }
2306
2307 /*
2308  * gst_avi_demux_parse_odml:
2309  * @avi: calling element (used for debug/error).
2310  * @buf: input buffer to be used for parsing.
2311  *
2312  * Read an openDML-2.0 extension header. Fills in the frame number
2313  * in the avi demuxer object when reading succeeds.
2314  */
2315 static void
2316 gst_avi_demux_parse_odml (GstAviDemux * avi, GstBuffer * buf)
2317 {
2318   guint32 tag = 0;
2319   guint offset = 4;
2320   GstBuffer *sub = NULL;
2321
2322   while (gst_riff_parse_chunk (GST_ELEMENT_CAST (avi), buf, &offset, &tag,
2323           &sub)) {
2324     switch (tag) {
2325       case GST_RIFF_TAG_dmlh:{
2326         gst_riff_dmlh dmlh, *_dmlh;
2327         guint size;
2328
2329         /* sub == NULL is possible and means an empty buffer */
2330         size = sub ? GST_BUFFER_SIZE (sub) : 0;
2331
2332         /* check size */
2333         if (size < sizeof (gst_riff_dmlh)) {
2334           GST_ERROR_OBJECT (avi,
2335               "DMLH entry is too small (%d bytes, %d needed)",
2336               size, (int) sizeof (gst_riff_dmlh));
2337           goto next;
2338         }
2339         _dmlh = (gst_riff_dmlh *) GST_BUFFER_DATA (sub);
2340         dmlh.totalframes = GST_READ_UINT32_LE (&_dmlh->totalframes);
2341
2342         GST_INFO_OBJECT (avi, "dmlh tag found: totalframes: %u",
2343             dmlh.totalframes);
2344
2345         avi->avih->tot_frames = dmlh.totalframes;
2346         goto next;
2347       }
2348
2349       default:
2350         GST_WARNING_OBJECT (avi,
2351             "Unknown tag %" GST_FOURCC_FORMAT " in ODML header",
2352             GST_FOURCC_ARGS (tag));
2353         /* fall-through */
2354       case GST_RIFF_TAG_JUNQ:
2355       case GST_RIFF_TAG_JUNK:
2356       next:
2357         /* skip and move to next chunk */
2358         if (sub) {
2359           gst_buffer_unref (sub);
2360           sub = NULL;
2361         }
2362         break;
2363     }
2364   }
2365   if (buf)
2366     gst_buffer_unref (buf);
2367 }
2368
2369 /* Index helper */
2370 static guint
2371 gst_avi_demux_index_last (GstAviDemux * avi, GstAviStream * stream)
2372 {
2373   return stream->idx_n - 1;
2374 }
2375
2376 /* find a previous entry in the index with the given flags */
2377 static guint
2378 gst_avi_demux_index_prev (GstAviDemux * avi, GstAviStream * stream,
2379     guint last, gboolean keyframe)
2380 {
2381   GstAviIndexEntry *entry;
2382   guint i;
2383
2384   for (i = last; i > 0; i--) {
2385     entry = &stream->index[i - 1];
2386     if (!keyframe || ENTRY_IS_KEYFRAME (entry)) {
2387       return i - 1;
2388     }
2389   }
2390   return 0;
2391 }
2392
2393 static guint
2394 gst_avi_demux_index_next (GstAviDemux * avi, GstAviStream * stream,
2395     guint last, gboolean keyframe)
2396 {
2397   GstAviIndexEntry *entry;
2398   gint i;
2399
2400   for (i = last + 1; i < stream->idx_n; i++) {
2401     entry = &stream->index[i];
2402     if (!keyframe || ENTRY_IS_KEYFRAME (entry)) {
2403       return i;
2404     }
2405   }
2406   return stream->idx_n - 1;
2407 }
2408
2409 static guint
2410 gst_avi_demux_index_entry_search (GstAviIndexEntry * entry, guint64 * total)
2411 {
2412   if (entry->total < *total)
2413     return -1;
2414   else if (entry->total > *total)
2415     return 1;
2416   return 0;
2417 }
2418
2419 /*
2420  * gst_avi_demux_index_for_time:
2421  * @avi: Avi object
2422  * @stream: the stream
2423  * @time: a time position
2424  *
2425  * Finds the index entry which time is less or equal than the requested time.
2426  * Try to avoid binary search when we can convert the time to an index
2427  * position directly (for example for video frames with a fixed duration).
2428  *
2429  * Returns: the found position in the index.
2430  */
2431 static guint
2432 gst_avi_demux_index_for_time (GstAviDemux * avi,
2433     GstAviStream * stream, guint64 time)
2434 {
2435   guint index = -1;
2436   guint64 total;
2437
2438   GST_LOG_OBJECT (avi, "search time:%" GST_TIME_FORMAT, GST_TIME_ARGS (time));
2439
2440   /* easy (and common) cases */
2441   if (time == 0 || stream->idx_n == 0)
2442     return 0;
2443   if (time >= stream->idx_duration)
2444     return stream->idx_n - 1;
2445
2446   /* figure out where we need to go. For that we convert the time to an
2447    * index entry or we convert it to a total and then do a binary search. */
2448   if (stream->is_vbr) {
2449     /* VBR stream next timestamp */
2450     if (stream->strh->type == GST_RIFF_FCC_auds) {
2451       total = avi_stream_convert_time_to_frames_unchecked (stream, time);
2452     } else {
2453       index = avi_stream_convert_time_to_frames_unchecked (stream, time);
2454     }
2455   } else {
2456     /* constant rate stream */
2457     total = avi_stream_convert_time_to_bytes_unchecked (stream, time);
2458   }
2459
2460   if (index == -1) {
2461     GstAviIndexEntry *entry;
2462
2463     /* no index, find index with binary search on total */
2464     GST_LOG_OBJECT (avi, "binary search for entry with total %"
2465         G_GUINT64_FORMAT, total);
2466
2467     entry = gst_util_array_binary_search (stream->index,
2468         stream->idx_n, sizeof (GstAviIndexEntry),
2469         (GCompareDataFunc) gst_avi_demux_index_entry_search,
2470         GST_SEARCH_MODE_BEFORE, &total, NULL);
2471
2472     if (entry == NULL) {
2473       GST_LOG_OBJECT (avi, "not found, assume index 0");
2474       index = 0;
2475     } else {
2476       index = entry - stream->index;
2477       GST_LOG_OBJECT (avi, "found at %u", index);
2478     }
2479   } else {
2480     GST_LOG_OBJECT (avi, "converted time to index %u", index);
2481   }
2482
2483   return index;
2484 }
2485
2486 static inline GstAviStream *
2487 gst_avi_demux_stream_for_id (GstAviDemux * avi, guint32 id)
2488 {
2489   guint stream_nr;
2490   GstAviStream *stream;
2491
2492   /* get the stream for this entry */
2493   stream_nr = CHUNKID_TO_STREAMNR (id);
2494   if (G_UNLIKELY (stream_nr >= avi->num_streams)) {
2495     GST_WARNING_OBJECT (avi, "invalid stream nr %d", stream_nr);
2496     return NULL;
2497   }
2498   stream = &avi->stream[stream_nr];
2499   if (G_UNLIKELY (!stream->strh)) {
2500     GST_WARNING_OBJECT (avi, "Unhandled stream %d, skipping", stream_nr);
2501     return NULL;
2502   }
2503   return stream;
2504 }
2505
2506 /*
2507  * gst_avi_demux_parse_index:
2508  * @avi: calling element (used for debugging/errors).
2509  * @buf: buffer containing the full index.
2510  *
2511  * Read index entries from the provided buffer.
2512  * The buffer should contain a GST_RIFF_TAG_idx1 chunk.
2513  */
2514 static gboolean
2515 gst_avi_demux_parse_index (GstAviDemux * avi, GstBuffer * buf)
2516 {
2517   guint64 pos_before;
2518   guint8 *data;
2519   guint size;
2520   guint i, num, n;
2521   gst_riff_index_entry *index;
2522   GstClockTime stamp;
2523   GstAviStream *stream;
2524   GstAviIndexEntry entry;
2525   guint32 id;
2526
2527   if (!buf)
2528     return FALSE;
2529
2530   data = GST_BUFFER_DATA (buf);
2531   size = GST_BUFFER_SIZE (buf);
2532
2533   stamp = gst_util_get_timestamp ();
2534
2535   /* see how many items in the index */
2536   num = size / sizeof (gst_riff_index_entry);
2537   if (num == 0)
2538     goto empty_list;
2539
2540   GST_INFO_OBJECT (avi, "Parsing index, nr_entries = %6d", num);
2541
2542   index = (gst_riff_index_entry *) data;
2543   pos_before = avi->offset;
2544
2545   /* figure out if the index is 0 based or relative to the MOVI start */
2546   entry.offset = GST_READ_UINT32_LE (&index[0].offset);
2547   if (entry.offset < avi->offset) {
2548     avi->index_offset = avi->offset + 8;
2549     GST_DEBUG ("index_offset = %" G_GUINT64_FORMAT, avi->index_offset);
2550   } else {
2551     avi->index_offset = 0;
2552     GST_DEBUG ("index is 0 based");
2553   }
2554
2555   for (i = 0, n = 0; i < num; i++) {
2556     id = GST_READ_UINT32_LE (&index[i].id);
2557     entry.offset = GST_READ_UINT32_LE (&index[i].offset);
2558
2559     /* some sanity checks */
2560     if (G_UNLIKELY (id == GST_RIFF_rec || id == 0 ||
2561             (entry.offset == 0 && n > 0)))
2562       continue;
2563
2564     /* get the stream for this entry */
2565     stream = gst_avi_demux_stream_for_id (avi, id);
2566     if (G_UNLIKELY (!stream))
2567       continue;
2568
2569     /* handle offset and size */
2570     entry.offset += avi->index_offset + 8;
2571     entry.size = GST_READ_UINT32_LE (&index[i].size);
2572
2573     /* handle flags */
2574     if (stream->strh->type == GST_RIFF_FCC_auds) {
2575       /* all audio frames are keyframes */
2576       ENTRY_SET_KEYFRAME (&entry);
2577     } else {
2578       guint32 flags;
2579       /* else read flags */
2580       flags = GST_READ_UINT32_LE (&index[i].flags);
2581       if (flags & GST_RIFF_IF_KEYFRAME) {
2582         ENTRY_SET_KEYFRAME (&entry);
2583       } else {
2584         ENTRY_UNSET_KEYFRAME (&entry);
2585       }
2586     }
2587
2588     /* and add */
2589     if (G_UNLIKELY (!gst_avi_demux_add_index (avi, stream, num, &entry)))
2590       goto out_of_mem;
2591
2592     n++;
2593   }
2594   gst_buffer_unref (buf);
2595
2596   /* get stream stats now */
2597   avi->have_index = gst_avi_demux_do_index_stats (avi);
2598
2599   stamp = gst_util_get_timestamp () - stamp;
2600   GST_DEBUG_OBJECT (avi, "index parsing took %" GST_TIME_FORMAT,
2601       GST_TIME_ARGS (stamp));
2602
2603   return TRUE;
2604
2605   /* ERRORS */
2606 empty_list:
2607   {
2608     GST_DEBUG_OBJECT (avi, "empty index");
2609     gst_buffer_unref (buf);
2610     return FALSE;
2611   }
2612 out_of_mem:
2613   {
2614     GST_ELEMENT_ERROR (avi, RESOURCE, NO_SPACE_LEFT, (NULL),
2615         ("Cannot allocate memory for %u*%u=%u bytes",
2616             (guint) sizeof (GstAviIndexEntry), num,
2617             (guint) sizeof (GstAviIndexEntry) * num));
2618     gst_buffer_unref (buf);
2619     return FALSE;
2620   }
2621 }
2622
2623 /*
2624  * gst_avi_demux_stream_index:
2625  * @avi: avi demuxer object.
2626  *
2627  * Seeks to index and reads it.
2628  */
2629 static void
2630 gst_avi_demux_stream_index (GstAviDemux * avi)
2631 {
2632   GstFlowReturn res;
2633   guint64 offset = avi->offset;
2634   GstBuffer *buf;
2635   guint32 tag;
2636   guint32 size;
2637
2638   GST_DEBUG ("demux stream index at offset %" G_GUINT64_FORMAT, offset);
2639
2640   /* get chunk information */
2641   res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf);
2642   if (res != GST_FLOW_OK)
2643     goto pull_failed;
2644   else if (GST_BUFFER_SIZE (buf) < 8)
2645     goto too_small;
2646
2647   /* check tag first before blindy trying to read 'size' bytes */
2648   tag = GST_READ_UINT32_LE (GST_BUFFER_DATA (buf));
2649   size = GST_READ_UINT32_LE (GST_BUFFER_DATA (buf) + 4);
2650   if (tag == GST_RIFF_TAG_LIST) {
2651     /* this is the movi tag */
2652     GST_DEBUG_OBJECT (avi, "skip LIST chunk, size %" G_GUINT32_FORMAT,
2653         (8 + GST_ROUND_UP_2 (size)));
2654     offset += 8 + GST_ROUND_UP_2 (size);
2655     gst_buffer_unref (buf);
2656     res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf);
2657     if (res != GST_FLOW_OK)
2658       goto pull_failed;
2659     else if (GST_BUFFER_SIZE (buf) < 8)
2660       goto too_small;
2661     tag = GST_READ_UINT32_LE (GST_BUFFER_DATA (buf));
2662     size = GST_READ_UINT32_LE (GST_BUFFER_DATA (buf) + 4);
2663   }
2664
2665   if (tag != GST_RIFF_TAG_idx1)
2666     goto no_index;
2667   if (!size)
2668     goto zero_index;
2669
2670   gst_buffer_unref (buf);
2671
2672   GST_DEBUG ("index found at offset %" G_GUINT64_FORMAT, offset);
2673
2674   /* read chunk, advance offset */
2675   if (gst_riff_read_chunk (GST_ELEMENT_CAST (avi),
2676           avi->sinkpad, &offset, &tag, &buf) != GST_FLOW_OK)
2677     return;
2678
2679   GST_DEBUG ("will parse index chunk size %u for tag %"
2680       GST_FOURCC_FORMAT, GST_BUFFER_SIZE (buf), GST_FOURCC_ARGS (tag));
2681
2682   gst_avi_demux_parse_index (avi, buf);
2683
2684 #ifndef GST_DISABLE_GST_DEBUG
2685   /* debug our indexes */
2686   {
2687     gint i;
2688     GstAviStream *stream;
2689
2690     for (i = 0; i < avi->num_streams; i++) {
2691       stream = &avi->stream[i];
2692       GST_DEBUG_OBJECT (avi, "stream %u: %u frames, %" G_GINT64_FORMAT " bytes",
2693           i, stream->idx_n, stream->total_bytes);
2694     }
2695   }
2696 #endif
2697   return;
2698
2699   /* ERRORS */
2700 pull_failed:
2701   {
2702     GST_DEBUG_OBJECT (avi,
2703         "pull range failed: pos=%" G_GUINT64_FORMAT " size=8", offset);
2704     return;
2705   }
2706 too_small:
2707   {
2708     GST_DEBUG_OBJECT (avi, "Buffer is too small");
2709     gst_buffer_unref (buf);
2710     return;
2711   }
2712 no_index:
2713   {
2714     GST_WARNING_OBJECT (avi,
2715         "No index data (idx1) after movi chunk, but %" GST_FOURCC_FORMAT,
2716         GST_FOURCC_ARGS (tag));
2717     gst_buffer_unref (buf);
2718     return;
2719   }
2720 zero_index:
2721   {
2722     GST_WARNING_OBJECT (avi, "Empty index data (idx1) after movi chunk");
2723     gst_buffer_unref (buf);
2724     return;
2725   }
2726 }
2727
2728 /*
2729  * gst_avi_demux_stream_index_push:
2730  * @avi: avi demuxer object.
2731  *
2732  * Read index.
2733  */
2734 static void
2735 gst_avi_demux_stream_index_push (GstAviDemux * avi)
2736 {
2737   guint64 offset = avi->idx1_offset;
2738   GstBuffer *buf;
2739   guint32 tag;
2740   guint32 size;
2741
2742   GST_DEBUG ("demux stream index at offset %" G_GUINT64_FORMAT, offset);
2743
2744   /* get chunk information */
2745   if (!gst_avi_demux_peek_chunk (avi, &tag, &size))
2746     return;
2747
2748   /* check tag first before blindly trying to read 'size' bytes */
2749   if (tag == GST_RIFF_TAG_LIST) {
2750     /* this is the movi tag */
2751     GST_DEBUG_OBJECT (avi, "skip LIST chunk, size %" G_GUINT32_FORMAT,
2752         (8 + GST_ROUND_UP_2 (size)));
2753     avi->idx1_offset = offset + 8 + GST_ROUND_UP_2 (size);
2754     /* issue seek to allow chain function to handle it and return! */
2755     perform_seek_to_offset (avi, avi->idx1_offset);
2756     return;
2757   }
2758
2759   if (tag != GST_RIFF_TAG_idx1)
2760     goto no_index;
2761
2762   GST_DEBUG ("index found at offset %" G_GUINT64_FORMAT, offset);
2763
2764   /* flush chunk header */
2765   gst_adapter_flush (avi->adapter, 8);
2766   /* read chunk payload */
2767   buf = gst_adapter_take_buffer (avi->adapter, size);
2768   if (!buf)
2769     goto pull_failed;
2770   /* advance offset */
2771   offset += 8 + GST_ROUND_UP_2 (size);
2772
2773   GST_DEBUG ("will parse index chunk size %u for tag %"
2774       GST_FOURCC_FORMAT, GST_BUFFER_SIZE (buf), GST_FOURCC_ARGS (tag));
2775
2776   avi->offset = avi->first_movi_offset;
2777   gst_avi_demux_parse_index (avi, buf);
2778
2779 #ifndef GST_DISABLE_GST_DEBUG
2780   /* debug our indexes */
2781   {
2782     gint i;
2783     GstAviStream *stream;
2784
2785     for (i = 0; i < avi->num_streams; i++) {
2786       stream = &avi->stream[i];
2787       GST_DEBUG_OBJECT (avi, "stream %u: %u frames, %" G_GINT64_FORMAT " bytes",
2788           i, stream->idx_n, stream->total_bytes);
2789     }
2790   }
2791 #endif
2792   return;
2793
2794   /* ERRORS */
2795 pull_failed:
2796   {
2797     GST_DEBUG_OBJECT (avi,
2798         "taking data from adapter failed: pos=%" G_GUINT64_FORMAT " size=%u",
2799         offset, size);
2800     return;
2801   }
2802 no_index:
2803   {
2804     GST_WARNING_OBJECT (avi,
2805         "No index data (idx1) after movi chunk, but %" GST_FOURCC_FORMAT,
2806         GST_FOURCC_ARGS (tag));
2807     return;
2808   }
2809 }
2810
2811 /*
2812  * gst_avi_demux_peek_tag:
2813  *
2814  * Returns the tag and size of the next chunk
2815  */
2816 static GstFlowReturn
2817 gst_avi_demux_peek_tag (GstAviDemux * avi, guint64 offset, guint32 * tag,
2818     guint * size)
2819 {
2820   GstFlowReturn res = GST_FLOW_OK;
2821   GstBuffer *buf = NULL;
2822   guint bufsize;
2823   guint8 *bufdata;
2824
2825   res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf);
2826   if (res != GST_FLOW_OK)
2827     goto pull_failed;
2828
2829   bufsize = GST_BUFFER_SIZE (buf);
2830   if (bufsize != 8)
2831     goto wrong_size;
2832
2833   bufdata = GST_BUFFER_DATA (buf);
2834
2835   *tag = GST_READ_UINT32_LE (bufdata);
2836   *size = GST_READ_UINT32_LE (bufdata + 4);
2837
2838   GST_LOG_OBJECT (avi, "Tag[%" GST_FOURCC_FORMAT "] (size:%d) %"
2839       G_GINT64_FORMAT " -- %" G_GINT64_FORMAT, GST_FOURCC_ARGS (*tag),
2840       *size, offset + 8, offset + 8 + (gint64) * size);
2841
2842 done:
2843   gst_buffer_unref (buf);
2844
2845   return res;
2846
2847   /* ERRORS */
2848 pull_failed:
2849   {
2850     GST_DEBUG_OBJECT (avi, "pull_ranged returned %s", gst_flow_get_name (res));
2851     return res;
2852   }
2853 wrong_size:
2854   {
2855     GST_DEBUG_OBJECT (avi, "got %d bytes which is <> 8 bytes", bufsize);
2856     res = GST_FLOW_ERROR;
2857     goto done;
2858   }
2859 }
2860
2861 /*
2862  * gst_avi_demux_next_data_buffer:
2863  *
2864  * Returns the offset and size of the next buffer
2865  * Position is the position of the buffer (after tag and size)
2866  */
2867 static GstFlowReturn
2868 gst_avi_demux_next_data_buffer (GstAviDemux * avi, guint64 * offset,
2869     guint32 * tag, guint * size)
2870 {
2871   guint64 off = *offset;
2872   guint _size = 0;
2873   GstFlowReturn res;
2874
2875   do {
2876     res = gst_avi_demux_peek_tag (avi, off, tag, &_size);
2877     if (res != GST_FLOW_OK)
2878       break;
2879     if (*tag == GST_RIFF_TAG_LIST || *tag == GST_RIFF_TAG_RIFF)
2880       off += 8 + 4;             /* skip tag + size + subtag */
2881     else {
2882       *offset = off + 8;
2883       *size = _size;
2884       break;
2885     }
2886   } while (TRUE);
2887
2888   return res;
2889 }
2890
2891 /*
2892  * gst_avi_demux_stream_scan:
2893  * @avi: calling element (used for debugging/errors).
2894  *
2895  * Scan the file for all chunks to "create" a new index.
2896  * pull-range based
2897  */
2898 static gboolean
2899 gst_avi_demux_stream_scan (GstAviDemux * avi)
2900 {
2901   GstFlowReturn res;
2902   GstAviStream *stream;
2903   GstFormat format;
2904   guint64 pos = 0;
2905   guint64 length;
2906   gint64 tmplength;
2907   guint32 tag = 0;
2908   guint num;
2909
2910   /* FIXME:
2911    * - implement non-seekable source support.
2912    */
2913   GST_DEBUG_OBJECT (avi, "Creating index");
2914
2915   /* get the size of the file */
2916   format = GST_FORMAT_BYTES;
2917   if (!gst_pad_query_peer_duration (avi->sinkpad, &format, &tmplength))
2918     return FALSE;
2919   length = tmplength;
2920
2921   /* guess the total amount of entries we expect */
2922   num = 16000;
2923
2924   while (TRUE) {
2925     GstAviIndexEntry entry;
2926     guint size = 0;
2927
2928     /* start reading data buffers to find the id and offset */
2929     res = gst_avi_demux_next_data_buffer (avi, &pos, &tag, &size);
2930     if (G_UNLIKELY (res != GST_FLOW_OK))
2931       break;
2932
2933     /* get stream */
2934     stream = gst_avi_demux_stream_for_id (avi, tag);
2935     if (G_UNLIKELY (!stream))
2936       goto next;
2937
2938     /* we can't figure out the keyframes, assume they all are */
2939     entry.flags = GST_AVI_KEYFRAME;
2940     entry.offset = pos;
2941     entry.size = size;
2942
2943     /* and add to the index of this stream */
2944     if (G_UNLIKELY (!gst_avi_demux_add_index (avi, stream, num, &entry)))
2945       goto out_of_mem;
2946
2947   next:
2948     /* update position */
2949     pos += GST_ROUND_UP_2 (size);
2950     if (G_UNLIKELY (pos > length)) {
2951       GST_WARNING_OBJECT (avi,
2952           "Stopping index lookup since we are further than EOF");
2953       break;
2954     }
2955   }
2956
2957   /* collect stats */
2958   avi->have_index = gst_avi_demux_do_index_stats (avi);
2959
2960   return TRUE;
2961
2962   /* ERRORS */
2963 out_of_mem:
2964   {
2965     GST_ELEMENT_ERROR (avi, RESOURCE, NO_SPACE_LEFT, (NULL),
2966         ("Cannot allocate memory for %u*%u=%u bytes",
2967             (guint) sizeof (GstAviIndexEntry), num,
2968             (guint) sizeof (GstAviIndexEntry) * num));
2969     return FALSE;
2970   }
2971 }
2972
2973 static void
2974 gst_avi_demux_calculate_durations_from_index (GstAviDemux * avi)
2975 {
2976   guint i;
2977   GstClockTime total;
2978   GstAviStream *stream;
2979
2980   total = GST_CLOCK_TIME_NONE;
2981
2982   /* all streams start at a timestamp 0 */
2983   for (i = 0; i < avi->num_streams; i++) {
2984     GstClockTime duration, hduration;
2985     gst_riff_strh *strh;
2986
2987     stream = &avi->stream[i];
2988     if (G_UNLIKELY (!stream || !stream->idx_n || !(strh = stream->strh)))
2989       continue;
2990
2991     /* get header duration for the stream */
2992     hduration = stream->hdr_duration;
2993     /* index duration calculated during parsing */
2994     duration = stream->idx_duration;
2995
2996     /* now pick a good duration */
2997     if (GST_CLOCK_TIME_IS_VALID (duration)) {
2998       /* index gave valid duration, use that */
2999       GST_INFO ("Stream %p duration according to index: %" GST_TIME_FORMAT,
3000           stream, GST_TIME_ARGS (duration));
3001     } else {
3002       /* fall back to header info to calculate a duration */
3003       duration = hduration;
3004     }
3005     GST_INFO ("Setting duration of stream #%d to %" GST_TIME_FORMAT,
3006         i, GST_TIME_ARGS (duration));
3007     /* set duration for the stream */
3008     stream->duration = duration;
3009
3010     /* find total duration */
3011     if (total == GST_CLOCK_TIME_NONE ||
3012         (GST_CLOCK_TIME_IS_VALID (duration) && duration > total))
3013       total = duration;
3014   }
3015
3016   if (GST_CLOCK_TIME_IS_VALID (total) && (total > 0)) {
3017     /* now update the duration for those streams where we had none */
3018     for (i = 0; i < avi->num_streams; i++) {
3019       stream = &avi->stream[i];
3020
3021       if (!GST_CLOCK_TIME_IS_VALID (stream->duration)
3022           || stream->duration == 0) {
3023         stream->duration = total;
3024
3025         GST_INFO ("Stream %p duration according to total: %" GST_TIME_FORMAT,
3026             stream, GST_TIME_ARGS (total));
3027       }
3028     }
3029   }
3030
3031   /* and set the total duration in the segment. */
3032   GST_INFO ("Setting total duration to: %" GST_TIME_FORMAT,
3033       GST_TIME_ARGS (total));
3034
3035   gst_segment_set_duration (&avi->segment, GST_FORMAT_TIME, total);
3036 }
3037
3038 /* returns FALSE if there are no pads to deliver event to,
3039  * otherwise TRUE (whatever the outcome of event sending),
3040  * takes ownership of the event. */
3041 static gboolean
3042 gst_avi_demux_push_event (GstAviDemux * avi, GstEvent * event)
3043 {
3044   gboolean result = FALSE;
3045   gint i;
3046
3047   GST_DEBUG_OBJECT (avi, "sending %s event to %d streams",
3048       GST_EVENT_TYPE_NAME (event), avi->num_streams);
3049
3050   for (i = 0; i < avi->num_streams; i++) {
3051     GstAviStream *stream = &avi->stream[i];
3052
3053     if (stream->pad) {
3054       result = TRUE;
3055       gst_pad_push_event (stream->pad, gst_event_ref (event));
3056     }
3057   }
3058   gst_event_unref (event);
3059   return result;
3060 }
3061
3062 static void
3063 gst_avi_demux_check_seekability (GstAviDemux * avi)
3064 {
3065   GstQuery *query;
3066   gboolean seekable = FALSE;
3067   gint64 start = -1, stop = -1;
3068
3069   query = gst_query_new_seeking (GST_FORMAT_BYTES);
3070   if (!gst_pad_peer_query (avi->sinkpad, query)) {
3071     GST_DEBUG_OBJECT (avi, "seeking query failed");
3072     goto done;
3073   }
3074
3075   gst_query_parse_seeking (query, NULL, &seekable, &start, &stop);
3076
3077   /* try harder to query upstream size if we didn't get it the first time */
3078   if (seekable && stop == -1) {
3079     GstFormat fmt = GST_FORMAT_BYTES;
3080
3081     GST_DEBUG_OBJECT (avi, "doing duration query to fix up unset stop");
3082     gst_pad_query_peer_duration (avi->sinkpad, &fmt, &stop);
3083   }
3084
3085   /* if upstream doesn't know the size, it's likely that it's not seekable in
3086    * practice even if it technically may be seekable */
3087   if (seekable && (start != 0 || stop <= start)) {
3088     GST_DEBUG_OBJECT (avi, "seekable but unknown start/stop -> disable");
3089     seekable = FALSE;
3090   }
3091
3092 done:
3093   GST_INFO_OBJECT (avi, "seekable: %d (%" G_GUINT64_FORMAT " - %"
3094       G_GUINT64_FORMAT ")", seekable, start, stop);
3095   avi->seekable = seekable;
3096
3097   gst_query_unref (query);
3098 }
3099
3100 /*
3101  * Read AVI headers when streaming
3102  */
3103 static GstFlowReturn
3104 gst_avi_demux_stream_header_push (GstAviDemux * avi)
3105 {
3106   GstFlowReturn ret = GST_FLOW_OK;
3107   guint32 tag = 0;
3108   guint32 ltag = 0;
3109   guint32 size = 0;
3110   const guint8 *data;
3111   GstBuffer *buf = NULL, *sub = NULL;
3112   guint offset = 4;
3113   gint64 stop;
3114   gint i;
3115   GstTagList *tags = NULL;
3116
3117   GST_DEBUG ("Reading and parsing avi headers: %d", avi->header_state);
3118
3119   switch (avi->header_state) {
3120     case GST_AVI_DEMUX_HEADER_TAG_LIST:
3121       if (gst_avi_demux_peek_chunk (avi, &tag, &size)) {
3122         avi->offset += 8 + GST_ROUND_UP_2 (size);
3123         if (tag != GST_RIFF_TAG_LIST)
3124           goto header_no_list;
3125
3126         gst_adapter_flush (avi->adapter, 8);
3127         /* Find the 'hdrl' LIST tag */
3128         GST_DEBUG ("Reading %d bytes", size);
3129         buf = gst_adapter_take_buffer (avi->adapter, size);
3130
3131         if (GST_READ_UINT32_LE (GST_BUFFER_DATA (buf)) != GST_RIFF_LIST_hdrl)
3132           goto header_no_hdrl;
3133
3134         /* mind padding */
3135         if (size & 1)
3136           gst_adapter_flush (avi->adapter, 1);
3137
3138         GST_DEBUG ("'hdrl' LIST tag found. Parsing next chunk");
3139
3140         /* the hdrl starts with a 'avih' header */
3141         if (!gst_riff_parse_chunk (GST_ELEMENT_CAST (avi), buf, &offset, &tag,
3142                 &sub))
3143           goto header_no_avih;
3144
3145         if (tag != GST_RIFF_TAG_avih)
3146           goto header_no_avih;
3147
3148         if (!gst_avi_demux_parse_avih (avi, sub, &avi->avih))
3149           goto header_wrong_avih;
3150
3151         GST_DEBUG_OBJECT (avi, "AVI header ok, reading elemnts from header");
3152
3153         /* now, read the elements from the header until the end */
3154         while (gst_riff_parse_chunk (GST_ELEMENT_CAST (avi), buf, &offset, &tag,
3155                 &sub)) {
3156           /* sub can be NULL on empty tags */
3157           if (!sub)
3158             continue;
3159
3160           switch (tag) {
3161             case GST_RIFF_TAG_LIST:
3162               if (GST_BUFFER_SIZE (sub) < 4)
3163                 goto next;
3164
3165               switch (GST_READ_UINT32_LE (GST_BUFFER_DATA (sub))) {
3166                 case GST_RIFF_LIST_strl:
3167                   if (!(gst_avi_demux_parse_stream (avi, sub))) {
3168                     sub = NULL;
3169                     GST_ELEMENT_WARNING (avi, STREAM, DEMUX, (NULL),
3170                         ("failed to parse stream, ignoring"));
3171                     goto next;
3172                   }
3173                   sub = NULL;
3174                   goto next;
3175                 case GST_RIFF_LIST_odml:
3176                   gst_avi_demux_parse_odml (avi, sub);
3177                   sub = NULL;
3178                   break;
3179                 default:
3180                   GST_WARNING_OBJECT (avi,
3181                       "Unknown list %" GST_FOURCC_FORMAT " in AVI header",
3182                       GST_FOURCC_ARGS (GST_READ_UINT32_LE (GST_BUFFER_DATA
3183                               (sub))));
3184                   /* fall-through */
3185                 case GST_RIFF_TAG_JUNQ:
3186                 case GST_RIFF_TAG_JUNK:
3187                   goto next;
3188               }
3189               break;
3190             case GST_RIFF_IDIT:
3191               gst_avi_demux_parse_idit (avi, sub);
3192               goto next;
3193             default:
3194               GST_WARNING_OBJECT (avi,
3195                   "Unknown off %d tag %" GST_FOURCC_FORMAT " in AVI header",
3196                   offset, GST_FOURCC_ARGS (tag));
3197               /* fall-through */
3198             case GST_RIFF_TAG_JUNQ:
3199             case GST_RIFF_TAG_JUNK:
3200             next:
3201               /* move to next chunk */
3202               if (sub)
3203                 gst_buffer_unref (sub);
3204               sub = NULL;
3205               break;
3206           }
3207         }
3208         gst_buffer_unref (buf);
3209         GST_DEBUG ("elements parsed");
3210
3211         /* check parsed streams */
3212         if (avi->num_streams == 0) {
3213           goto no_streams;
3214         } else if (avi->num_streams != avi->avih->streams) {
3215           GST_WARNING_OBJECT (avi,
3216               "Stream header mentioned %d streams, but %d available",
3217               avi->avih->streams, avi->num_streams);
3218         }
3219         GST_DEBUG ("Get junk and info next");
3220         avi->header_state = GST_AVI_DEMUX_HEADER_INFO;
3221       } else {
3222         /* Need more data */
3223         return ret;
3224       }
3225       /* fall-though */
3226     case GST_AVI_DEMUX_HEADER_INFO:
3227       GST_DEBUG_OBJECT (avi, "skipping junk between header and data ...");
3228       while (TRUE) {
3229         if (gst_adapter_available (avi->adapter) < 12)
3230           return GST_FLOW_OK;
3231
3232         data = gst_adapter_peek (avi->adapter, 12);
3233         tag = GST_READ_UINT32_LE (data);
3234         size = GST_READ_UINT32_LE (data + 4);
3235         ltag = GST_READ_UINT32_LE (data + 8);
3236
3237         if (tag == GST_RIFF_TAG_LIST) {
3238           switch (ltag) {
3239             case GST_RIFF_LIST_movi:
3240               gst_adapter_flush (avi->adapter, 12);
3241               if (!avi->first_movi_offset)
3242                 avi->first_movi_offset = avi->offset;
3243               avi->offset += 12;
3244               avi->idx1_offset = avi->offset + size - 4;
3245               goto skipping_done;
3246             case GST_RIFF_LIST_INFO:
3247               GST_DEBUG ("Found INFO chunk");
3248               if (gst_avi_demux_peek_chunk (avi, &tag, &size)) {
3249                 GST_DEBUG ("got size %d", size);
3250                 avi->offset += 12;
3251                 gst_adapter_flush (avi->adapter, 12);
3252                 if (size > 4) {
3253                   buf = gst_adapter_take_buffer (avi->adapter, size - 4);
3254                   /* mind padding */
3255                   if (size & 1)
3256                     gst_adapter_flush (avi->adapter, 1);
3257                   gst_riff_parse_info (GST_ELEMENT_CAST (avi), buf, &tags);
3258                   if (tags) {
3259                     if (avi->globaltags) {
3260                       gst_tag_list_insert (avi->globaltags, tags,
3261                           GST_TAG_MERGE_REPLACE);
3262                     } else {
3263                       avi->globaltags = tags;
3264                     }
3265                   }
3266                   tags = NULL;
3267                   gst_buffer_unref (buf);
3268
3269                   avi->offset += GST_ROUND_UP_2 (size) - 4;
3270                 } else {
3271                   GST_DEBUG ("skipping INFO LIST prefix");
3272                 }
3273               } else {
3274                 /* Need more data */
3275                 return GST_FLOW_OK;
3276               }
3277               break;
3278             default:
3279               if (gst_avi_demux_peek_chunk (avi, &tag, &size)) {
3280                 avi->offset += 8 + GST_ROUND_UP_2 (size);
3281                 gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
3282                 // ??? goto iterate; ???
3283               } else {
3284                 /* Need more data */
3285                 return GST_FLOW_OK;
3286               }
3287               break;
3288           }
3289         } else {
3290           if (gst_avi_demux_peek_chunk (avi, &tag, &size)) {
3291             avi->offset += 8 + GST_ROUND_UP_2 (size);
3292             gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
3293             //goto iterate;
3294           } else {
3295             /* Need more data */
3296             return GST_FLOW_OK;
3297           }
3298         }
3299       }
3300       break;
3301     default:
3302       GST_WARNING ("unhandled header state: %d", avi->header_state);
3303       break;
3304   }
3305 skipping_done:
3306
3307   GST_DEBUG_OBJECT (avi, "skipping done ... (streams=%u, stream[0].indexes=%p)",
3308       avi->num_streams, avi->stream[0].indexes);
3309
3310   GST_DEBUG ("Found movi chunk. Starting to stream data");
3311   avi->state = GST_AVI_DEMUX_MOVI;
3312
3313   /* no indexes in push mode, but it still sets some variables */
3314   gst_avi_demux_calculate_durations_from_index (avi);
3315
3316   gst_avi_demux_expose_streams (avi, TRUE);
3317
3318   /* prepare all streams for index 0 */
3319   for (i = 0; i < avi->num_streams; i++)
3320     avi->stream[i].current_entry = 0;
3321
3322   /* create initial NEWSEGMENT event */
3323   if ((stop = avi->segment.stop) == GST_CLOCK_TIME_NONE)
3324     stop = avi->segment.duration;
3325
3326   GST_DEBUG_OBJECT (avi, "segment stop %" G_GINT64_FORMAT, stop);
3327
3328   if (avi->seg_event)
3329     gst_event_unref (avi->seg_event);
3330   avi->seg_event = gst_event_new_new_segment_full
3331       (FALSE, avi->segment.rate, avi->segment.applied_rate, GST_FORMAT_TIME,
3332       avi->segment.start, stop, avi->segment.time);
3333
3334   gst_avi_demux_check_seekability (avi);
3335
3336   /* at this point we know all the streams and we can signal the no more
3337    * pads signal */
3338   GST_DEBUG_OBJECT (avi, "signaling no more pads");
3339   gst_element_no_more_pads (GST_ELEMENT_CAST (avi));
3340
3341   return GST_FLOW_OK;
3342
3343   /* ERRORS */
3344 no_streams:
3345   {
3346     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("No streams found"));
3347     return GST_FLOW_ERROR;
3348   }
3349 header_no_list:
3350   {
3351     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3352         ("Invalid AVI header (no LIST at start): %"
3353             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3354     return GST_FLOW_ERROR;
3355   }
3356 header_no_hdrl:
3357   {
3358     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3359         ("Invalid AVI header (no hdrl at start): %"
3360             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3361     gst_buffer_unref (buf);
3362     return GST_FLOW_ERROR;
3363   }
3364 header_no_avih:
3365   {
3366     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3367         ("Invalid AVI header (no avih at start): %"
3368             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3369     if (sub)
3370       gst_buffer_unref (sub);
3371
3372     gst_buffer_unref (buf);
3373     return GST_FLOW_ERROR;
3374   }
3375 header_wrong_avih:
3376   {
3377     gst_buffer_unref (buf);
3378     return GST_FLOW_ERROR;
3379   }
3380 }
3381
3382 static void
3383 gst_avi_demux_add_date_tag (GstAviDemux * avi, gint y, gint m, gint d)
3384 {
3385   GDate *date;
3386   date = g_date_new_dmy (d, m, y);
3387   if (!g_date_valid (date)) {
3388     /* bogus date */
3389     GST_WARNING_OBJECT (avi, "Refusing to add invalid date %d-%d-%d", y, m, d);
3390     g_date_free (date);
3391     return;
3392   }
3393
3394   if (avi->globaltags == NULL)
3395     avi->globaltags = gst_tag_list_new ();
3396
3397   gst_tag_list_add (avi->globaltags, GST_TAG_MERGE_REPLACE, GST_TAG_DATE, date,
3398       NULL);
3399   g_date_free (date);
3400 }
3401
3402 static void
3403 gst_avi_demux_parse_idit_nums_only (GstAviDemux * avi, gchar * data)
3404 {
3405   gint y, m, d;
3406   gint ret;
3407
3408   ret = sscanf (data, "%d:%d:%d", &y, &m, &d);
3409   if (ret != 3) {
3410     GST_WARNING_OBJECT (avi, "Failed to parse IDIT tag");
3411     return;
3412   }
3413   gst_avi_demux_add_date_tag (avi, y, m, d);
3414 }
3415
3416 static gint
3417 get_month_num (gchar * data, guint size)
3418 {
3419   if (g_ascii_strncasecmp (data, "jan", 3) == 0) {
3420     return 1;
3421   } else if (g_ascii_strncasecmp (data, "feb", 3) == 0) {
3422     return 2;
3423   } else if (g_ascii_strncasecmp (data, "mar", 3) == 0) {
3424     return 3;
3425   } else if (g_ascii_strncasecmp (data, "apr", 3) == 0) {
3426     return 4;
3427   } else if (g_ascii_strncasecmp (data, "may", 3) == 0) {
3428     return 5;
3429   } else if (g_ascii_strncasecmp (data, "jun", 3) == 0) {
3430     return 6;
3431   } else if (g_ascii_strncasecmp (data, "jul", 3) == 0) {
3432     return 7;
3433   } else if (g_ascii_strncasecmp (data, "aug", 3) == 0) {
3434     return 8;
3435   } else if (g_ascii_strncasecmp (data, "sep", 3) == 0) {
3436     return 9;
3437   } else if (g_ascii_strncasecmp (data, "oct", 3) == 0) {
3438     return 10;
3439   } else if (g_ascii_strncasecmp (data, "nov", 3) == 0) {
3440     return 11;
3441   } else if (g_ascii_strncasecmp (data, "dec", 3) == 0) {
3442     return 12;
3443   }
3444
3445   return 0;
3446 }
3447
3448 static void
3449 gst_avi_demux_parse_idit_text (GstAviDemux * avi, gchar * data)
3450 {
3451   gint year, month, day;
3452   gint hour, min, sec;
3453   gint ret;
3454   gchar weekday[4];
3455   gchar monthstr[4];
3456
3457   ret = sscanf (data, "%3s %3s %d %d:%d:%d %d", weekday, monthstr, &day, &hour,
3458       &min, &sec, &year);
3459   if (ret != 7) {
3460     GST_WARNING_OBJECT (avi, "Failed to parse IDIT tag");
3461     return;
3462   }
3463   month = get_month_num (monthstr, strlen (monthstr));
3464   gst_avi_demux_add_date_tag (avi, year, month, day);
3465 }
3466
3467 static void
3468 gst_avi_demux_parse_idit (GstAviDemux * avi, GstBuffer * buf)
3469 {
3470   gchar *data = (gchar *) GST_BUFFER_DATA (buf);
3471   guint size = GST_BUFFER_SIZE (buf);
3472   gchar *safedata = NULL;
3473
3474   /*
3475    * According to:
3476    * http://www.eden-foundation.org/products/code/film_date_stamp/index.html
3477    *
3478    * This tag could be in one of the below formats
3479    * 2005:08:17 11:42:43
3480    * THU OCT 26 16:46:04 2006
3481    * Mon Mar  3 09:44:56 2008
3482    *
3483    * FIXME: Our date tag doesn't include hours
3484    */
3485
3486   /* skip eventual initial whitespace */
3487   while (size > 0 && g_ascii_isspace (data[0])) {
3488     data++;
3489     size--;
3490   }
3491
3492   if (size == 0) {
3493     goto non_parsable;
3494   }
3495
3496   /* make a safe copy to add a \0 to the end of the string */
3497   safedata = g_strndup (data, size);
3498
3499   /* test if the first char is a alpha or a number */
3500   if (g_ascii_isdigit (data[0])) {
3501     gst_avi_demux_parse_idit_nums_only (avi, safedata);
3502     g_free (safedata);
3503     return;
3504   } else if (g_ascii_isalpha (data[0])) {
3505     gst_avi_demux_parse_idit_text (avi, safedata);
3506     g_free (safedata);
3507     return;
3508   }
3509
3510   g_free (safedata);
3511
3512 non_parsable:
3513   GST_WARNING_OBJECT (avi, "IDIT tag has no parsable info");
3514 }
3515
3516 /*
3517  * Read full AVI headers.
3518  */
3519 static GstFlowReturn
3520 gst_avi_demux_stream_header_pull (GstAviDemux * avi)
3521 {
3522   GstFlowReturn res;
3523   GstBuffer *buf, *sub = NULL;
3524   guint32 tag;
3525   guint offset = 4;
3526   gint64 stop;
3527   GstElement *element = GST_ELEMENT_CAST (avi);
3528   GstClockTime stamp;
3529   GstTagList *tags = NULL;
3530
3531   stamp = gst_util_get_timestamp ();
3532
3533   /* the header consists of a 'hdrl' LIST tag */
3534   res = gst_riff_read_chunk (element, avi->sinkpad, &avi->offset, &tag, &buf);
3535   if (res != GST_FLOW_OK)
3536     goto pull_range_failed;
3537   else if (tag != GST_RIFF_TAG_LIST)
3538     goto no_list;
3539   else if (GST_BUFFER_SIZE (buf) < 4)
3540     goto no_header;
3541
3542   GST_DEBUG_OBJECT (avi, "parsing headers");
3543
3544   /* Find the 'hdrl' LIST tag */
3545   while (GST_READ_UINT32_LE (GST_BUFFER_DATA (buf)) != GST_RIFF_LIST_hdrl) {
3546     GST_LOG_OBJECT (avi, "buffer contains %" GST_FOURCC_FORMAT,
3547         GST_FOURCC_ARGS (GST_READ_UINT32_LE (GST_BUFFER_DATA (buf))));
3548
3549     /* Eat up */
3550     gst_buffer_unref (buf);
3551
3552     /* read new chunk */
3553     res = gst_riff_read_chunk (element, avi->sinkpad, &avi->offset, &tag, &buf);
3554     if (res != GST_FLOW_OK)
3555       goto pull_range_failed;
3556     else if (tag != GST_RIFF_TAG_LIST)
3557       goto no_list;
3558     else if (GST_BUFFER_SIZE (buf) < 4)
3559       goto no_header;
3560   }
3561
3562   GST_DEBUG_OBJECT (avi, "hdrl LIST tag found");
3563
3564   /* the hdrl starts with a 'avih' header */
3565   if (!gst_riff_parse_chunk (element, buf, &offset, &tag, &sub))
3566     goto no_avih;
3567   else if (tag != GST_RIFF_TAG_avih)
3568     goto no_avih;
3569   else if (!gst_avi_demux_parse_avih (avi, sub, &avi->avih))
3570     goto invalid_avih;
3571
3572   GST_DEBUG_OBJECT (avi, "AVI header ok, reading elements from header");
3573
3574   /* now, read the elements from the header until the end */
3575   while (gst_riff_parse_chunk (element, buf, &offset, &tag, &sub)) {
3576     /* sub can be NULL on empty tags */
3577     if (!sub)
3578       continue;
3579
3580     switch (tag) {
3581       case GST_RIFF_TAG_LIST:
3582       {
3583         guint8 *data;
3584         guint32 fourcc;
3585
3586         if (GST_BUFFER_SIZE (sub) < 4)
3587           goto next;
3588
3589         data = GST_BUFFER_DATA (sub);
3590         fourcc = GST_READ_UINT32_LE (data);
3591
3592         switch (fourcc) {
3593           case GST_RIFF_LIST_strl:
3594             if (!(gst_avi_demux_parse_stream (avi, sub))) {
3595               GST_ELEMENT_WARNING (avi, STREAM, DEMUX, (NULL),
3596                   ("failed to parse stream, ignoring"));
3597               sub = NULL;
3598             }
3599             sub = NULL;
3600             goto next;
3601           case GST_RIFF_LIST_odml:
3602             gst_avi_demux_parse_odml (avi, sub);
3603             sub = NULL;
3604             break;
3605           case GST_RIFF_LIST_INFO:
3606             GST_BUFFER_DATA (sub) = data + 4;
3607             GST_BUFFER_SIZE (sub) -= 4;
3608             gst_riff_parse_info (element, sub, &tags);
3609             if (tags) {
3610               if (avi->globaltags) {
3611                 gst_tag_list_insert (avi->globaltags, tags,
3612                     GST_TAG_MERGE_REPLACE);
3613               } else {
3614                 avi->globaltags = tags;
3615               }
3616             }
3617             tags = NULL;
3618             break;
3619           default:
3620             GST_WARNING_OBJECT (avi,
3621                 "Unknown list %" GST_FOURCC_FORMAT " in AVI header",
3622                 GST_FOURCC_ARGS (fourcc));
3623             GST_MEMDUMP_OBJECT (avi, "Unknown list", GST_BUFFER_DATA (sub),
3624                 GST_BUFFER_SIZE (sub));
3625             /* fall-through */
3626           case GST_RIFF_TAG_JUNQ:
3627           case GST_RIFF_TAG_JUNK:
3628             goto next;
3629         }
3630         break;
3631       }
3632       case GST_RIFF_IDIT:
3633         gst_avi_demux_parse_idit (avi, sub);
3634         goto next;
3635       default:
3636         GST_WARNING_OBJECT (avi,
3637             "Unknown tag %" GST_FOURCC_FORMAT " in AVI header at off %d",
3638             GST_FOURCC_ARGS (tag), offset);
3639         GST_MEMDUMP_OBJECT (avi, "Unknown tag", GST_BUFFER_DATA (sub),
3640             GST_BUFFER_SIZE (sub));
3641         /* fall-through */
3642       case GST_RIFF_TAG_JUNQ:
3643       case GST_RIFF_TAG_JUNK:
3644       next:
3645         if (sub)
3646           gst_buffer_unref (sub);
3647         sub = NULL;
3648         break;
3649     }
3650   }
3651   gst_buffer_unref (buf);
3652   GST_DEBUG ("elements parsed");
3653
3654   /* check parsed streams */
3655   if (avi->num_streams == 0)
3656     goto no_streams;
3657   else if (avi->num_streams != avi->avih->streams) {
3658     GST_WARNING_OBJECT (avi,
3659         "Stream header mentioned %d streams, but %d available",
3660         avi->avih->streams, avi->num_streams);
3661   }
3662
3663   GST_DEBUG_OBJECT (avi, "skipping junk between header and data, offset=%"
3664       G_GUINT64_FORMAT, avi->offset);
3665
3666   /* Now, find the data (i.e. skip all junk between header and data) */
3667   do {
3668     guint size;
3669     guint8 *data;
3670     guint32 tag, ltag;
3671
3672     res = gst_pad_pull_range (avi->sinkpad, avi->offset, 12, &buf);
3673     if (res != GST_FLOW_OK) {
3674       GST_DEBUG_OBJECT (avi, "pull_range failure while looking for tags");
3675       goto pull_range_failed;
3676     } else if (GST_BUFFER_SIZE (buf) < 12) {
3677       GST_DEBUG_OBJECT (avi, "got %d bytes which is less than 12 bytes",
3678           GST_BUFFER_SIZE (buf));
3679       gst_buffer_unref (buf);
3680       return GST_FLOW_ERROR;
3681     }
3682
3683     data = GST_BUFFER_DATA (buf);
3684
3685     tag = GST_READ_UINT32_LE (data);
3686     size = GST_READ_UINT32_LE (data + 4);
3687     ltag = GST_READ_UINT32_LE (data + 8);
3688
3689     GST_DEBUG ("tag %" GST_FOURCC_FORMAT ", size %u",
3690         GST_FOURCC_ARGS (tag), size);
3691     GST_MEMDUMP ("Tag content", data, GST_BUFFER_SIZE (buf));
3692     gst_buffer_unref (buf);
3693
3694     switch (tag) {
3695       case GST_RIFF_TAG_LIST:{
3696         switch (ltag) {
3697           case GST_RIFF_LIST_movi:
3698             GST_DEBUG_OBJECT (avi,
3699                 "Reached the 'movi' tag, we're done with skipping");
3700             goto skipping_done;
3701           case GST_RIFF_LIST_INFO:
3702             res =
3703                 gst_riff_read_chunk (element, avi->sinkpad, &avi->offset, &tag,
3704                 &buf);
3705             if (res != GST_FLOW_OK) {
3706               GST_DEBUG_OBJECT (avi, "couldn't read INFO chunk");
3707               goto pull_range_failed;
3708             }
3709             GST_DEBUG ("got size %u", GST_BUFFER_SIZE (buf));
3710             if (size < 4) {
3711               GST_DEBUG ("skipping INFO LIST prefix");
3712               avi->offset += (4 - GST_ROUND_UP_2 (size));
3713               gst_buffer_unref (buf);
3714               continue;
3715             }
3716
3717             sub = gst_buffer_create_sub (buf, 4, GST_BUFFER_SIZE (buf) - 4);
3718             gst_riff_parse_info (element, sub, &tags);
3719             if (tags) {
3720               if (avi->globaltags) {
3721                 gst_tag_list_insert (avi->globaltags, tags,
3722                     GST_TAG_MERGE_REPLACE);
3723               } else {
3724                 avi->globaltags = tags;
3725               }
3726             }
3727             tags = NULL;
3728             if (sub) {
3729               gst_buffer_unref (sub);
3730               sub = NULL;
3731             }
3732             gst_buffer_unref (buf);
3733             /* gst_riff_read_chunk() has already advanced avi->offset */
3734             break;
3735           default:
3736             GST_WARNING_OBJECT (avi,
3737                 "Skipping unknown list tag %" GST_FOURCC_FORMAT,
3738                 GST_FOURCC_ARGS (ltag));
3739             avi->offset += 8 + GST_ROUND_UP_2 (size);
3740             break;
3741         }
3742       }
3743         break;
3744       default:
3745         GST_WARNING_OBJECT (avi, "Skipping unknown tag %" GST_FOURCC_FORMAT,
3746             GST_FOURCC_ARGS (tag));
3747         /* Fall-through */
3748       case GST_MAKE_FOURCC ('J', 'U', 'N', 'Q'):
3749       case GST_MAKE_FOURCC ('J', 'U', 'N', 'K'):
3750         /* Only get buffer for debugging if the memdump is needed  */
3751         if (gst_debug_category_get_threshold (GST_CAT_DEFAULT) >= 9) {
3752           res = gst_pad_pull_range (avi->sinkpad, avi->offset, size, &buf);
3753           if (res != GST_FLOW_OK) {
3754             GST_DEBUG_OBJECT (avi, "couldn't read INFO chunk");
3755             goto pull_range_failed;
3756           }
3757           GST_MEMDUMP ("Junk", GST_BUFFER_DATA (buf), GST_BUFFER_SIZE (buf));
3758           gst_buffer_unref (buf);
3759         }
3760         avi->offset += 8 + GST_ROUND_UP_2 (size);
3761         break;
3762     }
3763   } while (1);
3764 skipping_done:
3765
3766   GST_DEBUG_OBJECT (avi, "skipping done ... (streams=%u, stream[0].indexes=%p)",
3767       avi->num_streams, avi->stream[0].indexes);
3768
3769   /* create or read stream index (for seeking) */
3770   if (avi->stream[0].indexes != NULL) {
3771     /* we read a super index already (gst_avi_demux_parse_superindex() ) */
3772     gst_avi_demux_read_subindexes_pull (avi);
3773   }
3774   if (!avi->have_index) {
3775     if (avi->avih->flags & GST_RIFF_AVIH_HASINDEX)
3776       gst_avi_demux_stream_index (avi);
3777
3778     /* still no index, scan */
3779     if (!avi->have_index) {
3780       gst_avi_demux_stream_scan (avi);
3781
3782       /* still no index.. this is a fatal error for now.
3783        * FIXME, we should switch to plain push mode without seeking
3784        * instead of failing. */
3785       if (!avi->have_index)
3786         goto no_index;
3787     }
3788   }
3789   /* use the indexes now to construct nice durations */
3790   gst_avi_demux_calculate_durations_from_index (avi);
3791
3792   gst_avi_demux_expose_streams (avi, FALSE);
3793
3794   /* create initial NEWSEGMENT event */
3795   if ((stop = avi->segment.stop) == GST_CLOCK_TIME_NONE)
3796     stop = avi->segment.duration;
3797
3798   GST_DEBUG_OBJECT (avi, "segment stop %" G_GINT64_FORMAT, stop);
3799
3800   /* do initial seek to the default segment values */
3801   gst_avi_demux_do_seek (avi, &avi->segment);
3802
3803   /* prepare initial segment */
3804   if (avi->seg_event)
3805     gst_event_unref (avi->seg_event);
3806   avi->seg_event = gst_event_new_new_segment_full
3807       (FALSE, avi->segment.rate, avi->segment.applied_rate, GST_FORMAT_TIME,
3808       avi->segment.start, stop, avi->segment.time);
3809
3810   stamp = gst_util_get_timestamp () - stamp;
3811   GST_DEBUG_OBJECT (avi, "pulling header took %" GST_TIME_FORMAT,
3812       GST_TIME_ARGS (stamp));
3813
3814   /* at this point we know all the streams and we can signal the no more
3815    * pads signal */
3816   GST_DEBUG_OBJECT (avi, "signaling no more pads");
3817   gst_element_no_more_pads (GST_ELEMENT_CAST (avi));
3818
3819   return GST_FLOW_OK;
3820
3821   /* ERRORS */
3822 no_list:
3823   {
3824     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3825         ("Invalid AVI header (no LIST at start): %"
3826             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3827     gst_buffer_unref (buf);
3828     return GST_FLOW_ERROR;
3829   }
3830 no_header:
3831   {
3832     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3833         ("Invalid AVI header (no hdrl at start): %"
3834             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3835     gst_buffer_unref (buf);
3836     return GST_FLOW_ERROR;
3837   }
3838 no_avih:
3839   {
3840     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3841         ("Invalid AVI header (no avih at start): %"
3842             GST_FOURCC_FORMAT, GST_FOURCC_ARGS (tag)));
3843     if (sub)
3844       gst_buffer_unref (sub);
3845     gst_buffer_unref (buf);
3846     return GST_FLOW_ERROR;
3847   }
3848 invalid_avih:
3849   {
3850     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3851         ("Invalid AVI header (cannot parse avih at start)"));
3852     gst_buffer_unref (buf);
3853     return GST_FLOW_ERROR;
3854   }
3855 no_streams:
3856   {
3857     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("No streams found"));
3858     return GST_FLOW_ERROR;
3859   }
3860 no_index:
3861   {
3862     GST_WARNING ("file without or too big index");
3863     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3864         ("Could not get/create index"));
3865     return GST_FLOW_ERROR;
3866   }
3867 pull_range_failed:
3868   {
3869     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL),
3870         ("pull_range flow reading header: %s", gst_flow_get_name (res)));
3871     return GST_FLOW_ERROR;
3872   }
3873 }
3874
3875 /* move a stream to @index */
3876 static void
3877 gst_avi_demux_move_stream (GstAviDemux * avi, GstAviStream * stream,
3878     GstSegment * segment, guint index)
3879 {
3880   GST_DEBUG_OBJECT (avi, "Move stream %d to %u", stream->num, index);
3881
3882   if (segment->rate < 0.0) {
3883     guint next_key;
3884     /* Because we don't know the frame order we need to push from the prev keyframe
3885      * to the next keyframe. If there is a smart decoder downstream he will notice
3886      * that there are too many encoded frames send and return UNEXPECTED when there
3887      * are enough decoded frames to fill the segment. */
3888     next_key = gst_avi_demux_index_next (avi, stream, index, TRUE);
3889
3890     /* FIXME, we go back to 0, we should look at segment.start. We will however
3891      * stop earlier when the see the timestamp < segment.start */
3892     stream->start_entry = 0;
3893     stream->step_entry = index;
3894     stream->current_entry = index;
3895     stream->stop_entry = next_key;
3896
3897     GST_DEBUG_OBJECT (avi, "reverse seek: start %u, step %u, stop %u",
3898         stream->start_entry, stream->step_entry, stream->stop_entry);
3899   } else {
3900     stream->start_entry = index;
3901     stream->step_entry = index;
3902     stream->stop_entry = gst_avi_demux_index_last (avi, stream);
3903   }
3904   if (stream->current_entry != index) {
3905     GST_DEBUG_OBJECT (avi, "Move DISCONT from %u to %u",
3906         stream->current_entry, index);
3907     stream->current_entry = index;
3908     stream->discont = TRUE;
3909   }
3910
3911   /* update the buffer info */
3912   gst_avi_demux_get_buffer_info (avi, stream, index,
3913       &stream->current_timestamp, &stream->current_ts_end,
3914       &stream->current_offset, &stream->current_offset_end);
3915
3916   GST_DEBUG_OBJECT (avi, "Moved to %u, ts %" GST_TIME_FORMAT
3917       ", ts_end %" GST_TIME_FORMAT ", off %" G_GUINT64_FORMAT
3918       ", off_end %" G_GUINT64_FORMAT, index,
3919       GST_TIME_ARGS (stream->current_timestamp),
3920       GST_TIME_ARGS (stream->current_ts_end), stream->current_offset,
3921       stream->current_offset_end);
3922
3923   GST_DEBUG_OBJECT (avi, "Seeking to offset %" G_GUINT64_FORMAT,
3924       stream->index[index].offset);
3925 }
3926
3927 /*
3928  * Do the actual seeking.
3929  */
3930 static gboolean
3931 gst_avi_demux_do_seek (GstAviDemux * avi, GstSegment * segment)
3932 {
3933   GstClockTime seek_time;
3934   gboolean keyframe;
3935   guint i, index;
3936   GstAviStream *stream;
3937
3938   seek_time = segment->last_stop;
3939   keyframe = ! !(segment->flags & GST_SEEK_FLAG_KEY_UNIT);
3940
3941   GST_DEBUG_OBJECT (avi, "seek to: %" GST_TIME_FORMAT
3942       " keyframe seeking:%d", GST_TIME_ARGS (seek_time), keyframe);
3943
3944   /* FIXME, this code assumes the main stream with keyframes is stream 0,
3945    * which is mostly correct... */
3946   stream = &avi->stream[avi->main_stream];
3947
3948   /* get the entry index for the requested position */
3949   index = gst_avi_demux_index_for_time (avi, stream, seek_time);
3950   GST_DEBUG_OBJECT (avi, "Got entry %u", index);
3951
3952   /* check if we are already on a keyframe */
3953   if (!ENTRY_IS_KEYFRAME (&stream->index[index])) {
3954     GST_DEBUG_OBJECT (avi, "not keyframe, searching back");
3955     /* now go to the previous keyframe, this is where we should start
3956      * decoding from. */
3957     index = gst_avi_demux_index_prev (avi, stream, index, TRUE);
3958     GST_DEBUG_OBJECT (avi, "previous keyframe at %u", index);
3959   }
3960
3961   /* move the main stream to this position */
3962   gst_avi_demux_move_stream (avi, stream, segment, index);
3963
3964   if (keyframe) {
3965     /* when seeking to a keyframe, we update the result seek time
3966      * to the time of the keyframe. */
3967     seek_time = stream->current_timestamp;
3968     GST_DEBUG_OBJECT (avi, "keyframe adjusted to %" GST_TIME_FORMAT,
3969         GST_TIME_ARGS (seek_time));
3970   }
3971
3972   /* the seek time is also the last_stop and stream time when going
3973    * forwards */
3974   segment->last_stop = seek_time;
3975   if (segment->rate > 0.0)
3976     segment->time = seek_time;
3977
3978   /* now set DISCONT and align the other streams */
3979   for (i = 0; i < avi->num_streams; i++) {
3980     GstAviStream *ostream;
3981
3982     ostream = &avi->stream[i];
3983     if ((ostream == stream) || (ostream->index == NULL))
3984       continue;
3985
3986     /* get the entry index for the requested position */
3987     index = gst_avi_demux_index_for_time (avi, ostream, seek_time);
3988
3989     /* move to previous keyframe */
3990     if (!ENTRY_IS_KEYFRAME (&ostream->index[index]))
3991       index = gst_avi_demux_index_prev (avi, ostream, index, TRUE);
3992
3993     gst_avi_demux_move_stream (avi, ostream, segment, index);
3994   }
3995   GST_DEBUG_OBJECT (avi, "done seek to: %" GST_TIME_FORMAT,
3996       GST_TIME_ARGS (seek_time));
3997
3998   return TRUE;
3999 }
4000
4001 /*
4002  * Handle seek event in pull mode.
4003  */
4004 static gboolean
4005 gst_avi_demux_handle_seek (GstAviDemux * avi, GstPad * pad, GstEvent * event)
4006 {
4007   gdouble rate;
4008   GstFormat format;
4009   GstSeekFlags flags;
4010   GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type;
4011   gint64 cur, stop;
4012   gboolean flush;
4013   gboolean update;
4014   GstSegment seeksegment = { 0, };
4015   gint i;
4016
4017   if (event) {
4018     GST_DEBUG_OBJECT (avi, "doing seek with event");
4019
4020     gst_event_parse_seek (event, &rate, &format, &flags,
4021         &cur_type, &cur, &stop_type, &stop);
4022
4023     /* we have to have a format as the segment format. Try to convert
4024      * if not. */
4025     if (format != GST_FORMAT_TIME) {
4026       GstFormat fmt = GST_FORMAT_TIME;
4027       gboolean res = TRUE;
4028
4029       if (cur_type != GST_SEEK_TYPE_NONE)
4030         res = gst_pad_query_convert (pad, format, cur, &fmt, &cur);
4031       if (res && stop_type != GST_SEEK_TYPE_NONE)
4032         res = gst_pad_query_convert (pad, format, stop, &fmt, &stop);
4033       if (!res)
4034         goto no_format;
4035
4036       format = fmt;
4037     }
4038     GST_DEBUG_OBJECT (avi,
4039         "seek requested: rate %g cur %" GST_TIME_FORMAT " stop %"
4040         GST_TIME_FORMAT, rate, GST_TIME_ARGS (cur), GST_TIME_ARGS (stop));
4041     /* FIXME: can we do anything with rate!=1.0 */
4042   } else {
4043     GST_DEBUG_OBJECT (avi, "doing seek without event");
4044     flags = 0;
4045     rate = 1.0;
4046   }
4047
4048   /* save flush flag */
4049   flush = flags & GST_SEEK_FLAG_FLUSH;
4050
4051   if (flush) {
4052     GstEvent *fevent = gst_event_new_flush_start ();
4053
4054     /* for a flushing seek, we send a flush_start on all pads. This will
4055      * eventually stop streaming with a WRONG_STATE. We can thus eventually
4056      * take the STREAM_LOCK. */
4057     GST_DEBUG_OBJECT (avi, "sending flush start");
4058     gst_avi_demux_push_event (avi, gst_event_ref (fevent));
4059     gst_pad_push_event (avi->sinkpad, fevent);
4060   } else {
4061     /* a non-flushing seek, we PAUSE the task so that we can take the
4062      * STREAM_LOCK */
4063     GST_DEBUG_OBJECT (avi, "non flushing seek, pausing task");
4064     gst_pad_pause_task (avi->sinkpad);
4065   }
4066
4067   /* wait for streaming to stop */
4068   GST_DEBUG_OBJECT (avi, "wait for streaming to stop");
4069   GST_PAD_STREAM_LOCK (avi->sinkpad);
4070
4071   /* copy segment, we need this because we still need the old
4072    * segment when we close the current segment. */
4073   memcpy (&seeksegment, &avi->segment, sizeof (GstSegment));
4074
4075   if (event) {
4076     GST_DEBUG_OBJECT (avi, "configuring seek");
4077     gst_segment_set_seek (&seeksegment, rate, format, flags,
4078         cur_type, cur, stop_type, stop, &update);
4079   }
4080   /* do the seek, seeksegment.last_stop contains the new position, this
4081    * actually never fails. */
4082   gst_avi_demux_do_seek (avi, &seeksegment);
4083
4084   gst_event_replace (&avi->close_seg_event, NULL);
4085   if (flush) {
4086     GstEvent *fevent = gst_event_new_flush_stop ();
4087
4088     GST_DEBUG_OBJECT (avi, "sending flush stop");
4089     gst_avi_demux_push_event (avi, gst_event_ref (fevent));
4090     gst_pad_push_event (avi->sinkpad, fevent);
4091   } else if (avi->segment_running) {
4092     /* we are running the current segment and doing a non-flushing seek,
4093      * close the segment first based on the last_stop. */
4094     GST_DEBUG_OBJECT (avi, "closing running segment %" G_GINT64_FORMAT
4095         " to %" G_GINT64_FORMAT, avi->segment.start, avi->segment.last_stop);
4096     avi->close_seg_event = gst_event_new_new_segment_full (TRUE,
4097         avi->segment.rate, avi->segment.applied_rate, avi->segment.format,
4098         avi->segment.start, avi->segment.last_stop, avi->segment.time);
4099   }
4100
4101   /* now update the real segment info */
4102   memcpy (&avi->segment, &seeksegment, sizeof (GstSegment));
4103
4104   /* post the SEGMENT_START message when we do segmented playback */
4105   if (avi->segment.flags & GST_SEEK_FLAG_SEGMENT) {
4106     gst_element_post_message (GST_ELEMENT_CAST (avi),
4107         gst_message_new_segment_start (GST_OBJECT_CAST (avi),
4108             avi->segment.format, avi->segment.last_stop));
4109   }
4110
4111   /* prepare for streaming again */
4112   if ((stop = avi->segment.stop) == GST_CLOCK_TIME_NONE)
4113     stop = avi->segment.duration;
4114
4115   /* queue the segment event for the streaming thread. */
4116   if (avi->seg_event)
4117     gst_event_unref (avi->seg_event);
4118   if (avi->segment.rate > 0.0) {
4119     /* forwards goes from last_stop to stop */
4120     avi->seg_event = gst_event_new_new_segment_full (FALSE,
4121         avi->segment.rate, avi->segment.applied_rate, avi->segment.format,
4122         avi->segment.last_stop, stop, avi->segment.time);
4123   } else {
4124     /* reverse goes from start to last_stop */
4125     avi->seg_event = gst_event_new_new_segment_full (FALSE,
4126         avi->segment.rate, avi->segment.applied_rate, avi->segment.format,
4127         avi->segment.start, avi->segment.last_stop, avi->segment.time);
4128   }
4129
4130   if (!avi->streaming) {
4131     avi->segment_running = TRUE;
4132     gst_pad_start_task (avi->sinkpad, (GstTaskFunction) gst_avi_demux_loop,
4133         avi->sinkpad);
4134   }
4135   /* reset the last flow and mark discont, seek is always DISCONT */
4136   for (i = 0; i < avi->num_streams; i++) {
4137     GST_DEBUG_OBJECT (avi, "marking DISCONT");
4138     avi->stream[i].last_flow = GST_FLOW_OK;
4139     avi->stream[i].discont = TRUE;
4140   }
4141   GST_PAD_STREAM_UNLOCK (avi->sinkpad);
4142
4143   return TRUE;
4144
4145   /* ERRORS */
4146 no_format:
4147   {
4148     GST_DEBUG_OBJECT (avi, "unsupported format given, seek aborted.");
4149     return FALSE;
4150   }
4151 }
4152
4153 /*
4154  * Handle seek event in push mode.
4155  */
4156 static gboolean
4157 avi_demux_handle_seek_push (GstAviDemux * avi, GstPad * pad, GstEvent * event)
4158 {
4159   gdouble rate;
4160   GstFormat format;
4161   GstSeekFlags flags;
4162   GstSeekType cur_type = GST_SEEK_TYPE_NONE, stop_type;
4163   gint64 cur, stop;
4164   gboolean keyframe;
4165   GstAviStream *stream;
4166   guint index;
4167   guint n, str_num;
4168   guint64 min_offset;
4169   GstSegment seeksegment;
4170   gboolean update;
4171
4172   /* check we have the index */
4173   if (!avi->have_index) {
4174     GST_DEBUG_OBJECT (avi, "no seek index built, seek aborted.");
4175     return FALSE;
4176   } else {
4177     GST_DEBUG_OBJECT (avi, "doing push-based seek with event");
4178   }
4179
4180   gst_event_parse_seek (event, &rate, &format, &flags,
4181       &cur_type, &cur, &stop_type, &stop);
4182
4183   if (format != GST_FORMAT_TIME) {
4184     GstFormat fmt = GST_FORMAT_TIME;
4185     gboolean res = TRUE;
4186
4187     if (cur_type != GST_SEEK_TYPE_NONE)
4188       res = gst_pad_query_convert (pad, format, cur, &fmt, &cur);
4189     if (res && stop_type != GST_SEEK_TYPE_NONE)
4190       res = gst_pad_query_convert (pad, format, stop, &fmt, &stop);
4191     if (!res) {
4192       GST_DEBUG_OBJECT (avi, "unsupported format given, seek aborted.");
4193       return FALSE;
4194     }
4195
4196     format = fmt;
4197   }
4198
4199   /* let gst_segment handle any tricky stuff */
4200   GST_DEBUG_OBJECT (avi, "configuring seek");
4201   memcpy (&seeksegment, &avi->segment, sizeof (GstSegment));
4202   gst_segment_set_seek (&seeksegment, rate, format, flags,
4203       cur_type, cur, stop_type, stop, &update);
4204
4205   keyframe = ! !(flags & GST_SEEK_FLAG_KEY_UNIT);
4206   cur = seeksegment.last_stop;
4207
4208   GST_DEBUG_OBJECT (avi,
4209       "Seek requested: ts %" GST_TIME_FORMAT " stop %" GST_TIME_FORMAT
4210       ", kf %u, rate %lf", GST_TIME_ARGS (cur), GST_TIME_ARGS (stop), keyframe,
4211       rate);
4212
4213   if (rate < 0) {
4214     GST_DEBUG_OBJECT (avi, "negative rate seek not supported in push mode");
4215     return FALSE;
4216   }
4217
4218   /* FIXME, this code assumes the main stream with keyframes is stream 0,
4219    * which is mostly correct... */
4220   str_num = avi->main_stream;
4221   stream = &avi->stream[str_num];
4222
4223   /* get the entry index for the requested position */
4224   index = gst_avi_demux_index_for_time (avi, stream, cur);
4225   GST_DEBUG_OBJECT (avi, "str %u: Found entry %u for %" GST_TIME_FORMAT,
4226       str_num, index, GST_TIME_ARGS (cur));
4227
4228   /* check if we are already on a keyframe */
4229   if (!ENTRY_IS_KEYFRAME (&stream->index[index])) {
4230     GST_DEBUG_OBJECT (avi, "Entry is not a keyframe - searching back");
4231     /* now go to the previous keyframe, this is where we should start
4232      * decoding from. */
4233     index = gst_avi_demux_index_prev (avi, stream, index, TRUE);
4234     GST_DEBUG_OBJECT (avi, "Found previous keyframe at %u", index);
4235   }
4236
4237   gst_avi_demux_get_buffer_info (avi, stream, index,
4238       &stream->current_timestamp, &stream->current_ts_end,
4239       &stream->current_offset, &stream->current_offset_end);
4240
4241   /* re-use cur to be the timestamp of the seek as it _will_ be */
4242   cur = stream->current_timestamp;
4243
4244   min_offset = stream->index[index].offset;
4245   avi->seek_kf_offset = min_offset - 8;
4246
4247   GST_DEBUG_OBJECT (avi,
4248       "Seek to: ts %" GST_TIME_FORMAT " (on str %u, idx %u, offset %"
4249       G_GUINT64_FORMAT ")", GST_TIME_ARGS (stream->current_timestamp), str_num,
4250       index, min_offset);
4251
4252   for (n = 0; n < avi->num_streams; n++) {
4253     GstAviStream *str = &avi->stream[n];
4254     guint idx;
4255
4256     if (n == avi->main_stream)
4257       continue;
4258
4259     /* get the entry index for the requested position */
4260     idx = gst_avi_demux_index_for_time (avi, str, cur);
4261     GST_DEBUG_OBJECT (avi, "str %u: Found entry %u for %" GST_TIME_FORMAT, n,
4262         idx, GST_TIME_ARGS (cur));
4263
4264     /* check if we are already on a keyframe */
4265     if (!ENTRY_IS_KEYFRAME (&str->index[idx])) {
4266       GST_DEBUG_OBJECT (avi, "Entry is not a keyframe - searching back");
4267       /* now go to the previous keyframe, this is where we should start
4268        * decoding from. */
4269       idx = gst_avi_demux_index_prev (avi, str, idx, TRUE);
4270       GST_DEBUG_OBJECT (avi, "Found previous keyframe at %u", idx);
4271     }
4272
4273     gst_avi_demux_get_buffer_info (avi, str, idx,
4274         &str->current_timestamp, &str->current_ts_end,
4275         &str->current_offset, &str->current_offset_end);
4276
4277     if (str->index[idx].offset < min_offset) {
4278       min_offset = str->index[idx].offset;
4279       GST_DEBUG_OBJECT (avi,
4280           "Found an earlier offset at %" G_GUINT64_FORMAT ", str %u",
4281           min_offset, n);
4282       str_num = n;
4283       stream = str;
4284       index = idx;
4285     }
4286   }
4287
4288   GST_DEBUG_OBJECT (avi,
4289       "Seek performed: str %u, offset %" G_GUINT64_FORMAT ", idx %u, ts %"
4290       GST_TIME_FORMAT ", ts_end %" GST_TIME_FORMAT ", off %" G_GUINT64_FORMAT
4291       ", off_end %" G_GUINT64_FORMAT, str_num, min_offset, index,
4292       GST_TIME_ARGS (stream->current_timestamp),
4293       GST_TIME_ARGS (stream->current_ts_end), stream->current_offset,
4294       stream->current_offset_end);
4295
4296   /* index data refers to data, not chunk header (for pull mode convenience) */
4297   min_offset -= 8;
4298   GST_DEBUG_OBJECT (avi, "seeking to chunk at offset %" G_GUINT64_FORMAT,
4299       min_offset);
4300
4301   if (!perform_seek_to_offset (avi, min_offset)) {
4302     GST_DEBUG_OBJECT (avi, "seek event failed!");
4303     return FALSE;
4304   }
4305
4306   return TRUE;
4307 }
4308
4309 /*
4310  * Handle whether we can perform the seek event or if we have to let the chain
4311  * function handle seeks to build the seek indexes first.
4312  */
4313 static gboolean
4314 gst_avi_demux_handle_seek_push (GstAviDemux * avi, GstPad * pad,
4315     GstEvent * event)
4316 {
4317   /* check for having parsed index already */
4318   if (!avi->have_index) {
4319     guint64 offset = 0;
4320     gboolean building_index;
4321
4322     GST_OBJECT_LOCK (avi);
4323     /* handle the seek event in the chain function */
4324     avi->state = GST_AVI_DEMUX_SEEK;
4325
4326     /* copy the event */
4327     if (avi->seek_event)
4328       gst_event_unref (avi->seek_event);
4329     avi->seek_event = gst_event_ref (event);
4330
4331     /* set the building_index flag so that only one thread can setup the
4332      * structures for index seeking. */
4333     building_index = avi->building_index;
4334     if (!building_index) {
4335       avi->building_index = TRUE;
4336       if (avi->stream[0].indexes) {
4337         avi->odml_stream = 0;
4338         avi->odml_subidxs = avi->stream[avi->odml_stream].indexes;
4339         offset = avi->odml_subidxs[0];
4340       } else {
4341         offset = avi->idx1_offset;
4342       }
4343     }
4344     GST_OBJECT_UNLOCK (avi);
4345
4346     if (!building_index) {
4347       /* seek to the first subindex or legacy index */
4348       GST_INFO_OBJECT (avi,
4349           "Seeking to legacy index/first subindex at %" G_GUINT64_FORMAT,
4350           offset);
4351       return perform_seek_to_offset (avi, offset);
4352     }
4353
4354     /* FIXME: we have to always return true so that we don't block the seek
4355      * thread.
4356      * Note: maybe it is OK to return true if we're still building the index */
4357     return TRUE;
4358   }
4359
4360   return avi_demux_handle_seek_push (avi, pad, event);
4361 }
4362
4363 /*
4364  * Helper for gst_avi_demux_invert()
4365  */
4366 static inline void
4367 swap_line (guint8 * d1, guint8 * d2, guint8 * tmp, gint bytes)
4368 {
4369   memcpy (tmp, d1, bytes);
4370   memcpy (d1, d2, bytes);
4371   memcpy (d2, tmp, bytes);
4372 }
4373
4374
4375 #define gst_avi_demux_is_uncompressed(fourcc)           \
4376   (fourcc == GST_RIFF_DIB ||                            \
4377    fourcc == GST_RIFF_rgb ||                            \
4378    fourcc == GST_RIFF_RGB || fourcc == GST_RIFF_RAW)
4379
4380 /*
4381  * Invert DIB buffers... Takes existing buffer and
4382  * returns either the buffer or a new one (with old
4383  * one dereferenced).
4384  * FIXME: can't we preallocate tmp? and remember stride, bpp?
4385  */
4386 static GstBuffer *
4387 gst_avi_demux_invert (GstAviStream * stream, GstBuffer * buf)
4388 {
4389   GstStructure *s;
4390   gint y, w, h;
4391   gint bpp, stride;
4392   guint8 *tmp = NULL;
4393
4394   if (stream->strh->type != GST_RIFF_FCC_vids)
4395     return buf;
4396
4397   if (!gst_avi_demux_is_uncompressed (stream->strh->fcc_handler)) {
4398     return buf;                 /* Ignore non DIB buffers */
4399   }
4400
4401   s = gst_caps_get_structure (GST_PAD_CAPS (stream->pad), 0);
4402   if (!gst_structure_get_int (s, "bpp", &bpp)) {
4403     GST_WARNING ("Failed to retrieve depth from caps");
4404     return buf;
4405   }
4406
4407   if (stream->strf.vids == NULL) {
4408     GST_WARNING ("Failed to retrieve vids for stream");
4409     return buf;
4410   }
4411
4412   h = stream->strf.vids->height;
4413   w = stream->strf.vids->width;
4414   stride = w * (bpp / 8);
4415
4416   buf = gst_buffer_make_writable (buf);
4417   if (GST_BUFFER_SIZE (buf) < (stride * h)) {
4418     GST_WARNING ("Buffer is smaller than reported Width x Height x Depth");
4419     return buf;
4420   }
4421
4422   tmp = g_malloc (stride);
4423
4424   for (y = 0; y < h / 2; y++) {
4425     swap_line (GST_BUFFER_DATA (buf) + stride * y,
4426         GST_BUFFER_DATA (buf) + stride * (h - 1 - y), tmp, stride);
4427   }
4428
4429   g_free (tmp);
4430
4431   return buf;
4432 }
4433
4434 static void
4435 gst_avi_demux_add_assoc (GstAviDemux * avi, GstAviStream * stream,
4436     GstClockTime timestamp, guint64 offset, gboolean keyframe)
4437 {
4438   /* do not add indefinitely for open-ended streaming */
4439   if (G_UNLIKELY (avi->element_index && avi->seekable)) {
4440     GST_LOG_OBJECT (avi, "adding association %" GST_TIME_FORMAT "-> %"
4441         G_GUINT64_FORMAT, GST_TIME_ARGS (timestamp), offset);
4442     gst_index_add_association (avi->element_index, avi->index_id,
4443         keyframe ? GST_ASSOCIATION_FLAG_KEY_UNIT : GST_ASSOCIATION_FLAG_NONE,
4444         GST_FORMAT_TIME, timestamp, GST_FORMAT_BYTES, offset, NULL);
4445     /* well, current_total determines TIME and entry DEFAULT (frame #) ... */
4446     gst_index_add_association (avi->element_index, stream->index_id,
4447         GST_ASSOCIATION_FLAG_NONE,
4448         GST_FORMAT_TIME, stream->current_total, GST_FORMAT_BYTES, offset,
4449         GST_FORMAT_DEFAULT, stream->current_entry, NULL);
4450   }
4451 }
4452
4453 /*
4454  * Returns the aggregated GstFlowReturn.
4455  */
4456 static GstFlowReturn
4457 gst_avi_demux_combine_flows (GstAviDemux * avi, GstAviStream * stream,
4458     GstFlowReturn ret)
4459 {
4460   guint i;
4461   gboolean unexpected = FALSE, not_linked = TRUE;
4462
4463   /* store the value */
4464   stream->last_flow = ret;
4465
4466   /* any other error that is not-linked or eos can be returned right away */
4467   if (G_LIKELY (ret != GST_FLOW_UNEXPECTED && ret != GST_FLOW_NOT_LINKED))
4468     goto done;
4469
4470   /* only return NOT_LINKED if all other pads returned NOT_LINKED */
4471   for (i = 0; i < avi->num_streams; i++) {
4472     GstAviStream *ostream = &avi->stream[i];
4473
4474     ret = ostream->last_flow;
4475     /* no unexpected or unlinked, return */
4476     if (G_LIKELY (ret != GST_FLOW_UNEXPECTED && ret != GST_FLOW_NOT_LINKED))
4477       goto done;
4478
4479     /* we check to see if we have at least 1 unexpected or all unlinked */
4480     unexpected |= (ret == GST_FLOW_UNEXPECTED);
4481     not_linked &= (ret == GST_FLOW_NOT_LINKED);
4482   }
4483   /* when we get here, we all have unlinked or unexpected */
4484   if (not_linked)
4485     ret = GST_FLOW_NOT_LINKED;
4486   else if (unexpected)
4487     ret = GST_FLOW_UNEXPECTED;
4488 done:
4489   GST_LOG_OBJECT (avi, "combined %s to return %s",
4490       gst_flow_get_name (stream->last_flow), gst_flow_get_name (ret));
4491   return ret;
4492 }
4493
4494 /* move @stream to the next position in its index */
4495 static GstFlowReturn
4496 gst_avi_demux_advance (GstAviDemux * avi, GstAviStream * stream,
4497     GstFlowReturn ret)
4498 {
4499   guint old_entry, new_entry;
4500
4501   old_entry = stream->current_entry;
4502   /* move forwards */
4503   new_entry = old_entry + 1;
4504
4505   /* see if we reached the end */
4506   if (new_entry > stream->stop_entry) {
4507     if (avi->segment.rate < 0.0) {
4508       if (stream->step_entry == stream->start_entry) {
4509         /* we stepped all the way to the start, eos */
4510         GST_DEBUG_OBJECT (avi, "reverse reached start %u", stream->start_entry);
4511         goto eos;
4512       }
4513       /* backwards, stop becomes step, find a new step */
4514       stream->stop_entry = stream->step_entry;
4515       stream->step_entry = gst_avi_demux_index_prev (avi, stream,
4516           stream->stop_entry, TRUE);
4517
4518       GST_DEBUG_OBJECT (avi,
4519           "reverse playback jump: start %u, step %u, stop %u",
4520           stream->start_entry, stream->step_entry, stream->stop_entry);
4521
4522       /* and start from the previous keyframe now */
4523       new_entry = stream->step_entry;
4524     } else {
4525       /* EOS */
4526       GST_DEBUG_OBJECT (avi, "forward reached stop %u", stream->stop_entry);
4527       goto eos;
4528     }
4529   }
4530
4531   if (new_entry != old_entry) {
4532     stream->current_entry = new_entry;
4533     stream->current_total = stream->index[new_entry].total;
4534
4535     if (new_entry == old_entry + 1) {
4536       GST_DEBUG_OBJECT (avi, "moved forwards from %u to %u",
4537           old_entry, new_entry);
4538       /* we simply moved one step forwards, reuse current info */
4539       stream->current_timestamp = stream->current_ts_end;
4540       stream->current_offset = stream->current_offset_end;
4541       gst_avi_demux_get_buffer_info (avi, stream, new_entry,
4542           NULL, &stream->current_ts_end, NULL, &stream->current_offset_end);
4543     } else {
4544       /* we moved DISCONT, full update */
4545       gst_avi_demux_get_buffer_info (avi, stream, new_entry,
4546           &stream->current_timestamp, &stream->current_ts_end,
4547           &stream->current_offset, &stream->current_offset_end);
4548       /* and MARK discont for this stream */
4549       stream->last_flow = GST_FLOW_OK;
4550       stream->discont = TRUE;
4551       GST_DEBUG_OBJECT (avi, "Moved from %u to %u, ts %" GST_TIME_FORMAT
4552           ", ts_end %" GST_TIME_FORMAT ", off %" G_GUINT64_FORMAT
4553           ", off_end %" G_GUINT64_FORMAT, old_entry, new_entry,
4554           GST_TIME_ARGS (stream->current_timestamp),
4555           GST_TIME_ARGS (stream->current_ts_end), stream->current_offset,
4556           stream->current_offset_end);
4557     }
4558   }
4559   return ret;
4560
4561   /* ERROR */
4562 eos:
4563   {
4564     GST_DEBUG_OBJECT (avi, "we are EOS");
4565     /* setting current_timestamp to -1 marks EOS */
4566     stream->current_timestamp = -1;
4567     return GST_FLOW_UNEXPECTED;
4568   }
4569 }
4570
4571 /* find the stream with the lowest current position when going forwards or with
4572  * the highest position when going backwards, this is the stream
4573  * we should push from next */
4574 static gint
4575 gst_avi_demux_find_next (GstAviDemux * avi, gfloat rate)
4576 {
4577   guint64 min_time, max_time;
4578   guint stream_num, i;
4579
4580   max_time = 0;
4581   min_time = G_MAXUINT64;
4582   stream_num = -1;
4583
4584   for (i = 0; i < avi->num_streams; i++) {
4585     guint64 position;
4586     GstAviStream *stream;
4587
4588     stream = &avi->stream[i];
4589
4590     /* ignore streams that finished */
4591     if (stream->last_flow == GST_FLOW_UNEXPECTED)
4592       continue;
4593
4594     position = stream->current_timestamp;
4595
4596     /* position of -1 is EOS */
4597     if (position != -1) {
4598       if (rate > 0.0 && position < min_time) {
4599         min_time = position;
4600         stream_num = i;
4601       } else if (rate < 0.0 && position >= max_time) {
4602         max_time = position;
4603         stream_num = i;
4604       }
4605     }
4606   }
4607   return stream_num;
4608 }
4609
4610 static GstFlowReturn
4611 gst_avi_demux_loop_data (GstAviDemux * avi)
4612 {
4613   GstFlowReturn ret = GST_FLOW_OK;
4614   guint stream_num;
4615   GstAviStream *stream;
4616   gboolean processed = FALSE;
4617   GstBuffer *buf;
4618   guint64 offset, size;
4619   GstClockTime timestamp, duration;
4620   guint64 out_offset, out_offset_end;
4621   gboolean keyframe;
4622   GstAviIndexEntry *entry;
4623
4624   do {
4625     stream_num = gst_avi_demux_find_next (avi, avi->segment.rate);
4626
4627     /* all are EOS */
4628     if (G_UNLIKELY (stream_num == -1)) {
4629       GST_DEBUG_OBJECT (avi, "all streams are EOS");
4630       goto eos;
4631     }
4632
4633     /* we have the stream now */
4634     stream = &avi->stream[stream_num];
4635
4636     /* skip streams without pads */
4637     if (!stream->pad) {
4638       GST_DEBUG_OBJECT (avi, "skipping entry from stream %d without pad",
4639           stream_num);
4640       goto next;
4641     }
4642
4643     /* get the timing info for the entry */
4644     timestamp = stream->current_timestamp;
4645     duration = stream->current_ts_end - timestamp;
4646     out_offset = stream->current_offset;
4647     out_offset_end = stream->current_offset_end;
4648
4649     /* get the entry data info */
4650     entry = &stream->index[stream->current_entry];
4651     offset = entry->offset;
4652     size = entry->size;
4653     keyframe = ENTRY_IS_KEYFRAME (entry);
4654
4655     /* skip empty entries */
4656     if (size == 0) {
4657       GST_DEBUG_OBJECT (avi, "Skipping entry %u (%" G_GUINT64_FORMAT ", %p)",
4658           stream->current_entry, size, stream->pad);
4659       goto next;
4660     }
4661
4662     if (avi->segment.rate > 0.0) {
4663       /* only check this for fowards playback for now */
4664       if (keyframe && GST_CLOCK_TIME_IS_VALID (avi->segment.stop)
4665           && (timestamp > avi->segment.stop)) {
4666         goto eos_stop;
4667       }
4668     }
4669
4670     GST_LOG ("reading buffer (size=%" G_GUINT64_FORMAT "), stream %d, pos %"
4671         G_GUINT64_FORMAT " (0x%" G_GINT64_MODIFIER "x), kf %d", size,
4672         stream_num, offset, offset, keyframe);
4673
4674     /* FIXME, check large chunks and cut them up */
4675
4676     /* pull in the data */
4677     ret = gst_pad_pull_range (avi->sinkpad, offset, size, &buf);
4678     if (ret != GST_FLOW_OK)
4679       goto pull_failed;
4680
4681     /* check for short buffers, this is EOS as well */
4682     if (GST_BUFFER_SIZE (buf) < size)
4683       goto short_buffer;
4684
4685     /* invert the picture if needed */
4686     buf = gst_avi_demux_invert (stream, buf);
4687
4688     /* mark non-keyframes */
4689     if (keyframe)
4690       GST_BUFFER_FLAG_UNSET (buf, GST_BUFFER_FLAG_DELTA_UNIT);
4691     else
4692       GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT);
4693
4694     GST_BUFFER_TIMESTAMP (buf) = timestamp;
4695     GST_BUFFER_DURATION (buf) = duration;
4696     GST_BUFFER_OFFSET (buf) = out_offset;
4697     GST_BUFFER_OFFSET_END (buf) = out_offset_end;
4698
4699     /* mark discont when pending */
4700     if (stream->discont) {
4701       GST_DEBUG_OBJECT (avi, "setting DISCONT flag");
4702       GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_DISCONT);
4703       stream->discont = FALSE;
4704     }
4705
4706     gst_avi_demux_add_assoc (avi, stream, timestamp, offset, keyframe);
4707
4708     gst_buffer_set_caps (buf, GST_PAD_CAPS (stream->pad));
4709
4710     /* update current position in the segment */
4711     gst_segment_set_last_stop (&avi->segment, GST_FORMAT_TIME, timestamp);
4712
4713     GST_DEBUG_OBJECT (avi, "Pushing buffer of size %u, ts %"
4714         GST_TIME_FORMAT ", dur %" GST_TIME_FORMAT ", off %" G_GUINT64_FORMAT
4715         ", off_end %" G_GUINT64_FORMAT,
4716         GST_BUFFER_SIZE (buf), GST_TIME_ARGS (timestamp),
4717         GST_TIME_ARGS (duration), out_offset, out_offset_end);
4718
4719     ret = gst_pad_push (stream->pad, buf);
4720
4721     /* mark as processed, we increment the frame and byte counters then
4722      * leave the while loop and return the GstFlowReturn */
4723     processed = TRUE;
4724
4725     if (avi->segment.rate < 0) {
4726       if (timestamp > avi->segment.stop && ret == GST_FLOW_UNEXPECTED) {
4727         /* In reverse playback we can get a GST_FLOW_UNEXPECTED when
4728          * we are at the end of the segment, so we just need to jump
4729          * back to the previous section. */
4730         GST_DEBUG_OBJECT (avi, "downstream has reached end of segment");
4731         ret = GST_FLOW_OK;
4732       }
4733     }
4734   next:
4735     /* move to next item */
4736     ret = gst_avi_demux_advance (avi, stream, ret);
4737
4738     /* combine flows */
4739     ret = gst_avi_demux_combine_flows (avi, stream, ret);
4740   } while (!processed);
4741
4742 beach:
4743   return ret;
4744
4745   /* special cases */
4746 eos:
4747   {
4748     GST_DEBUG_OBJECT (avi, "No samples left for any streams - EOS");
4749     ret = GST_FLOW_UNEXPECTED;
4750     goto beach;
4751   }
4752 eos_stop:
4753   {
4754     GST_LOG_OBJECT (avi, "Found keyframe after segment,"
4755         " setting EOS (%" GST_TIME_FORMAT " > %" GST_TIME_FORMAT ")",
4756         GST_TIME_ARGS (timestamp), GST_TIME_ARGS (avi->segment.stop));
4757     ret = GST_FLOW_UNEXPECTED;
4758     /* move to next stream */
4759     goto next;
4760   }
4761 pull_failed:
4762   {
4763     GST_DEBUG_OBJECT (avi, "pull range failed: pos=%" G_GUINT64_FORMAT
4764         " size=%" G_GUINT64_FORMAT, offset, size);
4765     goto beach;
4766   }
4767 short_buffer:
4768   {
4769     GST_WARNING_OBJECT (avi, "Short read at offset %" G_GUINT64_FORMAT
4770         ", only got %d/%" G_GUINT64_FORMAT " bytes (truncated file?)", offset,
4771         GST_BUFFER_SIZE (buf), size);
4772     gst_buffer_unref (buf);
4773     ret = GST_FLOW_UNEXPECTED;
4774     goto beach;
4775   }
4776 }
4777
4778 /*
4779  * Read data. If we have an index it delegates to
4780  * gst_avi_demux_process_next_entry().
4781  */
4782 static GstFlowReturn
4783 gst_avi_demux_stream_data (GstAviDemux * avi)
4784 {
4785   guint32 tag = 0;
4786   guint32 size = 0;
4787   gint stream_nr = 0;
4788   GstFlowReturn res = GST_FLOW_OK;
4789   GstFormat format = GST_FORMAT_TIME;
4790
4791   if (G_UNLIKELY (avi->have_eos)) {
4792     /* Clean adapter, we're done */
4793     gst_adapter_clear (avi->adapter);
4794     return GST_FLOW_UNEXPECTED;
4795   }
4796
4797   if (G_UNLIKELY (avi->todrop)) {
4798     guint drop;
4799
4800     if ((drop = gst_adapter_available (avi->adapter))) {
4801       if (drop > avi->todrop)
4802         drop = avi->todrop;
4803       GST_DEBUG_OBJECT (avi, "Dropping %d bytes", drop);
4804       gst_adapter_flush (avi->adapter, drop);
4805       avi->todrop -= drop;
4806       avi->offset += drop;
4807     }
4808   }
4809
4810   /* Iterate until need more data, so adapter won't grow too much */
4811   while (1) {
4812     if (G_UNLIKELY (!gst_avi_demux_peek_chunk_info (avi, &tag, &size))) {
4813       return GST_FLOW_OK;
4814     }
4815
4816     GST_DEBUG ("Trying chunk (%" GST_FOURCC_FORMAT "), size %d",
4817         GST_FOURCC_ARGS (tag), size);
4818
4819     if (G_LIKELY ((tag & 0xff) >= '0' && (tag & 0xff) <= '9' &&
4820             ((tag >> 8) & 0xff) >= '0' && ((tag >> 8) & 0xff) <= '9')) {
4821       GST_LOG ("Chunk ok");
4822     } else if ((tag & 0xffff) == (('x' << 8) | 'i')) {
4823       GST_DEBUG ("Found sub-index tag");
4824       if (gst_avi_demux_peek_chunk (avi, &tag, &size) || size == 0) {
4825         /* accept 0 size buffer here */
4826         avi->abort_buffering = FALSE;
4827         GST_DEBUG ("  skipping %d bytes for now", size);
4828         gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
4829       }
4830       return GST_FLOW_OK;
4831     } else if (tag == GST_RIFF_TAG_RIFF) {
4832       /* RIFF tags can appear in ODML files, just jump over them */
4833       if (gst_adapter_available (avi->adapter) >= 12) {
4834         GST_DEBUG ("Found RIFF tag, skipping RIFF header");
4835         gst_adapter_flush (avi->adapter, 12);
4836         continue;
4837       }
4838       return GST_FLOW_OK;
4839     } else if (tag == GST_RIFF_TAG_idx1) {
4840       GST_DEBUG ("Found index tag");
4841       if (gst_avi_demux_peek_chunk (avi, &tag, &size) || size == 0) {
4842         /* accept 0 size buffer here */
4843         avi->abort_buffering = FALSE;
4844         GST_DEBUG ("  skipping %d bytes for now", size);
4845         gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
4846       }
4847       return GST_FLOW_OK;
4848     } else if (tag == GST_RIFF_TAG_LIST) {
4849       /* movi chunks might be grouped in rec list */
4850       if (gst_adapter_available (avi->adapter) >= 12) {
4851         GST_DEBUG ("Found LIST tag, skipping LIST header");
4852         gst_adapter_flush (avi->adapter, 12);
4853         continue;
4854       }
4855       return GST_FLOW_OK;
4856     } else if (tag == GST_RIFF_TAG_JUNK || tag == GST_RIFF_TAG_JUNQ) {
4857       /* rec list might contain JUNK chunks */
4858       GST_DEBUG ("Found JUNK tag");
4859       if (gst_avi_demux_peek_chunk (avi, &tag, &size) || size == 0) {
4860         /* accept 0 size buffer here */
4861         avi->abort_buffering = FALSE;
4862         GST_DEBUG ("  skipping %d bytes for now", size);
4863         gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
4864       }
4865       return GST_FLOW_OK;
4866     } else {
4867       GST_DEBUG ("No more stream chunks, send EOS");
4868       avi->have_eos = TRUE;
4869       return GST_FLOW_UNEXPECTED;
4870     }
4871
4872     if (G_UNLIKELY (!gst_avi_demux_peek_chunk (avi, &tag, &size))) {
4873       /* supposedly one hopes to catch a nicer chunk later on ... */
4874       /* FIXME ?? give up here rather than possibly ending up going
4875        * through the whole file */
4876       if (avi->abort_buffering) {
4877         avi->abort_buffering = FALSE;
4878         if (size) {
4879           gst_adapter_flush (avi->adapter, 8);
4880           return GST_FLOW_OK;
4881         }
4882       } else {
4883         return GST_FLOW_OK;
4884       }
4885     }
4886     GST_DEBUG ("chunk ID %" GST_FOURCC_FORMAT ", size %u",
4887         GST_FOURCC_ARGS (tag), size);
4888
4889     stream_nr = CHUNKID_TO_STREAMNR (tag);
4890
4891     if (G_UNLIKELY (stream_nr < 0 || stream_nr >= avi->num_streams)) {
4892       /* recoverable */
4893       GST_WARNING ("Invalid stream ID %d (%" GST_FOURCC_FORMAT ")",
4894           stream_nr, GST_FOURCC_ARGS (tag));
4895       avi->offset += 8 + GST_ROUND_UP_2 (size);
4896       gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
4897     } else {
4898       GstAviStream *stream;
4899       GstClockTime next_ts = 0;
4900       GstBuffer *buf = NULL;
4901       guint64 offset;
4902       gboolean saw_desired_kf = stream_nr != avi->main_stream
4903           || avi->offset >= avi->seek_kf_offset;
4904
4905       if (stream_nr == avi->main_stream && avi->offset == avi->seek_kf_offset) {
4906         GST_DEBUG_OBJECT (avi, "Desired keyframe reached");
4907         avi->seek_kf_offset = 0;
4908       }
4909
4910       if (saw_desired_kf) {
4911         gst_adapter_flush (avi->adapter, 8);
4912         /* get buffer */
4913         if (size) {
4914           buf = gst_adapter_take_buffer (avi->adapter, GST_ROUND_UP_2 (size));
4915           /* patch the size */
4916           GST_BUFFER_SIZE (buf) = size;
4917         } else {
4918           buf = NULL;
4919         }
4920       } else {
4921         GST_DEBUG_OBJECT (avi,
4922             "Desired keyframe not yet reached, flushing chunk");
4923         gst_adapter_flush (avi->adapter, 8 + GST_ROUND_UP_2 (size));
4924       }
4925
4926       offset = avi->offset;
4927       avi->offset += 8 + GST_ROUND_UP_2 (size);
4928
4929       stream = &avi->stream[stream_nr];
4930
4931       /* set delay (if any)
4932          if (stream->strh->init_frames == stream->current_frame &&
4933          stream->delay == 0)
4934          stream->delay = next_ts;
4935        */
4936
4937       /* parsing of corresponding header may have failed */
4938       if (G_UNLIKELY (!stream->pad)) {
4939         GST_WARNING_OBJECT (avi, "no pad for stream ID %" GST_FOURCC_FORMAT,
4940             GST_FOURCC_ARGS (tag));
4941         if (buf)
4942           gst_buffer_unref (buf);
4943       } else {
4944         /* get time of this buffer */
4945         gst_pad_query_position (stream->pad, &format, (gint64 *) & next_ts);
4946         if (G_UNLIKELY (format != GST_FORMAT_TIME))
4947           goto wrong_format;
4948
4949         gst_avi_demux_add_assoc (avi, stream, next_ts, offset, FALSE);
4950
4951         /* increment our positions */
4952         stream->current_entry++;
4953         stream->current_total += size;
4954
4955         /* update current position in the segment */
4956         gst_segment_set_last_stop (&avi->segment, GST_FORMAT_TIME, next_ts);
4957
4958         if (saw_desired_kf && buf) {
4959           GstClockTime dur_ts = 0;
4960
4961           /* invert the picture if needed */
4962           buf = gst_avi_demux_invert (stream, buf);
4963
4964           gst_pad_query_position (stream->pad, &format, (gint64 *) & dur_ts);
4965           if (G_UNLIKELY (format != GST_FORMAT_TIME))
4966             goto wrong_format;
4967
4968           GST_BUFFER_TIMESTAMP (buf) = next_ts;
4969           GST_BUFFER_DURATION (buf) = dur_ts - next_ts;
4970           if (stream->strh->type == GST_RIFF_FCC_vids) {
4971             GST_BUFFER_OFFSET (buf) = stream->current_entry - 1;
4972             GST_BUFFER_OFFSET_END (buf) = stream->current_entry;
4973           } else {
4974             GST_BUFFER_OFFSET (buf) = GST_BUFFER_OFFSET_NONE;
4975             GST_BUFFER_OFFSET_END (buf) = GST_BUFFER_OFFSET_NONE;
4976           }
4977
4978           gst_buffer_set_caps (buf, GST_PAD_CAPS (stream->pad));
4979           GST_DEBUG_OBJECT (avi,
4980               "Pushing buffer with time=%" GST_TIME_FORMAT ", duration %"
4981               GST_TIME_FORMAT ", offset %" G_GUINT64_FORMAT
4982               " and size %d over pad %s", GST_TIME_ARGS (next_ts),
4983               GST_TIME_ARGS (GST_BUFFER_DURATION (buf)),
4984               GST_BUFFER_OFFSET (buf), size, GST_PAD_NAME (stream->pad));
4985
4986           /* mark discont when pending */
4987           if (G_UNLIKELY (stream->discont)) {
4988             GST_DEBUG_OBJECT (avi, "Setting DISCONT");
4989             GST_BUFFER_FLAG_SET (buf, GST_BUFFER_FLAG_DISCONT);
4990             stream->discont = FALSE;
4991           }
4992           res = gst_pad_push (stream->pad, buf);
4993           buf = NULL;
4994
4995           /* combine flows */
4996           res = gst_avi_demux_combine_flows (avi, stream, res);
4997           if (G_UNLIKELY (res != GST_FLOW_OK)) {
4998             GST_DEBUG ("Push failed; %s", gst_flow_get_name (res));
4999             return res;
5000           }
5001         }
5002       }
5003     }
5004   }
5005
5006 done:
5007   return res;
5008
5009   /* ERRORS */
5010 wrong_format:
5011   {
5012     GST_DEBUG_OBJECT (avi, "format %s != GST_FORMAT_TIME",
5013         gst_format_get_name (format));
5014     res = GST_FLOW_ERROR;
5015     goto done;
5016   }
5017 }
5018
5019 /*
5020  * Send pending tags.
5021  */
5022 static void
5023 push_tag_lists (GstAviDemux * avi)
5024 {
5025   guint i;
5026   GstTagList *tags;
5027
5028   if (!avi->got_tags)
5029     return;
5030
5031   GST_DEBUG_OBJECT (avi, "Pushing pending tag lists");
5032
5033   for (i = 0; i < avi->num_streams; i++) {
5034     GstAviStream *stream = &avi->stream[i];
5035     GstPad *pad = stream->pad;
5036
5037     tags = stream->taglist;
5038
5039     if (pad && tags) {
5040       GST_DEBUG_OBJECT (pad, "Tags: %" GST_PTR_FORMAT, tags);
5041
5042       gst_element_found_tags_for_pad (GST_ELEMENT_CAST (avi), pad, tags);
5043       stream->taglist = NULL;
5044     }
5045   }
5046
5047   if (!(tags = avi->globaltags))
5048     tags = gst_tag_list_new ();
5049
5050   gst_tag_list_add (tags, GST_TAG_MERGE_REPLACE,
5051       GST_TAG_CONTAINER_FORMAT, "AVI", NULL);
5052
5053   GST_DEBUG_OBJECT (avi, "Global tags: %" GST_PTR_FORMAT, tags);
5054   gst_element_found_tags (GST_ELEMENT_CAST (avi), tags);
5055   avi->globaltags = NULL;
5056   avi->got_tags = FALSE;
5057 }
5058
5059 static void
5060 gst_avi_demux_loop (GstPad * pad)
5061 {
5062   GstFlowReturn res;
5063   GstAviDemux *avi = GST_AVI_DEMUX (GST_PAD_PARENT (pad));
5064
5065   switch (avi->state) {
5066     case GST_AVI_DEMUX_START:
5067       res = gst_avi_demux_stream_init_pull (avi);
5068       if (G_UNLIKELY (res != GST_FLOW_OK)) {
5069         GST_WARNING ("stream_init flow: %s", gst_flow_get_name (res));
5070         goto pause;
5071       }
5072       avi->state = GST_AVI_DEMUX_HEADER;
5073       /* fall-through */
5074     case GST_AVI_DEMUX_HEADER:
5075       res = gst_avi_demux_stream_header_pull (avi);
5076       if (G_UNLIKELY (res != GST_FLOW_OK)) {
5077         GST_WARNING ("stream_header flow: %s", gst_flow_get_name (res));
5078         goto pause;
5079       }
5080       avi->state = GST_AVI_DEMUX_MOVI;
5081       break;
5082     case GST_AVI_DEMUX_MOVI:
5083       if (G_UNLIKELY (avi->close_seg_event)) {
5084         gst_avi_demux_push_event (avi, avi->close_seg_event);
5085         avi->close_seg_event = NULL;
5086       }
5087       if (G_UNLIKELY (avi->seg_event)) {
5088         gst_avi_demux_push_event (avi, avi->seg_event);
5089         avi->seg_event = NULL;
5090       }
5091       if (G_UNLIKELY (avi->got_tags)) {
5092         push_tag_lists (avi);
5093       }
5094       /* process each index entry in turn */
5095       res = gst_avi_demux_loop_data (avi);
5096
5097       /* pause when error */
5098       if (G_UNLIKELY (res != GST_FLOW_OK)) {
5099         GST_INFO ("stream_movi flow: %s", gst_flow_get_name (res));
5100         goto pause;
5101       }
5102       break;
5103     default:
5104       GST_ERROR_OBJECT (avi, "unknown state %d", avi->state);
5105       res = GST_FLOW_ERROR;
5106       goto pause;
5107   }
5108
5109   return;
5110
5111   /* ERRORS */
5112 pause:
5113   GST_LOG_OBJECT (avi, "pausing task, reason %s", gst_flow_get_name (res));
5114   avi->segment_running = FALSE;
5115   gst_pad_pause_task (avi->sinkpad);
5116
5117   if (GST_FLOW_IS_FATAL (res) || (res == GST_FLOW_NOT_LINKED)) {
5118     gboolean push_eos = TRUE;
5119
5120     if (res == GST_FLOW_UNEXPECTED) {
5121       /* handle end-of-stream/segment */
5122       if (avi->segment.flags & GST_SEEK_FLAG_SEGMENT) {
5123         gint64 stop;
5124
5125         if ((stop = avi->segment.stop) == -1)
5126           stop = avi->segment.duration;
5127
5128         GST_INFO_OBJECT (avi, "sending segment_done");
5129
5130         gst_element_post_message
5131             (GST_ELEMENT_CAST (avi),
5132             gst_message_new_segment_done (GST_OBJECT_CAST (avi),
5133                 GST_FORMAT_TIME, stop));
5134         push_eos = FALSE;
5135       }
5136     } else {
5137       /* for fatal errors we post an error message */
5138       GST_ELEMENT_ERROR (avi, STREAM, FAILED,
5139           (_("Internal data stream error.")),
5140           ("streaming stopped, reason %s", gst_flow_get_name (res)));
5141     }
5142     if (push_eos) {
5143       GST_INFO_OBJECT (avi, "sending eos");
5144       if (!gst_avi_demux_push_event (avi, gst_event_new_eos ()) &&
5145           (res == GST_FLOW_UNEXPECTED)) {
5146         GST_ELEMENT_ERROR (avi, STREAM, DEMUX,
5147             (NULL), ("got eos but no streams (yet)"));
5148       }
5149     }
5150   }
5151 }
5152
5153
5154 static GstFlowReturn
5155 gst_avi_demux_chain (GstPad * pad, GstBuffer * buf)
5156 {
5157   GstFlowReturn res;
5158   GstAviDemux *avi = GST_AVI_DEMUX (GST_PAD_PARENT (pad));
5159   gint i;
5160
5161   if (GST_BUFFER_IS_DISCONT (buf)) {
5162     GST_DEBUG_OBJECT (avi, "got DISCONT");
5163     gst_adapter_clear (avi->adapter);
5164     /* mark all streams DISCONT */
5165     for (i = 0; i < avi->num_streams; i++)
5166       avi->stream[i].discont = TRUE;
5167   }
5168
5169   GST_DEBUG ("Store %d bytes in adapter", GST_BUFFER_SIZE (buf));
5170   gst_adapter_push (avi->adapter, buf);
5171
5172   switch (avi->state) {
5173     case GST_AVI_DEMUX_START:
5174       if ((res = gst_avi_demux_stream_init_push (avi)) != GST_FLOW_OK) {
5175         GST_WARNING ("stream_init flow: %s", gst_flow_get_name (res));
5176         break;
5177       }
5178       break;
5179     case GST_AVI_DEMUX_HEADER:
5180       if ((res = gst_avi_demux_stream_header_push (avi)) != GST_FLOW_OK) {
5181         GST_WARNING ("stream_header flow: %s", gst_flow_get_name (res));
5182         break;
5183       }
5184       break;
5185     case GST_AVI_DEMUX_MOVI:
5186       if (G_UNLIKELY (avi->close_seg_event)) {
5187         gst_avi_demux_push_event (avi, avi->close_seg_event);
5188         avi->close_seg_event = NULL;
5189       }
5190       if (G_UNLIKELY (avi->seg_event)) {
5191         gst_avi_demux_push_event (avi, avi->seg_event);
5192         avi->seg_event = NULL;
5193       }
5194       if (G_UNLIKELY (avi->got_tags)) {
5195         push_tag_lists (avi);
5196       }
5197       res = gst_avi_demux_stream_data (avi);
5198       break;
5199     case GST_AVI_DEMUX_SEEK:
5200     {
5201       GstEvent *event;
5202
5203       res = GST_FLOW_OK;
5204
5205       /* obtain and parse indexes */
5206       if (avi->stream[0].indexes && !gst_avi_demux_read_subindexes_push (avi))
5207         /* seek in subindex read function failed */
5208         goto index_failed;
5209
5210       if (!avi->stream[0].indexes && !avi->have_index
5211           && avi->avih->flags & GST_RIFF_AVIH_HASINDEX)
5212         gst_avi_demux_stream_index_push (avi);
5213
5214       if (avi->have_index) {
5215         /* use the indexes now to construct nice durations */
5216         gst_avi_demux_calculate_durations_from_index (avi);
5217       } else {
5218         /* still parsing indexes */
5219         break;
5220       }
5221
5222       GST_OBJECT_LOCK (avi);
5223       event = avi->seek_event;
5224       avi->seek_event = NULL;
5225       GST_OBJECT_UNLOCK (avi);
5226
5227       /* calculate and perform seek */
5228       if (!avi_demux_handle_seek_push (avi, avi->sinkpad, event))
5229         goto seek_failed;
5230
5231       gst_event_unref (event);
5232       avi->state = GST_AVI_DEMUX_MOVI;
5233       break;
5234     }
5235     default:
5236       GST_ELEMENT_ERROR (avi, STREAM, FAILED, (NULL),
5237           ("Illegal internal state"));
5238       res = GST_FLOW_ERROR;
5239       break;
5240   }
5241
5242   GST_DEBUG_OBJECT (avi, "state: %d res:%s", avi->state,
5243       gst_flow_get_name (res));
5244
5245   if (G_UNLIKELY (avi->abort_buffering))
5246     goto abort_buffering;
5247
5248   return res;
5249
5250   /* ERRORS */
5251 index_failed:
5252   {
5253     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("failed to read indexes"));
5254     return GST_FLOW_ERROR;
5255   }
5256 seek_failed:
5257   {
5258     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("push mode seek failed"));
5259     return GST_FLOW_ERROR;
5260   }
5261 abort_buffering:
5262   {
5263     avi->abort_buffering = FALSE;
5264     GST_ELEMENT_ERROR (avi, STREAM, DEMUX, (NULL), ("unhandled buffer size"));
5265     return GST_FLOW_ERROR;
5266   }
5267 }
5268
5269 static gboolean
5270 gst_avi_demux_sink_activate (GstPad * sinkpad)
5271 {
5272   if (gst_pad_check_pull_range (sinkpad)) {
5273     GST_DEBUG ("going to pull mode");
5274     return gst_pad_activate_pull (sinkpad, TRUE);
5275   } else {
5276     GST_DEBUG ("going to push (streaming) mode");
5277     return gst_pad_activate_push (sinkpad, TRUE);
5278   }
5279 }
5280
5281 static gboolean
5282 gst_avi_demux_sink_activate_pull (GstPad * sinkpad, gboolean active)
5283 {
5284   GstAviDemux *avi = GST_AVI_DEMUX (GST_OBJECT_PARENT (sinkpad));
5285
5286   if (active) {
5287     avi->segment_running = TRUE;
5288     avi->streaming = FALSE;
5289     return gst_pad_start_task (sinkpad, (GstTaskFunction) gst_avi_demux_loop,
5290         sinkpad);
5291   } else {
5292     avi->segment_running = FALSE;
5293     return gst_pad_stop_task (sinkpad);
5294   }
5295 }
5296
5297 static gboolean
5298 gst_avi_demux_activate_push (GstPad * pad, gboolean active)
5299 {
5300   GstAviDemux *avi = GST_AVI_DEMUX (GST_OBJECT_PARENT (pad));
5301
5302   if (active) {
5303     GST_DEBUG ("avi: activating push/chain function");
5304     avi->streaming = TRUE;
5305 #if 0
5306     /* create index for some push based seeking if not provided */
5307     GST_OBJECT_LOCK (avi);
5308     if (!avi->element_index) {
5309       GST_DEBUG_OBJECT (avi, "creating index");
5310       avi->element_index = gst_index_factory_make ("memindex");
5311     }
5312     GST_OBJECT_UNLOCK (avi);
5313     /* object lock might be taken again */
5314     gst_index_get_writer_id (avi->element_index, GST_OBJECT_CAST (avi),
5315         &avi->index_id);
5316 #endif
5317   } else {
5318     GST_DEBUG ("avi: deactivating push/chain function");
5319   }
5320
5321   return TRUE;
5322 }
5323
5324 static void
5325 gst_avi_demux_set_index (GstElement * element, GstIndex * index)
5326 {
5327   GstAviDemux *avi = GST_AVI_DEMUX (element);
5328
5329   GST_OBJECT_LOCK (avi);
5330   if (avi->element_index)
5331     gst_object_unref (avi->element_index);
5332   if (index) {
5333     avi->element_index = gst_object_ref (index);
5334   } else {
5335     avi->element_index = NULL;
5336   }
5337   GST_OBJECT_UNLOCK (avi);
5338   /* object lock might be taken again */
5339   if (index)
5340     gst_index_get_writer_id (index, GST_OBJECT_CAST (element), &avi->index_id);
5341   GST_DEBUG_OBJECT (avi, "Set index %" GST_PTR_FORMAT, avi->element_index);
5342 }
5343
5344 static GstIndex *
5345 gst_avi_demux_get_index (GstElement * element)
5346 {
5347   GstIndex *result = NULL;
5348   GstAviDemux *avi = GST_AVI_DEMUX (element);
5349
5350   GST_OBJECT_LOCK (avi);
5351   if (avi->element_index)
5352     result = gst_object_ref (avi->element_index);
5353   GST_OBJECT_UNLOCK (avi);
5354
5355   GST_DEBUG_OBJECT (avi, "Returning index %" GST_PTR_FORMAT, result);
5356
5357   return result;
5358 }
5359
5360 static GstStateChangeReturn
5361 gst_avi_demux_change_state (GstElement * element, GstStateChange transition)
5362 {
5363   GstStateChangeReturn ret;
5364   GstAviDemux *avi = GST_AVI_DEMUX (element);
5365
5366   switch (transition) {
5367     case GST_STATE_CHANGE_READY_TO_PAUSED:
5368       avi->streaming = FALSE;
5369       gst_segment_init (&avi->segment, GST_FORMAT_TIME);
5370       break;
5371     default:
5372       break;
5373   }
5374
5375   ret = GST_ELEMENT_CLASS (parent_class)->change_state (element, transition);
5376   if (ret == GST_STATE_CHANGE_FAILURE)
5377     goto done;
5378
5379   switch (transition) {
5380     case GST_STATE_CHANGE_PAUSED_TO_READY:
5381       avi->have_index = FALSE;
5382       gst_avi_demux_reset (avi);
5383       break;
5384     default:
5385       break;
5386   }
5387
5388 done:
5389   return ret;
5390 }