File avidemux3.changes of Package avidemux3 (Revision 17f82b28c5c78ee7b83ef4540e1468d0)

Currently displaying revision 17f82b28c5c78ee7b83ef4540e1468d0 , Show latest

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