Grozdan (microchip8)
committed
about 17 hours ago
(revision 120)
- Update to version 1.9.3
* Disabling of (E)AC3 DRC is only possible when converting
to the same or another codec. If doing stream copy, warn
and disable the option in case input is (E)AC3
Grozdan (microchip8)
committed
6 days ago
(revision 119)
- Update to version 1.9.2
* Add support for the AC-3 fixed point encoder
* Add support for disabling DRC (Dynamic Range Compression)
for the AC-3/E-AC-3 audio codecs
Grozdan (microchip8)
committed
3 months ago
(revision 118)
- Update to version 1.9.1
* Add support for encoding 7.1 channels E-AC-3 audio.
Requires latest FFmpeg from git
Grozdan (microchip8)
committed
6 months ago
(revision 117)
- Update to version 1.9.0
* Set Spline64 as default zimg scaler
* Remove dependency on MPlayer and use ffplay instead
for crop previews
* Updated the man page
Grozdan (microchip8)
committed
7 months ago
(revision 116)
- Update to version 1.8.16
* Use more accurate crop detection by using rounding of
4 instead of the default 16
Grozdan (microchip8)
committed
8 months ago
(revision 115)
- Update to version 1.8.15
* Bugfix in the zscale scale filter for Lanczos3/4
Grozdan (microchip8)
committed
9 months ago
(revision 114)
- Update to version 1.8.14
* Add support for Spline64 zimg zscale filter.
Requires latest FFmpeg from git
Grozdan (microchip8)
committed
9 months ago
(revision 113)
- Update to version 1.8.13
* Support setting the default zimg scaler in the config file
* Use Natural Bicubic Spline FFmpeg scaler as default in-script
scaler and Spline36 scaler as default for zimg
* Minor improvements to the scaling code
* Updated the README and man page files
- Update to version 1.8.12
* Increased default noise value from 4 to 5
* Fix wrong default option for tonemap algo
* Delete side data when doing HDR -> SDR conversion
* Updated the AUTHORS, README and man page files
Grozdan (microchip8)
committed
over 1 year ago
(revision 112)
- Update to version 1.8.11
* Fixed a syntax error in the video_deinterlace_func()
function. Reported by Christian Marillat
Grozdan (microchip8)
committed
over 1 year ago
(revision 111)
- Update to version 1.8.10
* Added support for disabling automatic metadata
such as video title, audio codec names, etc
through the config file
Grozdan (microchip8)
committed
over 1 year ago
(revision 110)
- Update to version 1.8.9
* Fixed a bug in the audio metadata when copying
the Dolby core audio that added "+ Atmos" to the
metadata
* One-line micro-optimization in the Dolby metadata code
Grozdan (microchip8)
committed
almost 2 years ago
(revision 108)
- Update to version 1.8.8
* Do colorspace conversion before scaling
* Moved chroma location code after color primaries code
and before the IDR/keyframes code
Grozdan (microchip8)
committed
almost 2 years ago
(revision 106)
- Update to version 1.8.7
* Support copying the DTS core-only from DTS 96/24 and
DTS:X IMAX tracks
* Updated the AAC profile detection for audio copy
Grozdan (microchip8)
committed
almost 2 years ago
(revision 105)
- Update to version 1.8.6
* Fixed a bug in the video_hdr_to_sdr_func() function
* Replaced the detelecine filter with a combination
of the fieldmatch, bwdif and decimate filters
* Use 0 as default value for the tonemap desat
filter option
Grozdan (microchip8)
committed
almost 2 years ago
(revision 104)
- Update to version 1.8.5
* Support copying full DTS-X audio or only the DTS core
- Update to version 1.8.4
* Support copying full DTS-HD HRA audio or just the DTS Core in it
* Support copying full Dolby Atmos audio or just the AC-3/TrueHD
Core in it
- Update to version 1.8.3
* Added support for copying only the DTS Core
audio or the full DTS-HD MA audio track
- Update to version 1.8.2
* Reduced duplication in the final audio params
code variable
* Use kHz instead of Hz for audio sample rate
metadata
* Slightly increased default value of the noise
filter
* Updated the AUTHORS file (email address)
- Update to version 1.8.1
* Updated the audio copy code to detect Dolby
Atmos and use the correct name metadata
* Renamed a few variables
Grozdan (microchip8)
committed
over 2 years ago
(revision 102)
- Update to version 1.8.0
* Initial support for zimg (z lib) scalers
Grozdan (microchip8)
committed
over 2 years ago
(revision 101)
- Update to version 1.7.7
* Don't exit but warn about MP4Box/Mplayer missing
from the user's system
Grozdan (microchip8)
committed
over 2 years ago
(revision 100)
- Update to version 1.7.6
* Improved compatibility with the BSDs
* Set the setpts + atempo option as default for
FPS conversion
* Set side/wide audio channels as default
* Support the newly added channels for TrueHD audio
* Bugfix in the video_noise_func() function
* Improved FPS detection code
Grozdan (microchip8)
committed
almost 3 years ago
(revision 99)
- Update to version 1.7.5
* Fix crop detection for HDR content
* Set Lanczos as default scaler option
Grozdan (microchip8)
committed
over 3 years ago
(revision 98)
- Update to version 1.7.4
* Support more deinterlacing filters