File avidemux3.changes of Package avidemux3 (Revision 8279ee845c107e480d7cd44f788eed35)
Currently displaying revision 8279ee845c107e480d7cd44f788eed35 , Show latest
500
1
-------------------------------------------------------------------
2
Fri Mar 22 22:41:51 UTC 2019 - enzokiel@kabelmail.de
3
4
- Update to version 2.7.3
5
+ Vapoursynth is now dynamically loaded to avoid error popup
6
+ ASF/WMV demuxer fix
7
+ BMP decoder fix
8
+ Re-enabled PNG decoder
9
+ Basic save current state when crashing
10
+ Misc small improvements
11
12
-------------------------------------------------------------------
13
Sun Mar 17 01:39:22 UTC 2019 - enzokiel@kabelmail.de
14
15
- Update to version 2.7.2
16
+ Win64 version are now compiled with Visual C++, it should help
17
stability wise. You should de-install the previous version
18
first
19
+ New Demuxer:Native AviSynth demuxer (MSVC++ 64 bits Windows
20
builds only), 64bits avisynth only !
21
+ New Demuxer:VapourSynth demuxer to directly load .vpy scripts
22
(MSVC++, macOS with Homebrew, custom Linux builds), 64bits
23
vapoursynth only on win64!
24
+ New Installer:Replace NSIS installer with Qt Installer
25
Framework for native MSVC++ 64 bits Windows builds
26
+ New Encoder:Add FFmpeg-based VA-API HW accelerated H.264
27
encoder (Intel/Linux)
28
+ New Encoder:Add FFmpeg-based VA-API HW accelerated HEVC
29
encoder (Intel/Linux)
30
+ FFmpeg:Migrate to the 4.x branch
31
+ Decoder:As a result of the FFmpeg upgrade, HW accelerated HEVC
32
decoding on macOS is now available when supported by the
33
hardware
34
+ Encoder:Fix issues with image quality and skipped frames in
35
the MJPEG encoder
36
+ Demuxer:Fix audio delay calculation in the Mp4 demuxer
37
+ Demuxer:Fix crash loading large MP4 files with LPCM audio
38
+ Demuxer:Fix multiple issues in the ASF demuxer, allow to cancel
39
indexing
40
+ Demuxer:Allow to cancel indexing of MKV files
41
+ Demuxer:Re-enable multiloading for MPEG-TS streams cut in
42
chunks of 256, 512 MiB, 1, 2 and 4 GiB in size only
43
+ Demuxer:Fix MPEG-TS indexer to start a H.264 or HEVC frame with
44
the Access Unit Delimiter
45
+ Muxer:Add Annex B to Annex B video stream filter to deal with
46
misplaced frame boundaries
47
+ Muxer:Add support for setting rotation flag to the MP4 muxer
48
+ Filter:Add rubber band selector to the "Blacken Borders" filter
49
+ Filter:Add option to deal with anamorphic display to the
50
subtitle filter, fix issues in SRT to SSA converter
51
+ UI:Autosave session on video close, add session restore feature
52
+ UI:Add file name extension when saving audio for some audio
53
types
54
+ Audio:Make maximum level in the "Normalize" filter customizable
55
+ Audio:Improve AAC sampling frequency detection
56
+ Audio:Add decoding support for multichannel Opus audio
57
+ Miscellaneous:Fix regression playback stuck after going to the
58
previous picture
59
+ Miscellaneous:Fix regression "Fade to black" reset when
60
starting filtered playback close to the end of video
61
+ Miscellaneous:Fix regression stopping playback rewinds to the
62
start of video if seek back to the last displayed picture fails
63
- Removed avidemux-cpu_armel.patch, avidemux3.desktop and
64
config.mak.diff, fixed upstream.
65
- Fixed avidemux-linking.patch, avidemux-package_version.patch and
66
avidemux-x265_plugins.patch.
67
- Added avidemux-desktop-file.patch to fix wrong category.
68
69
-------------------------------------------------------------------
70
Tue Jun 05 20:27:49 UTC 2018 - enzokiel@kabelmail.de
71
72
- Update to version 2.7.1
73
+ Encoder:Add LibVA based HW accelerated H.264 encoder
74
(Intel/Linux)
75
+ Decoder:Fix last frames of video not retrieved from decoder
76
+ Decoder:Implement hardware accelerated decoding of H.264 on
77
macOS
78
+ Decoder:Fix keyframe-based navigation in field-encoded MPEG-2
79
video
80
+ Demuxer:Fix crash in the Matroska demuxer with high bitrate
81
audio
82
+ Demuxer:Fix too short duration reported for MKV and MP4 with
83
B-frames
84
+ Demuxer:Fix PTS delay calculation in the Matroska demuxer
85
+ Demuxer:Fix audio delay ignored by the Mp4 demuxer
86
+ Muxer:Improve resilience of FFmpeg based muxers against decode
87
timestamps irregularities
88
+ Muxer:Allow to force display aspect ratio in the configuration
89
of the MP4 muxer
90
+ Muxer:Fix crash in the AVI muxer on switch to OpenDML
91
+ Images:Add PNG export, fix wrong colors with some colorspaces
92
+ Images:Add feature to export selection as JPEG images
93
+ Editor:Fix AVI with H.264 / HEVC without B-frames being not
94
seekable
95
+ Editor:Make AVI with H.264 / HEVC containing B-frames seekable
96
by decoding the entire video
97
+ New Filter:Still Image: generate video of specified duration out
98
of a single image
99
+ Filter:Make eq2 video filter partializable
100
+ Filter:Implement fade-in / fade-out transition for "Add logo"
101
+ UI:Display selection duration in the UI, move filter preview
102
toggle to the toolbar
103
+ UI:Warn right away if an edit would result in cuts being not on
104
keyframes
105
+ UI:Improve time chooser dialog
106
+ Audio:Add Opus encoder
107
+ Audio:Allow LPCM in FFmpeg-based muxers
108
+ Audio:Show duration for external audio tracks
109
+ Miscellaneous:Improved overall polish and stability
110
- Removed avidemux-glibc-2.27.patch, fixed upstream.
111
- Removed all qt4 stuff.
112
- Added avidemux-backport_Fix_threads_setup.patch.
113
114
-------------------------------------------------------------------
115
Sat Apr 07 14:05:21 UTC 2018 - enzokiel@kabelmail.de
116
117
- Added avidemux-glibc-2.27.patch to Fix compilation with
118
glibc >= 2.27.
119
120
-------------------------------------------------------------------
121
Mon Aug 14 17:18:32 UTC 2017 - joerg.lorenzen@ki.tng.de
122
123
- Update to version 2.7.0
124
+ Core:FFmpeg switched to the 3.3.x branch
125
+ Editing:Fixed frame computation bug that led to bad cutting
126
(euma)
127
+ i18n:Korean translation (sheppaul)
128
+ win32:Put log files into the local folder (achim71)
129
+ Jobs:Fix name of the executable search
130
+ UI:Steplessly zoom paused video when the window is resized
131
(euma)
132
+ UI:Added Ctrl+Shift+C shortcut to copy the current PTS to
133
clipboard (euma)
134
+ Filter:eq2: UI improvements (euma)
135
+ Decoding:Fix VP9 decoding
136
+ Filter:Using rubber bands for crop too (me+euma)
137
+ Build:Redone packaging on macOS
138
+ Decoding:HEVC decoding via DXVA2 blacklisted on win32, active
139
on win64
140
+ New Filter:ADM ivtc
141
+ Audio:Distinguish between AC3 and EAC3 when importing
142
143
-------------------------------------------------------------------
144
Sun Apr 30 11:40:23 UTC 2017 - joerg.lorenzen@ki.tng.de
145
146
- Update to version 2.6.20
147
+ Audio : AAC in mpegTS fix
148
+ Audio : external AAC import fix
149
+ MKV : try to better guess original timestamp
150
+ i18n : Russian and German translation update
151
(TotalCaesar659 / euma)
152
+ UI : Filter UI fix
153
154
-------------------------------------------------------------------
155
Thu Mar 30 11:07:43 UTC 2017 - joerg.lorenzen@ki.tng.de
156
157
- Update to version 2.6.19
158
+ Filter : All filters with preview have better navigation
159
dialogs
160
+ Filter : Delogo filter UI redone
161
+ Filter : Fixed changeFps/resampleFps seeking
162
+ TS/Demux : HEVC support improved
163
+ Flv/Demux : Support large files (rcdrone)
164
+ Audio : Allow EAC3 as external audio track
165
+ UI : General usability cleanup (euma)
166
+ UI : Allow using the last read folder as default save folder
167
(euma)
168
+ UI : 2 pass encoding dialog cleanup (euma)
169
+ UI : Dynamically enable/disable menu (euma)
170
+ UI : Customizable keyboard shortcut (euma)
171
+ UI : Allow reverting page up/down (euma)
172
+ Codec : Better support for 10bits
173
+ i18n : Russian translation updated (TotalCaesar659)
174
+ i18n : Greek translation updated (nikoss)
175
+ i18n : General cleanup (euma)
176
+ Updated ffmpeg libs to 3.0.7
177
178
-------------------------------------------------------------------
179
Sun Jan 08 13:23:21 UTC 2017 - joerg.lorenzen@ki.tng.de
180
181
- Update to version 2.6.18
182
* Fixed slider in preview mode
183
184
- Version 2.6.17
185
* Allow EAC3 in mp4 and mp4v2 (fiftyplus/euma)
186
* Fix behaviour of preview window when video size is ~ screen
187
size
188
189
-------------------------------------------------------------------
190
Fri Jan 06 14:24:15 UTC 2017 - joerg.lorenzen@ki.tng.de
191
192
- Enabled support for fdk-aac.
193
194
-------------------------------------------------------------------
195
Wed Jan 04 19:23:41 UTC 2017 - joerg.lorenzen@ki.tng.de
196
197
- Update to version 2.6.16
198
+ Build : Avidemux can be built with visual c++ 2015 (losing
199
some ASM)
200
+ OsX : Initialize fontconfig so that subtitling works
201
+ Core : Update ffmpeg to 3.0.5
202
+ i18n : Updated fr and ru translations
203
(jean Elchinger/totalcaesar659)
204
+ Build : Improved build scripts (euma)
205
+ x265 : Enforce complicancy with most devices
206
+ vaapi : Add resizer
207
+ UI : Redone UI, revamped contrast filter
208
+ Qt : Dont use too much CPU on playback when there is no audio
209
track
210
+ Qt : Reenabled nvenc + Fixed keyframe detection
211
+ Qt : Fixed a crash when encoding starts very slowly (x265)
212
+ Build : Allow use of system libass, liba52,libmad (euma)
213
214
-------------------------------------------------------------------
215
Mon Nov 21 20:39:32 UTC 2016 - joerg.lorenzen@ki.tng.de
216
217
- Update to version 2.6.15
218
+ Hw Accel : Fixed nvEnc and added simple nvEnc-HEVC
219
(windows/linux)
220
+ Hw Accel : Added support for HEVC/VC1 with libVA (linux)
221
+ Hw Accel : Experimental Dxva2 video decoder + Dxva2/D3D display
222
engine (windows)
223
+ Demux : Mpeg TS, fix non multiple of 16 file management (euma)
224
+ Audio/win32 : Fixed CPU consumption when playing audio
225
+ Editor : Fixed copy /paste /delete /undo (euma)
226
+ Editor : A *lot* of seeking bugs fixed (euma)
227
+ Editor : A *lot* of marker management bugs fixed (euma)
228
+ Audio : Added FDK-AAC as encoder
229
+ x26* : Added a "None" preset
230
+ x265 : Fixed 2 pass encoding on windows
231
+ i18n : Qt4 vs Qt5 language fix (D. Amm)
232
+ i18n : German translation updated (euma)
233
+ UI : Added reload default settings (euma)
234
+ UI : Allow minimizing to tray while encoding (euma)
235
+ OSX : Update to Sierra
236
237
-------------------------------------------------------------------
238
Wed Sep 21 10:16:37 UTC 2016 - joerg.lorenzen@ki.tng.de
239
240
- Update to version 2.6.14
241
i18n:
242
+ A lot more is now translatable (D. Amm)
243
+ Hungarian translation (rezso)
244
+ German translation update (euma)
245
+ French translation update
246
+ PT/BR translation partially fixed
247
+ Dannish translation update (scootergrisen)
248
Platforms:
249
+ Qtx : Automatically check if a new version is available once a
250
day
251
+ WIN32 : Reverted to MXE cross compiler, XP now works again
252
+ OSX : Fixed the packager, it should work every time now (no
253
more borked dmg)
254
Application:
255
+ Decoding : Deal with corrupted stream in a nicer way (H264/TS)
256
+ Decoding : Enable lagarith
257
+ Decoding : Support for flac through libavcodec
258
+ VDPAU : Try harder to release resources at exit
259
+ Demuxer : Image loader improved and cleaned up, more jpeg
260
formats are supported
261
+ Editor : Try to deal better with corrupted audio in copy mode
262
+ TS : Add support for new EAC3 identifier such as the ones used
263
by numericable / DVB-T
264
+ Encoder : Fix most of the libavcodec based encoders
265
266
-------------------------------------------------------------------
267
Sat Aug 20 11:14:21 UTC 2016 - joerg.lorenzen@ki.tng.de
268
269
- Update to version 2.6.13
270
+ [OsX] Toolchain updated
271
+ [Win64] Toolchain updated
272
+ [Linux] AppImage (universal linux64 binaries)
273
+ [Core] Update to libav* 3.0.2
274
+ [Edit] Improved copy mode for h264/h265 video
275
+ [Audio] AAC/ADTS import/export
276
+ [Filter] new video filter : ivtcDupeRemover to remove duplicate
277
after 3:2 pulldown
278
+ [Qt] Revamped refresh screen
279
+ [Filters] ASS/SSA fixes
280
+ [Filters] Improved logo filter with alpha channel
281
+ [Win32] Development files included in installer
282
+ [Filter] ShaderLoader, load your openGL shaders as filters
283
+ [Linux] Compatibility with newer gcc
284
+ [Filter] Partial filter available only for one in/one out video
285
filters
286
+ [UI] Add go fwd/go backward 60 sec buttons
287
+ [i18n] Translations updated
288
- Removed avidemux-find-lrelease-qt5.patch, fixed upstream
289
- Fixed all patches
290
- Disabled ix86 for SLES 11 because build currently fails
291
(perhaps compiler too old?)
292
293
-------------------------------------------------------------------
294
Tue Mar 08 16:09:34 UTC 2016 - joerg.lorenzen@ki.tng.de
295
296
- Update to version 2.6.12
297
+ [H264] Fixed crash when saving h264 annexB in avi (Brundle)
298
+ [Vdpau] Fixed VDPAU resize and deinterlace when height is padded
299
+ [Mkv] Faster loading of VP9 and h265
300
+ [MP4] Supports more flavors of H265
301
+ [i18n] Spanish translation update by ringmaster
302
+ [Edit] Another frame seeking bug fixed, happened rarely
303
+ [All] Slightly better crash handler
304
+ [FFmpeg]Update to 2.7.6
305
+ [Muxer] Basic webm support
306
+ [Jobs] Fixed right click menus with qt5
307
308
-------------------------------------------------------------------
309
Fri Feb 05 21:02:11 UTC 2016 - joerg.lorenzen@ki.tng.de
310
311
- Update to version 2.6.11
312
+ Better support for H265
313
+ Fix off-by-one keyframe cutting
314
+ Basic support for Opus
315
+ Try to cope better with decoding error
316
+ Extract keyframes from non Mpeg video in mkv
317
+ Cap refresh rate for large video or slow machines
318
+ Fix nv12 to yv12 mmx code
319
- Update internal ffmpeg to version 2.8.6
320
- Build against qt5 for openSUSE > 13.2 and Leap 42.1
321
- Don't build gtk frontend because build currently fails and it
322
hasn't been maintained for a long time (information from
323
developer)
324
325
-------------------------------------------------------------------
326
Mon Jan 18 09:44:37 UTC 2016 - joerg.lorenzen@ki.tng.de
327
328
- update internal ffmpeg to version 2.8.5
329
330
-------------------------------------------------------------------
331
Wed Dec 23 13:25:33 UTC 2015 - joerg.lorenzen@ki.tng.de
332
333
- update internal ffmpeg to version 2.8.4
334
335
-------------------------------------------------------------------
336
Sat Dec 05 12:23:17 UTC 2015 - joerg.lorenzen@ki.tng.de
337
338
- update internal ffmpeg to version 2.8.3
339
340
-------------------------------------------------------------------
341
Fri Nov 20 07:00:02 UTC 2015 - olaf@aepfle.de
342
343
- Set group permissions for included ffmpeg libs
344
345
-------------------------------------------------------------------
346
Fri Oct 16 2015 - joerg.lorenzen@ki.tng.de
347
348
- update internal ffmpeg to version 2.8.1
349
350
-------------------------------------------------------------------
351
Wed Sep 09 2015 - joerg.lorenzen@ki.tng.de
352
353
- update internal ffmpeg to version 2.8
354
355
-------------------------------------------------------------------
356
Mon Jul 20 2015 - joerg.lorenzen@ki.tng.de
357
358
- update internal ffmpeg to version 2.7.2
359
360
-------------------------------------------------------------------
361
Sat Jul 11 2015 - joerg.lorenzen@ki.tng.de
362
363
- Update to version 2.6.10
364
* Re-added translations
365
* Re-added avsproxy
366
* Fixed multi passes with x264 when file has non ascii chars
367
* Added experimental Qt5 build for mac
368
* Fixed a bug with filler frames (fraps)
369
- update internal ffmpeg to version 2.7.1
370
371
- Version 2.6.9
372
* x265 support by KoolAidMan.
373
* Qt4 and Qt5 support.
374
* Compatibility with newer VAAPI.
375
* Updated ffmpeg libraries.
376
* Simple support for nvenc (linux).
377
* Better compatibility with Dash file, Flv.
378
* AvsProxy improvements (hinterwaeldler).
379
* Misc fixes (asjchult).
380
* Plenty of bugfixes and new bugs.
381
* Win32 and Win64 builds are now using winbuilds.org, Xp no
382
longer supported.
383
384
-------------------------------------------------------------------
385
Sat May 02 2015 - joerg.lorenzen@ki.tng.de
386
387
- fixed build for openSUSE = 11.4
388
389
-------------------------------------------------------------------
390
Thu Feb 26 2015 - joerg.lorenzen@ki.tng.de
391
392
- update internal ffmpeg to version 1.2.12
393
394
-------------------------------------------------------------------
395
Tue Dec 23 2014 - joerg.lorenzen@ki.tng.de
396
397
- update internal ffmpeg to version 1.2.11
398
- removed workaround for build on arm armv6l/armv6hl, the problem
399
is caused by additional RaspberryPi repository and should be
400
fixed there
401
402
-------------------------------------------------------------------
403
Sat Dec 13 18:20:28 UTC 2014 - joerg.lorenzen@ki.tng.de
404
405
- removed some unneeded dependencies to enable build on armv6l/armv6hl
406
407
-------------------------------------------------------------------
408
Sat Nov 08 2014 - joerg.lorenzen@ki.tng.de
409
410
- added patch and dependencies to enable build on ARM CPU
411
- removed some unneeded dependencies
412
413
-------------------------------------------------------------------
414
Wed Nov 05 2014 - joerg.lorenzen@ki.tng.de
415
416
- update internal ffmpeg to version 1.2.10
417
418
-------------------------------------------------------------------
419
Fri Oct 17 2014 - joerg.lorenzen@ki.tng.de
420
421
- changed BuildRequires to pkgconfig where possible
422
- enable build for SLES, unfortunately without frontends qt and gtk
423
because SLES doesn't provide gtk3 and qt >= 4.7
424
425
-------------------------------------------------------------------
426
Fri Oct 10 2014 - joerg.lorenzen@ki.tng.de
427
428
- update internal ffmpeg to version 1.2.9
429
430
-------------------------------------------------------------------
431
Fri Aug 22 2014 - joerg.lorenzen@ki.tng.de
432
433
- update internal ffmpeg to version 1.2.8
434
435
-------------------------------------------------------------------
436
Tue Jun 24 2014 - joerg.lorenzen@ki.tng.de
437
438
- update internal ffmpeg to version 1.2.7
439
440
-------------------------------------------------------------------
441
Fri Mar 14 2014 - joerg.lorenzen@ki.tng.de
442
443
- Update to version 2.6.8
444
* Image/export: Proper initialization of Qz for jpeg export
445
* UI : Add an override menu to force language
446
* tinypy : Add support for os.environ
447
* x264 : Improved settings (tobias)
448
* Win32 : Fix crash when having an audio problem
449
* Win32 : Re-add mp4v2 to installer files
450
* Audio/FAAC : Fix channel mapping when source is mono
451
* Audio/AMR : Re-enabled AMR
452
* Audio/lavc : Fixed encoding for codec not supporting planar (MP2)
453
* Audio : Fixed importing MP2 audio detected as MP3
454
* Editor : Fix deleting chunks of the video leading to seek errors
455
* Editor : Initial copy/paste support
456
* Editor/audio: Fix issue when source has more than 4 tracks
457
* Editor : Better detection of double fps input files
458
* TS/Demux : Brute force eac3 probe
459
* TS/Demux : Better initialization, avoid dropping audio
460
* MP4/Demux : Fix management of PCM audio
461
* Mkv/Demux : Proper re-indexing for mpeg2 in mkv
462
* Mp4v2/Mux : Add fast start mode back
463
* OpenSolaris : Some fixes by pfelecan
464
* Subtitles : Update libass + very simple srt2ssa converter
465
* OsX : Enables more optional codecs...
466
* avsfilte : Performance Improvements (fahr)
467
468
-------------------------------------------------------------------
469
Wed Mar 12 2014 - joerg.lorenzen@ki.tng.de
470
471
- update internal ffmpeg to version 1.2.6
472
473
-------------------------------------------------------------------
474
Sat Feb 01 2014 - joerg.lorenzen@ki.tng.de
475
476
- update internal ffmpeg to version 1.2.5
477
478
-------------------------------------------------------------------
479
Mon Dec 09 2013 - joerg.lorenzen@ki.tng.de
480
481
- Update to version 2.6.7
482
* [MKV] Fix seeking in h264
483
* [TS/H264] Split on NALU boundaries, it was off by one byte
484
* [TS/AAC] Add support for AAC/LC/SBR
485
* [MOV/MP4] Correct management of PCM/8Bits audio track
486
* [Images] Fixed import of bmp and jpg
487
* [Build] Support for newer cmake (ajschult)
488
* [Build] Better RPM generation (mit)
489
* [Auto/PSP] Fixed scripts (LJ)
490
491
-------------------------------------------------------------------
492
Sat Nov 02 2013 - joerg.lorenzen@ki.tng.de
493
494
- changes in spec file to enable build for openSUSE 11.4 and 12.1
495
496
-------------------------------------------------------------------
497
Wed Oct 30 2013 - joerg.lorenzen@ki.tng.de
498
499
- Initial package, version 2.6.6
500