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