File avidemux3.changes of Package avidemux3 (Revision fdf9cec9f50b8cc522aba1b40eb3b26f)

Currently displaying revision fdf9cec9f50b8cc522aba1b40eb3b26f , Show latest

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