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
|
yuview (2.14-1) unstable; urgency=medium
* New upstream release v2.14
[2.14] Many smaller bugs were fixed.
[2.14] New ffmpeg versions supported.
[2.14] VVC parsing.
* debian/patches:
- Refresh patches.
-- Roger Shimizu <rosh@debian.org> Sat, 13 Apr 2024 23:37:28 -0700
yuview (2.13-1) unstable; urgency=medium
* New upstream release v2.13
[2.10] Much of the parsing code under the hood was rewritten.
So parsing of bitstreams should now be cleaner, better and
more complete.
[2.10] Added parsing of VVC bitstreams
[2.10] Added support for the vvdec VVC decoder. Get the precompiled
library here.
[2.10] There is also a sample vvc bitstream there for testing.
[2.11.1] We now use the new vvdec C interface which was recently
added.
[2.11.1] Support for TNG images
[2.12] Fixed bug for alpha channels on linux
[2.12] Added support for alpha and big endian RGB formats
[2.12] Much code was reformatted and updated in general
[2.13] The FFmpeg code was refactored and we now have support for
FFmpeg 5.0.
[2.13] The color mapping dialogs were updated a bit and now support
saving / loading of custom colormaps.
[2.13] Some bugs fixed (e.g. Large y4m files) and smaller things
improved.
* debian/patches:
- Refresh patches.
- Add patch 03 to avoid calling git command when building.
* debian/rules:
- Export upstream version so Qmake script can get it.
-- Roger Shimizu <rosh@debian.org> Sat, 21 May 2022 18:51:11 +0900
yuview (2.9-1) unstable; urgency=medium
* New upstream release 2.9
* debian/watch:
- Simplify watch rule.
* debian/copyright:
- Add entry for packaging/linux/de.rwth_aachen.ient.YUView.appdata.xml
* debian/patches:
- Refresh patches.
-- Roger Shimizu <rosh@debian.org> Fri, 25 Dec 2020 03:28:35 +0900
yuview (2.8-1) unstable; urgency=medium
* New upstream release 2.8
* debian/patches:
- Refresh patches.
-- Roger Shimizu <rosh@debian.org> Sat, 07 Nov 2020 20:12:40 +0900
yuview (2.7-1) unstable; urgency=medium
* Upload to unstable.
* debian/control:
- Remove B-D: libqt5charts5-dev
* debian/patches:
- Amend patch 0001 to fix more typos.
- Refresh patches.
-- Roger Shimizu <rosh@debian.org> Tue, 14 Jul 2020 00:17:33 +0900
yuview (2.7-1~exp1) experimental; urgency=medium
* New upstream release 2.7
* debian/patches:
- Refresh patches.
-- Roger Shimizu <rosh@debian.org> Mon, 13 Jul 2020 20:21:24 +0900
yuview (2.6-2) unstable; urgency=medium
* debian/control:
- Add YUV format note in package description. Thanks for
suggestion of Tomas Pospisek.
* debian/patches:
- Add patch to disable latest version checking.
- Add patch to better support for nv21 format.
-- Roger Shimizu <rosh@debian.org> Mon, 13 Jul 2020 19:32:45 +0900
yuview (2.6-1) unstable; urgency=medium
* Initial packaging (Closes: #961330).
-- Roger Shimizu <rosh@debian.org> Sat, 23 May 2020 18:40:00 +0900
|