Перейти из форума на сайт.

НовостиФайловые архивы
ПоискАктивные темыТоп лист
ПравилаКто в on-line?
Вход Забыли пароль? Первый раз на этом сайте? Регистрация
Компьютерный форум Ru.Board » Компьютеры » Программы » Avidemux

Модерирует : gyra, Maz

 Версия для печати • ПодписатьсяДобавить в закладки
На первую страницук этому сообщениюк последнему сообщению

Открыть новую тему     Написать ответ в эту тему

Victor_VG



Tracker Mod
Редактировать | Профиль | Сообщение | Цитировать | Сообщить модератору
[e7272e0cf] 2020-08-30 02:10:57 +0200 eumagga0x2a : [core] Bump maximum size to 8k just for now
[453d81322] 2020-08-30 02:09:10 +0200 eumagga0x2a : [coreUtils] Decouple maximum frame length from maximum size
[6c74f9fa4] 2020-08-30 00:45:50 +0200 eumagga0x2a : [dxva2] Make sure width and height of the video is supported by hardware prior to trying to create decoder
[26e1caec3] 2020-08-28 08:44:29 +0200 eumagga0x2a : [coreVdpau] Avoid trying to create video surface with dimensions exceeding limits imposed by hardware
[e0f1e78a3] 2020-08-28 08:39:00 +0200 eumagga0x2a : [videoCodec/ffmpeg_vdpau] Check for width and height being within limits supported by hardware decoder
[ed93be8bb] 2020-08-27 14:45:14 +0200 eumagga0x2a : [demuxers/MpegTS] Make sure we really have got some AAC LATM extradata
[0242e9deb] 2020-08-27 14:42:25 +0200 eumagga0x2a : [demuxers/Matroska] Update AAC extradata for LATM encapsulated AAC streams on seek
[dc59711b2] 2020-08-23 20:08:33 +0200 eumagga0x2a : [demuxers/VapourSynth] Fix vsHeader::getFrameSize to return zero for a frame number beyond the last one
[07686349c] 2020-08-23 20:02:52 +0200 eumagga0x2a : [editor/decode] Check frame length prior to passing buffer to demuxer
[059d52b01] 2020-08-23 17:06:31 +0200 eumagga0x2a : [editor/copy] Check frame length before filling the buffer, fix a few debug messages
[6440747f9] 2020-08-23 14:57:37 +0200 eumagga0x2a : [coreAudioCodec] Zero out channelMapping on audio decoder construction
[460743058] 2020-08-23 14:24:24 +0200 eumagga0x2a : [audioDecoders/ac3] Output silence with initial number of channels and sampling frequency if audio properties change midstream and it is not a stereo to 5.1 switch where a52dec performs downmixing
[4241517f7] 2020-08-22 23:20:37 +0200 eumagga0x2a : [audioFilter/copy,gui_savenew] Update properties of the audio stream for given start time when saving audio track in copy mode
[d7ff40f14] 2020-08-21 00:12:06 +0200 eumagga0x2a : [demuxers/MpegTS] Remove pointless audio codec extradata padding, consumers take care of that
[9152959b1] 2020-08-21 00:00:16 +0200 eumagga0x2a : [demuxers/MpegTS] Do not continue until the end of the file in ADM_tsAcce::updateExtraData() if we cannot demux LATM
[4a7daacd0] 2020-08-20 23:31:17 +0200 eumagga0x2a : [tinyPy] Allocate sufficient memory for the worst case
[32552b888] 2020-08-20 23:27:41 +0200 eumagga0x2a : [audiofilter_bridge] spam_detected audio properties at the given start time in the stream when creating the bridge, factorize
[89958b096] 2020-08-20 23:12:01 +0200 eumagga0x2a : [editor/audio] Respawn audio decoder on seek if extradata changes midstream
[fc4f4dee9] 2020-08-20 22:44:53 +0200 eumagga0x2a : [editor] Cache audio codec extradata when adding an audio track, decouple probing audio properties and enabling audio output
[97ab6ae8c] 2020-08-20 22:36:09 +0200 eumagga0x2a : [editor/segment] Cache audio codec extradata used to initialize decoder
[49d18243d] 2020-08-20 22:31:35 +0200 eumagga0x2a : [audioDecoders/lav] Sync number of channels and sampling frequency with context on reconfigureCompleted() only, do not proceed with avcodec_receive_frame() if decoding has failed
[730d34e5a] 2020-08-20 22:20:51 +0200 eumagga0x2a : [demuxers/MpegTS] Update audio extradata on seek
[1212972b5] 2020-08-19 15:19:46 +0200 eumagga0x2a : [demuxers/Mp4] Ensure frame data length is within bounds
[213945bf4] 2020-08-19 15:18:50 +0200 eumagga0x2a : [demuxers/Matroska] Ensure frame data length is within bounds
[6dac2d0d3] 2020-08-18 01:36:19 +0200 eumagga0x2a : [coreImage] Reduce rounding errors in BitBlitAlpha, take the fast lane for the edge case of alpha = 255
[2403e9260] 2020-08-17 09:58:28 +0200 eumagga0x2a : [editor] Reject video with width or height exceeding maximum supported
[29ca290f3] 2020-08-16 04:09:18 +0200 eumagga0x2a : [editor/pcm] Keep old sampling frequency and number of channels if the decoder is doing the same
[f321fb64c] 2020-08-16 03:20:39 +0200 eumagga0x2a : [editor][experimental] Probe audio on seek by decoding one packet and update sampling frequency and number of channels if necessary
[4800d970d] 2020-08-15 17:38:10 +0200 eumagga0x2a : [editor] Use updated audio decoder API to reduce size of memory allocated for probing AAC and DTS audio tracks
[0f801b1d0] 2020-08-15 17:34:19 +0200 eumagga0x2a : [audioDecoders/lav] Output silence for the old number of channels and sampling frequency upon configuration change but keep decoding, the client is expected to call reconfigureCompleted() when ready
[453bc9613] 2020-08-15 17:18:46 +0200 eumagga0x2a : [coreAudioCodec] Extend interface to handle changes in sampling frequency and number of channels + cosmetics
[357a6889a] 2020-08-14 21:14:23 +0200 eumagga0x2a : [coreUtils/prefs][cosmetics] Remove tabs, align columns to improve legibility of the configuration file
[b37198eb9] 2020-08-14 20:46:55 +0200 eumagga0x2a : [coreUtils/prefs] Disable post-processing by default
[6f5a39f18] 2020-08-14 20:43:59 +0200 eumagga0x2a : [editor] Increase size of the output buffer to probe AAC and DTS audio tracks
[1e5b04d4b] 2020-08-14 20:19:52 +0200 eumagga0x2a : [editor/audioTrackExternal] Support external DTS audio tracks with extensions
[6c46c2119] 2020-08-14 20:14:29 +0200 eumagga0x2a : [coreAudio/audioStreamDCA] Fix substream dropped in some packets in case of raw DTS streams
[2ffb68d08] 2020-08-14 20:07:01 +0200 eumagga0x2a : [coreAudioParser/dcainfo] Factorize, allow to skip decoding core header, useful for parsing raw DTS streams
[5a4dbd65a] 2020-08-14 19:55:04 +0200 eumagga0x2a : [audioDecoders/lav] Allow to fill the last byte of the internal buffer
[4dac4f3f0] 2020-08-14 17:37:18 +0200 eumagga0x2a : [coreAudio/audioIdentify] Fix DTS detection
[e0aa86645] 2020-08-14 12:53:05 +0200 eumagga0x2a : [demuxers/Mp4/indexer] Restrict scope of sample2byte() to file, remove unused include
[125c9374a] 2020-08-14 12:45:35 +0200 eumagga0x2a : [demuxers/Mp4/indexer] Unify indentation to improve legibility (whitespace-only changes)
[f1edc64f7] 2020-08-14 11:59:32 +0200 eumagga0x2a : [demuxers/Mp4] Fix calculation of the number of additional index entries needed for splitting audio packets
[cdbf221b2] 2020-08-14 03:52:46 +0200 eumagga0x2a : [muxerMp4] Support DTS audio tracks
[450227ae8] 2020-08-14 03:47:22 +0200 eumagga0x2a : [muxerMp4] Support low-endian PCM audio in mov mode
[948ab44e6] 2020-08-14 03:45:44 +0200 eumagga0x2a : [demuxers/Mp4] Support DTS audio tracks, update audio index size in MP4Header::indexify() after splitting audio packets, do not reject file on failure to index audio
[269aa2c7a] 2020-08-14 03:40:04 +0200 eumagga0x2a : [editor] Increase  audio packet buffer size to match the size of stream buffer

Всего записей: 33201 | Зарегистр. 31-07-2002 | Отправлено: 11:52 30-08-2020 | Исправлено: Victor_VG, 21:07 30-08-2020
Открыть новую тему     Написать ответ в эту тему

На первую страницук этому сообщениюк последнему сообщению

Компьютерный форум Ru.Board » Компьютеры » Программы » Avidemux


Реклама на форуме Ru.Board.

Powered by Ikonboard "v2.1.7b" © 2000 Ikonboard.com
Modified by Ru.B0ard
© Ru.B0ard 2000-2024

BitCoin: 1NGG1chHtUvrtEqjeerQCKDMUi6S6CG4iC

Рейтинг.ru