Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-17Update ffmpegHendrik Leppkes
2012-06-12Prevent crashes when asked to decode a null packet.Hendrik Leppkes
2012-05-28Avoid needless copying of the encoded audio buffer.Hendrik Leppkes
2012-04-13Store the timestamps in the PCM buffer instead of using a class variableHendrik Leppkes
2012-03-05Synchronize DTSDecoder time stamp handling with ffmpeg decoder handlingHendrik Leppkes
2012-03-05dtsdecoder: properly flush the decoder after a decoding failureHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-19Always show the unprocessed layout/format on the status page "Decoding" part.Hendrik Leppkes
2011-12-11Switch to avcodec_decode_audio4 APIHendrik Leppkes
2011-11-16Properly send delivery failures upstream again.Hendrik Leppkes
2011-11-10Fix DTS decoding.Hendrik Leppkes
2011-11-09Immediately deliver audio after decoding a frame.Hendrik Leppkes
2011-11-09Move buffer processing into the decode functions for more flexibility.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-07Use av_freep when available.Hendrik Leppkes
2011-08-12Tread DTS layout 63 the same as 9.Hendrik Leppkes
2011-08-12Completely reopen the DTS decoder after an exception was thrown.Hendrik Leppkes
2011-07-30Properly show the decoding channel mask when using the ArcSoft DTS decoder.Hendrik Leppkes
2011-06-12Add fallback and debug logging.Hendrik Leppkes
2011-06-04Fix 5.1 DTS-HD MA decoding, because we cannot trust the HD XCh header.Hendrik Leppkes
2011-06-04Slight changes to DTS decoder handling.Hendrik Leppkes
2011-05-27Add support for decoding DTS Express.Hendrik Leppkes
2011-05-19Fix DTS decoder initialization after recent changes.Hendrik Leppkes
2011-05-19Adjustments to the DTS decoder calls.Hendrik Leppkes
2011-05-19Adjust > 6 channels DTS layouts.Hendrik Leppkes
2011-05-18Remap the output from the DTS decoder back into its native channel layout.Hendrik Leppkes
2011-05-18Reset DTS decoder before any param changes.Hendrik Leppkes
2011-05-18Determine the actual channel count of the DTS stream and request a decoding c...Hendrik Leppkes
2011-05-18Completely separate DTS and ffmpeg decoding.Hendrik Leppkes
2011-05-18Separate the DTS decoder into its own file.Hendrik Leppkes