aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 4e7ab0830ea4b5f6da48033c1ae0b1ae7b6f93e7 (plain) (blame)
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
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
This is GStreamer Bad Plug-ins 0.10.23, "The Game Has Changed"

Changes since 0.10.22:

      * aiffparse: extract ID3 tags embedded in ID3 chunks
      * amrwbenc: switch to the free vo-amrwbenc library
      * apexsink: Add support for generation 2 AirTunes hardware
      * applemedia: bump the rank of qtkitvideosrc to PRIMARY
      * autoconvert: remove the initial-identity property from autoconvert, update for basetransform changes in core
      * avcsrc: add AVC Video Services plugin for OS/X (captures DV or HDV video from Firewire port)
      * basevideo: cater for format conversion
      * basevideo: Fix locking, especially if both pads have different streaming threads
      * basevideodecoder: add API to drop a frame and post a QoS message on the bus
      * basevideodecoder: reverse playback support; limited legacy seeking support
      * basevideodecoder: better caps handling; event handling fixes esp. discont and flush
      * basevideoencoder: add support for new force-key-unit event API
      * basevideoencoder: implement preset interface; enable clipping by default
      * basevideoencoder: proxy the width/height/framerate/PAR constraints of downstream caps to upstream
      * bayer2rgb: rewrite signal processing and convert to orc for better speed
      * camerabin2: no longer experimental; add flags to disable conversion elements
      * camerabin2: add "audio-filter" property; countless fixes
      * camerabin: add "image-formatter" property
      * camerabin: prevent audio source from providing clock; reset audiosrc timestamping
      * camerabin: prevent captures from being lost when switching resolutions
      * colorspace: Add JPEG YCbCr matrix
      * colorspace: fix odd width and height handling in some fastpath cases
      * colorspace: fix r210 writing only half a scanline
      * d3dvideosink: new d3dvideosink element
      * dc1394src: implement LATENCY query
      * debugutils: new elements: compare (with memcmp and ssim method) and debugspy
      * decklink: add more modes, connection type, "audio-input" and "subdevice" properties
      * decklink: add support for Windows; properly set up analog input
      * decklinksink: add audio support
      * dfbvideosink: also consider non-accelerated DirectFB surfaces
      * diracparse: make diracparse work correctly
      * directdrawsink: handle pixel-aspect-ratio, lower rank to secondary
      * dshowdecwrapper: fix COM initialization
      * dtmf: post messages when starting to send/receive DTMF
      * dtmfsrc: align DTMF sound buffers with last-stop from event
      * dtmfsrc: reject start/stop requests that come out of order
      * dvbsrc: add "timeout" property and use (interruptible) GstPoll
      * element-templates: improve the audiofilter template
      * faac: add properties for VBR encoding
      * faac: add profile and level to the caps; negotiate output format from downstream caps
      * facedetect: detect face features (mouth, nose, eyes) and drop faces that don't have them
      * faceoverlay: add element that displays an SVG image over a detected face
      * freeverb: new freeverb element (reverb effect)
      * h263parse: also extract width and height into caps; propagate downstream caps
      * h264parse: many negotiation and caps-related fixes; propagate downstream caps where appropriate
      * h264parse: countless parsing and timestamping fixes
      * hlsdemux: allow bandwidth switching during caching of fragments
      * hlsdemux: make more error resilient
      * hlsdemux: cache number of fragments we are required to cache
      * hlsdemux: add seeking support (for streams that are not live)
      * hlsdemux: implement duration and seeking queries; improved duration reporting
      * hlsdemux: Send a flush-stop when switching pads. Fixes A -> A/V sync issue
      * hlsdemux: implement buffering by posting buffering messages on the bus
      * hlsdemux: send NEWSEGMENT events in TIME format
      * hlsdemux: switch to higher/lower bitrate by more than one step at a time
      * hsldemux: handle change of media types
      * inter: new intermediate surface elements: inter{video,audio,sub}{sink,src} to decouple elements within the same pipeline
      * invtelecine: Remove in favor of fieldanalysis
      * irtspparse: add Interleaved RTSP parser element
      * jifmux: change class to formatter, bump rank to secondary
      * kate: do not consider an empty SPU to be a fatal error
      * kateenc: don't error on empty input buffers
      * kate: pass on timed event metadata as tags when we can
      * kate: support for rendering on several YUV formats
      * legacyh264parse: create correct avc codec-data
      * legacyh264parse: delay pushing buffers until we have width/height
      * legacyh264parse: fix output caps alignment for avc input
      * modplug: fix modules playing as mono instead of stereo
      * motioncells: new element to detect areas of motion
      * mpeg2enc: support mjpegtools 2.0
      * mpeg4videoparse: properly handle profile and level in caps
      * mpegpsdemux: timestamp handling and seeking fixes
      * mpegpsmux: remember whether an incoming buffer is a keyunit or not
      * mpegpsmux: add "aggregate-gops" property to aggregate GOPs into buffer lists
      * mpegpsmux: put stream headers into output caps
      * mpeg[pt]sdemux: Add support for AAC LATM/LOAS streams
      * mpegtsbase: actually set seen_pat=TRUE when we see a PAT
      * mpegtsdemux: always try to seek for to a keyframe; add accurate seeking support
      * mpegtsdemux: fix frequent deadlock demuxing MPEG TS
      * mpegtsdemux: fix scanning stopping too early
      * mpegtsdemux: fix timestamps in newsegement event after seeking
      * mpegtsdemux: implement key_unit seeking for MPEG2 video
      * mpegtsdemux: payload parsing for H.264
      * mpegtsdemux: push based seeking based on PCR
      * mpegtsmux: add support for force key unit events
      * mpegtsmux: unset the current PCR stream when starting a new unit
      * mpegtsparse: fix parsing of PSI table IDs
      * mpegtsparse: support more character set encodings
      * mpegts: stop scanning for keyframes as early as possible
      * ofa: don't crash when there's no data to create a fingerprint from
      * openal: new OpenAL sink and source elements: openalsrc, openalsink
      * opencv: allow to build against 2.3.1
      * opus: new Opus audio codec elements: opusdec, opusenc, opusparsertpopusdepay, rtpopusay
      * pcapparse: also support extracting tcp data; fix SLL parsing
      * photography: add missing FLICKER_REDUCTION capability
      * pvr2d: new pvrvideosink element
      * psmux: fix writing of system header, which makes VLC not skip the adjacent PSM and play embedded H.264 streams
      * removesilence: new plugin
      * resindvdsrc: do not try to seek before the first chapter
      * rotate: angle is in radians already, do not scale it
      * rsvgdec: use input buffer timings if possible
      * rtmp: add rtmpsink element for output to an RTMP server
      * rtpdtmfmux: Add last-stop to dtmf-event upstream events
      * rtpdtmfsrc: Correctly recognize the end of a buffer
      * rtpdtmfsrc: Just error out if there is no clock
      * rtpdtmfsrc: Make sure rtpdtmfsrc timestamps don't overlap
      * rtpdtmfsrc: Put the inter digit interval at the end, not at the start
      * rtpdtmfsrc: Respect ptime from the caps
      * rtpdtmfsrc: Start at the last_stop from the start event if there was one
      * rtpvp8: fix bitstream parsing using the wrong kind of bitreader
      * rtpvp8: Reject unknown bitstream versions
      * rtpvp8: Update the pay/depay to the ietf-draft-01 spec
      * schroenc: balance encoder and video format alloc/dealloc
      * schroenc: remove shape_output handling
      * scopes: add a new element similar to synaesthesia
      * scopes: add a simple fft based scope
      * scopes: draw pixels with signle 32bit writes
      * scopes: first version of a scopes plugin using a new baseclass
      * scopes: fix elements descriptions
      * shm: add ability to add uint64 tags on buffers
      * shm: add buffer-time property
      * smooth: new element, port to 0.10 
      * soundtouch: Handling incoming rate when requested 
      * spacescope: add color-modes
      * spacescope: use the drawhelpers and add a draw-style property
      * spandsp: Adding spandsp plugin with spanplc element for packet loss concealment
      * spectrascope: use add_pixel for non-white pixels
      * subenc: Add webvttenc element
      * teletextdec: New teletext decoder plugin based in zvbi
      * tiger: add a "silent" property to skip rendering
      * tsdemux: add explicit supported AAC stream-format in template caps
      * tsdemux: countless fixes and improvements
      * tta: decrease rank to NONE 
      * video: abstract surface API for HW accelerated codecs
      * video: add GstVideoContext interface
      * video: add libgstbasevideo PC file
      * voaacenc: add new plugin for audio AAC encoder based on vo-aacenc lib
      * voaacenc: add profile and level to the caps
      * vp8dec: add check if we have legal aspect-ratio before reset it
      * vp8dec: propagate downstream flow return to upstream
      * vp8dec: use new basevideodecoder API to drop frames and get QoS messages posted
      * vp8enc: add "lag-in-frames" and "min/maxsection-pct" options 
      * vp8enc: generate a timestamp for alt-ref frames
      * wrappercamerabinsrc: push newsegments on video capture start
      * xviddec: add video/mpeg,mpegversion=4 to the caps
      * xvidenc: add profile/level to the caps and negotiate them with downstream
      * xvidenc: add support for levels 4a/5/6 of the simple profile
      * xvidenc: don't add the profile/level to the video/x-xvid caps

Bugs fixed since 0.10.22:

      * 648021 : gst-plugins-bad/gst/nsf/ code not needed (can be replaced by ext/gme/)
      * 655887 : gst_buffer_create_sub: assertion `buffer- > size > = offset + size' failed
      * 597822 : Add removesilence plugin
      * 608171 : [dvbsrc] many wake-ups in read_device on signal loss.
      * 652677 : [bayer] compiler warning in orc-generated code
      * 652956 : vp8enc: add more encoder options
      * 654310 : FAAC VBR encoding support
      * 655362 : [decklink] Add support for Windows
      * 532820 : [mpegtsdemux] garbled display
      * 550230 : A plug-in " openalsrc " for capture audio using OpenAL
      * 569305 : [mgpegvideoparse] not all tags show up in gst.extend.discoverer
      * 578926 : [h264parse] Make sure h264parse are autoplugged when required
      * 589064 : resindvd doesn't behave right for " previous chapter "
      * 599469 : resindvd: problems pre-rolling in the absence of audio
      * 609639 : xviddec plugin caps does not allow MPEG 4 video - trivial fix
      * 611046 : mpegtsmux: pcr problems
      * 615615 : A plugin for audio output using OpenAL
      * 615681 : [mpeg[pt]sdemux] do not support AAC LATM Stream type
      * 616421 : celtenc/dec produces silent output with live sources
      * 619739 : Teletext decoder element based on libzvbi
      * 620119 : [dvdspu] Program received signal SIGSEGV, Segmentation fault.
      * 625190 : Directshow decoders wrappers have COM initialization issues
      * 625520 : dc1394src: timestamping problem
      * 628284 : [rsvgdec] all buffer timestamps are set to zero
      * 629244 : [opencv] Add motion detection element
      * 631390 : dfbvideosink does not consider surfaces when blit is not accelerated
      * 631416 : mpegpsdemux hits EOS too early
      * 634582 : Localized menus when playing DVD
      * 635917 : [mpegtsparse] don't parse and post all the EIT events.
      * 640017 : basevideodecoder: add API to drop a frame and post a QoS message on the bus
      * 641405 : [vp8enc] patch - allow to use best quality
      * 641918 : [Camerabin2] Allow previewing without capture
      * 642023 : [mpeg4videoparse] assertion `a_d != 0' failed
      * 642759 : faceoverlay plugin: displays an SVG image over a detected face on a video stream
      * 647055 : liveadder has a memory leak
      * 647748 : [aacenc] add AAC audio encoder based on vo-aacenc lib
      * 647842 : [faac] Detect ADTS/raw output in the downstream caps
      * 648245 : mpegtsdemux: truncates last buffer
      * 648478 : jpegparse: unit test for APP1/exif & comment parsing
      * 648565 : clean_ups in opencv
      * 648933 : [mpegvideoparse] Avoid searching for picture start codes when not needed
      * 649391 : [jifmux] bump rank from none
      * 649822 : wrappercamerabinsrc: add a filter property
      * 649832 : [camerabin2]: negotiation problems when capturing
      * 649931 : [apexsink] Allow to play to new, generation 2 AirTunes (AirPlay) hardware
      * 650072 : [basevideoencoder] Fix use-after-free after state change transition
      * 650171 : gst/dccp: fix build on newer mingw
      * 650228 : Fix h264parse negotiation
      * 650323 : [h264parse] leaks entire input if converting bytestream - > avc,au
      * 650416 : [h264parse] Assertion failure: nal_size > =2
      * 650484 : h264parse should increase max allowed PPS id from 31 to 255
      * 650594 : [faac] AAC profile support in the caps
      * 650595 : voaacenc needs profile caps support
      * 650914 : decklink sink has no audio support
      * 650970 : mpeg2enc: fix build with mjpegtools 2.0
      * 651050 : [mpegtsmux] error " Stream on pad xxx is not associated with any program " debug output incorrect pointer instead of padname
      * 651779 : directdrawsink: keep aspect ratio
      * 651782 : add d3dvideosink on windows
      * 652035 : [d3dvideosink] Fix configure check and makefiles
      * 652261 : xvidenc needs codec profiles in caps
      * 652694 : rtpvp8pay fails on error-resilient stream
      * 652902 : vp8dec: Add check if we have legal aspect-ratio before reset it.
      * 652924 : [tta] playing white noise instead of file contents
      * 652951 : vp8enc: Set correct timestamp/duration for altref/invisible frames
      * 652995 : legacyh264parse wrong access-unit output
      * 653013 : h264parse fails to create SPS when input uses 4 byte start code
      * 653087 : [h264parse] Assertions on valid h264 streams when converting to stream-format=avc,alignment=nal
      * 653161 : wininet.h checking during configure
      * 653481 : tsdemux: Fail to sync to stream when input buffers lacks OFFSET
      * 653544 : [basevideodecoder] Immediately forwards synchronized events
      * 654293 : [basevideodecoder] Leaks coder_hook
      * 654416 : [mpegtsmux] gst_buffer_unref () call segfaults
      * 654572 : Set but unused warning
      * 654657 : tsdemux: newsegment for push-mode is wrong
      * 654666 : mpeg4videoparse: Fix failure to find frames on some streams
      * 654799 : Add force-key-unit support to mpegtsmux
      * 654805 : Missing gstdecklink.h in sys/decklink when doing a " make dist "
      * 654806 : Missing dependencies for gst/intra
      * 654840 : dfbvideosink: fix harmless typo in variable initialization
      * 654844 : dtsdec: stream with jitter sounds broken
      * 655112 : videomaxrate: add " max-rate " property and improve caps negotiation
      * 655319 : hlsdemux: compilation problem on NetBSD caused by wrong GST_ELEMENT_ERROR usage
      * 655361 : pcapparse: fix SLL parsing
      * 655540 : mpegtsbase: gst_structure_id_get() called with wrong type
      * 655804 : Play position advancing but frames not rendered
      * 656107 : shmsink should have a buffer-time property.
      * 656115 : mpegpsdemux: handle SCR jumps/discontinuities more gracefully
      * 656164 : dirac triggers set but unused variable warnings
      * 656166 : schroedinger: triggers set-but-not-used warnings from gcc
      * 656226 : [faac] Does not passthrough downstream caps constraints to upstream
      * 656641 : Segfault using ofa element
      * 656686 : celtdec: make this compile with git libcelt
      * 656928 : vp8: probe for the new tuning API to keep building with older libvpx
      * 656929 : vp8: drop frames is a uint in the libvpx API, not a boolean
      * 657033 : kate: emit timed metadata as tags
      * 657091 : kate: do not clear out high bits from display area
      * 657250 : rsndvdbin attempts to modify read only metadata
      * 657363 : tests: make camerabin2 test build
      * 657368 : basevideoencoder: fix element leak
      * 657419 : basevideoenc: do not try to calculate latency from an unknown framerate
      * 658251 : dccp: cross compile warning - " WINVER " redefined
      * 658450 : mpegvideoparse: make this build with older glib
      * 658800 : h264parse: do not try to read from a non existent VUI
      * 658940 : kate: flush on seek, and ensure we cancel any waiting buffer
      * 658973 : mpegvideoparse: avoid reading past a buffer
      * 659061 : camerabin2: replace deprecated g_atomic_int_exchange_and_add
      * 659087 : celt: various cleanups/fixes
      * 659485 : mpegpsdemux: large MPEG PS file not working when seeking/transcoding with encodebin
      * 659836 : Transcoding crash with new git master FAAC
      * 659924 : Fix some MPEG-2 transport streams containing audio and private data
      * 660118 : mpegtsdemux: keep CRC data in .rodata
      * 660234 : [mpeg4videoparse] Use strings for the profile/level fields in caps
      * 660364 : opus: misc cleanup/fixes
      * 660406 : [rtpvp8] update rtp vp8 pay/depay to the latest IETF draft version 01
      * 660469 : opus/celt: fix calculation of filler data size
      * 660528 : kate: rendering performance improvements
      * 660630 : kate: fix race condition on PAUSED- > READY state change
      * 660999 : opusenc: fix latency query
      * 661053 : some patches to gsth264parse.c
      * 661066 : Segfault when transcoding a file from Ogg to Quicktime
      * 661098 : [rtmp] need to initialize winsock 2 dll
      * 661113 : Some patches to h264parse
      * 661614 : mplex configure check broken with mjpegtools 2.0.0
      * 662164 : vc1parser: fix parsing of FRMRTQ_POSTPROC, BITRTQ_POSTPROC and sequence layer
      * 662321 : GstVideoContext to enable context sharing
      * 662420 : Abstract surface API for HW accelerated decoders
      * 662746 : vc1parser: fix parsing of RANGEREDFRM
      * 662776 : vc1parser: do not overwrite buffer
      * 662857 : tiger: add a 'silent' property to skip rendering
      * 662949 : [h264parse] Doesn't use PAR from bitstream
      * 663180 : h264parse tests are not valgrind clean
      * 663203 : colorspace: fix r210 writing only half a scanline
      * 663234 : tests: allow building with older versions of glib (g_list_free_full)
      * 663235 : mpegvideoparser: input data is const, mark it so
      * 663238 : colorspace: fix width/height mismatches
      * 663309 : mpegvideoparse: Fix in picture header parse.
      * 663346 : autoconvert: merge caps instead of using union
      * 663552 : h264parse: conditional jump or or move depends on uninitialised value(s)
      * 663768 : mimic, opencv, vp8, acmmp3dec, linsys: Don't build static plugins
      * 663782 : Progressive support for gstmpegvideoparser
      * 664048 : camerabin: Document requirement to be in PLAYING state for capture-start
      * 664123 : [h264parse] Conversion from AVC to byte stream fails for nal_length_size != 4
      * 664257 : [mpegtsparse] Support UTF-16BE text encoding
      * 664631 : Build error: gstsmooth.c:205:3: error: format '%d' expects type 'int', but argument 8 has type 'gulong'
      * 664725 : aiffparse: extract embedded ID3 tags
      * 664815 : opusenc: Fixing " Unused var " compiling error for opus codec
      * 664817 : Adding opus RTP payloader/depayloader module
      * 665078 : opus: work without the Ogg headers
      * 665205 : rsndvd: sends buffers before newsegment event
      * 665378 : Fail to compile xvidenc in ubuntu 11.04 uninstalled setup
      * 665418 : h264parse produce AVC: nal size -1702885365
      * 665584 : [h264parse] Reduce latency and cpu usage for packetized input
      * 665631 : mpeg4videoparse regressions
      * 665703 : mpeg4videoparse: memory leak
      * 665814 : mpegtsdemux: add a property to control whether to signal no-more-pads
      * 666517 : Frequent deadlock while discovering a MPEG TS file
      * 666584 : Invalid memory access in gsth264parse
      * 666750 : Compiler warning- > error in faac
      * 667560 : h264parse: H.264 reverse playback does not work anymore
      * 668192 : codecparsers: h264: fix ref_pic_list_modification()
      * 668311 : does pkg-config check for gst-plugins-good-0.10.pc which is not installed
      * 668380 : [h264parse] [codecparsers] gst_h264_parse_hrd_parameters not reading cbr_flag
      * 668381 : [h264parse] [codecparsers] SEI parsing fails when payload contains emulation_prevention_three_byte
      * 668471 : [h264parse] Negotiation regression for autoplugging
      * 668521 : REQUIREMENTS file doesn't list requirement for rtmp
      * 668627 : [h264parse] conversion avc/au to byte-stream/au broken
      * 668833 : kateenc provides wrong duration information when muxed in Matroska
      * 669365 : rotate plugin docs say that 'angle' is in radians, yet seems to be in degrees
      * 669697 : shmsink blocking forever
      * 628609 : The qtwrapperaudiodec_samr decoder doesn't handle buffers containing many AMR frames properly
      * 655318 : photography: add missing FLICKER_REDUCTION capability

API additions since 0.10.22:

      * GstSurfaceBuffer, GstSurfaceConverter, GstDeviceContext
      * codec parser library
      * video decoder and encoder base class API

Changes since 0.10.21:

      * aiffparse: add support for 32 bit and 64 bit floating point formats
      * aiffparse: the SSND header is 16 bytes large, not 8 + 16 bytes
      * assrender: refactor blitting, avoid writing past end of buffer
      * camerabin2: Add a property to select the encoding profile
      * camerabin2: Add custom filter properties
      * camerabin2: Add image-done message
      * camerabin2: Adding audio support for video recordings
      * camerabin2: Adding properties for image capture settings
      * camerabin2: Add methods for preview image message posting
      * camerabin2: Add preview-filter property
      * camerabin2: Adds new idle property
      * camerabin2: Add viewfinder caps related properties
      * camerabin2: Add viewfinder-sink property
      * camerabin2: Implement previewing
      * camerabin2: Implement tagsetter interface
      * camerabin2: Move preview helper functions to basecamerabinsrc
      * camerabin2: Move to encodebin
      * camerabin2: Moving preview image properties to basecamerasrc
      * camerabin: adding audio related properties
      * camerabin: Always take photo when preview-caps is set
      * camerabin: don't rely on the application running the default GLib main loop
      * camerabin: Events with select-all in input-selector
      * camerabin: Fix corner case for preview posting
      * camerabin: Use running time for muxing
      * celtenc: Fix compilation with celt >= 0.11.0
      * colorspace: add 16-bit-per-channel handling
      * colorspace: add dithering, add support for r210 and fix YUV->RGB matrixing
      * curlsink: add libcurl-based sink element
      * decklink: Add decklink plugin
      * directdrawsink: avoid aspect-ratio borders overlying other windows
      * directdrawsink: avoid rendering to invalid area
      * dshowvideosink: update for latest GstXOverlay changes
      * dvbsuboverlay: Fix using alpha values in blitting
      * dvdspu: don't write clipped lines to the output buffer
      * dvdsubdec: make up clut values if they weren't set
      * fieldanalysis: new fieldanalysis element
      * fpsdisplaysink: add "silent" property, fix "sync" property default value
      * fpsdisplaysink: add "frames-dropped" and "frames-rendered" properties
      * fpsdisplaysink: add "last-message" property and never print anything to stdout
      * gme: fix infinite looping by fading out after two loops
      * h263parse: add an h263parse element
      * hlsdemux: Add HTTP live streaming parser/demuxer element
      * id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frame
      * jifmux: Add GstTagXmpWriter support
      * jp2kdec, jp2kenc: add support v308 (4:4:4 YUV)
      * jp2kdec: post proper error when the image's colour space is not supported
      * jpegparse: misc. fixes
      * linsys: Add plugin for Linear Systems SDI boards
      * logoinsert: add "data" property; fix memleaks
      * mpegtsdemux: new (not-yet autoplugged) MPEG TS demuxer rewrite
      * mpegtsmux: add byte-stream to h264 template pad caps
      * mpegtsmux: don't error out if downstream fails to handle the newsegment event
      * mpegtspacketizer: Handle all ISO8859-x encodings in get_encoding()
      * opencv: make work with openCV 2.2
      * patchdetect: new element
      * rsvgoverlay: allow negative values for x/y/width/height
      * rsvgoverlay: implement x/y/width/height (absolute and relative) positioning and dimensioning
      * rtpvp8: Add simple payloaders and depayloaders for VP8
      * scenechange: new scene change detection element
      * sdi: Add raw SDI muxing/demuxing elements
      * shm: Allow ShmPipe to save a data pointer for applications
      * shm: Keep the ShmPipe alive as long as there are blocks left
      * shm: Make default perm u+rw g+r for shm area
      * shmsink: ensure gst_poll_wait is called first on descriptors
      * shmsink: Keep shmsink referenced while there are still buffers around
      * shmsrc: Keep GstPoll for whole src lifetime
      * shmsrc: Only connect to sink in PLAYING in live mode
      * vdpau: fixup GstFlowReturn handling
      * vdpausink: fix bug where we didn't setup vdpau on a user set window
      * videoparsers: new h263parse element
      * videoparsers: baseparse-based dirac parser, new baseparse-based h264parse
      * xvidenc: proxy downstream caps restrictions upstream via get_caps()
      * zebrastripe: New element

Bugs fixed since 0.10.21:

      * 646211 : [camerabin] state changes need to be made when recording a video
      * 608786 : [mpegtsmux] Internal H.264 byte-stream wrapping isn't working correctly
      * 334107 : xviddec: segmentation fault after a few frames
      * 582167 : jacksink does not flush the jack port when going to READY
      * 586848 : qtmux, asfmux: remuxing streams with different start times
      * 591651 : dvbsrc: use better nicks for GstDvbSrcModulation and other enums
      * 594035 : [hlsdemux] Add HTTP Live Streaming playback support
      * 594280 : directdrawsink: avoid rendering to invalid area
      * 602847 : [dvdspu] Segfaults on seeking in matroska file
      * 611061 : [mpegtsmux] some buffers are forgotten to push in m2ts_mode
      * 615655 : [camerabin] shouldn't rely on running GLib main loop
      * 616814 : Photography interface extension: colour tone mode and noise reduction settings
      * 617532 : [qtmux] Take into account new-segments for incoming streams
      * 622276 : Add an h263parse element
      * 626618 : jpegparse doesn't handle APP12 marker
      * 632056 : Directdrawsink draws black stripes over the overlying dialog windows.
      * 639502 : [camerabin] should not re-create preview pipeline when setting new preview  caps
      * 639763 : [dvbsuboverlay] Green borders around subtitles
      * 639841 : examples: camerabin: Don't set default values for GstPhotography interface settings
      * 640286 : elements/imagecapturebin check fails
      * 640287 : camerabin2 checks fail
      * 640327 : Add VP8 RTP payloaders and depayloaders
      * 640561 : opencv textwrite element renaming and proper structuring:
      * 640637 : Camerabin has warning: Internal GStreamer error: clock problem.
      * 640885 : Permission problems building bad
      * 641047 : [mpegaudioparse] Multiple issues with new mpegaudioparse element from -bad, lower rank?
      * 641178 : rtpvp8: build problem, needs to link with libgstbase-0.10
      * 641496 : New plugin: curlsink
      * 641530 : Camerabin should capture image if preview_caps is set even if filename is not set
      * 641712 : XWindow is never created in gst-camerabin-test example application
      * 641796 : opencv: make plugin work with opencv 2.2.0 release
      * 641857 : baseparse: Update min/max bitrate before first posting them
      * 641858 : mpegaudioparse: Post CBR bitrate as nominal bitrate
      * 642116 : rsvgoverlay: add position/dimension parameters
      * 642658 : rsvgoverlay: allow negative values for position/dimension parameters
      * 642671 : fieldanalysis: New element for analysing video input to produce progressive output
      * 643469 : fpsdisplaysink: add frames-dropped and frames-rendered properties
      * 643471 : fpsdisplaysink: fix default sync property value
      * 643607 : [celt] Doesn't compile with celt 0.11.1
      * 644176 : videofilters: needs to link against libm
      * 644208 : dcaparse: add depth and endianness to dts caps to allow elements to negotiate on these certain stream format requirements
      * 644429 : [mpegtsmux] in m2ts-mode, the tp_extra_header is incorrect
      * 645006 : [mpegtsmux] in m2ts-mode, PAT is written only once
      * 645053 : shm: multiple compile failures on Solaris 10
      * 645412 : [h264parse] h264parse doesn't set framed=True on src caps
      * 645420 : [scaletempo] Incorrectly handles new segments with stop == -1
      * 645502 : [h264parse] leaks fatally on certain streams
      * 645568 : aiffparse: doesn't play 24-bit AIFF properly
      * 645711 : patchdetect: link error while using gcc-4.52
      * 646256 : qtmux " buffer without timestamp/duration " error message could be more helpful
      * 646495 : hlsdemux: Add missing patches from my local branch
      * 646840 : shmsink: ensure gst_poll_wait is the first gst_poll function called on a descriptor
      * 646955 : dshowvideosink: Update to reflect latest GstXOverlay changes
      * 647030 : [fpsdisplaysink] " silent " property
      * 647364 : VGM files loop indefinately
      * 647498 : xvidenc not forwarding caps
      * 647564 : gst-plugins-bad configure.ac summary wrongly claims an exif plugin
      * 647830 : assrender: crashes with very large subtitles
      * 647852 : [schroenc] Crashes after some time when getting buffers after EOS
      * 647853 : [schrodec] Impossible to play very short files
      * 647854 : [schrodec] Allocates buffers with NULL caps from downstream
      * 648001 : configure: Fix linsys/decklink checks for Linux
      * 648929 : [tsdemux] Memory leaks everywhere
      * 649005 : y4mdec: add plugin description
      * 647751 : [hlsdemux] Fix usage of the element in players
      * 621027 : mpegtsparse problem when parsing EIT and obtaining Transport Stream packet size

Changes since 0.10.20:

      * alsaspdif: removed alsaspdifsink element (replaced by alsasink device=spdif)
      * metadata: remove metadata plugin
      * jack: jack plugin has moved to gst-plugins-good (0.10.27)
      * selector: input-selector and output-selector have moved to GStreamer core (0.10.32)
      * valve: has moved to gstreamer core (0.10.32)
      * applemedia: new plugin for Apple multimedia APIs (avfvideosrc, celvideosrc, qtkitvideosrc, miovideosrc, vth264decbin, vth264encbin, vtdec, vtenc)
      * applemedia: new iOS video source based on AVFoundation
      * y4mdec: new y4mdec element
      * dcaparse: new dts/dca audio parser
      * camerabin2: new camerabin element (work-in-progress, experimental)
      * opencv: new plugin with elements facedetect, faceblur, edgedetect, cvsobel, cvsmooth, cvlaplace, cverode, cvequalizehist, cvdilate, textwrite, templatematch, pyramidsegment
      * interlace: new element
      * geometrictransform: new rotate element
      * jp2kdecimator: add a JPEG2000 decimator element (drop details without reencoding)
      * audioparsers: add dcaparse, a dts/dca parser, and mpegaudioparse (mp3parse replacement)
      * autoconvert: add autovideoconvert, an autoconvert based video format converter
      * checksumsink, chopmydata: new debug elements
      * dvbsuboverlay: new element to overlay DVB subtitle
      * rsvgoverlay: new element for scalable and relative svg overlay with cairo
      * qtmux: add new ismlmux element, for fragmented isml major brand
      * ac3parse: properly parse E-AC3 frame header and use proper EAC-3 caps
      * ac3parse: relax BSID checking, performance improvements
      * applemedia mtapi: update to reflect new API on iOS 4.x
      * applemedia vtenc: bump H.264 level from 1.3 to 3.0
      * applemedia vtenc: remove keyframe enforcement workaround
      * applemedia celapi: update to reflect new API on iOS 4.x
      * applemedia cvapi: add wrapper for IO surface access
      * audioparse: add support for setting the channel-positions
      * audioparsers: increase ranks to enable auto-plugging (incl. new mp3 parser)
      * baseparse: enhancements for timestamp marked framed formats
      * baseparse: increase keyframe awareness
      * baseparse: perform bitrate handling and posting after newsegment sending
      * baseparse: post duration message if average bitrates is updated
      * baseparse: prevent indefinite resyncing
      * baseparse: add index support, seek table and accurate seek support
      * baseparse: support reverse playback
      * baseparse: use determined seekability in answering SEEKING query
      * basevideo: Add handling of GstForceKeyUnit events
      * basevideodecoder: add capture pattern handling; don't blow away field information
      * bayer2rgb: add format=bggr/etc. to caps, add framerate to the sink caps
      * camerabin: add "preview-source-filter","ready-for-capture", "idle" properties
      * camerabin: change "zoom" property from int to float
      * camerabin: enable all conversion flags by default to make it work out-of-the-box everywhere
      * coloreffects: Add chromahold effect
      * cog: improvements in colorspace and scaler; add fast paths for colorspace conversion
      * colorspace: revive element and add support for many more pixellayouts/colorspaces
      * colorspace: add support for SDTV/HDTV YUV conversions
      * dtmfsrc: Make the dtmfsrc accept events sent with gst_element_send_event
      * tools: misc. improvements to element-maker tool
      * faac: handle trailing encoder output
      * faad: support reverse playback; cater for decoder delay and renegotiation
      * faad: tweak output buffer timestamping
      * flacparse: don't drop the last frame if it is followed by garbage
      * flacparse: don't parse the complete FLAC frames but only look for valid frame headers (for performance)
      * flacparse: fix picture parsing, fix parsing with unknown framesizes
      * flacparse: parse seektable
      * frei0r: add support for the FREI0R_PATH environment variable
      * frei0r: fix crashes if plugins don't provide correct property information
      * frei0r: fix scanning of plugin subdirectories and support different vendors
      * frei0r: update frei0r interface specification to 1.2
      * gaudieffects: avoid divide by 0 in burn element, make filter parameters dynamic and controllable
      * id3mux: map GST_TAG_ALBUM_ARTIST, give PRIMARY rank
      * invtelecine: Fix name of 30p/60i pattern
      * jasperdec: don't fail hard on decoding error
      * jifmux: detect EOI correctly; do not limit the size of the image on 16bits
      * jp2kenc: Emit SOP markers in every codestream packet
      * jpegparse: avoid infinite loop when resyncing; discard incomplete image
      * kate: add segment tracking, and various other improvements
      * kate: ensure the kate pad does not shoot ahead of the video pad
      * mpegtsdemux: extract language for DVB subtitle streams
      * mpegtsdemux: enable gather_pes only for DVB subtitle private streams
      * mpegtsdemux: fix re-syncing on invalid data after seek
      * mpegtsmux: Initialize PES packet before getting the header size
      * mpegtsmux: Set adaptation flag when appropriate
      * mpegtsmux: Set random_access_indicator for keyframes
      * mpegtsparse: send TDT tables messages in a serialized event downstream
      * ofa: Call g_object_notify() after the fingerprint was created
      * pcapparse: Add support for Linux Cooked Capture (SLL) frames
      * photography: add missing property and cabability flag for noise reduction
      * photography: Add "zoom" and "image-preview-supported-caps" interface properties
      * photography: add gst_photography_{set,get}_noise_reduction() and CAPS_NOISE_REDUCTION flag
      * qtmux: add support for fragmented mp4
      * qtmux: add "streamable" property to avoid building fragmented mfra index
      * qtmux: timestamp tracking fixes and many other fixes
      * resindvd: attempt to use glib language setting for DVD menus/audio
      * resindvd: improve error messages on read errors; button state tracking fixes
      * rfbsrc: fail more gracefully if source gets disconnected or geometry changes
      * sdlvideosink: re-enable YVYU and UYVY support
      * sdpdemux: error out if no streams found in sdp message
      * sdpdemux: redirect SDP with an rtsp control URL and add property to disable redirect
      * ssim: add I420 support
      * tiger: outline text by default, to make it easier to read
      * winks: add property probing support; fix framerate fraction range mapping
      * winks: ignore unsupported formats; work around shutdown deadlock
      * winks: performance improvements
      * zbar: make scanner cache optional, disable it by default
      * zbar: use correct strides, support more formats

Bugs fixed since 0.10.20:

      * 628609 : The qtwrapperaudiodec_samr decoder doesn't handle buffers containing many AMR frames properly
      * 639296 : [y4mdec] Doesn't handle files which don't specify a colorspace
      * 613379 : camerabin: Do not use audio clock after stopping video capture
      * 636279 : REGRESSION: Video often freezes during playback of mpeg2 files
      * 630255 : [examples] camerabin example still uses old GstXOverlay interface
      * 631232 : [colorspace] AYUV/ARGB handling broken on big endian systems
      * 627229 : fpsdisplaysink should not measure fps relative to pipeline clock
      * 435120 : cairosvgoverlay
      * 486659 : xmp/exif metadata handling
      * 578629 : libgstphotography missing exports for MSVC
      * 587223 : mpegtsdemux seg.fault due to invalid PMT_pid
      * 598078 : osxvideosrc doesn't build in snow leopard x86_64
      * 600929 : [kate] tiger element doesn't handle segments and text/video synchronization properly
      * 603063 : camerabin example fails to start recording
      * 611428 : [gdiscreencapsrc] leaks memory (ICONINFO)
      * 613633 : [resindvd] scrambled DVDs yield useless generic error message if dvdcss is not available
      * 616814 : Photography interface extension: colour tone mode and noise reduction settings
      * 616923 : camerabin: remove photography interface implementation
      * 618045 : [cogcolorspace] No Y41B support
      * 618542 : DVB subtitles support
      * 625558 : [basevideoencoder] [vp8] encoder timestamps are wrong when there are gaps
      * 626425 : cog_virt_frame_new_convert_u8 has bogus source data
      * 627134 : photography interface: add API for capture correction
      * 627211 : jpegformat: Push tags after setting srcpad caps
      * 627253 : [mpegtsparse] Post tags of channel and currently running event
      * 627992 : dtmfsrc doesn't support gst_element_send_event
      * 628326 : vdpau: don't change structure in setcaps function
      * 628527 : videoanalyse: classificication is wrong
      * 628548 : [mpegtsmux] Initialize PES packet before getting the header size
      * 628570 : cogcolorspace: element classificication is wrong
      * 629554 : dvbsrc: Fix example usage, bandwidth=8 not 8MHz
      * 629897 : [cog] Ignores --disable-orc and always requires orc
      * 629910 : jpegparse: properly clean up comment string
      * 629917 : [output-selector] Recheck pending_pad after pushing a buffer
      * 630046 : sdpdemux: Add optional support for rtspsrc as session element
      * 630253 : [sdl] Still uses old GstXOverlay interface
      * 630254 : [vdpau] Still uses old GstXOverlay interface
      * 630783 : [frei0r] Crashes if broken plugins don't give correct property information
      * 630808 : valve: move to core
      * 631200 : flacparse: major performance improvements
      * 631389 : [flacparse] backport/check corner case fixes done in flacdec
      * 631449 : [audioparse] doest not support several channel numbers
      * 631501 : [faad] failed to dynamically switch from 2 audio channels to 6
      * 631814 : [flacparse] unit test failures
      * 631993 : [flacparse] imperfect timestamping
      * 632070 : qtmux: infinite loop
      * 632668 : Gaudi Effects [review]
      * 632885 : Gaudi Effects dynamically controllable parameters [review]
      * 632911 : qtmux: add fragmented mp4 support (isml brand)
      * 633466 : [katedec] Pushes events before the final caps are known
      * 633917 : [mpegtsparse] [PATCH] Send TDT messages in an serialized event downstream
      * 635200 : [dvbbasebin] [PATCH] Add TDT to the initial pids filter for dvbsrc
      * 635202 : mpeg4videoparse: Minor fixes
      * 635204 : mpeg4videoparse: Set srcpad caps before forwarding newsegment
      * 635205 : h264parse: Set srcpad caps before forwarding newsegment
      * 635229 : celtenc: uninitialized tags variable can cause segfault
      * 635304 : [opencv] fix caps issues and extend supported caps for some elements [PATCH]
      * 635397 : rfbsrc: avoid infinite loop if source gets disconnected and  don't crash if frame geometry changes
      * 635529 : interlace: Add pattern offset and fix timestamps
      * 635720 : vp8enc incorrectly sets timestamps based on theoretical framerate
      * 635786 : [audioparse] Fix division-by-zero exception
      * 635878 : [qtmux] gst_qtmux_check_difference subtract 2 unsigned numbers without taking care of the result sign
      * 636106 : autocolorspace: new plugin for auto space convertor selection
      * 636109 : [SSIM] klass should be Filter/Effect/Video
      * 636185 : qtmux: msvc incompatibility
      * 637062 : [ac3parse] parse problems on some MTS streams
      * 637224 : [bayer2rgb] missing framerate in sink caps
      * 637308 : gst-plugins-bad did not find xvidcore on my box
      * 637359 : Internal GStreamer error, during pcap to mp4 conversion
      * 637403 : qtmux do not store 1st TS when detect 1st buffer
      * 637486 : qtmux: error if no buffers have arrived to one pad at EOS
      * 637532 : applemedia: redundant declaration of 'parent_class'
      * 637590 : [PATCH] fix gst-plugins-bad compile against latest gtk+
      * 637824 : mpeg4videoparse: gst_buffer_is_metadata_writable warning (regression)
      * 637929 : mve: do not use the pad buffer allocation functions in demuxers
      * 637931 : mpegdemux: do not use the pad buffer allocation functions in demuxers
      * 638004 : tiger: fallback on headers in caps to initialize if headers are absent
      * 638288 : qtmux: fails to handle out-of-order buffers without duration
      * 638412 : kate: reenable the sending of a message for tags
      * 638527 : tiger: outline text by default, to make it easier to read
      * 638604 : basecamerasrc isn't build by default but camerabin2 is and requires it
      * 639063 : mpegtsparse: fix (re)sync with invalid data at beginning
      * 639338 : [qtmux] Protect against copying a null caps
      * 639413 : Camerabin should use output-selector:pad-negotiation-mode=active
      * 639456 : [camerabin] Should have all conversion flags enabled by default
      * 639555 : [audioparsers] Be careful to not lose the event ref
      * 639950 : flacparse: avoid unref'ing NULL buffer
      * 630830 : zbar: Fixes, single frame scan and width/stride fix
      * 635281 : [mpegtsparse] TDT packets are only parsed for odd hours

Changes since 0.10.19:

      * asfmux streaming fixes and improvements
      * new video effects plugins: coloreffects, gaudieffects, geometrictransform
      * new gsettings plugin with gsettings{audio,video}{src,sink} elements
      * new ivfparse element
      * new rtmpsrc element
      * new shmsink and shmsrc elements for IPC using shared memory
      * new videomaxrate element
      * dshowvideosink improvements
      * vdpau: H.264 and MPEG-4 decoder (not enabled for autoplugging yet though)
      * vp8enc: support multipass encoding and keyframe-only mode
      * neonhttpsrc: timeout properties and cookie support
      * h264parse and mpegvideoparse: can periodically insert codec data into stream now
      * build: require GLib >= 2.20, automake >= 1.10, autoconf >= 2.60, want orc
      * asfmux: deprecate "is-live" property, replaced by new "streamable" property
      * asfmux: don't set the 'seekable' flag in headers if we are streaming
      * asfmux: put headers into "streamheader" field in output caps for streaming
      * asfmux: write preroll info in the header at initialization
      * bayer: support more formats in bayer2rgb, add rgb2bayer element
      * camerabin: make viewfinder-sink property work with bins
      * celt: add support for celt 0.8, remove support for celt < 0.5
      * celtenc: add "prediction" and "start band" properties
      * coloreffects: new element with heat, sepia, xray and cross-process effects
      * dshowvideosink: many fixes and improvements
      * fpsdisplaysink: add "fps-update-interval" and read-only "max-fps"/"min-fps" properties
      * frei0r: check for plugins in /usr/{local/,}lib{32,64}/frei0r-1 too
      * gaudieffects: new plugin with burn, chromium, dilate, dodge, exclusion, gaussianblur and solarize video effect elements
      * geometrictransform: new plugin with circle, diffuse, kaleidoscope, marble, pinch, sphere, twirl, and waterripple, fisheye, mirror, square, tunnel, bulge, stretch video effect elements
      * gsettings: new GSettings plugin with audio/video sources and sinks (to replace gconf plugin)
      * h264parse: add "config-interval" property to insert SPS/PPS at periodic intervals
      * h264parse: handle 3-byte bytestream sync codes; process incoming timestamps more correctly
      * id3mux: add support for beats-per-minute tag
      * invtelecine: support more video formats, more pulldown formats, add "verify-field-flags" property
      * ivfparse: add simple IVF parser element (simple framing for VP8 video data)
      * jpegformat: add exif writing to jifmux and exif parsing to jpegparse
      * jpegparse: skip extra 0xff markers, optimize jpeg image parsing
      * mimic: lots of fixes and clean-ups
      * mpeg4videoparse: add "config-interval" property to re-insert config in stream
      * mpegtsmux: start pmt at 0x020; take all the pmt in the streamheaders
      * mpegtsparse: actually work when we have small buffers coming in
      * mpegvideoparse: apply previous timestamp when there isn't any newer
      * neonhttpsrc: add "connect-timeout", "read-timeout" and "cookies" properties
      * qtmux: write audio/video stream bitrates into header, if available
      * qtmux: write track-number etc. tags even if count is not available
      * rtmpsrc: new RTMP source element based on librtmp
      * rtpdtmfmux: add priority sink pads and drop buffers on non-priority sink pads when something is incoming on the priority sink
      * rtpmux: add support for GstBufferLists; aggregate incoming segments; fix buffer leak
      * shm: add new shm-based shmsink and shmsrc elements for IPC using shared memory
      * vdpau: add H.264 decoder and MPEG-4 part 2 decoder; countless other fixes and improvements
      * videomaxrate: new plugin/element to limit videorate conditionally based on threshold
      * vp8dec: mark discont buffers, set decoder deadline from the QoS information
      * vp8enc: allow a maximum keyframe distance of 0, i.e. all frames are keyframes
      * vp8enc: fix handling of invisible/alt ref frames
      * vp8enc: add support for enabling automatic insertion of alt-ref frames by the encoder
      * vp8enc: implement multipass encoding
      * wildmidi: Add support for wildmidi 0.2.3

Bugs fixed since 0.10.19:

      * 625908 : [geometrictransform] Some more configuration options for effects
      * 625076 : neonhttpsrc: add connect-timeout and read-timeout properties
      * 620746 : basevideodecoder: remove spurious warning
      * 566614 : bayer2rgb: Make first line configurable
      * 570428 : autogen.sh fails
      * 574290 : [dshowvideosink] make set_xwindow_id() in PLAYING state work
      * 579926 : [directshowvideosink] Doesn't update the last frame after a seek with the pipeline in PAUSED state.
      * 580967 : shared memory based sink and source
      * 591622 : [vdpau] needs better error/failure handling
      * 602551 : dshowvideosink window close doesn't cause gst-launch to exit
      * 602936 : [ mp4mux] Lipsync issue when converting mkv to mp4 using h264/aac
      * 613346 : [dshowvideosink] Add support for updating video caps
      * 616265 : Add a GSettings plugin that provides the same services as the GConf plugin
      * 618336 : [mpegvideoparse] mpegvideoparse makes some streams unplayable
      * 618522 : [asfmux][patch] Improve support for streaming
      * 618921 : [dshowvideosink] Replace CoIntialize with CoInitializeEx for bettrer integration with GStreamer threads
      * 618936 : [dshowvideosink] close the created window in ::stop()
      * 620324 : Format warning in ivfparse
      * 620717 : [geometrytransform] Incomplete template caps
      * 620825 : [geometrytransform] Make properties controllable and threadsafe
      * 620978 : insert NAL7/8 always when encountering I frame
      * 621205 : [mpeg4videoparse] add config-interval property to insert mpeg4video config data in regular intervals
      * 621348 : [vp8enc] Implement multipass encoding
      * 621523 : [id3mux] write beats-per-minute tag
      * 622369 : [rtmpsrc] crash if correct server but wrong video file name
      * 622484 : [qtmux] missing track number tag when transcoding to aac
      * 622690 : elements/jpegparse check fails
      * 622692 : pipelines/metadata check fails
      * 622725 : [mpgtsparse] Doesn't remove pids from pes_pids
      * 623272 : [dshowvideosink] setting force-aspect-ratio has no effect after the sink's renderer has been configured
      * 623365 : [qtmux and variant] Don't store codec tags
      * 623550 : doesn't compile with celt 0.8
      * 623678 : qtmux: Write AAC/H.264 bitrate if available
      * 623710 : [frei0r] Load frei0r plugins in /usr/lib64/frei0r-1 too
      * 623713 : [dshowaudiodec][patch] Fix compilation error
      * 623722 : gstwildmidi element update to newer library version
      * 623802 : camerabin: Bin based viewfinder sink support is broken
      * 623854 : jpegparse reads a wrong EXIF section size
      * 623881 : aiffmux.c divide by zero
      * 623883 : [winks] gstksvideosrc.c error on MSVC using gst_element_class_set_details()
      * 625003 : [examples] Don't use GdkDraw
      * 625138 : [dshowvideosrc] Don't use a range in the caps if min==max
      * 625174 : neonhttpsrc: adds cookies support
      * 625496 : qtmux - misc fix on btrt box
      * 625722 : [geometrictransform] Some new effect elements for cheese
      * 625817 : coloreffects: new plugin for lookup table color mapping
      * 625959 : geometrictransform: make CircleGeometricTransform " radius " property relative
      * 626049 : [vdpau] crashes in states.check unit test
      * 626603 : generic/states check fails with gsettings element installed
      * 626670 : gaudieffects: Fails to link inline functions properly
      * 626815 : vp8dec: infinite loop if EOS event before started
      * 627413 : jifmux causes broken jpeg images at least with some rgb pixel format
      * 627918 : Do not install gst-camera.ui
      * 627991 : rtpmux will freeze whenever a flush is sent
      * 624212 : mp4mux produces incorrect frame rates when h264 input uses bframes
      * 619158 : IVF parser plugin
      * 619484 : vp8dec: s/IMG_FMT_I420/VPX_IMG_FMT_I420/
      * 621404 : [dvbsrc] Set stats-reporting-interval on construction

Changes since 0.10.18:

      * audioparsers: add bitrate calculation
      * camerabin: add API to query supported image capture resolution
      * camerabin: add block-after-capture property for viewfinder blocking
      * camerabin: add video-capture-width/height/framerate properties
      * camerabin: add video-source-filter and viewfinder-filter properties
      * capssetter: element was moved to gst-plugins-good
      * cogcolorspace: implement color-matrix handling and chroma-site
      * dc1394: add iso-speed property
      * dshowvideosrc: add support for YUY2 input format
      * festival: don't open an infinite number of connections to the server and close connections
      * h264parse: fix writing NALU prefix for byte-stream output format
      * h264parse: fix wrong timestamps in some cases after seeking
      * imagefreeze: plugin was moved to gst-plugins-good
      * invtelecine: add invtelecine element
      * jackaudiosrc: implement multichannel support
      * jpegformat: add xmp reading and writing support
      * ladspa, lv2: don't fail in plugin_init when having 0 elements (which would cause the plugin to get blacklisted)
      * mmssrc: Check URI for validity and work around URI parsing bugs in libmms
      * mmssrc: Use the escaped location for the RTSP redirect message
      * mpegtsdemux: add support for Blu-Ray style DTS and the two DTS HD stream types
      * mpegtsparse: parse TDT table in mpegts
      * mpegvideoparse: export profile and level in caps; estimate bitrate; update caps when sequence header changes
      * oss4: plugin was moved to gst-plugins-good
      * qtmux: add support for the VP8 video codec and XMP tags
      * segmentclip: add audio/video buffer segment clip elements
      * vcdsrc: support the DVD URI scheme so a device can be specified via the URI
      * vp8: add libvpx-based VP8 encoder/decoder (NB: encoder properties/API not fully stable yet; also, this plugin may not be compatible with GPLv2-only applications)

Bugs fixed since 0.10.18:

      * 340986 : [vcdsrc] plugin not auto-plugged, and weird URI handling
      * 572551 : mpeg4videoparse fails to extract codec_data from this network camera video stream
      * 603745 : [dc1394src] add " iso-speed " property
      * 611302 : [imagefreeze] Add still frame stream generator
      * 612208 : [soundtouch] [pitch] Removing annoying g_print
      * 612331 : inputselector: linkage flags are incorrect
      * 612454 : fix compile errors in latest gst-plugins-bad
      * 612615 : [camerabin] video bin elements in wrong state when recording
      * 612687 : [mpegvideoparse] Update caps when sequence header changes
      * 612757 : Unable to build gst-plugins-bad with Sun Studio compiler
      * 613156 : cog can't be built against libpng 1.4.x
      * 613160 : [cogcolorspace] RGB- > I420 conversion adds green vertical bar at the right border
      * 613332 : [cog] generate_tables generates invalid tables for YUV- > RGB
      * 613708 : [dshowvideosrc][PATCH] Add support for YUY2 format
      * 613758 : More build warnings on OS X
      * 613795 : libmodplug's public header requires WORDS_BIGENDIAN
      * 613920 : audioparsers: Add bitrate calculation to baseparse
      * 614016 : [baseparse] NEWSEGMENT event sent with wrong start and position time
      * 614037 : flacparse: Fix buffer refcount issue
      * 614259 : mpegtsdemux: can't detect DTS audio
      * 614349 : [mpegtsparse] assertion gst_buffer_is_metadata_writable (buffer) failed
      * 614475 : [dvbsrc] Wrong property types for frequency and symbol rate
      * 614479 : [mpegtspacketizer] Use CRC to check if tables are duplicate
      * 614591 : [h264parse] Not cleaning internal state properly for reuse
      * 614958 : [camerabin] Replace actions with properties for setting parameters
      * 614991 : baseparse: Don't emit bitrate tags too early
      * 616078 : mpegvideoparse: Export profile and level in caps
      * 616541 : jackaudiosrc/sink needs to set layout on caps
      * 617145 : Compile mplex element with with --enable-runtime-pseudo-reloc-v2 on Windows
      * 617146 : Lots of printf string format warnings on Windows
      * 617331 : More warnings in -bad
      * 617650 : [mmssrc] should check location
      * 618044 : [cogcolorspace] I420/YV12 - > packed 4:2:2 gives assertions
      * 618388 : [frei0r] Boolean values can't be set from gst-launch [PATCH]
      * 618409 : jackaudiosrc: improve process callback
      * 618527 : festival plugin does not close connections to server
      * 618710 : [resindvd] Needs to check for libdvdread too
      * 618867 : Remove gst-plugins-bad/ext/polyp ?
      * 619064 : h264parse: broken timestamps after seeking
      * 619169 : [vp8enc] Limit DEFAULT_MAX_LATENCY to 25 to match libvpx
      * 619172 : [vp8] exclude dec/enc based on CONFIG_VP8_DECODER/ENCODER
      * 619290 : [vp8] add mode property to switch between CBR/VBR
      * 619317 : [vp8] Encoder thread support
      * 619318 : [vp8] Decoder QoS (avoid memcpy)
      * 619344 : [vp8enc] Use GST_VIDEO_CAPS_YUV instead of handwritten YUV caps
      * 619444 : [mpegtsparse] Memory leak in mpegts_packetizer_parse_pmt
      * 619502 : [mpegvideoparse] segfault because of access to a NULL buffer gotten from mpeg_packetizer_get_block
      * 619617 : [h264parse] leaks memory
      * 619916 : [vp8enc] Doesn't skip non-frame packets correctly
      * 614317 : [oss4] should always accept PCM in native endianness even if the hardware doesn't

Changes since 0.10.17:

      * aacparse: lots of fixes, now based on common baseparser class and merged into audioparser plugin
      * ac3parse: new AC3 parser element based on common baseparser class and part of new audioparser plugin
      * adpcmenc: new adpcm encoder element
      * aiffmux: new aiff muxer element
      * amrparse: use (default) time handling of baseparser class, merged into audioparser plugin
      * apexsink: change volume property to a double to make work with playbin2
      * asfmux: handle streams with different start times
      * asfmux: improve compatibility with WMSP in WMP
      * asfmux, rfbsrc, vmnc, mpegdemux, resindvd: fix alignment and endianness issues
      * assrender: countless fixes and improvements
      * audioparsers: rename baseparse GType name to avoid possible conflicts
      * audioparsers: fix seek handling, newsegment sending, push mode data draining
      * celt: make compile against earlier CELT versions
      * configure: call $PKG_CONFIG instead of pkg-config to fix cross compilation
      * dataurisrc: new source element for data:// URIs
      * faac: lots of fixes (channel layout, output caps, bps estimation etc.)
      * flacparse: fix multiple channel frame parsing; merged into new audioparser plugin
      * fpsdisplaysink: expose video sink using a property
      * h264parse: Correctly rewrite all nal prefixes
      * h264parse: fix caps parameters setting, framerate calculation
      * h264parse: fix regression in output buffer timestamping
      * h264parse: optionally output AUs rather than NALUs or transform from bytestream to sample format and vice versa
      * h264parse: parse SPS some more (e.g. for width/height)
      * ivorbisdec: moved to -base (to reuse same codebase as vorbisdec)
      * jpegformat: new jifmux element
      * jpegparse: new jpeg parser element (not autoplugged for now)
      * mmssrc: post error message in addition to redirect when connect fails
      * mpegtsdemux: Handle eac3 in PMT
      * mpegtsmux: add pat-interval and pmt-interval properties
      * mpegtsmux: Do not crash on misinterpreted h264
      * mpegtsmux: Fix mistake on previous commit
      * mpegtsmux: fix PAT/PMT insertion frequency, add PAT/PMT in streamheader
      * mpegtsmux: mark delta-unit on outgoing buffers
      * qtmux: add moov recovery feature (to finalise recording after crash or so)
      * qtmux: improves compatibility with some hardware players
      * qtmux: add support for ALAC, SVQ3, IMA ADPCM; improve j2k handling
      * qtmux: misc. tag writing fixes: write all udta children atoms; crash less
      * shapewipe: moved to -bad
      * vdpau: lots of fixes and refactoring

Bugs fixed since 0.10.17:

      * 606657 : mpegtsmux crashes with h264parse in byte-stream mode
      * 607513 : input-selector segfaults in g_object_notify()
      * 440476 : RhythmBox displays an incorrect track length for .aac files.
      * 530513 : [h264parse] no width and height in output caps
      * 563433 : implement h264parse AVC output
      * 575878 : assrender searches entire current working directory when searching for fonts to use
      * 583098 : Add jpegparse element
      * 598350 : qtmux with AAC streams (from faac) generate invalid files
      * 598682 : make check fails due to fpsdisplaysink if xvimagesink does not exist
      * 598916 : qtmux: support more of j2k
      * 600409 : tremor/ivorbis: should pack result smarter
      * 601108 : gst-camera requires glade
      * 601417 : Problem compiling gst-plugins-bad 0.10.16
      * 602161 : bad .17 VPATH build fix
      * 602465 : gst/dtmf/tone_detect.h incompatible with MSVC
      * 602524 : frei0r: GST_EXTRA_MODULE_SUFFIX never defined
      * 602528 : lv2: vocoder plugin breaks gstreamer
      * 603938 : assrender cannot load font attachments in Matroska container
      * 603983 : gstdshowvideosink leaking DirectShow objects
      * 603986 : gstdshowvideosink not releasing the filter media event interface
      * 604099 : rtpmux: Make sure to call release_pad() when the element is disposed
      * 604101 : rtpmux: update the current_ssrc from the caps
      * 604280 : fpsdisplaysink: allow access to internal video sink used
      * 604311 : gst-plugins-bad: fails to build against libcelt 0.4.0
      * 604908 : [mpegtsmux] mark delta-unit on outgoing buffers
      * 604925 : qtmux shouldn't accept adts aac
      * 605720 : modplug: Add 32-bit depth caps
      * 605721 : modplug: Allow 1-channel output for 16 and 32 bit depth too
      * 605904 : mpegtsdemux doesn't handle e-ac-3 in PMT
      * 606371 : mpegdemux2 plugin doesn't work on some ARM CPU due to the guint32*'s alignment
      * 606636 : [mmssrc] no error message when connect to server fails
      * 606665 : error: " __MSVCRT_VERSION__ " redefined
      * 606677 : Port librdf (rdfsrc) to Windows
      * 606726 : FAAC bitrate setting has no effect
      * 606859 : Get mp4mux request pad  during decodebin2's new-decoded-pad event fails.
      * 607105 : faac doesn't negotiate channel positions correctly
      * 607285 : cdxaparse leaks memory
      * 607555 : asfmux plugin generates data streams incompatible with WMSP (MMSH) and WMP
      * 607747 : [dvbsrc] Pipeline does not stop when reception is very bad
      * 608042 : [camerabin-example] v4l2 device busy after setting back to ready and changing the mode
      * 608651 : dshowvideosink.cpp crash
      * 608706 : assrender recursively scans directories for fonts
      * 608751 : [assrender] Random crashes because libass is not threadsafe
      * 608753 : assrender: use more compatible hinting method
      * 608896 : mpegtsmux: PAT/PMT interval fixes
      * 608998 : [jpegparse] unit test fails
      * 609055 : [qtmux - mp4mux] crash when setting
      * 609215 : [rsvg] fix compilation with MSVC
      * 609478 : [faad] SIGSEGV when caps contains codec_data=(buffer)NULL
      * 164870 : PNM [en,de]coder
      * 383478 : Need ac3 parser to support seeking in unframed .ac3 files
      * 606878 : [apexsink] crashes when changing volume in rhythmbox
      * 580731 : qtmux needs mapping for ALAC
      * 587922 : qtmux lacks mapping for Sorenson Video v3
      * 601576 : qtmux feature: moov recovery

Changes since 0.10.16:
    
      * Fix DVD playback
      * New elements: DTMF tone source and detector
      * ASS subtitle support improvements
      * Fix compilation on OS/X Snow Leopard
      * Support DVB 3.3 API
      * Inputselector fixes

Bugs fixed since 0.10.16:
     
      * 602106 : Bad atom size calculation
      * 574434 : [camerabin] Changing default video/audio source for Windows
      * 584361 : gppmux Support for 3gr6
      * 586929 : [midi] Doesn't handle push
      * 595161 : [mpegtsdemux] Internal dataflow problem with some streams.
      * 598552 : faac: Clean up defaults
      * 598763 : New plugin: aiffmux
      * 598808 : mpegpsmux: Fix CLFAGS typo and reorder flags
      * 599050 : [mpegvideoparse] Does not check width/height range
      * 599469 : resindvd: problems pre-rolling in the absence of audio
      * 600454 : aacparse detecting aac file as mpegversion=2 instead of 4
      * 600461 : [zbar] Over-eager detection of barcodes
      * 600662 : [assrender] Doesn't synchronize subtitle buffers
      * 600707 : autoconvert depends on function from core 0.10.26
      * 600724 : celt: fails to build against celt-0.7
      * 599903 : Scaletempo plugin stops early when playing slowly

Changes since 0.10.15:
    
      * Fix various bugs in the 0.10.15 release
      * Fix a deadlock in starting DVD
      * Fix compilation problems
      * Allow libneon versions >= 29.x

Bugs fixed since 0.10.15:
     
      * 599272 : faac check fails, undefined symbol
      * 599332 : [neonhttpsrc] fails to compile with libneon 0.29.0

Changes since 0.10.14:
    
      * Add barcode scanner plugin using the zbar library
      * Improvements to camerabin
      * Support audio-track format switching in DVD
      * Improve parsing and display of PGS subpictures
      * Add Cog plugin
      * Add LV2 plugin support
      * Improve VDPAU plugin. Add post-processing support
      * Add videomeasure plugin
      * Improve Siren codec
      * Improved Directshow capture element
      * Add EAC3 mapping in MPEG-TS playback
      * Improve AAC encoding
      * Improved MIDI file playback
      * Improve H-264 parsing
      * Add MPEG-PS muxer
      * Add PNM encoder and decoder
      * Add SVG decoder
      * Update GLib dependency to GLib 2.16
      * Various other bug fixes and improvements (see ChangeLog)

Bugs fixed since 0.10.14:
     
      * 303975 : Add tar support
      * 519001 : [wildmidi] Doesn't handle seeking correctly
      * 575261 : Do not use the outdated Debian/Ubuntu libass libraries!
      * 583901 : aacparse fails for remuxing
      * 589609 : [PATCH] fix dvdspu crash when subtitles do not fit the incoming video
      * 593348 : faac encoder produces first buffer with wrong duration
      * 593625 : Broken Compilation, missing files with latest commits in git repository
      * 593683 : Typo in variable name for libraries to link against
      * 593864 : pcapparse: Set the GStreamer timestamp according to the pcap timestamps
      * 594030 : [mpegtsdemux] Support for AC3/EAC3 not 100% correct
      * 594277 : Make the default segment of outputselector TIME instead of UNDEFINED
      * 594278 : dshowvideosink: remove unused variable
      * 594279 : dshowsrcwrapper: use tchar macro for string literals
      * 594321 : Videomeasure plugin
      * 594382 : assrender: Fix compilation with libass = 0.9.6
      * 594489 : broken compilation for mpegdemux
      * 594715 : libgstsignalprocessor install issues
      * 594812 : [mpegpsdemux] Seeking broken for MPEG PS cut from VOB file
      * 595215 : PNM encoder doesn't support ASCII encoding
      * 595409 : PNM decoder can't decode ASCII encoded files.
      * 596285 : gstvideomeasure crashes at the end of some streams
      * 596743 : qtmux: fix flags_as_uint to flags[]
      * 598139 : faad element leaks itself.
      * 598263 : refcount leak in resindvd
      * 598274 : dtsdec leaks input buffers
      * 598369 : Properly detect pre-releases
      * 598733 : id3mux doesn't write image to APIC tag
      * 582779 : [resindvd] Add support for other audio codecs than ac3
      * 595700 : PNM decoder doesn't handle ASCII encoded pnm data split over several buffers

Changes since 0.10.13:

      * Moved rtpmanager to -good
      * Moved dirac elements from schroedinger to gst-plugins-bad
        (new schroedinger release without the gstreamer elements
         will follow shortly)
      * amrwb: Remove AMR-WB parser and decoder and rename encoder plugin
        from amrwb to amrwbenc (the removed elements will re-appear in the
        next -ugly release; no migration strategy provided in this case
        because of the special status of the amrwb plugin)
      * asfmux, rtpasfpay: add ASF muxer and windows media payloader
      * basevideo: add experimental video base class library/API
      * camerabin: lots of fixes and improvements
      * capssetter: new element for debugging purposes
      * directdraw: Implement GstNavigation interface
      * directshow: refactor and improve dshowsrcwrapper, dshowideosrc, dshowaudiosrc
      * frei0r: wrapper for frei0r video filter plugins
      * gme: add libgme plugin which supersedes the existing OpenSPC spc plugin
      * Implement SEEKING query in more demuxers and decoders (notably
        mpeg-ps/mpeg-ts, mxf, musepack, rawparse)
      * kate: add kate subtitle encoder, decoder and overlay
      * mimic: lots of fixes for mimenc and mimdec; add "paused mode"
      * mpegpsdemux: added caps for AAC and fixed playback of a clip with LPCM
      * mpegtsdemux: added VC1, EAC3 and LPCM related to blueray/hdmv
      * qtmux: handle pixel-aspect-ratio; misc. other fixes and improvements
      * shapewipe: support ARGB/RGBA for video input/output; fix for still images
      * vdpau: add experimental vdpau plugin

Bugs fixed since 0.10.13:

      * 587819 : [mpegtsparse] crash because of double free
      * 344129 : [directsoundsrc] Plugin for Directsound source
      * 377784 : xvidenc should output video/mpeg
      * 540128 : Totem freeze with short HDV file
      * 541962 : [directdrawsink] crash when exposing in GST_STATE_READY
      * 561241 : metadatademux pad activation deadlock
      * 561752 : GstRtpBin implement Release pad functions
      * 575672 : [mpegtsdemux] crashes when souphttpsrc is used as a stream source
      * 575818 : [ivorbisdec] extract vorbis tags
      * 576800 : gstreamer SPC plugin requires non-portable x86 code
      * 583470 : mpegtsparse: Old pes pids not removed when receiving PAT table
      * 584252 : enhancements to OSSv4 plugin
      * 584897 : Remove AMR plugin as it has been replaced by updated OpenCore plugin
      * 585839 : Support for sending RTP packets as GstBufferList in the gstrtpbin
      * 586019 : [mxfdemux] stray semicolons after if statement
      * 586097 : GStreamer DVB tuning too quick for some devices
      * 586956 : Include < sys/time.h > only if it is present in the system
      * 587023 : [freeze] disable plugin static lib
      * 587595 : [dshowsrcwrapper] start refactoring
      * 588638 : [katedec] add x-dvd-subpicture output
      * 588944 : mpegpsdemux doesn't support seeking with GST_FORMAT_TIME anymore
      * 590030 : rtpsource: Incoming buffers do not always have caps
      * 590208 : GstNavigation interface support for directdrawsink
      * 590360 : [qtmux] requires endianness even if the samples are 8bit
      * 590446 : [mpegdemux] MPEG TS with A52 not seekable
      * 590797 : Memory leak in rtpsource.c
      * 591440 : rtpdtmfsrc event cleanup
      * 591538 : generic states test fails (vdpau, mimenc)
      * 591610 : asfmux: messing up with sinkpads
      * 591927 : REQUIREMENTS is out of date
      * 592259 : mimenc: fourcc written incorrectly
      * 593024 : regression in schroenc streamheader initialization
      * 593063 : resindvd and rawparse do not use correct base LDFLAGS
      * 593068 : Disarray in directsoundsrc/directdrawsink
      * 586354 : [h264parse] blocked in infinite loop while parsing a corrupted frame


Changes since 0.10.12:
    
      * New shapewipe video transition plugin
      * qtmux improvements
      * camerabin improvements
      * HDV MPEG-TS private streams support
      * Output interlacing information in mpegvideoparse
      * MS-ADPCM decoder
      * RTP fixes and enhancements
      * DTS decoder improvements
      * New ID3 tagging plugin that supports v1, v2.3 and v2.4
      * Support for PGS (BluRay) subtitles
      * Many other bug fixes and enhancements

Bugs fixed since 0.10.12:
     
      * 584945 : camerabin unit tests failing
      * 511097 : Support self-signed certificates in neonhttpsrc
      * 561752 : GstRtpBin implement Release pad functions
      * 584164 : gstspu-pgs.c warnings for format string args and uninitia...
      * 584165 : rtpbin sdes message broken
      * 584360 : gppmux ftyp
      * 585015 : debugutils can't find libgstinterfaces
      * 585660 : segfault in scaletempo plugin
      * 584114 : gppmux and h263
      * 583188 : Problem with sdp: bind failed or video disappear after fe...
      * 583627 : statistic file name needs to be standardized

Changes since 0.10.11:
    
      * Presets support in several elements
      * Support ITV MPEG-TS streams
      * New element: flvmux
      * New element: osxvideosrc
      * Fixes in RTP elements
      * camerabin fixes
      * Improved QT/mp4 muxing
      * xdgmime based content type guessing
      * deinterlace2 moved to the Good plugins (replacing deinterlace)
      * Support for MXF muxing, and improved MXF demuxing
      * Greatly improved DVD playback
      * DirectDraw element moved back from Good plugins
      * Many other bug fixes and improvements

Bugs fixed since 0.10.11:
     
      * 573852 : Update celt to 0.5.x
      * 574401 : metadatamux fails^WIS failure
      * 580091 : soundtouch plugin fails to load
      * 153684 : [osxvideosrc] Mac users needs an osxvideosrc
      * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
      * 569437 : mpegtsparse: flow error or crashes while dynamicly changi...
      * 569673 : [Mpegtsparse] PAT changes not always signaled
      * 569781 : [Mpegtsparse] drop of valid TS packets
      * 573595 : plugins-bad mingw ports
      * 573846 : Check for soundtouch-1.4 too
      * 573847 : Use SDL static-libs for conftest and libs for gstsdl*
      * 573848 : Use native CPU number detection in mpeg2enc
      * 573849 : modplug's sndfile.h conflicts with libsndfile's sndfile.h
      * 575388 : [aacparse] deadlocks in busy loop when seeking
      * 575736 : mpeg2enc's bitrate parameter does not work properly
      * 576408 : [playbin2] Deadlock when using resindvd as source
      * 577690 : rtpdtmfmux: missing pad unref
      * 577864 : [residvd] dvdnav version requirements should be higher
      * 578112 : x264enc: I-frame request
      * 578562 : dshowdecwrapper missing check for GST_DISABLE_GST_DEBUG
      * 578563 : win32 export files are not disted
      * 580133 : Regression in baseparse since last release
      * 580144 : emit notify::internal-ssrc when there is a ssrc collision
      * 580786 : [flvmux] " uninitialized variable " compiler warning
      * 580901 : Uninitialized variable may be used in fpsdisplaysink.c
      * 581375 : rtpssrcdemux crashes on SR-less rtcp packets
      * 582013 : uninitialized var in mxfmux.c prevents gst-plugins-bad bu...
      * 582074 : [faad] Fails to build with faad 2.6 (misdetected as 2.7)
      * 582208 : [PATCH] fix for soundtouch-1.4
      * 582483 : y4menc doesn't pass timestamps on
      * 582656 : [mxfdemux] Fix deadlock when querying from the pad-added ...
      * 582702 : qtmux: crash in atom_moov_add_blob_tag
      * 583337 : [mxfmux] Wrong layout for non-interlaced formats
      * 580585 : rtpmux memleak
      * 577843 : input-selector causes problems with DVD menus in playbin2
      * 581593 : gppmux doesn't support MPEG4 part 2 in sink caps
      * 575284 : add auto-connect-forced mode to jackaudiosrc and jackaudi...
      * 576021 : On Windows qtmux can't write files longer than 2-4 GiB, u...
      * 576712 : Output-selector keeps reference to latest buffer when cha...
      * 581427 : [mpeg4videoparse] config buffer is leaked

Changes since 0.10.10:
    
      * Add ASS/SSA subtitle handling element assrender
      * Leak fixes in the QuickTime decoder wrapper
      * Better DirectShow output on Windows
      * Extend QT muxing support to include AMR and H.263
      * mms seeking support
      * Extended MXF file format handling
      * camerabin and photography API for digital camera interfacing
      * Merge elements from Farsight: liveadder, sirendec, sirenenc, valve,
        rtpdtmfsrc, rtpdtmdepay, dtmfsrc, rtpdtmfmux, autoconvert,
        mimdec, mimenc
      * typefinder based on xdgmime

Bugs fixed since 0.10.10:
     
      * 573369 : [gstfaad] Memory corruption and segfault
      * 568704 : Metadatamux: unable to configure byte order for EXIF
      * 354908 : videoflipping interface for v4l2src
      * 369912 : missing inclusion in rpm spec file
      * 469930 : [mmssrc] seeking support PATCH
      * 481075 : Full support for ASS/SSA subtitles
      * 549645 : merge useful elements from gst-plugins-farsight into core
      * 567003 : [ladspa] improve plugin scanning
      * 567371 : [mpegtsparse] memory leak in mpegtspacketizer
      * 567828 : rtpmanager and RTCP BYE packet
      * 567965 : [flvdemux] add support for ECMA arrays in script tags
      * 568480 : gst-plugins-bad dccp plugin won't compile on Soalris
      * 568483 : Problems linking gst-plugins-bad
      * 568837 : RFE: allow building against the system modplug library
      * 569323 : [qtmux] should support audio/AMR sink
      * 570996 : bpmdetect relibably crashes with SIGSEGV on particular file
      * 571560 : gstdshowaudio decoder doesn't compile.
      * 572315 : Compiling camerabin on Windows with Visual Studio
      * 572900 : gstrtpsession should not forward recv side event to the s...
      * 573288 : [mpegtsdemux] memory leak when pusi is missed due to pack...
      * 573391 : [videoanalyse] Wrong brightness calculation
      * 575157 : xdgmime typefinder: make more conservative
      * 575565 : [mxf] mxf plugin uses symbols not in glib 2.6 (minimum gl...
      * 564114 : [PATCH] fbdev: fix depth calculation
      * 573850 : Use Glib's byte order in gstgsmdec
      * 573851 : Use glib integer types in gstfaad
      * 172043 : [mpegpsdemux] wrong video length on mpeg file

Changes since 0.10.9:

      * Require gettext 0.17
      * ACM mp3 decoder element for win32
      * New MXF demuxer added
      * JPEG-2000 encoder - jp2enc added
      * RTP support
      * Fixes for RTP support
      * Add parsers for AAC and AMR
      * Move libgstapp and elements to -base
      * Add Quicktime muxer element qtmux
      * Enhance RFB capture
      * Improve MPEG-TS and MPEG-PS demuxing
      * Don't install static libs for plugins
      * Introduce audioringbuffer element
      * Improve DVD playback of ResinDVD components
      * Move old audioresample from -base as legacyaudioresample
      * Improve speexresampler, and then move it to -base
      * Improve FLV demuxing and parsing
      * Various DVB input fixes
      * Add support for frequency list descriptors for DVB
      * Improve MPEG-TS muxer
      * Various other bug-fixes

Bugs fixed since 0.10.9:

      * 127574 : replaygain support
      * 480543 : [spc] crashes when not given any input data
      * 546319 : [resindvd] Stuck on first menu (language selection)
      * 549222 : Totem using resindvd element as DVD navigation module doe...
      * 550280 : Move qtmux to gst-plugins-bad
      * 550454 : FLV demuxer screws up in Pitivi
      * 550613 : [mpegtsmux] Add support for ac3/dts/lpcm
      * 553823 : CodeStyle improvements and minor fixes to the DCCP plugin.
      * 555238 : Recent changes in x264 breaks compilation of x264 plugin.
      * 557161 : Wrong time displayed and no seeking with MPEG PS cut from...
      * 557763 : [mpegtsmux] DeadlockEOS due to interleaving mechanism
      * 557814 : [mpegdemux] frequency list descriptor support
      * 558639 : cross-configuring interrupts due to a failing check for " ...
      * 560841 : Provide access to packet loss
      * 561992 : debug format warning during compilation of resindvdsrc.c ...
      * 562312 : Lip-sync generates wrong `ts-offset' in GstRtpBin
      * 562319 : [rtpsession] memory corruption
      * 562802 : [appsrc] lockup in pad_push() if previous flow was wrong-...
      * 563006 : mxf mpeg422 file stops playing
      * 563147 : input-selector doesn't notify of active-pad changing when...
      * 564232 : Dual Licensing qtmux
      * 565439 : Make pcapparse compile with (mingw32) gcc
      * 565509 : rtpsource on receiver side can't get clock-rate for h264,...
      * 565614 : [mpegtsdemux] Fix memory leak
      * 565910 : allow forcing the ssrc on a rtpsession
      * 566356 : [dvbbasebin] Couple of memleaks
      * 566613 : bayer2rgb calculates wrong color offset
      * 566878 : [ladspa] Add dependencies for ladspa modules
      * 566957 : Add time based seeking to ResinDVD
      * 566958 : fix dirac support in qtmux/mp4mux
      * 566959 : Fix duration query on mpegtsdemux
      * 508029 : [speexresample] pops/glitches in some cases
      * 558416 : [PATCH] realvideodec: use pixel aspect ratio of container
      * 564482 : [appsrc] semantics of push-buffer signal awkward for bind...
      * 565319 : rtpjitterbuffer: bursty reception can cause time to be re...
      * 565613 : [mpegtsdemux] Add scrambled field to service structure
      * 567004 : ladspa plugin crashes on Solaris

Changes since 0.10.8:

      * New CELT encoder and decoder
      * New TwoLAME encoder
      * New DCCP element
      * New AIFF parser element
      * New APEX sink element
      * deinterlace2 element improvements
      * New JACK audio src element
      * New winscreencap, winks and pcapparse plugins
      * x624enc fixes
      * Support for ATSC tuning and channels.conf parsing
      * RTP improvements
      * New scaletempo element
      * Add Fluendo MPEG-TS muxer
      * Add Fluendo MPEG-TS and MPEG-PS demuxers
      * New JPEG2000 element
      * New FLAC parser element
      * DVD playback improvements
      * Improved DirectShow decoding support
      * New Windows Audio Session audio src element
      * New FLV muxer element
      * Many other bug fixes and improvements

Bugs fixed since 0.10.8:

      * 537700 : [scaletempo] Scale audio tempo in sync with playback rate
      * 550468 : [name conflict] New Fluendo mpeg demuxers
      * 545197 : jackaudiosrc
      * 555244 : Output-selector has unexpected event forwarding right aft...
      * 402593 : deinterleave gives corrupt output
      * 406673 : Need AIFF parser
      * 535527 : [real] Real video/audio stream fails to play
      * 537455 : ATSC: VSB / QAM Annex B support
      * 538500 : AIFF file doesn't play
      * 542390 : Implementation of DCCP Plugin for gstreamer
      * 542510 : [apexsink] Apple AirPort Express Wireless Sink
      * 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
      * 546312 : Make the metadata writable before modifying it in rtpmanager
      * 549409 : gstrtpbin don't stop at the end of a stream
      * 549774 : audio / video synchronization glitch during rtsp playback
      * 550486 : [faac] Negotiation problem with mono audio for some sampl...
      * 550657 : New element jasperdec
      * 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
      * 552536 : fix incomplete change to gstdvbsrc.c
      * 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
      * 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
      * 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
      * 555912 : [apexsink] Missing from ext/Makefile.am
      * 555965 : Missing space after point mark
      * 555968 : Missing space after point mark
      * 555969 : Missing space after point mark
      * 556003 : [flvdemux] Regression in handling flow returns in pull-mode
      * 556274 : [aiffparse] Uses debugging methods before debugging is in...
      * 556338 : Failed to configure latency
      * 556428 : [mpegpsdemux] Creates invalid newsegment events 
      * 556430 : [inputselector] Assumes there's always an otherpad
      * 556440 : [PATCH] crash on demuxing certain transport streams
      * 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
      * 556564 : [flvmux] Copy & paste bugs resulting in invalid files
      * 556588 : [apexsink] should not have PRIMARY rank
      * 557080 : [mpegpsdemux] Regression with reverse-playback
      * 543480 : gstrtpbin fails to release lock while emitting signal
      * 556520 : jitterbuffer seqnum gap detection is wrong
      * 463941 : Plugin for screen capture on windows
      * 519935 : New plugin for video capture on Windows
      * 520899 : New plugin: pcapparse
      * 520901 : New plugin: wasapi (Windows Audio Session API) 

Changes since 0.10.7:

      * Support shared desktops in RFB input
      * Make the Quicktime codec wrapper work on win32
      * Experimental DVD navigation support
      * Support AAC/H.264 in FLV files
      * Fixes in the DirectShow codec wrapper
      * Fix the Real codec wrapper plugin
      * New deinterlace2 plugin incorporating TVtime deinterlacers
      * Handle seeking, timestamps, duration in RAW video/audio parsers
      * New DirectShow video sink for Win32
      * FAAD reverse playback support
      * OSS4 support improvements
      * MythTV seeking support
      * SPC decoder now supports seeking, tags and duration queries
      * Replaygain elements moved to Good
      * Deinterleave/interleave elements fixed and moved to Good
      * MPEG-4 video stream parser fixes
      * Improved MPEG-TS parsing for DVB support
      * Improvements in App source/sink
      * RTP manager enhancements

Bugs fixed since 0.10.7:

      * 533736 : [mythtvsrc] Seeking doesn't work
      * 544050 : ext/timidity/gsttimidity.c :  ISO C90 forbids mixed decla...
      * 454151 : SPC plugin enhancements (patch)
      * 506594 : [interleave] doesn't work with channels > 1
      * 521392 : Proposed patches for bayer2rgb encoding
      * 525613 : [wildmidi] [PATCH] initializes library multiple times
      * 528618 : amrwb plugin do not build without warning with the 3ggp s...
      * 529359 : BBC Real Audio stream is just noise
      * 530611 : [gstsrtenc] declare variables at beginning of block
      * 531840 : QuickTime wrapper doesn't work on Win32
      * 531955 : gstrtpsession doesn't send RTCP bye on EOS
      * 532723 : mpeg4videoparse should parse the codec data
      * 533435 : wildmidi does not work
      * 533559 : mpeg4videoparse should skip garbage
      * 535043 : VCD plugin only plays first track
      * 536042 : mpeg4videoparse broken on big endian architectures
      * 536258 : interleave doesn't close properly
      * 536856 : rtpmanager deadlocks when receiving new data while going ...
      * 538560 : [mpegtsparse] static caps reference counter incremented i...
      * 539292 : memory leak in mpegtsparse
      * 539601 : [realvideodec] not-negotiated error if codec lib isn't found
      * 541522 : cross mingw32 gcc: festival plugin compilation fix
      * 541543 : fix HAVE_OSS4 detection code in configure.ac
      * 543286 : deinterlace2 doesn't build outside gcc
      * 543846 : [resindvd] Impossible to build from the first configure r...
      * 543848 : [ladspa] Needs to link with -ldl for dlopen() and friends
      * 543860 : [modplug] Uses CFLAGS for CXXFLAGS
      * 543861 : [resindvd] Some files not disted
      * 544457 : -bad doesn't compile with MSVC
      * 526905 : [musepack] Port to the new libmpcdec API
      * 532011 : Deadlock in rtpsession
      * 536309 : Seeking in pipeline with videoparse crashes

Changes since 0.10.6:
    
      * OSS v4 support
      * libdc1394 2.0.0 support
      * AAC support fixes
      * RTP support improved
      * New OFA element
      * SRT subtitle encoder added
      * Windows Inet support for http/ftp
      * Fixes in dc1394, MIDI, MPEG-2 encoding, MythTV input, NAS
      * Fixes in Bayer decoder, replaygain analysis, GSM decoder
      * DVB/MPEG-TS support improved
      * NSF decoder updated
      * 'metadata' plugin enhancements
      * Dirac encoder ported to libschroedinger
      * mplex element ported to 0.10
      * VCD/CDXA parser ported to 0.10
      * Directshow wrapper improvements
      * 'selector' plugin enhancements
      * souphttpsrc moved to the -good module
      * Various other fixes and enhancements

Bugs fixed since 0.10.6:
     
      * 498237 : nsfdec crash with SK8ORDIE.
      * 529378 : faad leaks GstAudioChannelPosition
      * 351309 : New Element: gst-puid
      * 469979 : [faad] Could not map channel positions - setting caps on ...
      * 494499 : replaygain analysis slowdown on low volume (denormals)
      * 514948 : [souphttpsrc] configurable buffer size setting and zero-copy
      * 514964 : [dc1394] port to new stable 2.0.x API
      * 517937 : various C89 fixes
      * 518227 : test/icles/metadata_editor.c does not compile on Windows
      * 518722 : [souphttpsrc] append cookie headers to HTTP request
      * 519905 : [mvedemux] fix audio discontinuity
      * 520329 : [PATCH] mjpegtools: mplex ported to 0.10 and mpeg2enc upd...
      * 520626 : Implement collision and loop detection in rtpmanager
      * 520892 : [dshowvideosrc] latency and shutdown improvements
      * 520894 : rtpmanager rtcp thread shutdown deadlock
      * 520897 : new element: wininetsrc
      * 521749 : [souphttpsrc] unit test fails on mandriva cooker
      * 522134 : [souphttpsrc] Playback should continue seamlessly on serv...
      * 522212 : wrong origin
      * 522884 : gstneonhttpsrc does not handle the HTTP status 303 correc...
      * 523854 : [souphttpsrc] Glitches and crackling when playing things ...
      * 524035 : [neonhttpsrc] fails to compile with libneon 0.28.x
      * 525271 : [new plugin] srtenc
      * 526337 : souphttpsrc ignores connections error
      * 527622 : [flvdemux] crash in FLV demuxer
      * 528000 : [timidity] Doesn't dist all files correctly
      * 528011 : [dc1394] Shouldn't be included in the states test
      * 528245 : rtpbin element leaks
      * 528266 : [ofa] Unit test fails because of different fingerprints
      * 528614 : timeout introduced in poll loop for fd in dvbsrc causes b...
      * 529283 : [ofa] Unit test leaks tag string
      * 529285 : [rganalysis] Unit test leaks a GstTagList
      * 517854 : DirectFB check fails
      * 517895 : nas plugin no longer builds (configure.ac error)
      * 517896 : PATCH: fix building of mpeg2enc plugin with even newer mj...
      * 525100 : does not build with --disable-external
      * 481354 : [wavparse] does not play 700Hz GSM 6.10 wav file

Changes since 0.10.5:
    
      * DVB support added
      * dc1394 support
      * RTP-manager improvements
      * Support for native QT codecs on OS/X and DirectShow codecs on Windows,
        courtesy of Songbird and Fluendo
      * New elements: flvdemux, flvparse, mpegtsparse, dvbsrc, dvdspu
      * More new elements: mpeg4videoparse, metadatademux/mux, souphttpsrc,
        speexresample, qtwrapper
      * Even more new elements: rawaudioparse, fbdevsink
      * Renamed elements/plugins: switch (now selector), pitch (now soundtouch)
      * Elements graduated to good: multifilesrc/sink, spectrum, equalizer,
        bpwsinc, lpwsinc
      * Elements graduated to ugly: xingmux (now part of mpegaudioparse)
      * OpenGL support moved to new module: gst-plugins-gl
      * appsrc/appsink improvements
      * Fixes in neonhttpsrc
      * Fixes in amrwbparse
      * Deinterlacer improvements
      * Fixes in dtsdec
      * Fixes in the Real codec wrappers

Bugs fixed since 0.10.5:
     
      * 321240 : [PLUGIN-MOVE] dfbvideosink should be moved from -bad to -...
      * 508029 : [speexresample] pops/glitches in some cases
      * 508294 : [realaudiodec] crash in set_caps dereferencing NULL funcs...
      * 387251 : New Plugin! : dc1394 Adds Support for firewire (1394) IID...
      * 393461 : [Real] Location of .so varies on each distribution
      * 395424 : neonhttpsrc lacks support for proxy servers
      * 397759 : Xingmux may not write a proper Xing/VBR header
      * 403992 : [new plugin] timidity based midi decoder
      * 409974 : Code for improved GStreamer resampler (based on speex res...
      * 426657 : Add support for SDP multicast description files
      * 433373 : [win32] autogenerated win32/common/config.h needed
      * 444499 : build of fresh CVS is failing in ext/sdl
      * 450175 : gcc-2.9x build fixes
      * 450605 : Missing files in po/POTFILES.in
      * 452009 : ./configure breaks when cross-compiling FAAD2
      * 452258 : [mpeg2enc] make work with mjpegtools 1.9
      * 453636 : dvbsrc needs more flexible adapter selection
      * 454078 : [ivorbis] header files missing in release tarball
      * 454313 : missing xml files to build docs/plugins
      * 456901 : PATCH: add several missing supported mime-types to the mo...
      * 456912 : PATCH: make wildmidi plugin check for /etc/timidity.cfg
      * 461068 : Seeking not properly implemented by the pitch plugin
      * 461373 : HP-UX 11.11 build with native compiler
      * 461377 : [festival] port to GStreamer-0.10
      * 461601 : Some files missing from POTFILES.in
      * 462737 : compilation breaks with g++-4.2 and gcc-4.2
      * 464678 : Add connection-speed property to mmssrc element
      * 468039 : [mythtvsrc] missing examples for live tv in gst-inspect
      * 471554 : real media videos do not work
      * 473562 : [rtpmanager] cvs build problem due to compiler warning
      * 474969 : [neonhttpsrc] fails to play radio streams with neon > =0.26
      * 476128 : Printf format fixes
      * 476148 : Add mpeg4 video parser
      * 476159 : memleak patch to rtpmanager
      * 476370 : [faad] shouldn't set channel-positions for mono and stereo
      * 477306 : amrwbenc has not property to select band mode
      * 478566 : Add notification of active SSRCs to the RTP manager
      * 481200 : gstneonhttpsrc discards GET parameters from URL
      * 481276 : [mpegtsparse] " not linked (-1) " error
      * 481279 : [mpegtsparse] partial corruption of the output stream
      * 483400 : mpegtsparse: PAT with version 0 incorrectly skipped by pa...
      * 484990 : memleak - missing g_free() rtpmanager/gstrtpbin.c
      * 485462 : alsaspdifsink uses wrong sample rate
      * 487496 : [dvdspu] fails to link on Mac OS
      * 487892 : [mpegtsparse] getting pat-info property before PAT is ava...
      * 487901 : [mpegtsparse] stale PAT info when switching from PLAYING ...
      * 490060 : [faac] a few minor issues: bitrate, enum nick for low com...
      * 490682 : [interleave] can't create more than one request sink pad
      * 492406 : Crasher in libgstdshow on Windows/MSVC
      * 492798 : [rtpmanager] build issues on Windows/MSVC
      * 496221 : Streaming FLV's over HTTP doesn't work, for totem and the...
      * 498430 : incomplete CVS commit
      * 498667 : gstreamer segfaults in faac
      * 498755 : FLV files incorrectly report framerate of 1000fps
      * 499008 : mpeg2enc ignores the incoming stream aspect property
      * 500099 : Fixes and improvements to souphttpsrc
      * 500142 : switch element in switch plugin should be renamed
      * 501579 : rtpmanager should emit a signal when it can associate a s...
      * 502335 : [souphttpsrc] some enhancements
      * 502879 : videoparse segmentation fault
      * 503308 : Changing tempo using pitch plugin doesn't update length info
      * 507020 : [rtpjitterbuffer] unreffing peeked buffer and not popping...
      * 507584 : gio: gstgiobasesrc.c does not compile with CVS version of...
      * 507940 : rtpsession:rtp_send_src shouldnt not have fixed caps
      * 508515 : [rtpbin] allow request_new_pad with name NULL
      * 508587 : Improvement to rtpsession
      * 508979 : Enhancement for xingmux
      * 510708 : [souphttpsrc] support for libsoup-2.4
      * 511001 : enhanced deinterlace plugin
      * 511146 : rtpjitterbuffer should not return an error on no-caps
      * 511530 : DTS library API change?
      * 511683 : gstrtpbin fails to associate streams together for lipsync
      * 511686 : make gstrtpjitterbuffer respect different clock rates for...
      * 511920 : rtpsource queue full tries to treat GstBuffer as GstObject
      * 512654 : [h264parse] does not build in cvs head (unused variable i...
      * 512774 : [rtpjitterbuffer] does not accept clock rate from caps
      * 512826 : switch / selector event leak
      * 514093 : bug in configure.ac prevents glimagesink plugin from bein...
      * 515564 : souphttpsrc unit test fails to build
      * 515567 : [states] States unit test should exclude the dvb plugin
      * 515588 : Warning building tremor plugin
      * 515720 : [xvid] Memory leak caused by not unsetting GValue
      * 515721 : [rfb] rfbsrc leaking the rfb decoder
      * 515722 : [fbdev] Leaking the device property string
      * 515815 : [mpegvideoparse] fix a few new memory leaks
      * 515860 : plugins should not install headers - fix metadata
      * 515919 : Fix a bunch of finalize leaks
      * 515964 : [docs] Still contains docs for the GIO plugin although it...
      * 515970 : [dshowdecwrapper] Doesn't chain up dispose function properly
      * 516061 : [h264parse] fix a few new memory leaks
      * 516094 : Remove glimagesink from -bad
      * 516114 : dvbbasebin leaks the location string when the uri handler...
      * 516160 : gstrtpbin did not ignore streams with no SR when doing as...
      * 516436 : [dvdsub] segfault on display of 1st subpicture in 2nd cha...
      * 516448 : criticals due to missing debug category init in mpegtsparse
      * 516499 : critical caused by assuming optional property " descriptor...
      * 517391 : [tta] Doesn't link with libm
      * 517571 : small memory leak in gstrtpbin
      * 517684 : [mythtvsrc] Small bug fixes
      * 478159 : Could not decode realvideo buffer
      * 497020 : Add fully async HTTP source based on libsoup.
      * 501562 : [switch] bogus locking order

Changes since 0.10.4:

      * New plugin - realdec for decoding Real streams using binary libs
      * New plugin - MythTV source
      * New plugin - appsrc (for application data insertion)
      * New plugin - VMnc VMware capture decoder
      * New plugin - JACK audio output
      * New plugin - interleave/deinterleave
      * New plugin - RTP manager
      * New plugin - Bayer to RGB converter
      * New plugin - ReplayGain support
      * New plugin - DirectShow win32 input support
      * New plugin - videosignal/videoanalyse
      * LADSPA plugin improvements
      * IIR equaliser ported to 0.10 (iirequalizer)
      * libsndfile output ported to 0.10
      * mpegvideoparse ported to 0.10 and improved
      * switch element ported to 0.10
      * VCD source element ported to 0.10
      * AMR-WB support fixes 
      * MIDI renderer plugin based on timidity
      * Windows and OS/X output plugins moved to the Good module 
      * qtdemux, wavpack and videocrop plugins moved to the Good module
      * Many other bug fixes and improvements
      * Parallel installability with 0.8.x series
      * Threadsafe design and API

Bugs fixed since 0.10.4:

      * 152403 : [mpeg/DVB] Integrating externaly developped DVB source el...
      * 333307 : AmrWB Plugin
      * 345633 : [nassink] port to 0.10
      * 354174 : [PATCH] add REAL support by using the proprietary drivers
      * 354451 : [mythtvsrc] Plugin for MythTV source
      * 357055 : Tremor (ivorbis) plug-in is unable to decode vorbis strea...
      * 374773 : [qtdemux] [PLUGIN-MOVE] Move from -bad to good
      * 375264 : [neonhttpsrc] add seek support
      * 376591 : configure.ac looks for wrong symbols for FAAD support
      * 382184 : Port interleave and deinterleave to 0.10 for audio channe...
      * 388050 : [neonhttpsrc] code simplifications
      * 392112 : [rfbsrc] doesn't build with MinGW
      * 393622 : Not building real plugin, only works on 32bit x86 platforms.
      * 395536 : [wavpackenc] Trivial cleanup
      * 395597 : Deinterleave fails to negotiate with alsasrc when using D...
      * 400555 : dts-in-wav: only 2 channel recognised
      * 402470 : [osxvideosink] video sink for MacOSX
      * 412077 : [speed] can't initially set speed > 1
      * 412710 : [replaygain] Add playback elements
      * 413818 : [neonhttpsrc] errors out on redirects
      * 421110 : New x264enc plugin
      * 421598 : [wavpack] Add support for non-8*n depths and don't play a...
      * 423283 : [qtdemux] timestamps of outgoing h264 packets are wrong
      * 423741 : [amrwb] use external shared libamrwb
      * 430594 : Unable to compile gst-plugins-bad CVS
      * 430598 : [realvideodec] dll functions not available on MinGW
      * 430664 : name conflict for " rtpbin " element
      * 437260 : CFLAGS are poinsoned by the OpenGL test
      * 437403 : gst-plugins-bad uses #ifdef G_OS_WIN32 instead of #ifdef ...
      * 437539 : Compilation of DirectDraw and DirectSound plugins using m...
      * 439405 : YUV not working in GL image sink.
      * 439910 : [switch] Warning in a debug function (Mingw)
      * 439911 : [qtdemux] Warning in a debug function (MinGW)
      * 439914 : [directdraw] Warnings when using MinGW
      * 440466 : [PLUGIN-MOVE] osxvideo
      * 440774 : [sdl] sdlvideosink has ill-formatted element details
      * 442689 : [neon] Property-related cleanups of neonhttpsrc
      * 445189 : PLUGIN-MOVE - Move Windows sinks to -good
      * 348973 : New plugins: MVE muxer/demuxer
      * 391971 : Fix build with gcc-2.x
      * 392313 : [directdrawsink] dist and add to gst-plugins-bad
      * 392638 : [directsoundsink] dist and add to gst-plugins-bad
      * 392856 : [qtdemux] plugin must link against zlib (error with MinGW)
      * 403572 : Port equaliser element to 0.10
      * 352605 : [PLUGIN-MOVE] move wavpack to -good
      * 426972 : Specific set of H.264 files cannot be played
      * 434101 : [gsm] doesn't link against libgstbase-0.10

Changes since 0.10.3:

      * V4L2 source element moved to Good plugins
      * Many improvements in Quicktime playback
      * Xvid encoding and decoding improvements
      * FAAD decoder fixes
      * New element: alsaspdifsink for IEC958 output
      * Spectrum FFT analysis element ported
      * New element: h264parse. H.264 Parser
      * Fixes in bz2 support
      * New element: theoraexpdec. Libtheoraexp based Theora decoder
      * New element: wavpackenc. Wavpack decoder
      * Improvements in the libneon based http source
      * gstfilter ported to 0.10
      * mpeg2enc ported to 0.10
      * New element: nsfdec. NSF decoder
      * New element: spcdec. libopenspc based SPC decoder
      * videocrop ported/re-written from 0.8
      * cdaudio element ported to 0.10
      * New element: rganalysis. ReplayGain analysis element
      * New element: dvbsrc. DVB source element (disabled by default)
      * deinterlace (Simple deinterlacer) ported from 0.8
      * New element: nuvdemux. NUV video demuxer
      * Fixes in the DirectDraw output elements
      * New elements: multifilesrc, multifilesink
      * y4mencode ported from 0.8
      * rfbsrc, librfb based capture source ported from 0.8
      * New element: jackaudiosink. JACK audio output element
      * Many other fixes and improvements

Bugs fixed since 0.10.3:

      * 379261 : crash in Movie Player: Trying to play a partial...
      * 151192 : [PATCH] nsf decoder
      * 124580 : [jacksink] plugin needs a maintainer/love/to be updated
      * 330632 : [qtdemux] MP3 stream in MP4 container not playable
      * 335507 : [FAAD] blur_warhammer.mp4 movie doesn't transcode
      * 339462 : [PATCH] xvid plugin to support more capabilities of XviD ...
      * 340638 : New plugin: h264 parse element
      * 341231 : [qtdemux] [faad] audio in some superman trailers doesn't ...
      * 341461 : gst-plugins-bad missing -no-undefined again
      * 341563 : [faad] fails to decode middle of file, should just skip o...
      * 343031 : v4l2src caps negotion is faulty
      * 343131 : [wavpack] add wavpack encoder
      * 343184 : [mpeg2enc] ported to 0.10
      * 343866 : cygwin fixes
      * 344472 : [wavpackdec] should post audio codec tag and extract bitrate
      * 344821 : [pitch] controllable properties
      * 344944 : AAC Support crashes with some files
      * 345182 : [neonhttpsrc] fails to compile with libneon 0.26.x
      * 345336 : modplug plugin doesn't work on AMD64
      * 345653 : [videocrop] port to 0.10, support all common formats
      * 346853 : [PATCH] ported gstfilter elements to 0.10
      * 347079 : [qtdemux] plugin doesn't decode Year
      * 347443 : [wavpack] port parser/decoder to official API and random ...
      * 347935 : [nsf] warning when building RPM
      * 348220 : New libopenspc-based SPC playback plugin
      * 348976 : [xviddec] crashes after invalid unit size warning
      * 350399 : [qtdemux] extract multiple redirect locations and require...
      * 350741 : [faac] Wrong bitrate set
      * 351495 : [wavpackparse] add support for push-based mode
      * 351557 : [wavpackparse] resync in push mode if sync was lost
      * 357069 : [rganalysis] New element: ReplayGain analysis
      * 357212 : [glimagesink] crashes if no DISPLAY
      * 361260 : New element: nuvdemux
      * 362626 : Fixes compiling with forte: warning clean up (part 5)
      * 376106 : Port rfbsrc to gst 0.10
      * 378613 : [qtdemux] non-working redirect ('alis' redirect reference...
      * 382203 : ladspa element needs to be enabled
      * 384294 : [modplug] returns position query results in attoseconds
      * 385048 : [qtdemux] Crash on a mp4 file in qtdemux_parse_trak
      * 385788 : [SECURITY] buffer overflows in modplug
      * 387076 : [wavpack] Wrong include
      * 387122 : [qtdemux] regression: crash in parse_trak
      * 387160 : [qtdemux] posts buffering message which can cause hangs
      * 351659 : [wavpackparse] fix resync in push mode, implement it in p...
      * 351663 : [wavpackenc] doesn't set correct caps on source pad
      * 352476 : [wavpack] documentation, unit tests, memleak fix
      * 366523 : [directdraw] fix playback and vs8 fixes
      * 369539 : [wavpackenc] More sensible values for GstEnums, don't sen...
      * 384140 : [neonhttpsrc] id3demux autoplug loop streaming mp3 with I...
      * 387137 : Regression: qtdemux paletted image handling
      * 349916 : [gdp] raw audio saved in gdp, when depayloading  complain...
      * 346723 : gstneonhttpsrc fails for URL
      * 347439 : [qtdemux] seeks poorly in files with slideshows
      * 349204 : [gdp] raw audio saved in gdp does not depayload correctly
      * 351825 : [qtdemux] doesn't set proper caps for RGB video
      * 367696 : [qtdemux] No support for QuickTime Animation (RLE).
      * 372243 : [PATCH] yuv4mpeg (v2) encoder ported to 0.10
      * 380610 : [rganalysis] Incorrect event handling
      * 383471 : cannot link 1 ch raw 24-bit PCM audio
      * 344987 : [PATCH] [dvbsrc] [ts-tools] gstreamer 0.10 port

There was no 0.10.2 release

Changes since 0.10.1:

      * FAAD/AAC decoder improvements
      * Better QuickTime support
      * Plugins ported from 0.8: modplug, v4l2src, Musicbrainz TRM
      * New plugins: Xing muxer, libsoundtouch, AMR-WB, theora-exp
      * Musepack decoder improved
      * libneon based http input now supports iradio mode
      * More uniform plugin descriptions
      * Many bug fixes

Bugs fixed since 0.10.1:

      * 334700 : [qtdemux] Memory leaks
      * 333307 : AmrWB Plugin
      * 330317 : New xingmux element  for writing Xing headers
      * 304795 : [ximagesrc] port to 0.9 [PATCH]
      * 154906 : [qtdemux] A/V Synch problem + crackling sound
      * 167129 : [qtdemux] eats last chunk
      * 173007 : [faad] Failed to decode buffer: Channel coupling not yet ...
      * 302606 : [qtdemux] Movie playback too fast (quicktime mov, H.263 c...
      * 321351 : extracted AAC output is played too slow
      * 324082 : [qtdemux] [faad] playback issues with quicktime videos
      * 327075 : [qtdemux] add support for palettized SMC videos
      * 327355 : gst-plugins-bad CVS compilation breaks on gcc 4.1
      * 331335 : New Element: libsoundtouch based pitch shifter
      * 331909 : support for more fourccs in qtdemux
      * 332066 : [qtdemux] doesn't extract Disc Number field from some files
      * 332155 : Seeking problems in .mov files
      * 332402 : quicktime file will not play
      * 332598 : port modplug to 0.10
      * 332892 : [faad] 'Negative scalefactor found' and 'Maximum number o...
      * 333283 : [xviddec] Fix build with gcc 2.95
      * 333501 : [patch] taglib element
      * 334123 : [taglibmux] fixes for TPOS and TCOP
      * 334417 : autogen.sh bit rot
      * 334748 : [faad] doesn't take sampling rate from demuxer
      * 335585 : xvidenc does not mark key-frame/delta-units
      * 336898 : Port musicbrainz/trm plugin to 0.10
      * 337263 : plugins need better/unified descriptions
      * 338233 : theora-exp api out of sync
      * 339041 : qtdemux : Floating point exception
      * 339074 : Thumbnail generation fails on the following file
      * 337436 : Sound is very jerky on this .mov file
      * 338935 : [qtdemux] floating point exception parsing trac header

Changes since 0.10.0:

      * Parallel installability with 0.8.x series
      * Threadsafe design and API
      * Lots of fixes for the QT/MOV demuxer, including restoring 
        the ability to play web streams, and more codecs supported
      * AAC decoder fixes
      * MMS source fixes
      * DirectFB plugin updated
      * New plugins ported to 0.10: swfdec, XVid, dtsdec, glimagesink
      * New libneon based http source filter
      * APE tag reader moved to gst-plugins-good module

Bugs fixed since 0.10.0:

      * 303167 : Add bzip2 support
      * 322973 : [wavpack] erroneous sampling rates range
      * 326524 : Support for Indeo 3-encoded QuickTime files
      * 327133 : [qtdemux] QuickTime with 8-bit audio
      * 328854 : AAC+ stream not working with FAAD plugin
      * 330089 : [bz2] Wrong mimetype and no typefinding
      * 331302 : bz2 plugin source files lack copyright notices
      * 331543 : crash on iTunes MPEG v4 AAC-LC files
      * 331582 : [qtdemux] protect log statement against invalid memory access

Bugs fixed since 0.9.7:
    
      * 322962 : wavpack plugins don't get built

Changes since 0.9.6:

      * wavpack ported
      * libmms ported

Changes since 0.9.5:
    
      * Fractional framerates

Bugs fixed since 0.9.5:
    
      * 320532 : [faac] set output samplerate and number of channels
      * 321903 : [qtdemux] does not know fourcc DX50, as produced by DivX 5

Changes since 0.9.4:
    
      * Parallel installability with 0.8.x series
      * Threadsafe design and API
      * qtdemux supports custom genre tags
      * tremor integer vorbis decoder ported
      * directfb video sink ported (with examples and documentation!)

Bugs fixed since 0.9.4:
    
      * 321241 : faad compile fix

Bugs fixed since 0.9.3:

      * 317438 : [speed] fix 0.9 port
      * 318659 : [faac] problem with float capabilities
      * 318660 : [faac] missing unrefs

Changes since 0.9.1:

      * ported gsm, tta, sdlvideosink