blob: a386d75aee799b7e73ab90eebb6c0a4bb1e1aef7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
This is GStreamer Libav Plugins 1.0.7
Changes since 1.0.6:
* Update to libav 0.8.6
* Now uses frame based threading if possible and disables slice
based threading until libav 9 is used. This provides potentially better
performance and fixes some display corruptions caused by bugs in the
slice based threading
Bugs fixed since 1.0.6:
* 697548 : avviddec: Setting same caps resets decoder
* 697617 : gst-libav renders incorrectly in multithread mode
Changes since 1.0.5:
* avviddec: fix H.264 decoding errors in some files by disabling multi-threaded decoding
* libav: fix checks for internal libav configure options
* libav: Update to 0.8.5 release
Bugs fixed since 1.0.5:
* 691723 : libav: fix checks for internal libav configure options
* 694230 : quicktime videos have decoding issues in gst-1.x
Changes since 1.0.4:
* Pass CC, LD, AS, AR and NM to the libav configure if set
Changes since 1.0.3:
* G.726 decoder fixes
Bugs fixed since 1.0.3:
* 689975 : Incorrect use of object in log statement
Changes since 1.0.2:
* avcodecmap: Y41B is YUV411P, not YUV410P
Changes since 1.0.1:
* Update internal libav snapshot to 0.8.4 release which includes many crasher and CVE fixes
Changes since 1.0.0:
* avviddec: handle 0-sized buffers without crashing
* avviddec: don't set invalid latency
Bugs fixed since 1.0.0:
* 680464 : avdemux_*: not-negotiated error
* 680499 : avdemux_ape: will not play some ape files, not-negotiated error
* 685113 : avviddec: ignored audio decoders end up registered as video decoders
New features in 1.0.0:
* Parallel installability with 0.10.x series
* See release notes for more details
|