Changelog for
libtoolame-dab0-2.3.1-1.1.x86_64.rpm :
Sat Oct 13 14:00:00 2018 mardnhAATTgmx.de
- Update to version 2.3.1
* Improve internal queue behaviour to avoid dropping data when not using
* drift compensation.
* Check for fdk-aac using pkg-config, to fix compilation on systems
* where both libfdk-aac.so.0 and libfdk-aac.so.1 are present.
* ZMQ socket linger time to 0, to fix some teardown lockups.
Thu Mar 22 13:00:00 2018 mardnhAATTgmx.de
- Update to version 2.3.0.git1521626418.510b1ed:
* Add AAC bandwidth option
* Replace atoi by std::stoi
* Fix PAD insertion for MP2 Mono 56-96 kbps
* Describe libvlc file input in README
* Add missing include for VLCInput.cpp
* Add 24 kHz sampe rate (MP2) to usage
* Switch Travis to GCC 6
* Improve usage screen, remove experimental mention
* Replace mot-encoder by ODR-PadEnc
* Use std::string for DAB channel mode
* Verify that exactly one input is defined
* Rename wavreader to wavfile
* Add wav file writer
* Add a --decoder option for loopback testing
* Rename PAD read result var to prevent confusion
* MP2: fix PAD with only F-PAD
* Calc calculated_padlen only once
* Refactor PAD file processing
* AAC: skip PAD if only zero F-PAD
* Fix AOT selection in mono
* Enable compilation warnings, and switch toolame-dab to using double
* Clarify that -p enables PAD insertion in usage
* Reformat whitespace, replace stringstream by to_string
* Make all inputs use the same interface
* Move fault_detected() into common input interface
* Use queue for all inputs and unify interface
* Only create the input we actually need
* Add -R option to restart input on fault
* Add TODO file
* Mention format s16le in snd-aloop scenario
* Properly initialise JACK input fault field
* Prepare v2.2.0
* Allow to specify an ipc:// zmq output.
* Whitespace
* Remove useless configure check for librt
* Add missing string include in AACDecoder
* Remove unnecessary linking against librt
* Improve warnings check for clang
* Avoid some VLC leaks
* Remove warnings about conversion to double in toolame
* Restart only up to five times due to mem leaks
* Deprecate autorestart
* Remove toolame downmix as it is unused
* Downmix to mono when -c1 is used with a VLC stereo source
* Catch and handle VLC initialisation failure
* Fix downmixing for VLC
* Add some general quality remarks to README
* Correct wav header write
* Fix invalid arg_verbose pointer for VLC arguments
* Do not set VLC sout option in libvlc_new
* Fix VLC version check
* Prepare v2.3.0
Sat Nov 18 13:00:00 2017 mardnhAATTgmx.de
- Update to version 2.2.0 (tagged release)
* Add a decoder option for loopback testing.
* Add a auto-restart option in case of input fault.
* PAD improvements for DAB and DAB+.
* Fix a few issues in mono.
* Unify internal API for all inputs and simplify implementation.
* Usage screen clarifications and minor internal fixes.
- Drop no longer needed patches:
- 0001-Add-missing-include-for-VLCInput.cpp.patch (fixed upstream)
Fri Jun 2 14:00:00 2017 mardnhAATTgmx.de
- Add patch:
- 0001-Add-missing-include-for-VLCInput.cpp.patch
Fix compile error for Tumbleweed (with gcc7)
Sat Apr 29 14:00:00 2017 mardnhAATTgmx.de
- Specfile cleanup
Fri Mar 24 13:00:00 2017 mardnhAATTgmx.de
- Update to version 2.1.0.git1489165761.201389e:
* Update README to remove mot-encoder things
* Add autoconf check for DAB+ support in FDK-AAC
* Increase libvlc startup buffer timeout
* Increase max buffer size for drift compensation
* libtoolame-dab: move glopts to toolame.c
* Clarify AAC options in usage screen
* Prepare v2.0.1
* Improve drift compensation quality
* Properly handle drift compensation expansion
* libtoolame-dab: print to stderr instead of stdout
* Reorder VLC transcode options
* Add missing files in EXTRA_DIST
* Improve VLC samplerate conversion by asking float samples
* Remove not existing file from EXTRA_DIST
* Prepare v2.1.0
Wed Nov 9 13:00:00 2016 mardnhAATTgmx.de
- initial package