File tree 3 files changed +44
-21
lines changed
3 files changed +44
-21
lines changed Original file line number Diff line number Diff line change 1
- == Requires ==
2
- NVidia CUDA toolkit & NVidia CUDA SDK
3
-
4
- == Compilation ==
5
- run:
6
- # ./autogen.sh
7
- # ./configure # (optional, called automatically by autogen.sh)
8
- # make
9
-
10
- If you wish to specify path to your CUDA instalation, call
11
- configure as
12
- # ./configure --with-cuda=/path/to/cuda/root
13
-
14
- == Instalation ==
15
- # make install
16
-
17
- For the default install DESTDIR value (/usr/local), consider updating your
18
- PKG_CONFIG_PATH and LD_LIBRARY_PATH variables
1
+ See README.md for installation instructions.
19
2
Original file line number Diff line number Diff line change
1
+ 2020-10-02
2
+ ----------
3
+ - Support for SPIFF files (decode, encode limited-range BT.709, BT.601)
4
+ - Support for FFmpeg limited-range BT.601 JPEGs
5
+
6
+ 2020-05-12
7
+ ----------
8
+ - Support for PNM and PAM files
9
+
10
+ 2020-03-10
11
+ ----------
12
+ - Command-line application is now supported in MSW
13
+
14
+ 2020-01-21
15
+ ----------
16
+ - Support for RGBA buffers
17
+ - Raw RGBA and I420 files supported
18
+
19
+ 2019-12-02
20
+ ----------
21
+ - Decoder compatibility with more (foreign) JPEGs
22
+
23
+ 2019-06-18
24
+ ----------
25
+ - Support for RGB JPEG images
26
+
27
+ 2016-03-07
28
+ ----------
29
+ - Support for decoding to OpenGL texture or CUDA buffer
30
+ - Encoding different image sizes
31
+ - Support for encoding of planar images (limited)
32
+
33
+ 2013-03-19
34
+ ----------
35
+ - New IDCT computing kernel 43 % faster
36
+
1
37
2012-08-02
2
38
----------
3
39
Changes:
@@ -76,4 +112,4 @@ application.
76
112
Features:
77
113
-Baseline JPEG, non-interleaved mode on CUDA-enabled GPUs.
78
114
-Performance - realtime HD and 4K encoding/decoding on NVIDIA GTX 580.
79
- -Using CUDA and NPP library.
115
+ -Using CUDA and NPP library.
Original file line number Diff line number Diff line change 5
5
** JPEG** encoder and decoder library and console application for ** NVIDIA GPUs** .
6
6
7
7
This documents provides an introduction to the library and how to use it. You
8
- can also look at [ FAQ] ( FAQ.md ) for additional information.
8
+ can also look at [ FAQ] ( FAQ.md ) for additional information. To list _ latest_changes_
9
+ you can display file [ NEWS] ( NEWS ) .
9
10
10
11
Table of contents
11
12
-----------------
@@ -29,10 +30,11 @@ Authors
29
30
-------
30
31
- Martin Srom, CESNET z.s.p.o
31
32
- Jan Brothánek
33
+ - Petr Holub
32
34
- Martin Jirman
33
35
- Jiri Matela
34
36
- Martin Pulec
35
- - Petr Holub
37
+ - Lukáš Ručka
36
38
37
39
Description
38
40
-----------
@@ -409,9 +411,11 @@ References
409
411
[ 2 ] : http://www.ijg.org/
410
412
[ 3 ] : https://github.com/silicongenome/SiGenGPU
411
413
[ 4 ] : https://www.ecma-international.org/publications/files/ECMA-TR/ECMA%20TR-098.pdf
414
+ [ 5 ] : https://www.itu.int/rec/dologin_pub.asp?lang=e&id=T-REC-T.84-199607-I!!PDF-E&type=items
412
415
413
416
1 . [ ITU T-81] [ 1 ]
414
417
2 . [ ILG] [ 2 ]
415
418
3 . [ SiGenGPU] [ 3 ] (currently defunct)
416
419
4 . [ ECMA TR/098 (JFIF)] [ 4 ]
420
+ 5 . [ ITU-T T.84 (SPIFF)] [ 5 ]
417
421
You can’t perform that action at this time.
0 commit comments