blob: 4dae6b4f2cf707fe95f83974d3f85ed7682a82e4 (
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
|
This is GStreamer Ugly Plugins 1.0.7
Bugs fixed since 1.0.6:
* 695728 : x264enc plugin has a divide by zero error when framerate is " 0/1 "
Changes since 1.0.5:
* build: allow calling autogen.sh from out-of-tree
Bugs fixed since 1.0.5:
* 692857 : make -ugly be able to be called " out-of-tree "
Changes since 1.0.4:
* fix build with automake 1.13
* mpeg2dec: debug logging printf format fixes
Changes since 1.0.3:
* siddec: initialize debug category
Changes since 1.0.2:
* cdio: try to handle CD-TEXT in non-UTF8 encodings
* xingmux, siddec, dvdlpcmdec and dvdsubdec fixes
Bugs fixed since 1.0.2:
* 686931 : siddec does not reset total_bytes when state is set to stopped
* 687192 : dvdsubdec: allocates buffer 4 times the size needed
* 687927 : xingmux: doesn't compute the right number of frames
Changes since 1.0.1:
* dvdreadsrc: correctly set next cell when seeking to sector
* dvdreadsrc: update dvd event to enhanced approach as used in mpegpsdemux
* dvdsubparse: send src caps when receiving sink caps
Bugs fixed since 1.0.1:
* 686748 : Makefile.am: Fix build script typo for generating the Android.mk file
Changes since 1.0.0:
* x264enc: encoder latency fixes
* mpeg2dec: ignore transient decoding errors
Bugs fixed since 1.0.0:
* 685107 : Unexpected error return from mpeg2dec
New features in 1.0.0:
* Parallel installability with 0.10.x series
* See release notes for more details
|