File makemkv.changes of Package MakeMKV

953
 
1
-------------------------------------------------------------------
2
Sun Apr  6 08:04:14 UTC 2025 Manfred Hollstein <manfred.h@gmx.net>
3
4
- Update to version 1.18.1
5
  * Bugfix for 1.18.0
6
7
-------------------------------------------------------------------
8
Sat Apr  5 08:04:37 UTC 2025 Manfred Hollstein <manfred.h@gmx.net>
9
10
- Update to version 1.18.0
11
  * Added support for AACS v82
12
  * Improved handling for discs with mastering errors
13
  * Fixed crash on Mac OS 15.4
14
15
---------------------------------------------------------------------
16
Sun Feb 02 11:26:42 UTC 2025 enzokiel@kabelmail.de
17
18
- Update to version 1.17.9
19
  * Version bump, no changes
20
  * Updated translations
21
22
-------------------------------------------------------------------
23
Tue Oct  1 09:19:40 UTC 2024 Manfred Hollstein <manfred.h@gmx.net>
24
25
- Update to version 1.17.8
26
  * Improved handling for discs with mastering errors and with
27
    structure protection
28
  * Small improvements and bugfixes
29
  * Notable bug fixes:
30
    - Audio transcoding failed on Linux when built with recent
31
      ffmpeg
32
- Add makemkv-sha-1.17.8.txt as a source for security measures
33
34
-------------------------------------------------------------------
35
Thu May 16 06:09:51 UTC 2024 Manfred Hollstein <manfred.h@gmx.net>
36
37
- Update to version 1.17.7
38
  * Version bump, no changes
39
40
-------------------------------------------------------------------
41
Sun Jan 21 08:06:54 UTC 2024 Manfred Hollstein <manfred.h@gmx.net>
42
43
- Update to version 1.17.6
44
  * Improved handling for discs with mastering errors
45
  * Small improvements and bugfixes
46
47
-------------------------------------------------------------------
48
Tue Sep 26 07:11:29 UTC 2023 Manfred Hollstein <manfred.h@gmx.net>
49
50
- Update to version 1.17.5
51
  * Improved handling for discs with mastering errors
52
  * Fixed several bughs related to HD-DVD handling (just about
53
    time...)
54
  * Fixed Linux ARM64 executabe crashing on certain hardware
55
    configurations
56
  * Small improvements and bugfixes
57
- Use default ffmpeg version
58
59
-------------------------------------------------------------------
60
Tue May 30 17:46:51 UTC 2023 Manfred Hollstein <manfred.h@gmx.net>
61
62
- Update to version 1.17.4
63
  * Added support for AACS v81
64
  * Small improvements and bugfixes
65
  * Notable bug fixes:
66
    - 4K BDAV discs with 4K-only content could fail to open
67
68
-------------------------------------------------------------------
69
Wed May 10 14:50:46 UTC 2023 - Manfred Hollstein <manfred.h@gmx.net>
70
71
- Do not use any ffmpeg-6 packages yet.
72
- Make installed shared libraries executable to silence an rpmlint
73
  warning.
74
75
-------------------------------------------------------------------
76
Fri Feb  3 07:57:57 UTC 2023 Manfred Hollstein <manfred.h@gmx.net>
77
78
- Update to version 1.17.3
79
  * Added support for 4K BDAV discs
80
  * Small improvements and bugfixes
81
  * Notable bug fixes:
82
    - DV HEVC streams with certain encoding were processed in a
83
      non-compatible way
84
    - CellWalk scan faild on some DVDs
85
    - Linux AArch64 version crashed on Raspberry PI3
86
87
-------------------------------------------------------------------
88
Thu Oct 13 07:58:36 UTC 2022 Manfred Hollstein <manfred.h@gmx.net>
89
90
- Update to version 1.17.2
91
  * Improved handling for discs with mastering errors
92
  * Small improvements and bugfixes
93
94
-------------------------------------------------------------------
95
Wed Jul 13 23:25:00 UTC 2022 Grozdan Nikolov <neutrino8@opensuse.org>
96
97
- Update to version 1.17.1
98
  * Small improvements and bugfixes
99
  * Bug fixes:
100
    - Program could hang when scanning certain protected DVD discs 
101
      using CellWallk method
102
    - Some titles were truncated on DVDs with structure protection,
103
      when using CellWallk method
104
  * Small bugfixes
105
106
-------------------------------------------------------------------
107
Tue Jun 28 07:32:59 UTC 2022 Manfred Hollstein <manfred.h@gmx.net>
108
109
- Update to version 1.17.0
110
  * Improved handling for discs with mastering errors
111
  * A new, rewritten DVD engine - much better handling for discs
112
    with structure protection
113
  * Many internal improvements and small bugfixes
114
  * Notable Bug fixes:
115
    - Program failed to recognize some exotic USB drives
116
    - Program failed on some DVD streams recorded from satellite
117
      feed (TiVO DVD)
118
    - Program could hang if internet connection wasn't available
119
- Add silence-return-type.patch
120
121
-------------------------------------------------------------------
122
Mon Feb 28 06:55:03 UTC 2022 Manfred Hollstein <manfred.h@gmx.net>
123
124
- Update to version 1.16.7
125
  * Improved handling for discs with mastering errors
126
  * Many internal improvements and small bugfixes
127
128
-------------------------------------------------------------------
129
Tue Nov 02 07:49:11 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
130
131
- Update to version 1.16.5
132
  * Miscellaneous UI improvements
133
  * WinCDArb update, fixes occasional "no optical drives" error
134
  * LibMMBD stability improvements
135
  * Many small bug-fixes
136
137
-------------------------------------------------------------------
138
Thu Jul 07 05:58:29 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
139
140
- Update to version 1.16.4
141
  * Much better support for discs with Java playlist obfuscation
142
  * Any Java runtime version is now supported, including Java 16
143
  * Mac OS: Support for Mac OS 12.0 Monterey
144
  * Some small improvements
145
  * Bug fixes:
146
    - Program failed to recognize some AAC streams with exotic
147
      channel encoding
148
    - Picture dimensions were displayed incorrectly for some
149
      exotic HEVC streams
150
    - Conversion of some DVDs could fail at the very end of title
151
152
-------------------------------------------------------------------
153
Sat Jun  5 09:10:34 UTC 2021 - munix9@googlemail.com
154
155
- Add patch to enable "reproducible builds" for this package.
156
157
-------------------------------------------------------------------
158
Sat Mar 20 13:23:51 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
159
160
- Make CC="gcc -fcommon"; for an explanation see
161
  <https://gcc.gnu.org/gcc-10/porting_to.html#common>
162
  Thanks go to Walther Pelser <w.pelser@web.de> who suggested this
163
  fix!
164
165
-------------------------------------------------------------------
166
Fri Mar 19 06:58:33 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
167
168
- Update to version 1.16.3
169
  * Bug fixes:
170
    - Some non-English messages were displayed incorrectly
171
    - Opening DVD in manual mode from GUI was broken in 1.16.0
172
    - Some E-AC3 streams with surround channels were ignored when
173
      opening M2TS files
174
175
-------------------------------------------------------------------
176
Thu Mar 18 07:46:40 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
177
178
- Use gcc/g++-9 on Tumbleweed, as later versions produce multiply
179
  defined symbols. Needs analysis!
180
181
-------------------------------------------------------------------
182
Thu Mar 18 07:08:39 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
183
184
- Update to version 1.16.2
185
  * Bug fixes:
186
    - Mac OS: Program produced random errors when running on OS X
187
      10.11 El Captain or earlier versions
188
    - Linux: ccextractor is now part of OSS package
189
190
-------------------------------------------------------------------
191
Sat Mar  6 07:48:24 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
192
193
- Update to version 1.16.1
194
  * Bug fixes:
195
    - Mac OS: Program could fail to start
196
    - Mac OS: ccextractor helper app failed to start
197
    - Windows XP: Program failed to start
198
  * Some small improvements
199
200
-------------------------------------------------------------------
201
Mon Mar  1 13:23:29 UTC 2021 Manfred Hollstein <manfred.h@gmx.net>
202
203
- Update to version 1.16.0
204
  * ARM port, support for Apple silicon, Linux on ARM
205
  * MMMBD on OSX - support for applications with hardened runtime
206
    (Handbrake)
207
  * Some internal improvements and small bugfixes
208
209
-------------------------------------------------------------------
210
Sat Dec 12 10:09:39 UTC 2020 -  <manfred.h@gmx.net>
211
212
- Update to version 1.15.4
213
  * Improved handling for discs with mastering errors
214
  * Many internal improvements and small bugfixes
215
  * Implemented seamless joining of TrueHD streams with overlapping
216
    frames based on Dominik Mydlil's idea
217
  * MakeMKV now recognizes and converts double-track Dolby Vision MKV files
218
  * Bug fixes:
219
    - Program could fail when processing TrueHD streams from MKV file
220
    - DTS core was not extracted from DTS-HD streams (1.15.0 regression)
221
222
-------------------------------------------------------------------
223
Sun Oct 11 13:52:00 UTC 2020 - neutrino8@opensuse.org
224
225
- Update to version 1.15.3
226
  * Massive internal rewrite, many bugfixes
227
  * Improved handling for discs with mastering errors
228
  * Brand new network code, it is now possible to set proxy server
229
    in preferences, to access network over TOR/VPN
230
  * MakeMKV now can extract Dolby Vision metadata from elementary
231
    stream data and rebuild missing or invalid DV descriptors
232
  * Drive speed control update - MakeMKV now forces low speed when
233
    reading data around disc edges, working around firmware bugs
234
  * Bug fixes:
235
    - Program could hang or crash when converting files with
236
      many audio streams
237
    - On some multi-segment sources with LPCM audio program
238
      failed to produce MKV file
239
    - Program could crash when producing testdump or when conversion
240
      failed
241
    - On 32-bit x86 system program could run out of memory on big
242
      mult-segment sources
243
244
-------------------------------------------------------------------
245
Fri Jul 24 19:25:00 UTC 2020 - neutrino8@opensuse.org
246
247
- Update to version 1.15.2
248
  * Massive internal rewrite, some improvements and small bugfixes
249
  * Muxer updated to the latest matroska specification
250
  * Advanced usage changes: Sdftool included as standalone executable
251
  * Drive speed control option
252
253
-------------------------------------------------------------------
254
Mon Apr 20 12:13:00 UTC 2020 - neutrino8@opensuse.org
255
256
- Update to version 1.15.1
257
  * Added support for AACS v76 (for those poor souls without LibreDrive)
258
  * Improved handling for discs with mastering errors
259
  * Many internal improvements and small bugfixes
260
  * Bug fixes: For some HD audio streams frames were dropped incorrectly
261
    on segment boundaries
262
263
-------------------------------------------------------------------
264
Thu Mar 05 20:24:00 UTC 2020 - neutrino8@opensuse.org
265
266
- Update to version 1.15.0
267
  * User interface update
268
  * New preferences page for LibMMBD integation
269
  * Improved handling for discs with mastering errors
270
  * Better tolerance for corrupted input data
271
  * Many internal improvements
272
273
-------------------------------------------------------------------
274
Tue Jan 28 20:40:00 UTC 2020 - neutrino8@opensuse.org
275
276
- Update libavcodec/libavutil macro for Tumbleweed
277
278
-------------------------------------------------------------------
279
Fri Dec 06 05:47:00 UTC 2019 - neutrino8@opensuse.org
280
281
- Update to version 1.14.7
282
  * Better compatibility for decrypted AACS 2.1 FMTS files
283
  * Fixed variable expansion bug for default file name template
284
  * Added support for AACS 2.1
285
  * Many small bugfixes and improvements
286
287
-------------------------------------------------------------------
288
Sun Sep 08 07:55:00 UTC 2019 - neutrino8@opensuse.org
289
290
- Update to version 1.14.5
291
  * Some small miscellaneous improvements
292
293
-------------------------------------------------------------------
294
Thu Jun 08 13:43:00 UTC 2019 - neutrino8@opensuse.org
295
296
- Update to version 1.14.4
297
  * Added support for AACS v70 (for those poor souls without LibreDrive)
298
  * Many small improvements, program should work a bit faster now
299
300
-------------------------------------------------------------------
301
Wed May 29 10:59:27 UTC 2019 - aloisio@gmx.com
302
303
- Added missing zlib dependency
304
- Spec cleanup
305
306
-------------------------------------------------------------------
307
Wed Mar 13 06:40:00 UTC 2019 - neutrino8@opensuse.org
308
309
- Update to version 1.14.3
310
  * Added support for AACS v68
311
  * Many small miscellaneous improvements
312
313
-------------------------------------------------------------------
314
Mon Dec 10 09:40:00 UTC 2018 - neutrino8@opensuse.org
315
316
- Update to version 1.14.2
317
  * Support for BDAV AVCREC discs
318
  * Improved handling for DVD discs with mastering errors
319
  * Some small miscellaneous improvements
320
  * Bug fixes for 1.14.0 regressions:
321
    On DVD discs some titles could fail to open, sometimes even
322
    crashing the program
323
    Opening most 3D blu-ray discs could fail in both backup and MKV mode
324
  * Bug fixes:
325
    Program failed on interlaced h.264 video streams with exotic encoding
326
327
-------------------------------------------------------------------
328
Fri Nov 16 16:20:00 UTC 2018 - neutrino8@opensuse.org
329
330
- Update to version 1.14.1
331
  * Bug fixes: MakeMKV could crash during non-decrypted full disc backup
332
    Some discs caused extensive reads and very slow operation at the start
333
    of MKV file creation
334
335
-------------------------------------------------------------------
336
Wed Nov 07 11:10:00 UTC 2018 - neutrino8@opensuse.org
337
338
- Update to version 1.14.0
339
  * Added support for AACS v66
340
  * MakeMKV now extracts closed captions and saves them as text subtitles
341
  * New video processing engine, MakeMKV should be much more tolerant for
342
    MPEG files with errors (BDAV)
343
  * libmmbd: Added compatibility for late
344
345
-------------------------------------------------------------------
346
Wed Jul 25 12:50:00 UTC 2018 - neutrino8@opensuse.org
347
348
- Update to version 1.12.3
349
  * Improved handling for discs with mastering errors
350
  * Improved handling for Japanese BDAV discs
351
  * Many small miscellaneous improvements
352
353
-------------------------------------------------------------------
354
Fri May  4 14:03:47 UTC 2018 - olaf@aepfle.de
355
356
- Use ffmpeg3 versions of pkgconfig(libav*)
357
358
-------------------------------------------------------------------
359
Sat Apr 28 21:59:00 UTC 2018 - neutrino8@opensuse.org
360
361
- Update to version 1.12.2
362
  * Added support for AACS v65
363
  * Improved handling for DVD and BDAV discs with mastering errors
364
  * Added support for DTS LBR (XSA) decoding
365
  * Bug fixes:
366
    * Hashed keys could be skipped randomly
367
    * Linux: Fixed compilation issues with newer openssl and ffmpeg
368
      libraries
369
    * Windows: Fixed broken dialogs on Windows XP
370
    * Various stability fixes
371
372
-------------------------------------------------------------------
373
Sun Feb 04 19:45:00 UTC 2018 - neutrino8@opensuse.org
374
375
- Update to version 1.12.0
376
  * Internal bugfixes mostly for UHD issues
377
378
-------------------------------------------------------------------
379
Sat Jan 20 10:04:00 UTC 2018 - neutrino8@opensuse.org
380
381
- Update to version 1.10.10
382
  * Added support for AACS v64
383
  * Many bugfixes affecting stability
384
385
-------------------------------------------------------------------
386
Tue Jan 09 10:10:00 UTC 2018 - neutrino8@opensuse.org
387
388
- Update to version 1.10.9
389
  * Improved handling for DVD discs with mastering errors
390
  * Many small miscellaneous improvements
391
392
-------------------------------------------------------------------
393
Fri Jan 05 12:05:00 UTC 2018 - neutrino8@opensuse.org
394
395
- Add profiles and translation files to /usr/share/MakeMKV
396
397
-------------------------------------------------------------------
398
Tue Nov 21 13:49:00 UTC 2017 - neutrino8@opensuse.org
399
400
- Update to version 1.10.8
401
  * Added support for (non-encrypted) UHD discs
402
  * Added support for HEVC in MKV files
403
  * Improved support for discs with BD-Java protection
404
  * Many small miscellaneous improvements
405
  * Bug fixes: Restored compatibility with OS X 10.6
406
407
-------------------------------------------------------------------
408
Mon Sep 04 22:13:00 UTC 2017 - neutrino8@opensuse.org
409
410
- Update to version 1.10.7
411
  * Improved support for discs with BD-Java protection
412
  * Updated BD+ engine
413
  * OS X: Fixed incompatibility with High Sierra
414
  * Small miscellaneous improvements
415
416
-------------------------------------------------------------------
417
Sun May 28 09:43:00 UTC 2017 - neutrino8@opensuse.org
418
419
- Update to version 1.10.6
420
  * Added support for AACS v63
421
  * Updated BD+ engine
422
  * Small miscellaneous improvements
423
  * Bug fixes: Program could hang with ASSERT on certain multi-segment
424
    titles
425
426
-------------------------------------------------------------------
427
Mon Mar 27 15:45:00 UTC 2017 - neutrino8@opensuse.org
428
429
- Update to version 1.10.5
430
  * Improved handling for DVD discs with mastering errors
431
  * Better track AV sync management, especially for badly mastered discs
432
  * Small miscellaneous improvements
433
  * Bug fixes:
434
  * Program could crash randomly at the end of conversion
435
  * Opening HD-DVD disc with AC3/E-AC3 audio caused program to hang
436
  * Support for some BDAV discs was accidentally broken in 1.10.3
437
  * Fixed various build issues for OSS code
438
439
-------------------------------------------------------------------
440
Mon Jan 02 12:01:00 UTC 2017 - neutrino8@opensuse.org
441
442
- Update to version 1.10.4
443
  * Program produced damaged MKV files if source was a 3D Blu-ray disc
444
  * Fixed various compilation issues for OSS code
445
446
-------------------------------------------------------------------
447
Tue Dec 13 13:03:00 UTC 2016 - neutrino8@opensuse.org
448
449
- Update to version 1.10.3
450
  * Added support for DVD disc with broken VTS IFO files
451
    (used as structure protection)
452
  * Improved support for BD-Java discs
453
  * Updated BD+ engine
454
  * Small miscellaneous improvements
455
  * Bug fixes: "Auto" destination path was calculated incorrectly
456
    in 1.10.2
457
458
-------------------------------------------------------------------
459
Fri Oct 28 22:22:00 UTC 2016 - neutrino8@gmail.com
460
461
- Update to version 1.10.2
462
463
-------------------------------------------------------------------
464
Tue Sep 22 13:12:21 UTC 2015 - olaf@aepfle.de
465
466
- update to 1.9.5
467
- Use Qt5 on 13.2+
468
- Use pkgconfig for some BuildRequires
469
470
-------------------------------------------------------------------
471
* Sat Dec 13 2014 - joerg.lorenzen@ki.tng.de
472
473
- update to 1.9.0
474
    Added support for AACS v50
475
    Updated BD+ engine
476
    Improved handling for discs with mastering errors
477
    Small miscellaneous improvements
478
    Bug fixes:
479
        Regression in 1.8.14 - some discs with BD+ released in
480
        2010-2011 could fail to open
481
    Expert mode:
482
        Manual DVD mode - custom content selection, split titles
483
        by chapters
484
- version 1.8.14
485
    Added support for Dolby Atmos audio streams
486
    Updated BD+ engine
487
    Improved handling for discs with mastering errors
488
    Bug fixes:
489
        Program could crash on some DVD discs with incorrect structure
490
- version 1.8.13
491
    Added support for AACS v48
492
    Added support for DTS-HD streams with variable bit depth
493
    Improved handling for discs with mastering errors
494
    Bug fixes:
495
        Regression in 1.8.12 - program failed to process multi-channel
496
        LPCM audio
497
        Linux: lowered minimal required GLIBC version
498
- version 1.8.12
499
    Added support for LPCM streams with variable bit depth
500
    Improved handling for discs with mastering errors
501
    Better handling for partially damaged streams
502
    Bug fixes:
503
        FLAC audio streams with large frames were not supported
504
        Rarely, program could crash at the end of audio transcoding,
505
        usually when processing DTS-HD 7.1 audio
506
        Most of DTS-HD LBR (DTS express) streams failed to decode
507
        Very very rarely, video frames were silently dropped at
508
        segment boundaries
509
        DVD: some titles were incorrectly detected as fake
510
        Linux: crash on systems with certain glibc (SYSV hash tables)
511
512
    Moved changelog to file makemkv.changes
513
514
-------------------------------------------------------------------
515
* Wed Jun 18 2014 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.11-0.pm.1
516
517
- update to 1.8.11
518
    Updated support for AACS v47
519
    Updated BD+ support
520
    Improved handling for discs with mastering errors
521
    Better handling for partially damaged streams
522
    Added support for decoding 16-bit DTS-HD MA streams
523
    Small miscellaneous improvements
524
    Bug fixes:
525
        MakeMKV could fail reading MKV files with compressed subtitles
526
        Occasionnaly, timecodes for B-frames were incorrect in
527
        produced MKV file
528
        DVD: rarely, some titles were incorrectly detected as fake
529
        Linux: MakeMKV could crash on systems with certain glibc (Gentoo)
530
        Libmmbd could fail to decrypt discs with old AACS protection
531
    Fixes for 1.8.10 regressions:
532
        Blu-ray: some (rare) multi-segment titles could produce error
533
        at the end of conversion
534
535
-------------------------------------------------------------------
536
* Wed Apr 16 2014 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.10-0.pm.1
537
538
- update to 1.8.10
539
    Improved handling for discs with mastering errors
540
    Greatly improved conversion speed for multi-segment titles
541
    Small miscellaneous improvements
542
    Bug fixes:
543
        During streaming, program could crash randomly
544
        When changing preferences, program could crash randomly
545
    Fixes for 1.8.9 regressions:
546
        DVD: some titles were missing (incorrectly identified as fakes)
547
        Blu-ray: discs missing JAR directory failed to open
548
549
-------------------------------------------------------------------
550
* Wed Feb 26 2014 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.9-0.pm.1
551
552
- update to 1.8.9
553
    Improved handling for DVD discs with mastering errors
554
    Small miscellaneous improvements
555
    Bug fixes:
556
        Linux: Added compatibility APIs to libmmbd
557
    Fixes for 1.8.8 regressions:
558
        "no filter" error for certain LPCM tracks
559
        MKV flags were not written to output file
560
561
-------------------------------------------------------------------
562
* Sat Feb 23 2014 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.8-0.pm.1
563
564
- update to 1.8.8
565
    Improved handling for discs with mastering errors
566
    Many small miscellaneous improvements
567
    Bug fixes:
568
        A false "100% hashckeck failed" error could show up on certain
569
        drive/disc combinations
570
        DVD: Discs with multichannel mpeg2-audio failed to open
571
        Linux: Added workaround for broken openssl library on
572
               RedHat-based distributions
573
        Expert mode: TrueHD transcoding could fail on streams with
574
                     certain (rare) encoding
575
    Expert mode:
576
        Default selection rule now also applies to attachments,
577
        with new [+-]sel:attachment token
578
        Seamless sample-level joining for LPCM and transcoded audio tracks
579
        Audio mixing - channel and BPS downmix now can be set in profile
580
        Added support for AAC encoding (based on libfdk-aac: AAC-LC,
581
        HE-AAC and HE-AACv2 profiles)
582
        Added AAC-stereo conversion profile - allows converting any
583
        audio track to AAC stereo downmix in addition to saving
584
        the original track
585
        Improved display of transcoding settings
586
587
-------------------------------------------------------------------
588
* Sat Dec 14 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.7-0.pm.1
589
590
- update to 1.8.7
591
    Updated support for AACS v46
592
    Improved compatibility of produced MKV files
593
    Bug fixes:
594
        Linux: On some distributions MakeMKV could randomly hang on startup
595
596
-------------------------------------------------------------------
597
* Mon Nov 11 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.6-0.pm.1
598
599
- update to 1.8.6
600
    Improved handling for discs with mastering errors
601
    Improved compatibility with certain (rare) H.264 and VC-1 streams
602
    Mac OS X: MakeMKV can now open .dvdmedia bundles
603
    Mac OS X: DASPI v1.4 now supports OS X Mavericks
604
    Stability improvements
605
    Expert mode:
606
        MakeMKV no longer uses external ffmpeg binary
607
        Added support for AC3 encoding (mainly for DTS->AC3 audio transcoding)
608
        MMBD now emulates both old and latest libaacs/libbdplus API
609
    Bug fixes:
610
        Windows: Rarely, an external drive was not recognized by program
611
        Linux: Discs with special characters in volume name could fail to open
612
613
-------------------------------------------------------------------
614
* Sat Sep 14 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.5-0.pm.1
615
616
- update to 1.8.5
617
    Improved handling for discs with mastering errors
618
    Stability improvements
619
- version 1.8.4
620
    Improved handling for discs with mastering errors
621
    Many miscellaneous improvements
622
    Bug fixes:
623
        Rarely, some episodes could be missing on a series blu-rays
624
        When using audio transcoding, channel layout was incorrect for
625
        certain DTS-HD surround modes
626
        Default/forced flag profile settings were ignored after 1.8.2 changes
627
628
-------------------------------------------------------------------
629
* Wed May 22 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.3-0.pm.1
630
631
- update to 1.8.3
632
    Updated support for AACS v40
633
    Reduced memory usage during conversion
634
    Bug fixes:
635
        MakeMKV could crash when backing up an incorrectly mastered
636
        3D blu-ray disc
637
638
-------------------------------------------------------------------
639
* Mon May 13 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.2-0.pm.1
640
641
- update to 1.8.2
642
    Bug fixes:
643
        Randomly, MakeMKV could hang during eject, leaving console
644
        portion running in background
645
    Expert mode:
646
        MKV track flags may be changed in GUI
647
        Forced tracks may be automatically marked as default in
648
        conversion profile
649
        Navigation keys may be used in property editor
650
651
-------------------------------------------------------------------
652
* Wed May 08 2013 Bernhard M. Wiedemann <bmwiedemann@opensuse.org> - 1.8.1-0.pm.1
653
654
- update to 1.8.1
655
    Improved compatibility of produced MKV files
656
    Improved handling for DVD discs with mastering errors
657
    Visual enhancements for HiDPI displays
658
    Many miscellaneous improvements
659
    Bug fixes:
660
        Mac OS X - Randomly, a disc could be unrecognized if inserted
661
                   while MakeMKV running
662
        Mac OS X / Linux - Eject button was not always working
663
        Audio transcoding could fail for certain DTS HD HRA tracks
664
        Chapter names were inconsistent for blu-ray discs
665
        Some (rare) MKV files couldn't be opened
666
    Expert mode:
667
        Chapter names may be changed in GUI
668
669
-------------------------------------------------------------------
670
* Thu Feb 21 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.8.0-0.pm.1
671
672
- update to 1.8.0
673
    Updated support for AACS v38
674
    Updated BD+ engine
675
    Added support for multi-angle blu-ray 3D
676
    Visual enhancements
677
    Improved compatibility of produced MKV files
678
    Italian translation
679
    Many miscellaneous stability improvements
680
    Bug fixes:
681
        Cover picture was always embedded into MKV file, even if not selected
682
        Failed to process some DVD with LPCM audio
683
        Saving to NFS volume on Linux could fail
684
    Expert mode:
685
        Additional profile settings
686
687
-------------------------------------------------------------------
688
* Fri Jan 04 2013 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.10-0.pm.1
689
690
- update to 1.7.10
691
    Improved handling for DVD discs with mastering errors
692
    Many miscellaneous improvements
693
694
-------------------------------------------------------------------
695
* Mon Nov 05 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.9-0.pm.1
696
697
- update to 1.7.9
698
    Bug fixes:
699
        Audio transcoding could fail on Windows 7 under some circumstances
700
        MakeMKV no longer requires GLIBC 2.15 on Linux
701
    Few miscellaneous improvements
702
703
-------------------------------------------------------------------
704
* Mon Oct 15 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.8-0.pm.1
705
706
- update to 1.7.8
707
    Added support for AACS v35
708
    Updated BD+ engine
709
    Added ability to produce MKV files with compressed tracks (WDTV profile)
710
    Improved handling for DVD/Blu-ray discs with mastering errors
711
    Bug fixes:
712
        Audio transcoding could fail or hang at the very end of file
713
        MakeMKV could crash when reading DVDs with a specific structure protection
714
    Many miscellaneous stability improvements
715
716
-------------------------------------------------------------------
717
* Mon Aug 27 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.7-0.pm.1
718
719
- update to 1.7.7
720
    Improved handling for DVD/Blu-ray discs with mastering errors
721
    MakeMKV now prevents computer going to sleep mode during copy
722
    Miscellaneous stability improvements
723
    Max OS X changes:
724
        BDMV folder bundles can be selected on Mountain Lion
725
        Switched from GROWL to Mountain Lion notifications
726
    Expert mode:
727
        MakeMKV now includes ffmpeg executable with 24-bit FLAC encoder
728
        New FLAC profile
729
    Bug fixes:
730
        On some DVDs MakeMKV could go into endless loop when opening
731
        disc in CellWalk mode
732
        MakeMKV could hang (endless ASSERT) on titles with seamless
733
        branching and LPCM tracks
734
        Forced subtitles were extracted incompletely on certain blu-ray discs
735
        Aspect ratio was sometimes incorrect for H.264 SD content
736
        Occasionally makemkvcon executable could stay running in
737
        background even after application window was closed
738
739
740
-------------------------------------------------------------------
741
* Sun Jul 01 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.6-0.pm.1
742
743
- update to 1.7.6
744
    Added support for AACS v32
745
- version 1.7.5
746
    Miscellaneous stability and improvements
747
    Expert mode - support for DTS-HD decoding/transcoding
748
749
-------------------------------------------------------------------
750
* Sat Apr 14 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.4-0.pm.1
751
752
- update to 1.7.4
753
    Added support for AACS v31
754
    Improved handling for DVD/Blu-ray discs with mastering errors
755
    Conversion profile improvements in expert mode
756
    Bug fixes:
757
        On some discs 3D MVC video was not recognized
758
        Subtitle tracks were not available on HD-DVD discs after 1.7.0 update
759
- version 1.7.3
760
    Added ability to extract and put 3D MVC Video into MKV container
761
    Initial support for on-the-fly audio reencoding
762
    Improved functionality in expert mode
763
    Improved handling for DVD/Blu-ray discs with mastering errors
764
    Improved handling for DVD/Blu-ray discs with structure protection
765
    Better handling of MKV files created by other programs
766
    Many UI and stability improvements
767
    Bug fixes:
768
        MakeMKV could crash on profile change in expert mode
769
        A single audio frame could be incorrectly dropped at the start of file
770
        HD-DVD processing was accidentally broken in 1.7.0
771
772
-------------------------------------------------------------------
773
* Wed Feb 15 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.2-0.pm.1
774
775
- update to 1.7.2
776
    Added support for AACS v30
777
778
-------------------------------------------------------------------
779
* Thu Feb 02 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.1-0.pm.1
780
781
- update to 1.7.1
782
    Improved handling for Blu-ray discs with seamless branching
783
    Improved handling for DVD discs with mastering errors
784
    Improved handling for DVD discs with structure protection
785
    Expert mode:
786
        Profile can specify more complex default selection configurations
787
        Tracks order may be specified in profile and changed in GUI
788
    Bug fixes:
789
        MakeMKV could randomly crash in expert mode
790
        Rarely, some chapters could have been discarded from DVD disc
791
792
-------------------------------------------------------------------
793
* Tue Jan 10 2012 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.7.0-0.pm.1
794
795
- update to 1.7.0
796
    Improved handling for Blu-ray with structure protection
797
    Improved handling for DVD discs with mastering errors
798
    Small performance improvements
799
    Expert mode:
800
        Many attributes of MKV file may be edited in GUI
801
        Output file name may be specified per title
802
        MakeMKV can output detailed AV synchronization statistics
803
        Arbitrary default track selection logic may be specified in profile
804
    Bug fixes:
805
        Short titles were incorrectly skipped on some DVDs
806
        On multi-angle DVDs chapters were not preserved for non-first angles
807
        Program could crash when processing Blu-ray discs with LPCM audio
808
        On some DVDs different titles were incorrectly marked as duplicates
809
        Some multi-angle or interleaved DVDs produced MKV files with
810
        noticeable AV synchronization issues
811
812
-------------------------------------------------------------------
813
* Fri Oct 28 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.16-0.pm.1
814
815
- update to 1.6.16
816
    Updated BD+ engine
817
    Added support for new DVD copy protections
818
    MakeMKV is now much more tolerant to DVD mastering errors
819
    Improved support for AVCHD discs
820
    Many stability improvements
821
    Bug fixes:
822
        Backup failed for blu-ray discs with DCOPY folder
823
        Some multi-angle DVDs were processed incorrectly
824
        Some DVDs could hang in CSS search phase
825
        Some DVDs could hang with code 2025 during conversion
826
- version 1.6.15
827
    Updated BD+ engine
828
    Added workarounds for incorrectly-mastered discs
829
    Miscellaneous bug fixes and stability improvements
830
831
-------------------------------------------------------------------
832
* Thu Aug 18 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.14-0.pm.1
833
834
- update to 1.6.14
835
    Bug fixes:
836
        MakeMKV was "stuck" when processing some blu-ray discs
837
        MakeMKV could randomly crash at start in rare cases
838
    Improved debug logging
839
    Miscellaneous stability improvements
840
- version 1.6.13
841
    Added support for AACS bus encryption
842
    Fixed failures on blu-ray discs with variable multi-angle playlists
843
    Added ability to open MKV files
844
    Various user interface improvements
845
    Many performance and stability improvements
846
    Bug fixes:
847
        Discs with LPCM audio could have failed occasionally
848
        Sparsely-encrypted discs could have failed
849
        No other fixes for submitted DVD and blu-ray reports, sorry
850
- version 1.6.12
851
    MKV engine fixes:
852
        Some MKV files produced from h.264 AVC blu-ray discs were not seekable
853
        Subtitles were displayed too short on some players
854
        Occasional errors on titles with forced subtitles
855
        Improved compatibility of produced MKV files
856
    Added workarounds for new DVD protections
857
    Miscellaneous stability and UI improvements
858
859
-------------------------------------------------------------------
860
* Mon May 30 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.10-0.pm.1
861
862
- update to 1.6.10
863
    Added support for AACS v25
864
    Fixed MKV multiplexing error introduced in 1.6.9
865
866
-------------------------------------------------------------------
867
* Sun May 29 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.9-0.pm.1
868
869
- update to 1.6.9
870
    Updated BD+ engine
871
    New MKV multiplexing engine
872
    Fixed occasional program errors on Mac OS X
873
    Fixed DASPI for Mac OS X 10.5.8
874
    Stability improvements
875
876
-------------------------------------------------------------------
877
* Sun Apr 24 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.8-0.pm.1
878
879
- update to 1.6.8
880
    Updated BD+ engine
881
    Workarounds for incorrectly-mastered discs
882
    Stability improvements
883
- version 1.6.7
884
    Added support for new DVD copy protections
885
    Workarounds for incorrectly-mastered discs
886
    Stability improvements
887
888
-------------------------------------------------------------------
889
* Sun Apr 03 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.6-0.pm.1
890
891
- update to 1.6.6
892
    Added support for AACS v23
893
    Workarounds for some incorrectly mastered discs
894
    Workarounds for external USB drives with JMicron chipset
895
    Miscellaneous stability and UI improvements
896
    Fixes:
897
        Disc access speed was very slow in some cases
898
        AACS auth could randomly fail on Linux
899
        Some discs failed to open with error "UpdateTrackInfo failed"
900
901
-------------------------------------------------------------------
902
* Wed Feb 16 2011 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.5-0.pm.1
903
904
- update to 1.6.5
905
    Fixed several UI errors introduced in 1.6.4
906
    Miscellaneous stability and UI improvements
907
- version 1.6.4
908
    Improved conversion speed in most cases
909
    Improved handling for protected DVDs with episodic content
910
    Fixes:
911
        Some DVDs failed to open with error "Titleset #0 is invalid"
912
        Conversion failed with "code 15" at the end
913
    Max OS X changes:
914
        New disc access method - DASPI
915
        Overall UI improvements
916
        Growl notifications
917
    Miscellaneous stability improvements
918
- version 1.6.3
919
    Added support for AACS v20
920
    Updated BD+ engine
921
    Improved compatibility with incorrectly-encoded H.264 streams
922
    Improved processing for some DVDs
923
    Many stability improvements
924
925
-------------------------------------------------------------------
926
* Sat Oct 30 2010 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.6.2-0.pm.1
927
928
- update to 1.6.2
929
    Improved processing for some DVDs
930
    Fixed occasional crashes introduced in 1.6.0
931
    Many stability improvements
932
- version 1.6.0
933
    Updated blu-ray keys for AACS v19
934
    Updated BD+ engine
935
    On backup MakeMKV now validates content hash tables and detects corrupted M2TS files
936
    Better support for DVD discs
937
    MakeMKV is now more tolerable to badly-mastered or damaged discs
938
    Better support for HD-DVD discs
939
    Many stability improvements
940
941
-------------------------------------------------------------------
942
* Fri Aug 06 2010 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.5.8-0.pm.1
943
944
- update to 1.5.8
945
    Updated BD+ engine
946
    Added (optional) automatic checking for program and svq updates
947
    Miscellaneous stability improvements
948
949
-------------------------------------------------------------------
950
* Sat Jul 17 2010 Manfred Tremmel <Manfred.Tremmel@iiv.de> - 1.5.6-0.pm.1
951
952
- first spec file
953