Changelog for
avidemux3-debugsource-2.7.8-4.2.x86_64.rpm :
Tue Mar 9 13:00:00 2021 enzokielAATTkabelmail.de
- Update to version 2.7.8
- New Features
Many new video filters added by courtesy of szlldm
* A dedicated MOV muxer is now available, replacing silent
fallback to MOV muxing mode within the MP4 muxer.
* A subset of color info relevant for HDR support is retained
in copy mode when both input and output video are stored in
Matroska / WebM containers. Settings to add or override color
info have been added to MKV and WebM muxers.
* The indexer in the MPEG-TS demuxer now detects resolution
changes in MPEG-2 and H.264 streams which are entirely
unsupported and suggests aborting indexing. If the user
chooses to continue, it records file offsets of all
resolution changes to the log. This allows advanced users to
split the file at these offsets using other tools like head
and tail into chunks which can be processed with Avidemux.
* YUV varieties of the lossless Ut Video codec are supported
now for decoding and encoding via bundled FFmpeg libraries.
Uncompressed 24-bit audio is now supported for a subset of
file formats.
* Limited support for 7.1 channel layout. Decode and stream
copy support for XLL substream in DTS audio tracks.
* Audio properties are now updated on resuming playback. This
allows to start saving after an audio format change. When
audio format changes during playback, the FFmpeg-based audio
decoder will output silence and keep format rather than
producing garbage.
* An option to keep the identity of markers A and B instead of
swapping them automatically has been added to Preferences.
* The keyboard shortcut for \"Delete\" action has been made
customizable with alternative keyboard shortcuts enabled.
- Other Enhancements
* Multi-threaded video decoding is now available for the
bundled FFmpeg. On powerful multi-core CPUs, this can
drastically improve decoding performance. A maximum of 8
threads can be created, but a conservative custom upper limit
of 4 is recommended. Values above 8 cause decoding failures.
Multi-threaded decoding and HW accelerated decoding are
mutually exclusive, changes require application restart to
have effect.
* The maximum supported resolution has been increased to
8192x8192
* The bundled FFmpeg has been updated to the 4.2.4 release.
* Non-standard display aspect ratios can be configured in MP4
muxer by specifying display width.
* MP4 muxer accepts now MPEG-1 and MPEG-2.
* The configuration dialog of the x265 video encoder plugin
enjoyed massive cleanup and refactoring by Trent Piepho ,
more Adaptive
* Quantization Variance methods have been added.
* Python interface has been substantially extended, includes
now methods to query segment properties, the number and
filenames of loaded videos, PTS of keyframes, methods to seek
to time with preview updated, to open file dialogs filtered
by extension and a built-in method to split filename
extension from a given path.
* Scripting shell now supports unicode characters.
* On macOS, files can be loaded via Finder context menu or by
dropping them onto Avidemux icon in the dock.
* On Linux, Jobs GUI and the CLI executable can be launched
from AppImage by creating a symlink with _jobs or _cli in
filename respectively and running the AppImage via this
symlink.
- Bugfixes
* Rate control was broken in some video encoders, especially in
VP9 and in NVENC-based encoders, fixed now.
* Multiple issues in cut point checks for H.264 and HEVC
streams in copy mode, leading to incorrect check results,
were identified and resolved.
* The first two frames of external AC3 or EAC3 audio tracks are
not dropped anymore. This regression from enhanced protection
against false positives, added 3 years ago, has been finally
identified and fixed.
* Indexing of MPEG-TS files with HEVC video was broken when
video stream lacked access unit delimiters. The issue was
identified and fixed right after 2.7.7 had been tagged as
released and is the reason why version 2.7.7 was superseded
by 2.7.8.
* VU meter was grossly ahead of audio output on Windows, now it
is just a tiny little bit ahead.
* Numerous other fixes and overall polish.
Fri Feb 26 13:00:00 2021 enzokielAATTkabelmail.de
- Build against ffnvcodec for Leap 15.2
Wed Jul 29 14:00:00 2020 enzokielAATTkabelmail.de
- Disabled build against ffnvcodec for Leap <= 15.2, build requires
version > 8
Wed Jul 8 14:00:00 2020 fridrich.strbaAATTbluewin.ch
- Fix build by actually applying the
avidemux-ivtcDupeRemover-return-true-from-ivtcDupeRemover-get.patch
Tue Jul 7 14:00:00 2020 enzokielAATTkabelmail.de
- Update to version 2.7.6
+ New Feature:Detect and warn when cut points in HEVC video
streams may result in grave playback issues despite being on
keyframes
+ New Video Decoder:Add libaom-based AV1 decoder
+ New Video Encoder:Add libvpx-based VP9 encoder
+ New Video Filter:Add hardware accelerated deinterlacer and
resizer based on VA-API (Linux only)
+ FFmpeg:Update to the 4.2.3 release
+ Core:Increase maximum supported resolution to 4096x4096
+ Core:Fix crash on macOS with HW accel. decoding enabled and
H.264 video streams containing both frame- and field-encoded
slices
+ Encoder:Extend configuration options for NVENC-based H.264 and
HEVC encoders, add 2-pass mode
+ Demuxer:Support MPEG-TS files with duration in excess of
13:15:36
+ Demuxer:Use DTS core from DTS XLL audio in MPEG-TS files
instead of rejecting the track
+ Demuxer:Fix mono MP3 audio tracks in MP4 files misdetected as
stereo
+ Demuxer:Try to correct timestamp jitter in MP4 files produced
by older Avidemux versions
+ Muxer:Fix timestamp rounding which caused pseudo-VFR output
from CFR sources
+ Muxer:Fix saving to network shares on Windows using the Mp4
muxer when index should be moved to the start of the file
+ Muxer:Support LPCM audio in the Mp4 muxer by silently
switching to the MOV muxing mode
+ Muxer:Add support for Vorbis audio to the Mp4 muxer
+ Filter:Fix \"Fade\" and \"Fade to black\", broken on macOS
+ Filter:Allow to toggle rubber band visibility in \"Crop\" and
\"Blacken Borders\" video filters
+ Filter:Fix keyboard input in \"Resize\" video filter by
recalculating values only on moving focus to another field or
on accepting dialog
+ Audio:Add HE-AAC and HE-AACv2 profiles to the FDK AAC encoder
plugin
+ Audio:Support external audio tracks in DTS format
+ UI:Fix navigation slider with RTL locales
+ UI:Restore the shutdown option in encoding dialog on Windows
+ Scripting:Add PTS query and keyframe seek methods to Python
interface
+ Miscellaneous:Allow user-defined fragment size for auto-append
of chunked MPEG-TS files
+ Miscellaneous:Improve handling of field-encoded video streams
throughout the chain
+ Miscellaneous:Improve handling of H.264 video streams with
parameter sets changing on the fly
+ Miscellaneous:Try to keep track of video time base throughout
the chain
+ Miscellaneous:Numerous other fixes and polish
- Removed avidemux-cpu-detection-fix.patch, fixed upstream.
Tue Nov 12 13:00:00 2019 jslabyAATTsuse.cz
- add avidemux-cpu-detection-fix.patch (build fix)
- add avidemux-ivtcDupeRemover-return-true-from-ivtcDupeRemover-get.patch
(build fix)
Sun Aug 18 14:00:00 2019 enzokielAATTkabelmail.de
- Update to version 2.7.4
+ New Feature:Detect and warn when cut points in H.264 video
streams may result in playback issues despite being on keyframes
+ FFmpeg:Update to the 4.1.4 release
+ Core:Fix MSVC++ builds do not run when the path to user
directory contains non-ASCII characters
+ Decoder:Fix DXVA2 HW accelerated decoding on Windows 7
+ Decoder:Fix DXVA2 HW accelerated decoding stops sometimes on
cuts
+ Decoder:Enable HW accelerated decoding of 8-bit HEVC for recent
versions of Intel graphics driver on Windows
+ Encoder:Fix regression with saved x264 and x265 profiles not
found (MSVC++ only)
+ Demuxer:Dynamically load VapourSynth Script library to avoid
error messages on Windows if VapourSynth is not found
+ Demuxer:Provide correct average audio bitrate in the Mp4
demuxer if the exact value for the particular codec is unknown
+ Demuxer:Fix crash loading MP4 file with number of audio tracks
exceeding the max supported
+ Demuxer:Support audio tracks in fragmented MP4 files (the
variety with empty moov only)
+ Demuxer:Support E-AC3 audio tracks in MP4 files
+ Demuxer:Fix ASF demuxer still broken by chance with MSVC++
only, the fix relevant for all platforms
+ Demuxer:Support more varieties of BMP images
+ Muxer:Optimize output of the Mp4 muxer for streaming on
Windows too
+ Muxer:Add option to the Mp4 muxer to output fragmented MP4
files
+ Muxer:Label HEVC video in Mp4 in a way compatible with
QuickTime on macOS
+ Filter:Fix assembly in Yadif deinterlacer with MSVC++
+ UI:Enable automatic application scaling on Windows for recent
Qt versions
+ UI:Fix silent mode, automatically confirm dialogs instead of
choosing the default option
+ Audio:Support WMAPRO audio codec for decoding
+ Audio:Support AAC with signal band replication (SBR) in
external audio tracks
+ Audio:Fix saving AAC audio tracks with SBR to a file
+ Audio:Improve resilience to false positives when probing
external audio files for AAC
+ Miscellaneous:Fix crash with OpenGL or DXVA2 video output in 32
bits Avidemux on Windows (better late than never)
+ Miscellaneous:Fix regressed handling of empty frames in MPEG-4
and FRAPS video streams
+ Miscellaneous:Numerous other fixes and polish
- Removed avidemux-cmake-permissions.patch, fixed upstream.
Fri Mar 22 13:00:00 2019 enzokielAATTkabelmail.de
- Update to version 2.7.3
+ Vapoursynth is now dynamically loaded to avoid error popup
+ ASF/WMV demuxer fix
+ BMP decoder fix
+ Re-enabled PNG decoder
+ Basic save current state when crashing
+ Misc small improvements
Sun Mar 17 13:00:00 2019 enzokielAATTkabelmail.de
- Update to version 2.7.2
+ Win64 version are now compiled with Visual C++, it should help
stability wise. You should de-install the previous version
first
+ New Demuxer:Native AviSynth demuxer (MSVC++ 64 bits Windows
builds only), 64bits avisynth only !
+ New Demuxer:VapourSynth demuxer to directly load .vpy scripts
(MSVC++, macOS with Homebrew, custom Linux builds), 64bits
vapoursynth only on win64!
+ New Installer:Replace NSIS installer with Qt Installer
Framework for native MSVC++ 64 bits Windows builds
+ New Encoder:Add FFmpeg-based VA-API HW accelerated H.264
encoder (Intel/Linux)
+ New Encoder:Add FFmpeg-based VA-API HW accelerated HEVC
encoder (Intel/Linux)
+ FFmpeg:Migrate to the 4.x branch
+ Decoder:As a result of the FFmpeg upgrade, HW accelerated HEVC
decoding on macOS is now available when supported by the
hardware
+ Encoder:Fix issues with image quality and skipped frames in
the MJPEG encoder
+ Demuxer:Fix audio delay calculation in the Mp4 demuxer
+ Demuxer:Fix crash loading large MP4 files with LPCM audio
+ Demuxer:Fix multiple issues in the ASF demuxer, allow to cancel
indexing
+ Demuxer:Allow to cancel indexing of MKV files
+ Demuxer:Re-enable multiloading for MPEG-TS streams cut in
chunks of 256, 512 MiB, 1, 2 and 4 GiB in size only
+ Demuxer:Fix MPEG-TS indexer to start a H.264 or HEVC frame with
the Access Unit Delimiter
+ Muxer:Add Annex B to Annex B video stream filter to deal with
misplaced frame boundaries
+ Muxer:Add support for setting rotation flag to the MP4 muxer
+ Filter:Add rubber band selector to the \"Blacken Borders\" filter
+ Filter:Add option to deal with anamorphic display to the
subtitle filter, fix issues in SRT to SSA converter
+ UI:Autosave session on video close, add session restore feature
+ UI:Add file name extension when saving audio for some audio
types
+ Audio:Make maximum level in the \"Normalize\" filter customizable
+ Audio:Improve AAC sampling frequency detection
+ Audio:Add decoding support for multichannel Opus audio
+ Miscellaneous:Fix regression playback stuck after going to the
previous picture
+ Miscellaneous:Fix regression \"Fade to black\" reset when
starting filtered playback close to the end of video
+ Miscellaneous:Fix regression stopping playback rewinds to the
start of video if seek back to the last displayed picture fails
- Removed avidemux-cpu_armel.patch, avidemux3.desktop and
config.mak.diff, fixed upstream.
- Fixed avidemux-linking.patch, avidemux-package_version.patch and
avidemux-x265_plugins.patch.
- Added avidemux-desktop-file.patch to fix wrong category.
Tue Jun 5 14:00:00 2018 enzokielAATTkabelmail.de
- Update to version 2.7.1
+ Encoder:Add LibVA based HW accelerated H.264 encoder
(Intel/Linux)
+ Decoder:Fix last frames of video not retrieved from decoder
+ Decoder:Implement hardware accelerated decoding of H.264 on
macOS
+ Decoder:Fix keyframe-based navigation in field-encoded MPEG-2
video
+ Demuxer:Fix crash in the Matroska demuxer with high bitrate
audio
+ Demuxer:Fix too short duration reported for MKV and MP4 with
B-frames
+ Demuxer:Fix PTS delay calculation in the Matroska demuxer
+ Demuxer:Fix audio delay ignored by the Mp4 demuxer
+ Muxer:Improve resilience of FFmpeg based muxers against decode
timestamps irregularities
+ Muxer:Allow to force display aspect ratio in the configuration
of the MP4 muxer
+ Muxer:Fix crash in the AVI muxer on switch to OpenDML
+ Images:Add PNG export, fix wrong colors with some colorspaces
+ Images:Add feature to export selection as JPEG images
+ Editor:Fix AVI with H.264 / HEVC without B-frames being not
seekable
+ Editor:Make AVI with H.264 / HEVC containing B-frames seekable
by decoding the entire video
+ New Filter:Still Image: generate video of specified duration out
of a single image
+ Filter:Make eq2 video filter partializable
+ Filter:Implement fade-in / fade-out transition for \"Add logo\"
+ UI:Display selection duration in the UI, move filter preview
toggle to the toolbar
+ UI:Warn right away if an edit would result in cuts being not on
keyframes
+ UI:Improve time chooser dialog
+ Audio:Add Opus encoder
+ Audio:Allow LPCM in FFmpeg-based muxers
+ Audio:Show duration for external audio tracks
+ Miscellaneous:Improved overall polish and stability
- Removed avidemux-glibc-2.27.patch, fixed upstream.
- Removed all qt4 stuff.
- Added avidemux-backport_Fix_threads_setup.patch.
Sat Apr 7 14:00:00 2018 enzokielAATTkabelmail.de
- Added avidemux-glibc-2.27.patch to Fix compilation with
glibc >= 2.27.
Mon Aug 14 14:00:00 2017 joerg.lorenzenAATTki.tng.de
- Update to version 2.7.0
+ Core:FFmpeg switched to the 3.3.x branch
+ Editing:Fixed frame computation bug that led to bad cutting
(euma)
+ i18n:Korean translation (sheppaul)
+ win32:Put log files into the local folder (achim71)
+ Jobs:Fix name of the executable search
+ UI:Steplessly zoom paused video when the window is resized
(euma)
+ UI:Added Ctrl+Shift+C shortcut to copy the current PTS to
clipboard (euma)
+ Filter:eq2: UI improvements (euma)
+ Decoding:Fix VP9 decoding
+ Filter:Using rubber bands for crop too (me+euma)
+ Build:Redone packaging on macOS
+ Decoding:HEVC decoding via DXVA2 blacklisted on win32, active
on win64
+ New Filter:ADM ivtc
+ Audio:Distinguish between AC3 and EAC3 when importing
Sun Apr 30 14:00:00 2017 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.20
+ Audio : AAC in mpegTS fix
+ Audio : external AAC import fix
+ MKV : try to better guess original timestamp
+ i18n : Russian and German translation update
(TotalCaesar659 / euma)
+ UI : Filter UI fix
Thu Mar 30 14:00:00 2017 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.19
+ Filter : All filters with preview have better navigation
dialogs
+ Filter : Delogo filter UI redone
+ Filter : Fixed changeFps/resampleFps seeking
+ TS/Demux : HEVC support improved
+ Flv/Demux : Support large files (rcdrone)
+ Audio : Allow EAC3 as external audio track
+ UI : General usability cleanup (euma)
+ UI : Allow using the last read folder as default save folder
(euma)
+ UI : 2 pass encoding dialog cleanup (euma)
+ UI : Dynamically enable/disable menu (euma)
+ UI : Customizable keyboard shortcut (euma)
+ UI : Allow reverting page up/down (euma)
+ Codec : Better support for 10bits
+ i18n : Russian translation updated (TotalCaesar659)
+ i18n : Greek translation updated (nikoss)
+ i18n : General cleanup (euma)
+ Updated ffmpeg libs to 3.0.7
Sun Jan 8 13:00:00 2017 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.18
* Fixed slider in preview mode
- Version 2.6.17
* Allow EAC3 in mp4 and mp4v2 (fiftyplus/euma)
* Fix behaviour of preview window when video size is ~ screen
size
Fri Jan 6 13:00:00 2017 joerg.lorenzenAATTki.tng.de
- Enabled support for fdk-aac.
Wed Jan 4 13:00:00 2017 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.16
+ Build : Avidemux can be built with visual c++ 2015 (losing
some ASM)
+ OsX : Initialize fontconfig so that subtitling works
+ Core : Update ffmpeg to 3.0.5
+ i18n : Updated fr and ru translations
(jean Elchinger/totalcaesar659)
+ Build : Improved build scripts (euma)
+ x265 : Enforce complicancy with most devices
+ vaapi : Add resizer
+ UI : Redone UI, revamped contrast filter
+ Qt : Dont use too much CPU on playback when there is no audio
track
+ Qt : Reenabled nvenc + Fixed keyframe detection
+ Qt : Fixed a crash when encoding starts very slowly (x265)
+ Build : Allow use of system libass, liba52,libmad (euma)
Mon Nov 21 13:00:00 2016 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.15
+ Hw Accel : Fixed nvEnc and added simple nvEnc-HEVC
(windows/linux)
+ Hw Accel : Added support for HEVC/VC1 with libVA (linux)
+ Hw Accel : Experimental Dxva2 video decoder + Dxva2/D3D display
engine (windows)
+ Demux : Mpeg TS, fix non multiple of 16 file management (euma)
+ Audio/win32 : Fixed CPU consumption when playing audio
+ Editor : Fixed copy /paste /delete /undo (euma)
+ Editor : A
*lot
* of seeking bugs fixed (euma)
+ Editor : A
*lot
* of marker management bugs fixed (euma)
+ Audio : Added FDK-AAC as encoder
+ x26
* : Added a \"None\" preset
+ x265 : Fixed 2 pass encoding on windows
+ i18n : Qt4 vs Qt5 language fix (D. Amm)
+ i18n : German translation updated (euma)
+ UI : Added reload default settings (euma)
+ UI : Allow minimizing to tray while encoding (euma)
+ OSX : Update to Sierra
Wed Sep 21 14:00:00 2016 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.14
i18n:
+ A lot more is now translatable (D. Amm)
+ Hungarian translation (rezso)
+ German translation update (euma)
+ French translation update
+ PT/BR translation partially fixed
+ Dannish translation update (scootergrisen)
Platforms:
+ Qtx : Automatically check if a new version is available once a
day
+ WIN32 : Reverted to MXE cross compiler, XP now works again
+ OSX : Fixed the packager, it should work every time now (no
more borked dmg)
Application:
+ Decoding : Deal with corrupted stream in a nicer way (H264/TS)
+ Decoding : Enable lagarith
+ Decoding : Support for flac through libavcodec
+ VDPAU : Try harder to release resources at exit
+ Demuxer : Image loader improved and cleaned up, more jpeg
formats are supported
+ Editor : Try to deal better with corrupted audio in copy mode
+ TS : Add support for new EAC3 identifier such as the ones used
by numericable / DVB-T
+ Encoder : Fix most of the libavcodec based encoders
Sat Aug 20 14:00:00 2016 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.13
+ [OsX] Toolchain updated
+ [Win64] Toolchain updated
+ [Linux] AppImage (universal linux64 binaries)
+ [Core] Update to libav
* 3.0.2
+ [Edit] Improved copy mode for h264/h265 video
+ [Audio] AAC/ADTS import/export
+ [Filter] new video filter : ivtcDupeRemover to remove duplicate
after 3:2 pulldown
+ [Qt] Revamped refresh screen
+ [Filters] ASS/SSA fixes
+ [Filters] Improved logo filter with alpha channel
+ [Win32] Development files included in installer
+ [Filter] ShaderLoader, load your openGL shaders as filters
+ [Linux] Compatibility with newer gcc
+ [Filter] Partial filter available only for one in/one out video
filters
+ [UI] Add go fwd/go backward 60 sec buttons
+ [i18n] Translations updated
- Removed avidemux-find-lrelease-qt5.patch, fixed upstream
- Fixed all patches
- Disabled ix86 for SLES 11 because build currently fails
(perhaps compiler too old?)
Tue Mar 8 13:00:00 2016 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.12
+ [H264] Fixed crash when saving h264 annexB in avi (Brundle)
+ [Vdpau] Fixed VDPAU resize and deinterlace when height is padded
+ [Mkv] Faster loading of VP9 and h265
+ [MP4] Supports more flavors of H265
+ [i18n] Spanish translation update by ringmaster
+ [Edit] Another frame seeking bug fixed, happened rarely
+ [All] Slightly better crash handler
+ [FFmpeg]Update to 2.7.6
+ [Muxer] Basic webm support
+ [Jobs] Fixed right click menus with qt5
Fri Feb 5 13:00:00 2016 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.11
+ Better support for H265
+ Fix off-by-one keyframe cutting
+ Basic support for Opus
+ Try to cope better with decoding error
+ Extract keyframes from non Mpeg video in mkv
+ Cap refresh rate for large video or slow machines
+ Fix nv12 to yv12 mmx code
- Update internal ffmpeg to version 2.8.6
- Build against qt5 for openSUSE > 13.2 and Leap 42.1
- Don\'t build gtk frontend because build currently fails and it
hasn\'t been maintained for a long time (information from
developer)
Mon Jan 18 13:00:00 2016 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.8.5
Wed Dec 23 13:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.8.4
Sat Dec 5 13:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.8.3
Fri Nov 20 13:00:00 2015 olafAATTaepfle.de
- Set group permissions for included ffmpeg libs
Fri Oct 16 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.8.1
Wed Sep 9 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.8
Mon Jul 20 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 2.7.2
Sat Jul 11 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.10
* Re-added translations
* Re-added avsproxy
* Fixed multi passes with x264 when file has non ascii chars
* Added experimental Qt5 build for mac
* Fixed a bug with filler frames (fraps)
- update internal ffmpeg to version 2.7.1
- Version 2.6.9
* x265 support by KoolAidMan.
* Qt4 and Qt5 support.
* Compatibility with newer VAAPI.
* Updated ffmpeg libraries.
* Simple support for nvenc (linux).
* Better compatibility with Dash file, Flv.
* AvsProxy improvements (hinterwaeldler).
* Misc fixes (asjchult).
* Plenty of bugfixes and new bugs.
* Win32 and Win64 builds are now using winbuilds.org, Xp no
longer supported.
Sat May 2 14:00:00 2015 joerg.lorenzenAATTki.tng.de
- fixed build for openSUSE = 11.4
Thu Feb 26 13:00:00 2015 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.12
Tue Dec 23 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.11
- removed workaround for build on arm armv6l/armv6hl, the problem
is caused by additional RaspberryPi repository and should be
fixed there
Sat Dec 13 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- removed some unneeded dependencies to enable build on armv6l/armv6hl
Sat Nov 8 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- added patch and dependencies to enable build on ARM CPU
- removed some unneeded dependencies
Wed Nov 5 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.10
Fri Oct 17 14:00:00 2014 joerg.lorenzenAATTki.tng.de
- changed BuildRequires to pkgconfig where possible
- enable build for SLES, unfortunately without frontends qt and gtk
because SLES doesn\'t provide gtk3 and qt >= 4.7
Fri Oct 10 14:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.9
Fri Aug 22 14:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.8
Tue Jun 24 14:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.7
Fri Mar 14 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.8
* Image/export: Proper initialization of Qz for jpeg export
* UI : Add an override menu to force language
* tinypy : Add support for os.environ
* x264 : Improved settings (tobias)
* Win32 : Fix crash when having an audio problem
* Win32 : Re-add mp4v2 to installer files
* Audio/FAAC : Fix channel mapping when source is mono
* Audio/AMR : Re-enabled AMR
* Audio/lavc : Fixed encoding for codec not supporting planar (MP2)
* Audio : Fixed importing MP2 audio detected as MP3
* Editor : Fix deleting chunks of the video leading to seek errors
* Editor : Initial copy/paste support
* Editor/audio: Fix issue when source has more than 4 tracks
* Editor : Better detection of double fps input files
* TS/Demux : Brute force eac3 probe
* TS/Demux : Better initialization, avoid dropping audio
* MP4/Demux : Fix management of PCM audio
* Mkv/Demux : Proper re-indexing for mpeg2 in mkv
* Mp4v2/Mux : Add fast start mode back
* OpenSolaris : Some fixes by pfelecan
* Subtitles : Update libass + very simple srt2ssa converter
* OsX : Enables more optional codecs...
* avsfilte : Performance Improvements (fahr)
Wed Mar 12 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.6
Sat Feb 1 13:00:00 2014 joerg.lorenzenAATTki.tng.de
- update internal ffmpeg to version 1.2.5
Mon Dec 9 13:00:00 2013 joerg.lorenzenAATTki.tng.de
- Update to version 2.6.7
* [MKV] Fix seeking in h264
* [TS/H264] Split on NALU boundaries, it was off by one byte
* [TS/AAC] Add support for AAC/LC/SBR
* [MOV/MP4] Correct management of PCM/8Bits audio track
* [Images] Fixed import of bmp and jpg
* [Build] Support for newer cmake (ajschult)
* [Build] Better RPM generation (mit)
* [Auto/PSP] Fixed scripts (LJ)
Sat Nov 2 13:00:00 2013 joerg.lorenzenAATTki.tng.de
- changes in spec file to enable build for openSUSE 11.4 and 12.1
Wed Oct 30 13:00:00 2013 joerg.lorenzenAATTki.tng.de
- Initial package, version 2.6.6