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
2016-01-05Use a std:deque for the media types to allow insertion at the frontHendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-09-22Update ffmpegHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-12-21Add DSD media typesHendrik Leppkes
2014-02-07Add support for ATRAC3+Jan Ekström
2014-02-07Separate ATRAC series from Real AudioJan Ekström
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-11-26Include wmcodecdsp.h and remove any duplicate GUID definitionsHendrik Leppkes
2013-10-20Replace a few deprecated function callsHendrik Leppkes
2013-09-18Fix 16-bit DVD LPCM decodingHendrik Leppkes
2013-07-27Set wFormatTag for QDM2 properlyHendrik Leppkes
2013-06-22Use Qt FourCCs for Big-Endian PCM AudioHendrik Leppkes
2013-06-13Define subtype for S302M AES3Hendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2012-11-01Add support for TAKLucien
2012-10-27Map A-Law, muLaw, MS-GSM, MS ADPCM and Truespeech to DirectShow typesHendrik Leppkes
2012-10-27Map DirectShow types for AMR-NB and NellymoserHendrik Leppkes
2012-10-02Check some allocations for successHendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-08-11Add Opus decoding via libopusHendrik Leppkes
2012-04-22Add support for MPC-HCs AAC-ALS subtypeHendrik Leppkes
2012-04-01Add subtypes and configuration for ALACHendrik Leppkes
2012-03-21Add support for RALFHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-02-08Override media types for Real Audio formatsHendrik Leppkes
2012-01-25Calculate a fallback avgbytespersec if its 0Hendrik Leppkes
2012-01-25Adjust FLAC media type to block connection to ReClockHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-19Add ADPCM IMA AMV codec mappingHendrik Leppkes
2011-11-27Fix a bug in VorbisHeader2 creationHendrik Leppkes
2011-11-12Properly set sample size on raw pcm media types.Hendrik Leppkes
2011-11-09Ensure WAVEFORMATEXTENSIBLE is used when demuxing raw PCM.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-08-22Fix mediatype for raw PCM.Hendrik Leppkes
2011-07-04Output MLP using the proper media type in the splitter.Hendrik Leppkes
2011-05-25Use the DVD LPCM media type for PCM S16BE in MPEG files, and properly support...Hendrik Leppkes
2011-05-15Prefer the FourCC based DTS subtype, this avoids connection issues between th...Hendrik Leppkes
2011-05-11Preserve DTS codec tagsHendrik Leppkes
2011-05-04Refactored initAudioType to be more concise and easier to manage.Hendrik Leppkes
2011-05-03Set the proper subtypes for WMA in the splitterHendrik Leppkes
2011-04-27When we are lacking crucial audio codec informations, set some default values.Hendrik Leppkes
2011-04-27Add support for detecting DTS Express tracks.Hendrik Leppkes
2011-04-25Add explicit cast to silence warning.Hendrik Leppkes
2011-04-25Cleanup Vorbis mediatype creation.Hendrik Leppkes
2011-04-23Don't use a special media type for 32-bit float.Hendrik Leppkes
2011-04-23Fix media type for PCM in MKV.Hendrik Leppkes
2011-04-23Add proper subtypes and media types for raw little-endian PCM.Hendrik Leppkes
2011-04-06Prevent a crash when the sample_rate is 0Hendrik Leppkes