Moritz Bunkus
4a92b442dd
test runner: avoid implicit conversion from nil to String
2018-03-08 21:03:24 +01:00
Moritz Bunkus
dadd071f64
NEWS.md: update for #1981
2018-03-08 21:03:24 +01:00
Moritz Bunkus
3076e6e8fe
DTS: implement removal of dialog normalization gain
...
Part of the implementation of #1981 .
2018-03-08 21:03:24 +01:00
Moritz Bunkus
1d1a08e948
merge, GUI: rename "dialog normalization" to "dialog normalization gain"
2018-03-08 20:42:55 +01:00
Moritz Bunkus
75663025b3
AC-3: change dialog normalization removal to set value to 31
...
In AC-3 the `dialnorm` parameter states at which level the audio was
encoded it: as -dB from 100%. A higher value (e.g. 10 instead of 5)
means that the audio must be amplified more in order to bring it back
to 100%. Therefore setting the value to 1 means -1 dB from 100% which
in turn means that it'll be amplified very little on playback and
remain pretty quiet.
eac3to sets the value to 31 instead (meaning -31 dB from 100%, the
player has to amplify a lot, the result will be a lot louder). So
let's match what it does.
2018-03-07 18:53:15 +01:00
Moritz Bunkus
9533e84beb
translations: update list of translatable strings; update German translation
2018-03-07 10:25:35 +01:00
Moritz Bunkus
e2a686819b
tests: intentional update due to translation update
2018-03-07 10:24:00 +01:00
Moritz Bunkus
08ef5f6460
test runner: require all Gems from the main program
2018-03-07 10:05:50 +01:00
Moritz Bunkus
68b2377c88
test runner: drop compatibility with Ruby < 1.9
2018-03-07 10:05:32 +01:00
Burak Yavuz
5350b82614
translations: update Turkish
2018-03-07 09:41:10 +01:00
Timofey Lisunov
00a8c88e3a
translations: update Russian
2018-03-07 09:41:06 +01:00
Potato
9b95401b7c
translations: update Korean
2018-03-07 09:40:59 +01:00
Moritz Bunkus
87cc66c30b
GUI: add link to sub-Reddit to help menu
2018-03-07 09:36:03 +01:00
Moritz Bunkus
7c2b1a9e16
translations: update list of translatable strings; update German translation
2018-03-06 23:05:56 +01:00
Moritz Bunkus
3ba99cc736
AUTHORS: add Roman Horník as Czech translator
2018-03-06 22:58:54 +01:00
Antoni Bella Pérez
c26c1f9c01
translations: update Catalan
2018-03-06 22:57:57 +01:00
Israel Lucas Torrijos
b55576a08c
translations: update Spanish
2018-03-06 22:57:48 +01:00
Xabier Aramendi
f01cf4999d
translations: update Basque
2018-03-06 22:57:39 +01:00
TMTisFree
ff615f43ef
translations: update French
2018-03-06 22:57:30 +01:00
Potato
752c3a8f90
translations: update Korean
2018-03-06 22:57:19 +01:00
Timofey Lisunov
13565d6ef8
translations: update Russian
2018-03-06 22:57:09 +01:00
Burak Yavuz
1a5b0c6905
translations: update Turkish
2018-03-06 22:57:01 +01:00
Dian Li
3dc7b8bfba
translations: update Chinese Simplified
2018-03-06 22:56:50 +01:00
Dian Li
35f92b4cac
man page translations: update Chinese Simplified
2018-03-06 22:56:37 +01:00
Moritz Bunkus
acf6cc04b8
GUI: mux: add controls for removing dialog normalization
...
Part of the implementation of #1981 .
2018-03-06 22:47:56 +01:00
Moritz Bunkus
84de23a495
GUI: mux: only add to-core-reduction parameter if can be done for track
2018-03-06 22:47:27 +01:00
Moritz Bunkus
635a357d33
AC-3: implement dialog normalization removal
...
Implements part of #1981 .
2018-03-06 21:57:17 +01:00
Moritz Bunkus
a43ec1d76a
p_ac3.cpp: remove superfluous include
2018-03-06 21:29:08 +01:00
Moritz Bunkus
89b88f9f94
AC-3: frame_t: use default member initializers
2018-03-06 21:27:10 +01:00
Moritz Bunkus
6cc0d7868c
AC-3: rename verify_checksum
to make clear which of the checksums is verified
2018-03-06 20:53:56 +01:00
Moritz Bunkus
33b36d66c9
mtx::bits::writer_c: allow usage with provided buffer
...
Such a buffer cannot be extended, though.
2018-03-06 20:52:46 +01:00
Moritz Bunkus
c891c27138
MPEG TS: handle continuity counter correctly if payload signalled but absent
...
The expected counter must be increased if payload is signalled, even
if the whole TS packet is made up solely of the adaptation field
2018-03-04 22:09:36 +01:00
Moritz Bunkus
54897176c4
MPEG TS reader: report packet number on transport error debug output
2018-03-04 22:05:41 +01:00
Moritz Bunkus
a8b8de8339
translations: update list of translatable strings; update German translation
2018-03-03 10:06:57 +01:00
Timofey Lisunov
e2e4bda2ec
translations: update Russian
2018-03-03 10:04:11 +01:00
TMTisFree
f481bcd787
translations: update French
2018-03-03 10:04:03 +01:00
Roman Horník
b3884fb18c
translations: update Czech
2018-03-03 10:03:35 +01:00
Moritz Bunkus
7399ad77ac
GUI: chapters: add "remove end timestamps" option to "additional modifications"
...
Implements #2231 .
2018-03-03 09:53:43 +01:00
Moritz Bunkus
cbc3e7515c
AppImage: create fuse device node if it doesn't exist
2018-03-02 20:22:37 +01:00
Moritz Bunkus
7eeaa40f62
AppImage: improve list of packages to install
2018-03-02 20:22:22 +01:00
Moritz Bunkus
eb9fa235e0
AppImage: determine AppImage dir from script path, not $PWD
2018-03-02 15:53:22 +01:00
Moritz Bunkus
ec0f71f391
version number bump script: process AppImage build file
2018-03-02 15:46:26 +01:00
Moritz Bunkus
c59ffe885d
AppImage: first version adopted from the work of darealshinji
2018-03-02 15:06:54 +01:00
Moritz Bunkus
5f3f995fde
build system: add accidentally ignored compilation_database.rb
2018-02-27 20:42:23 +01:00
Moritz Bunkus
9d2dd3b10c
MP4 reader: parse esds atom inside wave atom inside stsd atom
2018-02-27 20:29:57 +01:00
Moritz Bunkus
e960dc86fa
build system: support for creating a compilation database
2018-02-26 21:42:25 +01:00
remuxer32
1b21706ca7
Update pl.po
2018-02-24 14:25:22 +00:00
Moritz Bunkus
dae8cd8269
texts/translations: fix "128bit" to "128-bit"
2018-02-24 14:52:20 +01:00
Moritz Bunkus
acf784134a
translations: update list of translatable strings; update German translation
2018-02-24 14:51:25 +01:00
TMTisFree
5c0585c14b
translations: update French
2018-02-24 14:50:23 +01:00