File avidemux3.changes of Package avidemux3 (Revision a80e53401ade255eeef4a5e9ebc4f445)
Currently displaying revision a80e53401ade255eeef4a5e9ebc4f445 , Show latest
815
1
-------------------------------------------------------------------
2
Mon Dec 27 17:14:17 UTC 2021 - enzokiel@kabelmail.de
3
4
- Update to version 2.8.0
5
- Behavior
6
* The part of video preceding the presentation time of the first
7
frame is now excluded from created segment, making all videos
8
appear as if they "start at zero". When saving video, the frame
9
matching the B marker is now excluded from the exported range.
10
Therefore, if the B marker is set to the last frame of the
11
video, it needs to be reset to the full duration for the last
12
frame to be included into the output. Loading Matroska files
13
with HEVC video tracks takes longer as slice headers are
14
decoded to detect the frame type.
15
- New Video Filters
16
* Analyzer
17
* Blur (on selected area)
18
* Cartoon
19
* Color balance (adjust shadow, midtone and highlight)
20
* Chroma hold (monochrome effect with kept colors)
21
* Chroma key (replace "green screen" with an image)
22
* Deband (reduce banding artifacts)
23
* DelogoHQ (clean up arbitrary shaped logo)
24
* Dynamic threshold
25
* Fade from first image
26
* Fade in (combination of multiple effects)
27
* Fade out (combination of multiple effects)
28
* Fade through (combination of multiple effects)
29
* Fit to size (resize and pad to the specified size)
30
* Flip (vertically/horizontally flip the image)
31
* Grid (video wall effect)
32
* Image stabilizer (reduce camera shakiness)
33
* Luma stabilizer (reduce flickering)
34
* Mirror
35
* Posterize
36
* Quadrilateral transformation (four point transform)
37
* Wavelet denoiser
38
* Wavelet sharpener
39
* Zoom (partializable crop filter)
40
- New Features
41
* HDR video can be converted to SDR with tone mapping using a
42
variety of methods.
43
* FFV1 encoder is back (it was available in Avidemux 2.5.x).
44
* TrueHD audio tracks can be decoded and are supported for
45
Matroska containers.
46
* Decoding support for WMA9 Lossless codec.
47
* Filter previews have got a unified method to quickly compare
48
filtered and unfiltered inputs via the "Peek Original" button.
49
* Blend and motion interpolation options added to "Resample FPS"
50
filter.
51
* Mark cut points (segment boundaries) on the navigation slider.
52
New buttons and shortcuts are provided to jump to these cut
53
points.
54
* In the Video Filter Manager, active filters can be temporarily
55
disabled.
56
* Preference added to load sequentially named pictures in reverse
57
order, allowing to reverse video by exporting selection as JPEG
58
images and loading the first one.
59
* During playback navigation is possible via keys or by dragging
60
the navigation slider.
61
- Other Enhancements
62
* "Resample FPS" and "Change FPS" filters can handle up to 1000
63
fps.
64
* "Crop" filter's preview has got a translucent green masking.
65
* "Crop" filter's Auto Crop function can achieve perfect crops
66
(if the selected frame is not too dark).
67
* The maximum output resolution of the "Resize" filter has been
68
increased to 8192x8192
69
* The "Resize" filter has got a nearest neighbour scaling option.
70
* Improved HiDPI scaling in previews.
71
* x264 video encoder plugin now allows to specify color properties.
72
* Maximized window state, widget visibility and toolbar position
73
are preserved after application restart.
74
* Timestamps in format 00:00:00.000 like copied to clipboard by
75
pressing CTRL+SHIFT+C can be pasted into the "Go to Time"
76
dialog using CTRL+V.
77
* PulseAudioSimple audio device has been replaced with full
78
PulseAudio, making an in-application volume control available
79
(Linux only).
80
* ALSA audio device plugin has been modified to use soft volume,
81
providing application-specific volume control which works with
82
every ALSA device.
83
* In the Video Filter Manager, navigation by keyboard has been
84
enhanced.
85
* The VU meter ("Audio Metre") has been redesigned.
86
- Bugfixes
87
* Occasional UI unrepsonsiveness during playback should be fixed.
88
* Prevent navigation key events piling up.
89
* Thumb slider, displaced by mouse wheel, is now automatically
90
reset if the end of video is reached, stopping Avidemux log
91
file from filling disk space.
92
* Purple tint in old "Fade to" and "Fade to black" filters on
93
macOS fixed.
94
* Green tint in "MPlayer eq2" filter is fixed.
95
- Miscellaneous
96
* Bundled FFmpeg libraries have been updated to 4.4.1 release.
97
98
-------------------------------------------------------------------
99
Tue Mar 09 15:06:42 UTC 2021 - enzokiel@kabelmail.de
100
101
- Update to version 2.7.8
102
- New Features
103
* Many new video filters added by courtesy of szlldm
104
* A dedicated MOV muxer is now available, replacing silent
105
fallback to MOV muxing mode within the MP4 muxer.
106
* A subset of color info relevant for HDR support is retained
107
in copy mode when both input and output video are stored in
108
Matroska / WebM containers. Settings to add or override color
109
info have been added to MKV and WebM muxers.
110
* The indexer in the MPEG-TS demuxer now detects resolution
111
changes in MPEG-2 and H.264 streams which are entirely
112
unsupported and suggests aborting indexing. If the user
113
chooses to continue, it records file offsets of all
114
resolution changes to the log. This allows advanced users to
115
split the file at these offsets using other tools like head
116
and tail into chunks which can be processed with Avidemux.
117
* YUV varieties of the lossless Ut Video codec are supported
118
now for decoding and encoding via bundled FFmpeg libraries.
119
Uncompressed 24-bit audio is now supported for a subset of
120
file formats.
121
* Limited support for 7.1 channel layout. Decode and stream
122
copy support for XLL substream in DTS audio tracks.
123
* Audio properties are now updated on resuming playback. This
124
allows to start saving after an audio format change. When
125
audio format changes during playback, the FFmpeg-based audio
126
decoder will output silence and keep format rather than
127
producing garbage.
128
* An option to keep the identity of markers A and B instead of
129
swapping them automatically has been added to Preferences.
130
* The keyboard shortcut for "Delete" action has been made
131
customizable with alternative keyboard shortcuts enabled.
132
- Other Enhancements
133
* Multi-threaded video decoding is now available for the
134
bundled FFmpeg. On powerful multi-core CPUs, this can
135
drastically improve decoding performance. A maximum of 8
136
threads can be created, but a conservative custom upper limit
137
of 4 is recommended. Values above 8 cause decoding failures.
138
Multi-threaded decoding and HW accelerated decoding are
139
mutually exclusive, changes require application restart to
140
have effect.
141
* The maximum supported resolution has been increased to
142
8192x8192
143
* The bundled FFmpeg has been updated to the 4.2.4 release.
144
* Non-standard display aspect ratios can be configured in MP4
145
muxer by specifying display width.
146
* MP4 muxer accepts now MPEG-1 and MPEG-2.
147
* The configuration dialog of the x265 video encoder plugin
148
enjoyed massive cleanup and refactoring by Trent Piepho ,
149
more Adaptive
150
* Quantization Variance methods have been added.
151
* Python interface has been substantially extended, includes
152
now methods to query segment properties, the number and
153
filenames of loaded videos, PTS of keyframes, methods to seek
154
to time with preview updated, to open file dialogs filtered
155
by extension and a built-in method to split filename
156
extension from a given path.
157
* Scripting shell now supports unicode characters.
158
* On macOS, files can be loaded via Finder context menu or by
159
dropping them onto Avidemux icon in the dock.
160
* On Linux, Jobs GUI and the CLI executable can be launched
161
from AppImage by creating a symlink with _jobs or _cli in
162
filename respectively and running the AppImage via this
163
symlink.
164
- Bugfixes
165
* Rate control was broken in some video encoders, especially in
166
VP9 and in NVENC-based encoders, fixed now.
167
* Multiple issues in cut point checks for H.264 and HEVC
168
streams in copy mode, leading to incorrect check results,
169
were identified and resolved.
170
* The first two frames of external AC3 or EAC3 audio tracks are
171
not dropped anymore. This regression from enhanced protection
172
against false positives, added 3 years ago, has been finally
173
identified and fixed.
174
* Indexing of MPEG-TS files with HEVC video was broken when
175
video stream lacked access unit delimiters. The issue was
176
identified and fixed right after 2.7.7 had been tagged as
177
released and is the reason why version 2.7.7 was superseded
178
by 2.7.8.
179
* VU meter was grossly ahead of audio output on Windows, now it
180
is just a tiny little bit ahead.
181
* Numerous other fixes and overall polish.
182
183
-------------------------------------------------------------------
184
Fri Feb 26 09:38:29 UTC 2021 - enzokiel@kabelmail.de
185
186
- Build against ffnvcodec for Leap 15.2
187
188
-------------------------------------------------------------------
189
Wed Jul 29 12:30:18 UTC 2020 - enzokiel@kabelmail.de
190
191
- Disabled build against ffnvcodec for Leap <= 15.2, build requires
192
version > 8
193
194
-------------------------------------------------------------------
195
Wed Jul 8 21:36:43 UTC 2020 - Fridrich Strba <fridrich.strba@bluewin.ch>
196
197
- Fix build by actually applying the
198
avidemux-ivtcDupeRemover-return-true-from-ivtcDupeRemover-get.patch
199
200
-------------------------------------------------------------------
201
Tue Jul 07 17:59:43 UTC 2020 - enzokiel@kabelmail.de
202
203
- Update to version 2.7.6
204
+ New Feature:Detect and warn when cut points in HEVC video
205
streams may result in grave playback issues despite being on
206
keyframes
207
+ New Video Decoder:Add libaom-based AV1 decoder
208
+ New Video Encoder:Add libvpx-based VP9 encoder
209
+ New Video Filter:Add hardware accelerated deinterlacer and
210
resizer based on VA-API (Linux only)
211
+ FFmpeg:Update to the 4.2.3 release
212
+ Core:Increase maximum supported resolution to 4096x4096
213
+ Core:Fix crash on macOS with HW accel. decoding enabled and
214
H.264 video streams containing both frame- and field-encoded
215
slices
216
+ Encoder:Extend configuration options for NVENC-based H.264 and
217
HEVC encoders, add 2-pass mode
218
+ Demuxer:Support MPEG-TS files with duration in excess of
219
13:15:36
220
+ Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files
221
instead of rejecting the track
222
+ Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as
223
stereo
224
+ Demuxer:Try to correct timestamp jitter in MP4 files produced
225
by older Avidemux versions
226
+ Muxer:Fix timestamp rounding which caused pseudo-VFR output
227
from CFR sources
228
+ Muxer:Fix saving to network shares on Windows using the Mp4
229
muxer when index should be moved to the start of the file
230
+ Muxer:Support LPCM audio in the Mp4 muxer by silently
231
switching to the MOV muxing mode
232
+ Muxer:Add support for Vorbis audio to the Mp4 muxer
233
+ Filter:Fix "Fade" and "Fade to black", broken on macOS
234
+ Filter:Allow to toggle rubber band visibility in "Crop" and
235
"Blacken Borders" video filters
236
+ Filter:Fix keyboard input in "Resize" video filter by
237
recalculating values only on moving focus to another field or
238
on accepting dialog
239
+ Audio:Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder
240
plugin
241
+ Audio:Support external audio tracks in DTS format
242
+ UI:Fix navigation slider with RTL locales
243
+ UI:Restore the shutdown option in encoding dialog on Windows
244
+ Scripting:Add PTS query and keyframe seek methods to Python
245
interface
246
+ Miscellaneous:Allow user-defined fragment size for auto-append
247
of chunked MPEG-TS files
248
+ Miscellaneous:Improve handling of field-encoded video streams
249
throughout the chain
250
+ Miscellaneous:Improve handling of H.264 video streams with
251
parameter sets changing on the fly
252
+ Miscellaneous:Try to keep track of video time base throughout
253
the chain
254
+ Miscellaneous:Numerous other fixes and polish
255
- Removed avidemux-cpu-detection-fix.patch, fixed upstream.
256
257
-------------------------------------------------------------------
258
Tue Nov 12 10:34:59 UTC 2019 - Jiri Slaby <jslaby@suse.cz>
259
260
- add avidemux-cpu-detection-fix.patch (build fix)
261
- add avidemux-ivtcDupeRemover-return-true-from-ivtcDupeRemover-get.patch
262
(build fix)
263
264
-------------------------------------------------------------------
265
Sun Aug 18 22:41:51 UTC 2019 - enzokiel@kabelmail.de
266
267
- Update to version 2.7.4
268
+ New Feature:Detect and warn when cut points in H.264 video
269
streams may result in playback issues despite being on keyframes
270
+ FFmpeg:Update to the 4.1.4 release
271
+ Core:Fix MSVC++ builds do not run when the path to user
272
directory contains non-ASCII characters
273
+ Decoder:Fix DXVA2 HW accelerated decoding on Windows 7
274
+ Decoder:Fix DXVA2 HW accelerated decoding stops sometimes on
275
cuts
276
+ Decoder:Enable HW accelerated decoding of 8-bit HEVC for recent
277
versions of Intel graphics driver on Windows
278
+ Encoder:Fix regression with saved x264 and x265 profiles not
279
found (MSVC++ only)
280
+ Demuxer:Dynamically load VapourSynth Script library to avoid
281
error messages on Windows if VapourSynth is not found
282
+ Demuxer:Provide correct average audio bitrate in the Mp4
283
demuxer if the exact value for the particular codec is unknown
284
+ Demuxer:Fix crash loading MP4 file with number of audio tracks
285
exceeding the max supported
286
+ Demuxer:Support audio tracks in fragmented MP4 files (the
287
variety with empty moov only)
288
+ Demuxer:Support E-AC3 audio tracks in MP4 files
289
+ Demuxer:Fix ASF demuxer still broken by chance with MSVC++
290
only, the fix relevant for all platforms
291
+ Demuxer:Support more varieties of BMP images
292
+ Muxer:Optimize output of the Mp4 muxer for streaming on
293
Windows too
294
+ Muxer:Add option to the Mp4 muxer to output fragmented MP4
295
files
296
+ Muxer:Label HEVC video in Mp4 in a way compatible with
297
QuickTime on macOS
298
+ Filter:Fix assembly in Yadif deinterlacer with MSVC++
299
+ UI:Enable automatic application scaling on Windows for recent
300
Qt versions
301
+ UI:Fix silent mode, automatically confirm dialogs instead of
302
choosing the default option
303
+ Audio:Support WMAPRO audio codec for decoding
304
+ Audio:Support AAC with signal band replication (SBR) in
305
external audio tracks
306
+ Audio:Fix saving AAC audio tracks with SBR to a file
307
+ Audio:Improve resilience to false positives when probing
308
external audio files for AAC
309
+ Miscellaneous:Fix crash with OpenGL or DXVA2 video output in 32
310
bits Avidemux on Windows (better late than never)
311
+ Miscellaneous:Fix regressed handling of empty frames in MPEG-4
312
and FRAPS video streams
313
+ Miscellaneous:Numerous other fixes and polish
314
- Removed avidemux-cmake-permissions.patch, fixed upstream.
315
316
-------------------------------------------------------------------
317
Fri Mar 22 22:41:51 UTC 2019 - enzokiel@kabelmail.de
318
319
- Update to version 2.7.3
320
+ Vapoursynth is now dynamically loaded to avoid error popup
321
+ ASF/WMV demuxer fix
322
+ BMP decoder fix
323
+ Re-enabled PNG decoder
324
+ Basic save current state when crashing
325
+ Misc small improvements
326
327
-------------------------------------------------------------------
328
Sun Mar 17 01:39:22 UTC 2019 - enzokiel@kabelmail.de
329
330
- Update to version 2.7.2
331
+ Win64 version are now compiled with Visual C++, it should help
332
stability wise. You should de-install the previous version
333
first
334
+ New Demuxer:Native AviSynth demuxer (MSVC++ 64 bits Windows
335
builds only), 64bits avisynth only !
336
+ New Demuxer:VapourSynth demuxer to directly load .vpy scripts
337
(MSVC++, macOS with Homebrew, custom Linux builds), 64bits
338
vapoursynth only on win64!
339
+ New Installer:Replace NSIS installer with Qt Installer
340
Framework for native MSVC++ 64 bits Windows builds
341
+ New Encoder:Add FFmpeg-based VA-API HW accelerated H.264
342
encoder (Intel/Linux)
343
+ New Encoder:Add FFmpeg-based VA-API HW accelerated HEVC
344
encoder (Intel/Linux)
345
+ FFmpeg:Migrate to the 4.x branch
346
+ Decoder:As a result of the FFmpeg upgrade, HW accelerated HEVC
347
decoding on macOS is now available when supported by the
348
hardware
349
+ Encoder:Fix issues with image quality and skipped frames in
350
the MJPEG encoder
351
+ Demuxer:Fix audio delay calculation in the Mp4 demuxer
352
+ Demuxer:Fix crash loading large MP4 files with LPCM audio
353
+ Demuxer:Fix multiple issues in the ASF demuxer, allow to cancel
354
indexing
355
+ Demuxer:Allow to cancel indexing of MKV files
356
+ Demuxer:Re-enable multiloading for MPEG-TS streams cut in
357
chunks of 256, 512 MiB, 1, 2 and 4 GiB in size only
358
+ Demuxer:Fix MPEG-TS indexer to start a H.264 or HEVC frame with
359
the Access Unit Delimiter
360
+ Muxer:Add Annex B to Annex B video stream filter to deal with
361
misplaced frame boundaries
362
+ Muxer:Add support for setting rotation flag to the MP4 muxer
363
+ Filter:Add rubber band selector to the "Blacken Borders" filter
364
+ Filter:Add option to deal with anamorphic display to the
365
subtitle filter, fix issues in SRT to SSA converter
366
+ UI:Autosave session on video close, add session restore feature
367
+ UI:Add file name extension when saving audio for some audio
368
types
369
+ Audio:Make maximum level in the "Normalize" filter customizable
370
+ Audio:Improve AAC sampling frequency detection
371
+ Audio:Add decoding support for multichannel Opus audio
372
+ Miscellaneous:Fix regression playback stuck after going to the
373
previous picture
374
+ Miscellaneous:Fix regression "Fade to black" reset when
375
starting filtered playback close to the end of video
376
+ Miscellaneous:Fix regression stopping playback rewinds to the
377
start of video if seek back to the last displayed picture fails
378
- Removed avidemux-cpu_armel.patch, avidemux3.desktop and
379
config.mak.diff, fixed upstream.
380
- Fixed avidemux-linking.patch, avidemux-package_version.patch and
381
avidemux-x265_plugins.patch.
382
- Added avidemux-desktop-file.patch to fix wrong category.
383
384
-------------------------------------------------------------------
385
Tue Jun 05 20:27:49 UTC 2018 - enzokiel@kabelmail.de
386
387
- Update to version 2.7.1
388
+ Encoder:Add LibVA based HW accelerated H.264 encoder
389
(Intel/Linux)
390
+ Decoder:Fix last frames of video not retrieved from decoder
391
+ Decoder:Implement hardware accelerated decoding of H.264 on
392
macOS
393
+ Decoder:Fix keyframe-based navigation in field-encoded MPEG-2
394
video
395
+ Demuxer:Fix crash in the Matroska demuxer with high bitrate
396
audio
397
+ Demuxer:Fix too short duration reported for MKV and MP4 with
398
B-frames
399
+ Demuxer:Fix PTS delay calculation in the Matroska demuxer
400
+ Demuxer:Fix audio delay ignored by the Mp4 demuxer
401
+ Muxer:Improve resilience of FFmpeg based muxers against decode
402
timestamps irregularities
403
+ Muxer:Allow to force display aspect ratio in the configuration
404
of the MP4 muxer
405
+ Muxer:Fix crash in the AVI muxer on switch to OpenDML
406
+ Images:Add PNG export, fix wrong colors with some colorspaces
407
+ Images:Add feature to export selection as JPEG images
408
+ Editor:Fix AVI with H.264 / HEVC without B-frames being not
409
seekable
410
+ Editor:Make AVI with H.264 / HEVC containing B-frames seekable
411
by decoding the entire video
412
+ New Filter:Still Image: generate video of specified duration out
413
of a single image
414
+ Filter:Make eq2 video filter partializable
415
+ Filter:Implement fade-in / fade-out transition for "Add logo"
416
+ UI:Display selection duration in the UI, move filter preview
417
toggle to the toolbar
418
+ UI:Warn right away if an edit would result in cuts being not on
419
keyframes
420
+ UI:Improve time chooser dialog
421
+ Audio:Add Opus encoder
422
+ Audio:Allow LPCM in FFmpeg-based muxers
423
+ Audio:Show duration for external audio tracks
424
+ Miscellaneous:Improved overall polish and stability
425
- Removed avidemux-glibc-2.27.patch, fixed upstream.
426
- Removed all qt4 stuff.
427
- Added avidemux-backport_Fix_threads_setup.patch.
428
429
-------------------------------------------------------------------
430
Sat Apr 07 14:05:21 UTC 2018 - enzokiel@kabelmail.de
431
432
- Added avidemux-glibc-2.27.patch to Fix compilation with
433
glibc >= 2.27.
434
435
-------------------------------------------------------------------
436
Mon Aug 14 17:18:32 UTC 2017 - joerg.lorenzen@ki.tng.de
437
438
- Update to version 2.7.0
439
+ Core:FFmpeg switched to the 3.3.x branch
440
+ Editing:Fixed frame computation bug that led to bad cutting
441
(euma)
442
+ i18n:Korean translation (sheppaul)
443
+ win32:Put log files into the local folder (achim71)
444
+ Jobs:Fix name of the executable search
445
+ UI:Steplessly zoom paused video when the window is resized
446
(euma)
447
+ UI:Added Ctrl+Shift+C shortcut to copy the current PTS to
448
clipboard (euma)
449
+ Filter:eq2: UI improvements (euma)
450
+ Decoding:Fix VP9 decoding
451
+ Filter:Using rubber bands for crop too (me+euma)
452
+ Build:Redone packaging on macOS
453
+ Decoding:HEVC decoding via DXVA2 blacklisted on win32, active
454
on win64
455
+ New Filter:ADM ivtc
456
+ Audio:Distinguish between AC3 and EAC3 when importing
457
458
-------------------------------------------------------------------
459
Sun Apr 30 11:40:23 UTC 2017 - joerg.lorenzen@ki.tng.de
460
461
- Update to version 2.6.20
462
+ Audio : AAC in mpegTS fix
463
+ Audio : external AAC import fix
464
+ MKV : try to better guess original timestamp
465
+ i18n : Russian and German translation update
466
(TotalCaesar659 / euma)
467
+ UI : Filter UI fix
468
469
-------------------------------------------------------------------
470
Thu Mar 30 11:07:43 UTC 2017 - joerg.lorenzen@ki.tng.de
471
472
- Update to version 2.6.19
473
+ Filter : All filters with preview have better navigation
474
dialogs
475
+ Filter : Delogo filter UI redone
476
+ Filter : Fixed changeFps/resampleFps seeking
477
+ TS/Demux : HEVC support improved
478
+ Flv/Demux : Support large files (rcdrone)
479
+ Audio : Allow EAC3 as external audio track
480
+ UI : General usability cleanup (euma)
481
+ UI : Allow using the last read folder as default save folder
482
(euma)
483
+ UI : 2 pass encoding dialog cleanup (euma)
484
+ UI : Dynamically enable/disable menu (euma)
485
+ UI : Customizable keyboard shortcut (euma)
486
+ UI : Allow reverting page up/down (euma)
487
+ Codec : Better support for 10bits
488
+ i18n : Russian translation updated (TotalCaesar659)
489
+ i18n : Greek translation updated (nikoss)
490
+ i18n : General cleanup (euma)
491
+ Updated ffmpeg libs to 3.0.7
492
493
-------------------------------------------------------------------
494
Sun Jan 08 13:23:21 UTC 2017 - joerg.lorenzen@ki.tng.de
495
496
- Update to version 2.6.18
497
* Fixed slider in preview mode
498
499
- Version 2.6.17
500
* Allow EAC3 in mp4 and mp4v2 (fiftyplus/euma)
501
* Fix behaviour of preview window when video size is ~ screen
502
size
503
504
-------------------------------------------------------------------
505
Fri Jan 06 14:24:15 UTC 2017 - joerg.lorenzen@ki.tng.de
506
507
- Enabled support for fdk-aac.
508
509
-------------------------------------------------------------------
510
Wed Jan 04 19:23:41 UTC 2017 - joerg.lorenzen@ki.tng.de
511
512
- Update to version 2.6.16
513
+ Build : Avidemux can be built with visual c++ 2015 (losing
514
some ASM)
515
+ OsX : Initialize fontconfig so that subtitling works
516
+ Core : Update ffmpeg to 3.0.5
517
+ i18n : Updated fr and ru translations
518
(jean Elchinger/totalcaesar659)
519
+ Build : Improved build scripts (euma)
520
+ x265 : Enforce complicancy with most devices
521
+ vaapi : Add resizer
522
+ UI : Redone UI, revamped contrast filter
523
+ Qt : Dont use too much CPU on playback when there is no audio
524
track
525
+ Qt : Reenabled nvenc + Fixed keyframe detection
526
+ Qt : Fixed a crash when encoding starts very slowly (x265)
527
+ Build : Allow use of system libass, liba52,libmad (euma)
528
529
-------------------------------------------------------------------
530
Mon Nov 21 20:39:32 UTC 2016 - joerg.lorenzen@ki.tng.de
531
532
- Update to version 2.6.15
533
+ Hw Accel : Fixed nvEnc and added simple nvEnc-HEVC
534
(windows/linux)
535
+ Hw Accel : Added support for HEVC/VC1 with libVA (linux)
536
+ Hw Accel : Experimental Dxva2 video decoder + Dxva2/D3D display
537
engine (windows)
538
+ Demux : Mpeg TS, fix non multiple of 16 file management (euma)
539
+ Audio/win32 : Fixed CPU consumption when playing audio
540
+ Editor : Fixed copy /paste /delete /undo (euma)
541
+ Editor : A *lot* of seeking bugs fixed (euma)
542
+ Editor : A *lot* of marker management bugs fixed (euma)
543
+ Audio : Added FDK-AAC as encoder
544
+ x26* : Added a "None" preset
545
+ x265 : Fixed 2 pass encoding on windows
546
+ i18n : Qt4 vs Qt5 language fix (D. Amm)
547
+ i18n : German translation updated (euma)
548
+ UI : Added reload default settings (euma)
549
+ UI : Allow minimizing to tray while encoding (euma)
550
+ OSX : Update to Sierra
551
552
-------------------------------------------------------------------
553
Wed Sep 21 10:16:37 UTC 2016 - joerg.lorenzen@ki.tng.de
554
555
- Update to version 2.6.14
556
i18n:
557
+ A lot more is now translatable (D. Amm)
558
+ Hungarian translation (rezso)
559
+ German translation update (euma)
560
+ French translation update
561
+ PT/BR translation partially fixed
562
+ Dannish translation update (scootergrisen)
563
Platforms:
564
+ Qtx : Automatically check if a new version is available once a
565
day
566
+ WIN32 : Reverted to MXE cross compiler, XP now works again
567
+ OSX : Fixed the packager, it should work every time now (no
568
more borked dmg)
569
Application:
570
+ Decoding : Deal with corrupted stream in a nicer way (H264/TS)
571
+ Decoding : Enable lagarith
572
+ Decoding : Support for flac through libavcodec
573
+ VDPAU : Try harder to release resources at exit
574
+ Demuxer : Image loader improved and cleaned up, more jpeg
575
formats are supported
576
+ Editor : Try to deal better with corrupted audio in copy mode
577
+ TS : Add support for new EAC3 identifier such as the ones used
578
by numericable / DVB-T
579
+ Encoder : Fix most of the libavcodec based encoders
580
581
-------------------------------------------------------------------
582
Sat Aug 20 11:14:21 UTC 2016 - joerg.lorenzen@ki.tng.de
583
584
- Update to version 2.6.13
585
+ [OsX] Toolchain updated
586
+ [Win64] Toolchain updated
587
+ [Linux] AppImage (universal linux64 binaries)
588
+ [Core] Update to libav* 3.0.2
589
+ [Edit] Improved copy mode for h264/h265 video
590
+ [Audio] AAC/ADTS import/export
591
+ [Filter] new video filter : ivtcDupeRemover to remove duplicate
592
after 3:2 pulldown
593
+ [Qt] Revamped refresh screen
594
+ [Filters] ASS/SSA fixes
595
+ [Filters] Improved logo filter with alpha channel
596
+ [Win32] Development files included in installer
597
+ [Filter] ShaderLoader, load your openGL shaders as filters
598
+ [Linux] Compatibility with newer gcc
599
+ [Filter] Partial filter available only for one in/one out video
600
filters
601
+ [UI] Add go fwd/go backward 60 sec buttons
602
+ [i18n] Translations updated
603
- Removed avidemux-find-lrelease-qt5.patch, fixed upstream
604
- Fixed all patches
605
- Disabled ix86 for SLES 11 because build currently fails
606
(perhaps compiler too old?)
607
608
-------------------------------------------------------------------
609
Tue Mar 08 16:09:34 UTC 2016 - joerg.lorenzen@ki.tng.de
610
611
- Update to version 2.6.12
612
+ [H264] Fixed crash when saving h264 annexB in avi (Brundle)
613
+ [Vdpau] Fixed VDPAU resize and deinterlace when height is padded
614
+ [Mkv] Faster loading of VP9 and h265
615
+ [MP4] Supports more flavors of H265
616
+ [i18n] Spanish translation update by ringmaster
617
+ [Edit] Another frame seeking bug fixed, happened rarely
618
+ [All] Slightly better crash handler
619
+ [FFmpeg]Update to 2.7.6
620
+ [Muxer] Basic webm support
621
+ [Jobs] Fixed right click menus with qt5
622
623
-------------------------------------------------------------------
624
Fri Feb 05 21:02:11 UTC 2016 - joerg.lorenzen@ki.tng.de
625
626
- Update to version 2.6.11
627
+ Better support for H265
628
+ Fix off-by-one keyframe cutting
629
+ Basic support for Opus
630
+ Try to cope better with decoding error
631
+ Extract keyframes from non Mpeg video in mkv
632
+ Cap refresh rate for large video or slow machines
633
+ Fix nv12 to yv12 mmx code
634
- Update internal ffmpeg to version 2.8.6
635
- Build against qt5 for openSUSE > 13.2 and Leap 42.1
636
- Don't build gtk frontend because build currently fails and it
637
hasn't been maintained for a long time (information from
638
developer)
639
640
-------------------------------------------------------------------
641
Mon Jan 18 09:44:37 UTC 2016 - joerg.lorenzen@ki.tng.de
642
643
- update internal ffmpeg to version 2.8.5
644
645
-------------------------------------------------------------------
646
Wed Dec 23 13:25:33 UTC 2015 - joerg.lorenzen@ki.tng.de
647
648
- update internal ffmpeg to version 2.8.4
649
650
-------------------------------------------------------------------
651
Sat Dec 05 12:23:17 UTC 2015 - joerg.lorenzen@ki.tng.de
652
653
- update internal ffmpeg to version 2.8.3
654
655
-------------------------------------------------------------------
656
Fri Nov 20 07:00:02 UTC 2015 - olaf@aepfle.de
657
658
- Set group permissions for included ffmpeg libs
659
660
-------------------------------------------------------------------
661
Fri Oct 16 2015 - joerg.lorenzen@ki.tng.de
662
663
- update internal ffmpeg to version 2.8.1
664
665
-------------------------------------------------------------------
666
Wed Sep 09 2015 - joerg.lorenzen@ki.tng.de
667
668
- update internal ffmpeg to version 2.8
669
670
-------------------------------------------------------------------
671
Mon Jul 20 2015 - joerg.lorenzen@ki.tng.de
672
673
- update internal ffmpeg to version 2.7.2
674
675
-------------------------------------------------------------------
676
Sat Jul 11 2015 - joerg.lorenzen@ki.tng.de
677
678
- Update to version 2.6.10
679
* Re-added translations
680
* Re-added avsproxy
681
* Fixed multi passes with x264 when file has non ascii chars
682
* Added experimental Qt5 build for mac
683
* Fixed a bug with filler frames (fraps)
684
- update internal ffmpeg to version 2.7.1
685
686
- Version 2.6.9
687
* x265 support by KoolAidMan.
688
* Qt4 and Qt5 support.
689
* Compatibility with newer VAAPI.
690
* Updated ffmpeg libraries.
691
* Simple support for nvenc (linux).
692
* Better compatibility with Dash file, Flv.
693
* AvsProxy improvements (hinterwaeldler).
694
* Misc fixes (asjchult).
695
* Plenty of bugfixes and new bugs.
696
* Win32 and Win64 builds are now using winbuilds.org, Xp no
697
longer supported.
698
699
-------------------------------------------------------------------
700
Sat May 02 2015 - joerg.lorenzen@ki.tng.de
701
702
- fixed build for openSUSE = 11.4
703
704
-------------------------------------------------------------------
705
Thu Feb 26 2015 - joerg.lorenzen@ki.tng.de
706
707
- update internal ffmpeg to version 1.2.12
708
709
-------------------------------------------------------------------
710
Tue Dec 23 2014 - joerg.lorenzen@ki.tng.de
711
712
- update internal ffmpeg to version 1.2.11
713
- removed workaround for build on arm armv6l/armv6hl, the problem
714
is caused by additional RaspberryPi repository and should be
715
fixed there
716
717
-------------------------------------------------------------------
718
Sat Dec 13 18:20:28 UTC 2014 - joerg.lorenzen@ki.tng.de
719
720
- removed some unneeded dependencies to enable build on armv6l/armv6hl
721
722
-------------------------------------------------------------------
723
Sat Nov 08 2014 - joerg.lorenzen@ki.tng.de
724
725
- added patch and dependencies to enable build on ARM CPU
726
- removed some unneeded dependencies
727
728
-------------------------------------------------------------------
729
Wed Nov 05 2014 - joerg.lorenzen@ki.tng.de
730
731
- update internal ffmpeg to version 1.2.10
732
733
-------------------------------------------------------------------
734
Fri Oct 17 2014 - joerg.lorenzen@ki.tng.de
735
736
- changed BuildRequires to pkgconfig where possible
737
- enable build for SLES, unfortunately without frontends qt and gtk
738
because SLES doesn't provide gtk3 and qt >= 4.7
739
740
-------------------------------------------------------------------
741
Fri Oct 10 2014 - joerg.lorenzen@ki.tng.de
742
743
- update internal ffmpeg to version 1.2.9
744
745
-------------------------------------------------------------------
746
Fri Aug 22 2014 - joerg.lorenzen@ki.tng.de
747
748
- update internal ffmpeg to version 1.2.8
749
750
-------------------------------------------------------------------
751
Tue Jun 24 2014 - joerg.lorenzen@ki.tng.de
752
753
- update internal ffmpeg to version 1.2.7
754
755
-------------------------------------------------------------------
756
Fri Mar 14 2014 - joerg.lorenzen@ki.tng.de
757
758
- Update to version 2.6.8
759
* Image/export: Proper initialization of Qz for jpeg export
760
* UI : Add an override menu to force language
761
* tinypy : Add support for os.environ
762
* x264 : Improved settings (tobias)
763
* Win32 : Fix crash when having an audio problem
764
* Win32 : Re-add mp4v2 to installer files
765
* Audio/FAAC : Fix channel mapping when source is mono
766
* Audio/AMR : Re-enabled AMR
767
* Audio/lavc : Fixed encoding for codec not supporting planar (MP2)
768
* Audio : Fixed importing MP2 audio detected as MP3
769
* Editor : Fix deleting chunks of the video leading to seek errors
770
* Editor : Initial copy/paste support
771
* Editor/audio: Fix issue when source has more than 4 tracks
772
* Editor : Better detection of double fps input files
773
* TS/Demux : Brute force eac3 probe
774
* TS/Demux : Better initialization, avoid dropping audio
775
* MP4/Demux : Fix management of PCM audio
776
* Mkv/Demux : Proper re-indexing for mpeg2 in mkv
777
* Mp4v2/Mux : Add fast start mode back
778
* OpenSolaris : Some fixes by pfelecan
779
* Subtitles : Update libass + very simple srt2ssa converter
780
* OsX : Enables more optional codecs...
781
* avsfilte : Performance Improvements (fahr)
782
783
-------------------------------------------------------------------
784
Wed Mar 12 2014 - joerg.lorenzen@ki.tng.de
785
786
- update internal ffmpeg to version 1.2.6
787
788
-------------------------------------------------------------------
789
Sat Feb 01 2014 - joerg.lorenzen@ki.tng.de
790
791
- update internal ffmpeg to version 1.2.5
792
793
-------------------------------------------------------------------
794
Mon Dec 09 2013 - joerg.lorenzen@ki.tng.de
795
796
- Update to version 2.6.7
797
* [MKV] Fix seeking in h264
798
* [TS/H264] Split on NALU boundaries, it was off by one byte
799
* [TS/AAC] Add support for AAC/LC/SBR
800
* [MOV/MP4] Correct management of PCM/8Bits audio track
801
* [Images] Fixed import of bmp and jpg
802
* [Build] Support for newer cmake (ajschult)
803
* [Build] Better RPM generation (mit)
804
* [Auto/PSP] Fixed scripts (LJ)
805
806
-------------------------------------------------------------------
807
Sat Nov 02 2013 - joerg.lorenzen@ki.tng.de
808
809
- changes in spec file to enable build for openSUSE 11.4 and 12.1
810
811
-------------------------------------------------------------------
812
Wed Oct 30 2013 - joerg.lorenzen@ki.tng.de
813
814
- Initial package, version 2.6.6
815