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