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-10-02Check some allocations for successHendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-07-06Disable Auto A/V sync when there is no VideoHendrik 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-22Use the audios sample rate for AC3/DTS bitstreamingHendrik Leppkes
2012-04-14Another pass over jitter timing optionsHendrik Leppkes
2012-04-13Store the timestamps in the PCM buffer instead of using a class variableHendrik Leppkes
2012-04-01Improve playback rate supportHendrik Leppkes
2012-02-29Unify AC3/DTS Bitstream time handlingHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-06Only call avcodec_close if a decoder was actually opened.Hendrik Leppkes
2011-11-11Switch to proper AVOption commandsHendrik Leppkes
2011-10-06Implement audio delay for bitstreaming.Hendrik Leppkes
2011-10-06Fix mediatype logging in the Bitstreaming caseHendrik Leppkes
2011-10-06Add log messages for delivery failure on bitstreaming.Hendrik Leppkes
2011-10-04Add log message when parsing failedHendrik Leppkes
2011-10-04If SPDIF muxing failed, only discard the bad block, not the whole buffer.Hendrik Leppkes
2011-10-04Clear any output data if spdif muxing failed.Hendrik Leppkes
2011-10-04Properly free all buffers in the spdif muxerHendrik Leppkes
2011-10-04Switch to new format context allocation.Hendrik Leppkes
2011-10-04Dump any remaining bitstream data on flush/decoder closeHendrik Leppkes
2011-10-03Forward Delivery failures upstream while bitstreaming as well.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-07Use av_freep when available.Hendrik Leppkes
2011-08-22Abstract some media type reading functions.Hendrik Leppkes
2011-05-30Clean up configuration interface to be more easily usable from other applicat...Hendrik Leppkes
2011-05-26Fix some minor warnings.Hendrik Leppkes
2011-05-15Moved DTS-HD log message into a better place.Hendrik Leppkes
2011-05-15Simplify DTS duration calculation (and make it more reliable)Hendrik Leppkes
2011-05-15Fixed DTS duration calculations for certain streams.Hendrik Leppkes
2011-05-15Increase the size of the jitter stats buffer for DTS when bitstreaming.Hendrik Leppkes
2011-05-15Add the A/V sync logic to bitstreaming as well.Hendrik Leppkes
2011-05-15Copy the output from the parser back into the decoding buffer to ensure prope...Hendrik Leppkes
2011-05-09Use the bitstreaming DTS timing calculations also for DTS-HD.Hendrik Leppkes
2011-05-09New bitstreaming timing logic for TrueHD.Hendrik Leppkes
2011-05-08Use the actual frame size and not the S/PDIF frame size for fallback duration...Hendrik Leppkes
2011-05-08Fix playback of DTS core out of a DTS-HD stream.Hendrik Leppkes
2011-05-08Implement new bitsreaming timing logic, which should produce much more accura...Hendrik Leppkes
2011-05-08Small changes in bitstreaming code.Hendrik Leppkes
2011-05-08Create an AVCodecContext when bitstreaming, because its needed by some parsers.Hendrik Leppkes
2011-05-08Use the ffmpeg parsers for Bitstreaming.Hendrik Leppkes
2011-05-04Added an option to force DTS-HD framing.Hendrik Leppkes
2011-05-04Try to detect DTS-HD streams and only activate the HD muxing mode when one is...Hendrik Leppkes
2011-05-03Changed how dynamic changes between decoding and bitstreamign are synchronizedHendrik Leppkes
2011-05-02No need to check for re-init, we only ever get called once.Hendrik Leppkes
2011-05-01Use the channel count in the output media type for the channel mask.Hendrik Leppkes
2011-05-01Implement switching between decoding and bitstreaming during playback.Hendrik Leppkes
2011-05-01Implement DTS-HD bitstreaming.Hendrik Leppkes