File avidemux3.changes of Package avidemux3 (Revision 92dae441719ad599068435fc69ee9878)

Currently displaying revision 92dae441719ad599068435fc69ee9878 , Show latest

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