Changelog for
FLIF-devel-0.4-lp156.1.2.x86_64.rpm :
* Thu May 09 2024 Андрей Алыпов
- Update to version 0.4
* Add build instructions for ubuntu by AATThrj in #408
* viewflif.c: Fix cppcheck findings about mismatching format string. by AATTmatthiaskrgr in #410
* Handle error in viewflif gracefully by AATThrj in #413
* Added library calls to support 16 bit grayscale by AATTalaroy in #414
* Added an LGPLed gdk-pixbuf loader by AATTthebombzen in #417
* Link flif to libflif.so for release builds, and dflif to libflif_dec.so by AATTthebombzen in #416
* Update Related Projects by AATTdelimitry in #422
* Use correct feature test macro for open_memstream by AATTthebombzen in #421
* Added decoding directly from a FILE
* pointer to the API by AATTthebombzen in #423
* alpha_zero_special missing in some Image constructors by AATTspillerrec in #427
* Adds mention of Phew for macOS by AATTcolindean in #426
* Make \'all\' the first target for nmake by AATTsaschanaz in #428
* Add flif-wasm on README by AATTsaschanaz in #429
* Changes flif and libflif to link from object files by AATTthebombzen in #436
* Fix deadlock in Windows version of viewflif. by AATTfherzog2 in #437
* Issue decode_over=true when quality is 10000 by AATTsaschanaz in #431
* Update README.md by AATTTheJaredWilcurt in #447
* Some small fixes to enhance robustness by AATTmaage in #449
* #448 trying to fix broken travis CI by AATTfherzog2 in #460
* Some fixes to the gdk-pixbuf loader by AATTthebombzen in #459
* Use std::shared_ptr for image palette. by AATTgendx in #462
* Update list of related Rust projects. by AATTgendx in #463
* Add SimplEx FLIF to Related Projects in #464
* Whitespace cleanup by AATTMisterZeus in #465
* Avoid \'getc\' symbol by AATTehmry in #472
* Set standard streams from text mode to binary mode on Windows. by AATTvilyair in #480
* Fix bash-completion treatment of existing arguments containing spaces. by AATTaliceatlas in #486
* Fixes for most compiler warnings using GCC 7.3.0 and mingw-w64. by AATTJPeterMugaas in #494
* Added WinFLIF by AATTTheJaredWilcurt in #496
* Fully honor CPPFLAGS/CFLAGS/CXXFLAGS/LDFLAGS by AATTparide in #497
* Changes to Windows FLIF build script by AATTZaczero in #499
* Windows build script update by AATTSylvainDebaudringhien in #508
* Fix building with Ninja (the \"extern\" dir, containing LodePNG, was not included) by AATTMrMetric in #522
* Remove FLIF-Sharp (deprecated) by AATTTheJaredWilcurt in #523
* Https by AATTarmef97 in #524
* Notice for JPEG XL by AATTsaschanaz in #554
* Add obsolescence warning to command line tool by AATTziemek99 in #563
* JPEG XL reference implementation moved to GitHub by AATTziemek99 in #561
* Update README.md by AATTcharun80 in #559
* Fix non-msvc sprintf format by AATTrurban in #552
* Added a note about the snap package by AATTnm17 in #548
* add readEOS flag to BlobReader and BlobIO so that EOF read logic work… by AATTmdejong in #538
* Fix for non-power-of-2 maximum pixel values by AATTd11mshepcar in #533
* Fixes for reading malformed/truncated PAM files by AATTd11mshepcar in #532
* Replace global variables pixel_progress etc with Progress class by AATTd11mshepcar in #531
* Add related project of libflif-Xcode and SDWebImageFLIFCoder, which is useful for Apple platforms\' user. by AATTdreampiggy in #528
* Fix test-interface compilation error for MSVC x64 by AATTOronDF343 in #526- Cleanup with spec-cleaner.- Use %cmake and %cmake_install macros.
* Sun May 07 2017 jengelhAATTinai.de- Avoid redundant packaging of documentation.- Drop \"-s\" from CFLAGS and avoid forced stripping.- Correct RPM group for main package.
* Fri Apr 28 2017 aloisioAATTgmx.com- Update to 0.3
* Various speed optimizations, a.o. related to progressive decoding
* Various minor bugfixes
* Improved handling of palette images: + lower memory footprint + support for palette images in libflif + option --keep-palette to maintain the palette order when reading or writing a PNG8 image
* Two major bugfixes: + bugfix in ColorBuckets+animation, this was a bitstream-breaking bug WARNING: Animated FLIF files that use ColorBuckets are not compatible between version 0.3 and older versions. Animated GIFs converted to FLIF should not be affected by this. + bugfix in unsorted PaletteAlpha (encoder was encoding the palette incorrectly, which resulted in files that could not be decoded)
* Tue Nov 08 2016 aloisioAATTgmx.com- Update to 0.2.2
* More robust decoder (malicious input crashes fixed)
* Better lossy encoding (in terms of DSSIM/bpp curve)- Dropped FLIF-BIG_ENDIAN.patch now included upstream
* Thu Sep 22 2016 aloisioAATTgmx.com- Initial version 0.2- Made flif to link dynamically- Backported fdf0fc2 as FLIF-BIG_ENDIAN.patch