summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 82587f34596a6db028c037153597ff44a7c15e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
=== release 0.10.0 ===

2005-12-05   <thomas (at) apestaart (dot) org>

	* configure.ac:
	  releasing 0.10.0, "Brie"

2005-12-05  Andy Wingo  <wingo@pobox.com>

	* ext/a52dec/gsta52dec.c: (gst_a52dec_push):
	* ext/mad/gstmad.c: (gst_mad_chain):
	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
	* gst/iec958/ac3iec.c: (ac3iec_chain_raw):
	* gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream),
	(gst_rmdemux_parse_packet): Update for alloc_buffer changes.

2005-12-05  Andy Wingo  <wingo@pobox.com>

	* ext/mad/gstid3tag.c (plugin_init): Remove id3tag -- there's just
	id3demux and id3mux now. Fixes #323199.

2005-12-02  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>

	* ext/amrnb/Makefile.am:
	* gst/realmedia/Makefile.am:
	  fix silly Makefile.am bug so they link correctly again

=== release 0.9.7 ===

2005-12-01   <thomas (at) apestaart (dot) org>

	* configure.ac:
	  releasing 0.9.7, "Canis Meus Naso Non Habet"

2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>

	* ext/amrnb/Makefile.am:
	* gst/realmedia/Makefile.am:
	  Don't know how these escaped my eye before.  Fix link flags.

2005-11-29  Michal Benes  <michal dot benes at xeris dot cz>

	Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>

	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_event):
	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_newsegment),
	(gst_mpeg_parse_send_event):
	  Ref events before sending them to multiple pads, after all
	  gst_pad_send_event() takes ownership of events. Don't leak
	  events that have not been handled (fixes #322745).

2005-11-28  Martin Soto  <martinsoto@users.sourceforge.net>

	* gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
	(gst_dvd_demux_handle_dvd_event): Erase code to prevent mpegparse
	from making timestamp adjustments. This will have to be re-added
	in some form in the near future, but in order to do that, some nav
	packet parsing will be necessary in mpegdemux.
	* gst/mpegstream/gstmpegparse.h (struct _GstMPEGParse):
	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_init) 
	(g_value_set_int, gst_mpeg_parse_set_property)
	Get rid of do_adjust and use_adjust. Rename max_discont to
	max_src_gap.
	(gst_mpeg_parse_parse_packhead): When max_scr_gap has a value of
	-1, no adjustment is made.
	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init): 
	Rename max_discont property to max_scr_gap. Erase "adjust"
	property.

	* gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_event): Don't
	override send_event anymore, base class does the job.
	* gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_send_event):
	Base class now does most of the work.
	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_send_event):
	Generalize to forwarding the event to all source pads in the
	element.

	* gst/mpegstream/gstmpegparse.h: 
	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
	(gst_mpeg_parse_init, gst_mpeg_parse_set_clock) 
	(gst_mpeg_parse_chain, gst_mpeg_parse_get_property) 
	(gst_mpeg_parse_set_property):
	Clock synchronization doesn't make sense anymore for a
	demultiplexer.

2005-11-28  Michael Smith  <msmith@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_loop):
	  Don't treat normal EOS as a fatal error.

2005-11-28  Edward Hervey  <edward@fluendo.com>

	* ext/mad/gstmad.c: (gst_mad_chain):
	Proper warning statements,
	Don't error if the src pad isn't linked when pushing.
	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_change_state):
	Proper state_change, avoids borkage when going to READY

2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>

	* ext/mpeg2dec/gstmpeg2dec.c: (handle_sequence):
	  Prime libmpeg2's pumps with some null custom buffers
	  to ensure it doesn't ask us to discard garbage later yay.

2005-11-25  Michael Smith  <msmith@fluendo.com>

	* ext/a52dec/gsta52dec.c: (gst_a52dec_init),
	(gst_a52dec_sink_setcaps), (gst_a52dec_chain),
	(gst_a52dec_chain_raw):
	* ext/a52dec/gsta52dec.h:
	  Accept AC3 in audio/x-private1-ac3 format, which includes
	  DVD-specific headers, as well as raw AC3, for compatibility with
	  some demuxers.

2005-11-25  Jan Schmidt  <thaytan@mad.scientist.com>

	* ext/mad/gstmad.c: (gst_mad_chain):
        When pad_alloc returns other-than-GST_FLOW_OK and mad exits early,
	skip frame synthesis and consume input data as if we'd done the 
	decode. Makes mad not error when the src pad is not connected.
	(#319784)

2005-11-23  Martin Soto  <martinsoto@users.sourceforge.net>

	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_class_init) 
	(gst_mpeg_parse_handle_discont, gst_mpeg_parse_send_newsegment) 
	(gst_mpeg_parse_chain): 
	* gst/mpegstream/gstmpegdemux.c (gst_mpeg_demux_class_init) 
	(gst_mpeg_demux_send_newsegment): 
	* gst/mpegstream/gstdvddemux.c (gst_dvd_demux_send_subbuffer): 
	* gst/mpegstream/gstmpegparse.h: 
	Rename send_discont method to send_newsegment and add parameters
	to handle actual segments. Adapt code all around to run with the
	new name and signature.
	* gst/mpegstream/gstmpegdemux.c: 
	* gst/mpegstream/gstmpegparse.c: 
	* gst/mpegstream/gstdvddemux.c:
	Convert to GST_BOILERPLATE.

2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.ac: back to HEAD

=== release 0.9.6 ===

2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>

	* configure.ac:
	  releasing 0.9.6, "The Marshals Are Dead"

2005-11-23  Michael Smith <msmith@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
	(gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
	(find_seek_offset_bytes), (find_seek_offset_time),
	(gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
	(gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
	(gst_rmdemux_chain), (gst_rmdemux_send_event),
	(gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
	(gst_rmdemux_parse_packet):
	  Fractional framerates.

2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>

	* ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
	(gst_mpeg2dec_negotiate_format), (handle_sequence),
	(gst_mpeg2dec_sink_event):
	* ext/mpeg2dec/gstmpeg2dec.h:
	Use fractional framerates

2005-11-22  Wim Taymans  <wim@fluendo.com>

	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_set_clock):
	set_clock returns a boolean.

2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/mad/gstmad.c: (gst_mad_chain):
	  Fix seeking even more by sending the newsegment event with the
	  right parameters. Should fix querying in playbin/totem after
	  a seek.

2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/mad/gstmad.c: (gst_mad_mode_get_type), (gst_mad_src_query),
	(normal_seek), (gst_mad_sink_event), (gst_mad_chain):
	  Fix seeking in stand-alone mode. Fix nonexistant enum value 
	  introduced in previous commit. Improve debug messages here and 
	  there. Actually return a proper return value in the sink event
	  handler.

2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>

	* ext/lame/gstlame.c:
	* ext/mad/gstmad.c:
	* ext/sidplay/gstsiddec.cc:
	  fix up GValueEnum

2005-11-22  Andy Wingo  <wingo@pobox.com>

	* Update for gst_tag_setter API changes.

2005-11-22  Andy Wingo  <wingo@pobox.com>

	* ext/a52dec/gsta52dec.c (gst_a52dec_sink_event)
	* ext/mad/gstid3tag.c (gst_id3_tag_sink_event)
	* ext/mad/gstmad.c (gst_mad_chain)
	* gst/mpegaudioparse/gstmpegaudioparse.c
	(gst_mp3parse_sink_event)
	* gst/mpegstream/gstdvddemux.c (gst_dvd_demux_handle_dvd_event)
	* gst/mpegstream/gstmpegparse.c (gst_mpeg_parse_handle_discont)
	(gst_mpeg_parse_send_discont, gst_mpeg_parse_pad_added)
	* gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek)
	(gst_rmdemux_chain, gst_rmdemux_add_stream): Run update-funcnames.

2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/mad/Makefile.am:
	  libgsttagedit => libgsttag

2005-11-22  Edward Hervey  <edward@fluendo.com>

	* ext/lame/gstlame.c: (gst_lame_sink_event):
	Don't take the stream lock

2005-11-21  Andy Wingo  <wingo@pobox.com>

	* ext/sidplay/gstsiddec.cc (gst_siddec_sink_event): 
	* ext/mpeg2dec/gstmpeg2dec.c (gst_mpeg2dec_sink_event): 
	* ext/mad/gstmad.c (gst_mad_sink_event):
	* ext/a52dec/gsta52dec.c (gst_a52dec_sink_event): Don't take the
	stream lock.

	* gst/realmedia/rmdemux.c (gst_rmdemux_perform_seek): Update for
	stream lock changes.

	* *.h:
	* *.c: Ran scripts/update-macros. Oh yes.

2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>

	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event):
	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_process_event):
	  Filler events have beem removed for now.

2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>

	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_video_stream):
	* gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
	(gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr):
	  Update for GST_FOURCC_FORMAT API change.

2005-11-21  Edward Hervey  <edward@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_raw):
	* gst/realmedia/rmdemux.c: (gst_rmdemux_chain),
	(gst_rmdemux_add_stream), (gst_rmdemux_parse_mdpr),
	(gst_rmdemux_parse_packet):
	Modifications for disapearance of GST_PAD_IS_USABLE()

2005-11-18  Michael Smith <msmith@fluendo.com>

	* gst/iec958/ac3iec.c: (ac3iec_init), (ac3iec_chain_dvd):
	  Remove some setcaps brokenness.
	  Don't crash on bad input.

2005-11-15  Johan Dahlin  <johan@gnome.org>

	* ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): unset GValues after
	calling transform.
	(gst_id3_tag_do_typefind): Unref caps

	* ext/mad/gstmad.c (gst_mad_check_caps_reset): Ditto

2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/mpeg2dec/gstmpeg2dec.c: (handle_slice),
	(gst_mpeg2dec_sink_event):
	  Set DELTA_UNIT flag on outgoing buffers if this is NOT a keyframe;
	  nice-ify debug message in event handler; add CHECKME.

	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_event),
	(gst_dvd_demux_send_event), (gst_dvd_demux_process_private),
	(gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset),
	(gst_dvd_demux_sync_stream_to_time):
	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
	(gst_mpeg_demux_process_event), (gst_mpeg_demux_send_event),
	(gst_mpeg_demux_handle_discont), (gst_mpeg_demux_new_output_pad),
	(gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes),
	(gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_process_private),
	(gst_mpeg_demux_sync_stream_to_time),
	(gst_mpeg_demux_handle_src_event), (gst_mpeg_demux_reset):
	* gst/mpegstream/gstmpegdemux.h:
	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
	(gst_mpeg_parse_handle_discont), (gst_mpeg_parse_send_buffer),
	(gst_mpeg_parse_process_event), (gst_mpeg_parse_send_discont),
	(gst_mpeg_parse_send_event), (gst_mpeg_parse_event),
	(gst_mpeg_parse_chain):
	* gst/mpegstream/gstmpegparse.h:
	  Get rid of GST_PAD_IS_USABLE and fix GstFlowReturn vs. gboolean
	  return value confusion (gst_pad_push vs. gst_pad_send_event and
	  gst_pad_push_event); pass flow return values to caller;
	  miscellaneous fixes and clean-ups.

2005-11-14  Martin Soto  <soto@localhost.localdomain>

	* gst/mpegstream/Makefile.am (noinst_HEADERS): Add
	gstrfc2250enc.h.

2005-11-14  Martin Soto  <martinsoto@users.sourceforge.net>

	* configure.ac:
	* gst/mpegstream/Makefile.am:
	* gst/mpegstream/gstdvddemux.c:
	* gst/mpegstream/gstdvddemux.h:
	* gst/mpegstream/gstmpegdemux.c:
	* gst/mpegstream/gstmpegdemux.h:
	* gst/mpegstream/gstmpegpacketize.c:
	* gst/mpegstream/gstmpegpacketize.h:
	* gst/mpegstream/gstmpegparse.c:
	* gst/mpegstream/gstmpegparse.h:
	* gst/mpegstream/gstmpegstream.c:
	* gst/mpegstream/gstrfc2250enc.c:
	* gst/mpegstream/gstrfc2250enc.h:
	Applied patch from Josef Zlomek <josef.zlomek@xeris.cz> to
	partially port the mpegstream plugin to GStreamer 0.9.

2005-11-14  Andy Wingo  <wingo@pobox.com>

	* configure.ac (GST_PLUGIN_LDFLAGS): -no-undefined for better
	debugging, allows dll builds on windows. Fixes #316076.

2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.ac: back to HEAD

=== release 0.9.5 ===

2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>

	* configure.ac:
	  releasing 0.9.5, "Zero-Test Patching"

2005-10-27  Wim Taymans  <wim@fluendo.com>

	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
	(gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
	(handle_sequence), (handle_picture), (handle_slice),
	(gst_mpeg2dec_chain), (gst_mpeg2dec_src_query), (normal_seek),
	(gst_mpeg2dec_src_event), (gst_mpeg2dec_change_state):
	Forward GstFlowReturn about everywhere.
	Handle seeking correctly.

2005-10-27  Wim Taymans  <wim@fluendo.com>

	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format),
	(handle_sequence), (handle_slice), (gst_mpeg2dec_chain),
	(gst_mpeg2dec_src_query), (gst_mpeg2dec_change_state):
	Small cleanups in refcounting.

2005-10-26  Wim Taymans  <wim@fluendo.com>

	* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
	(gst_mpeg2dec_dispose), (gst_mpeg2dec_reset),
	(gst_mpeg2dec_alloc_buffer), (gst_mpeg2dec_negotiate_format),
	(handle_sequence), (handle_picture):
	* ext/mpeg2dec/gstmpeg2dec.h:
	Removed lots of dubious code.
	Handle flushing and seeking correctly. Still leaks though...

2005-10-24  Christian Schaller  <christian at fluendo dot com>

	* configure.ac: port over thomas plugin listing from base

2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.ac:
	  back to HEAD

=== release 0.9.4 ===

2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>

	* NEWS:
	* RELEASE:
	* configure.ac:
	  Releasing 0.9.4, "Diplodocus"

2005-10-23  Julien MOUTTE  <julien@moutte.net>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_loop): STOPPED->FAILED

2005-10-21  Wim Taymans  <wim@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
	(gst_rmdemux_perform_seek), (gst_rmdemux_src_query):
	Set correct stream time in newsegment event.

2005-10-21  Thomas Vander Stichele  <thomas at apestaart dot org>

	* ext/Makefile.am:
	  fix distcheck

2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/a52dec/Makefile.am:
	* ext/a52dec/gsta52dec.c: (gst_a52dec_base_init),
	(gst_a52dec_class_init), (gst_a52dec_sink_event),
	(gst_a52dec_change_state):
	* ext/a52dec/gsta52dec.h:
	  Re-enable CPU flags, use liboil to get them.

2005-10-20  Josef Zlomek  <josef dot zlomek at xeris dot cz>

	Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>

	* configure.ac:
	* ext/a52dec/Makefile.am:
	* ext/a52dec/gsta52dec.c:
	* ext/a52dec/gsta52dec.h:
	  Port AC3 decoder to 0.9 (#318849).

2005-10-20  Wim Taymans  <wim@fluendo.com>

	* ext/sidplay/gstsiddec.cc:
	Small fixes and more error messages.

2005-10-19  Wim Taymans  <wim@fluendo.com>

	* ext/amrnb/amrnbparse.c: (gst_amrnbparse_query),
	(gst_amrnbparse_state_change):
	* ext/mad/gstid3tag.c: (gst_id3_tag_src_query):
	* ext/mad/gstmad.c: (gst_mad_get_query_types), (gst_mad_src_query):
	* ext/mpeg2dec/gstmpeg2dec.c:
	* ext/sidplay/gstsiddec.cc:
	* gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
	(gst_rmdemux_src_query), (gst_rmdemux_src_query_types):
	API change fixen.

2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.ac:
	  GST_DOC has been renamed to GST_DOCBOOK_CHECK

2005-10-19  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.ac:
	  some docs I had
	* ext/amrnb/amrnbenc.c: (gst_amrnbenc_chain):
	  trivial fixes

2005-10-18  Wim Taymans  <wim@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_validate_offset),
	(gst_rmdemux_perform_seek):
	segment-start/done API change.

2005-10-17  Michael Smith <msmith@fluendo.com>

	* gst/iec958/ac3iec.c: (ac3iec_chain_raw):
	  Set buffer duration on IEC958 buffers.

2005-10-16  Tim-Philipp Müller  <tim at centricular dot net>

	* configure.ac:
	  Fix glib check

2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>

	* ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
	  Fix handling of GST_TAG_DATE, which is now of type GST_TYPE_DATE.

2005-10-13  Stefan Kost  <ensonic@users.sf.net>

	* examples/stats/mp2ogg.c:
	  yes, typo fixes

2005-10-12  Stefan Kost  <ensonic@users.sf.net>

	* examples/indexing/indexmpeg.c: (main):
	* ext/a52dec/gsta52dec.c: (gst_a52dec_init):
	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_is_open),
	(dvdnavsrc_set_property), (dvdnavsrc_open), (dvdnavsrc_close),
	(dvdnavsrc_event), (dvdnavsrc_convert), (dvdnavsrc_query):
	* ext/dvdread/dvdreadsrc.c: (dvdreadsrc_set_property),
	(dvdreadsrc_srcpad_query), (dvdreadsrc_get),
	(dvdreadsrc_open_file), (dvdreadsrc_close_file):
	* ext/dvdread/dvdreadsrc.h:
	* ext/lame/gstlame.h:
	* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init):
	* gst/asfdemux/gstasfmux.c: (gst_asfmux_init):
	* gst/iec958/ac3iec.h:
	* gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init):
	* gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_init):
	* gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init):
	* gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_init):
	* gst/synaesthesia/gstsynaesthesia.c: (gst_synaesthesia_init):
	renamed GST_FLAGS macros to GST_OBJECT_FLAGS
	moved bitshift from macro to enum definition

2005-10-11  Wim Taymans  <wim@fluendo.com>

	* ext/mad/gstid3tag.c: (gst_id3_tag_sink_event):
	* ext/mad/gstmad.c: (gst_mad_chain):
	* gst/mpegaudioparse/gstmpegaudioparse.c:
	(gst_mp3parse_sink_event), (gst_mp3parse_chain):
	* gst/realmedia/rmdemux.c: (gst_rmdemux_perform_seek),
	(gst_rmdemux_chain), (gst_rmdemux_add_stream):
	newsegment API update.

2005-10-06  Wim Taymans  <wim@fluendo.com>

	* ext/amrnb/amrnbdec.c:
	Mark invalid frame sizes

	* ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
	UNUSABLE is not to be used here, just push out stuff so
	probes can continue linking or making the pad usable.

2005-10-05  Michael Smith <msmith@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_sink_event),
	(gst_rmdemux_src_event), (gst_rmdemux_validate_offset),
	(find_seek_offset_bytes), (find_seek_offset_time),
	(gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
	(gst_rmdemux_loop), (gst_rmdemux_fourcc_isplausible),
	(gst_rmdemux_chain), (gst_rmdemux_send_event),
	(gst_rmdemux_add_stream), (gst_rmdemux_parse_packet):
	  Improve seeking error-resilience.
	  General improvements in error handling.

2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>

	* configure.ac:
	  back to development

=== release 0.9.3 ===

2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>

	* NEWS:
	* README:
	* configure.ac:
	  releasing 0.9.3, "Athos"

2005-09-30  Michael Smith <msmith@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
	(gst_rmdemux_perform_seek), (gst_rmdemux_src_query),
	(gst_rmdemux_change_state), (gst_rmdemux_loop),
	(gst_rmdemux_fourcc_isplausible), (gst_rmdemux_chain),
	(gst_rmdemux_send_event), (gst_rmdemux_add_stream),
	(gst_rmdemux_parse_packet):
	* gst/realmedia/rmdemux.h:
	  Sanity checking, and fix some minor memory leaks

2005-09-29  Michael Smith <msmith@fluendo.com>

	* gst/realmedia/rmdemux.c: (gst_rmdemux_src_event),
	(gst_rmdemux_perform_seek), (gst_rmdemux_loop),
	(gst_rmdemux_send_event), (gst_rmdemux_add_stream),
	(gst_rmdemux_parse_mdpr), (gst_rmdemux_parse_packet):
	Real demuxer fixes. Make it more bulletproof against bad data,
	identify a few more stream types.
	Fix seeking so that it works (at least with the seek example program;
	it still fails with totem).

2005-09-26  Wim Taymans  <wim@fluendo.com>

	* gst/mpegaudioparse/gstmpegaudioparse.c:
	(gst_mp3parse_sink_event), (gst_mp3parse_chain):
	Set correct caps on buffers too.

2005-09-26  Wim Taymans  <wim@fluendo.com>

	* gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
	(gst_mp3parse_sink_event), (gst_mp3parse_chain):
	* gst/mpegaudioparse/gstmpegaudioparse.h:
	Put timestamps on buffers.

2005-09-21  Flavio Oliveira  <flavio.oliveira@indt.org.br>

	* ext/amrnb/amrnbenc.c: (gst_amrnbenc_base_init):
	Changed amrnbenc description, it is an encoder, not decoder.

2005-09-21  Michael Smith <msmith@fluendo.com>

	* gst/ac3parse/gstac3parse.c: (gst_ac3parse_class_init),
	(gst_ac3parse_init), (gst_ac3parse_chain):
	* gst/iec958/ac3_padder.c: (ac3_crc_init), (ac3_crc_update),
	(ac3_crc_validate), (ac3p_init), (ac3p_parse):
	* gst/iec958/ac3_padder.h:
	* gst/iec958/ac3iec.c:
	  Various changes to AC3->IEC958 framer. Mostly to make our IEC958
	  headers more accurate, and to check AC3 checksums (both of them in
	  each frame), and dump the frame (as a probable sync failure) if they
	  don't match. General code cleanup, improved comments. Changed to not
	  construct the header backwards, and not byteswap everything else.
	  If we end up needing to do little-endian output, we should swap in
	  the element doing the output (AC3 is big-endian).

2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>

	* docs/plugins/gst-plugins-ugly-plugins.args:
	* docs/plugins/gst-plugins-ugly-plugins.hierarchy:
	* docs/plugins/gst-plugins-ugly-plugins.interfaces:
	* docs/plugins/gst-plugins-ugly-plugins.prerequisites:
	  commit missing files
	* docs/plugins/inspect/plugin-lame.xml:
	  update

2005-09-19  Wim Taymans  <wim@fluendo.com>

	* ext/lame/gstlame.c: (gst_lame_chain):
	Set caps on outgoing buffers.

2005-09-16  Thomas Vander Stichele  <thomas at apestaart dot org>

	* ext/lame/gstlame.c:
	* ext/lame/gstlame.h:
	  clean up further so we don't try to set up five times for
	  a simple pipeline

2005-09-16  Michael Smith <msmith@fluendo.com>

	* gst/iec958/ac3iec.c: (ac3iec_init):
	  Set setcaps function on sink pad, not source pad. Produce correct
	  caps on output buffers.

2005-09-07  Stefan Kost  <ensonic@users.sf.net>

	* ext/mad/gstid3tag.c:
	  gsttaginterface.h -> gsttagsetter.h

=== release 0.9.1 ===

2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>

	* README:
	* NEWS:
	* autogen.sh:
	* configure.ac:
	  releasing 0.9.1, "The Rat"

2005-09-06  Wim Taymans  <wim@fluendo.com>

	* ext/amrnb/amrnbdec.c: (gst_amrnbdec_state_change):
	* ext/amrnb/amrnbenc.c: (gst_amrnbenc_state_change):
	* ext/amrnb/amrnbparse.c: (gst_amrnbparse_state_change):
	State change function updates.

2005-09-05  Jan Schmidt  <thaytan@mad.scientist.com>

	* ext/mpeg2dec/gstmpeg2dec.c:
	GST_CAT_SEEK disappeared from the public API at some point

2005-09-02  Michael Smith <msmith@fluendo.com>

	* gst/iec958/ac3iec.c:
	  Use the right mime-type for AC3 input, audio/x-private1-ac3, as
	  output by demux

2005-09-02  Michael Smith <msmith@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
	* gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
	(ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
	(ac3iec_setcaps), (ac3iec_set_property), (ac3iec_get_property),
	(ac3iec_chain_dvd), (ac3iec_chain_raw), (ac3iec_change_state),
	(plugin_init):
	  Changes to use the first_access parameter correctly in ac3 and lpcm
	  plugins. General cleanups in iec958 framer.

2005-09-01  Michael Smith <msmith@fluendo.com>

	* configure.ac:
	* gst/iec958/Makefile.am:
	* gst/iec958/ac3_padder.c: (ac3p_init), (ac3p_push_data),
	(ac3p_parse):
	* gst/iec958/ac3_padder.h:
	* gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
	(ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
	(ac3iec_set_property), (ac3iec_get_property), (ac3iec_chain),
	(ac3iec_change_state), (plugin_init):
	* gst/iec958/ac3iec.h:
	  AC3 -> IEC958 (S/PDIF) framer, port of Martin Soto's 0.8 plugin.

2005-09-01  Wim Taymans  <wim@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_setcaps),
	(gst_dvdlpcmdec_chain_dvd), (gst_dvdlpcmdec_chain_raw),
	(gst_dvdlpcmdec_change_state):
	Cleanups, fixed header parsing and stripping.

2005-09-01  Michael Smith <msmith@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
	(gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
	(update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
	(gst_dvdlpcmdec_chain_raw):
	  Use the right bytes to parse the LPCM dvd header

2005-09-01  Michael Smith <msmith@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
	(gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
	(update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
	(gst_dvdlpcmdec_chain_raw):
	  Return the correct values from chain function.

2005-08-31  Michael Smith <msmith@fluendo.com>

	* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcm_reset),
	(gst_dvdlpcmdec_init), (gst_dvdlpcmdec_setcaps),
	(update_timestamps), (parse_header), (gst_dvdlpcmdec_chain_dvd),
	(gst_dvdlpcmdec_chain_raw):
	* gst/dvdlpcmdec/gstdvdlpcmdec.h:
	  Restructure LPCM decoder to not expect the demuxer to parse the LPCM
	  header; instead do this internally. Also support the old way, using
	  a different mime-type.

2005-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>

	* Makefile.am:
	* configure.ac:
	* docs/plugins/Makefile.am:
	* docs/plugins/gst-plugins-ugly-plugins-docs.sgml:
	* docs/plugins/gst-plugins-ugly-plugins-sections.txt:
	* docs/plugins/gst-plugins-ugly-plugins.types:
	* ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_tca_seek):
	* ext/dvdread/dvdreadsrc.c: (_open), (_seek_title),
	(_seek_chapter), (_read):
	* gst/mpegaudioparse/gstmpegaudioparse.c:
	  add plugin documentation