Merge SBC decoder and encoder from bluez
[platform/upstream/gstreamer.git] / NEWS
1 This is GStreamer Bad Plugins 1.0.2
2
3 Changes since 1.0.1:
4
5       * Parallel installability with 0.10.x series
6       * audioparse: add mode where caps are taken from upstream and only timestamping is performed
7       * directsoundsrc: port to 1.0
8       * dtsdec: fix buffer parsing
9       * fieldanalysis: actually build (remove from the NONPORTED plugins list)
10       * hlsdemux: numerous thread-safety fixes, and an invalid memory access fix
11       * mpegdemux: handle and combine downstream flow returns better
12       * mpegdemux: make work properly with dvdreadsrc
13       * mpegtsdemux: PES header parsing fixes; fix potential crash
14       * mpegtsdemux: First push EOS, then destroy all programs
15       * mpegtsmux: fix buffer refcounting issue
16       * mpeg4videoparse: correctly parse the full first frame; properly mark config data presence
17       * mpegvideoparse: correctly parse the full first frame; signal interlacing properly in caps
18       * pitch: fix for start times > 0 (e.g. ogg streaming)
19       * rtmpsink: handle RTMP_Write() return value correctly, fix memory leak
20       * scaletempo: fix timestamp and latency query handling, and event leak
21       * subenc: port to 1.0
22
23 Bugs fixed since 1.0.1:
24
25       * 623387 : mpegdemux: check base_time before calculating new_start 
26       * 673414 : directsoundsrc: Port to 1.0
27       * 681459 : rtmpsink: memory leak
28       * 685709 : mpeg4videoparse: AVI file with XVID video doesn't want to preroll: p_length.avi
29       * 685895 : mpegvideoparse: signal interlacing correctly in caps using new " interlace-mode " field
30       * 686009 : rtmpsink: handle RTMP_Write() return value correctly
31       * 686294 : tsdemux: Fix checking P-STD_buffer marker in PES header
32       * 686327 : mpegtsmux: fix refcount issue with input buffers
33       * 686358 : tsdemux: fix potential crash dereferencing NULL program pointer
34       * 686520 : wayland: update to wayland-protocol 0.99
35       * 686547 : rtpopuspay outputs unparseable caps
36       * 686595 : [mpg123] misc improvements and fixes
37       * 686774 : gst-plugins-bad/curl: add a comment describing function...
38       * 686829 : opusdec: invalid gst_buffer_unmap() call for NULL buffer
39
40 Changes since 1.0.0:
41
42       * fieldanalysis and frei0r plugins ported to 1.0
43       * DVD playback fixes
44       * pitch: transform timestamps properly after a seek
45       * camerabin fixes
46
47 Bugs fixed since 1.0.0:
48
49       * 667220 : dvdspu: add NV12 support
50       * 681562 : Issue setting " video-source " property on wrappercamerabinsrc
51       * 681564 : Issue setting " video-source-filter " property on wrappercamerabinsrc
52       * 681678 : frei0r: port to 1.0
53       * 684740 : chromaprint: resolve undefined symbols
54       * 684847 : curl: fix build on win32
55       * 685065 : Missing cast in curlbasesink
56       * 685159 : chromaprint: Missing unmap buffer in transform_ip
57
58 New features in 1.0.0:
59
60       * Parallel installability with 0.10.x series
61       * See release notes for more details