summaryrefslogtreecommitdiff
path: root/NEWS
blob: 3928651cf2306e8532f8ab9f76e0ba3f3eba2db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
===========================
Evas Generic Loaders 1.17.0
===========================

Changes since 1.16.0:
---------------------

No significant changes in this release.

Changes since 1.15.0:
---------------------

Fixes:

   * generic loaders - fix load if process esits before stdout produced

Changes since 1.14.0:
---------------------

No significant changes in this release.

Changes since 1.13.0:
---------------------

Fixes:

   * pdf: Add support for changes with poppler >= 0.31 (T2184)

Changes since 1.12.0:
---------------------

   * No relevant changes.

Changes since 1.11.0:
---------------------

Fixes:

   * Improve LO binary detection
   * xcf: Make sure complete calculation is unsigned (CID63748, CID63749)
   * raw: Make sure to keep the correct sign (CID63746, CID63747)

Changes since Evas Generic Loaders 1.10.0:
------------------------------------------

Features:

   * Trying to port evas_generic_loaders to gstreamer1.0
   * Add in older gst 0.10 support in evas_generic_loaders

Fixes:

   * gst1 support fixed now to do argb properly
   * Remove autogen.sh from the dist tarball.
   * fix gst video loader in generic to have key actually work

Changes since Evas Generic Loaders 1.9.0:
-----------------------------------------

Fixes:

   * license: update FSF address. (T1042)

Changes since Evas Generic Loaders 1.8.0:
-----------------------------------------

Improvements:

   * gst loader - support key as stream position in 1/1000th of a second

Fixes:

   * bugfix: add a typefind to gstreamer plugin pipeline
     previously, we would load any file and try to force it into video/x-raw-rgb, which was
     (obviously) problematic for audio-only files. with a typefind added to the pipeline, only
     files which can output to video/x-raw-rgb will be processed
   * bugfix: unbreak gstreamer plugin by not using the n-video property which is only available in 1.0+

Changes since Evas Generic Loaders 1.7.0:
-----------------------------------------

Improvements:

   * All generic loader binaries have built-in timeouts in case they
   get stuck.
   * Libreoffice support for thumbnailing office documents

Changes since Evas Generic Loaders 1.2.0:
-----------------------------------------

Additions:

   * Add a librsvg generic loader.
   * Add support for poppler 0.20

Evas Generic Loaders 1.2.0

Changes since Evas Generic Loaders 1.1.0:
-----------------------------------------

Additions:

   * symlinks for *.dv, *.qt and *.rv video file formats

Fixes:

   * distcheck for parallel builds