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-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-08-17Update ffmpegHendrik Leppkes
2012-08-11Add Opus decoding via libopusHendrik Leppkes
2012-06-30Implement basic mixing functionality.Hendrik Leppkes
2012-05-09Use OpenCore AMR for AMR-NB/WB decodingHendrik Leppkes
2012-05-08Add support for Speex with other AVI source filtersHendrik Leppkes
2012-05-08Fix a few warningsHendrik Leppkes
2012-04-22Add support for MPC-HCs AAC-ALS subtypeHendrik Leppkes
2012-04-15Avoid memory allocations for format name/description, and the leaks that came...Hendrik Leppkes
2012-04-01Add subtypes and configuration for ALACHendrik Leppkes
2012-03-21Add support for RALFHendrik Leppkes
2012-03-18Add WMALossless media subtypeHendrik Leppkes
2012-03-06Add WMA Lossless config option (default off)Hendrik Leppkes
2012-03-06Fix a bunch of datatype size related warningsHendrik Leppkes
2012-02-23Add more AAC media typesHendrik Leppkes
2012-02-11Implement a fallback 16-bit integer media type.Hendrik Leppkes
2012-02-10Add support for SIPR from the RealMedia splitterHendrik Leppkes
2012-02-09Fix reading of extradata size in RealAudio headerHendrik Leppkes
2012-01-14fix cook decoding with the MPC-HC RM splitterHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-17Use unique speaker names for the "Front Left/Right of Center" speakers.Hendrik Leppkes
2011-10-22Enhance RealAudio Header parserHendrik Leppkes
2011-10-22Add options for real audio formats.Hendrik Leppkes
2011-10-22Move RealAudio header parsing into a utility function.Hendrik Leppkes
2011-10-10Add support for COOK delivered from the RM splitter and some other formats.Hendrik Leppkes
2011-10-01Add options to configure which sample formats are active/usable.Hendrik Leppkes
2011-10-01Implement sample format conversion between all supported formats.Hendrik Leppkes
2011-09-30Add a new AAC ADTS mediatype for AAC with the ADTS header intact.Hendrik Leppkes
2011-09-29The codec override struct is constant.Hendrik Leppkes
2011-09-29The subtype map should be static and const.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-08-09Fix "possible loss of data" type conversion warnings.Hendrik Leppkes
2011-07-14Add a new E-AC3 subtype to LAV Audio input types.Hendrik Leppkes
2011-07-04Add MLP as a supported media type.Hendrik Leppkes
2011-06-09Add support for decoding audio delivered by the MS DVD Navigator, as well as ...Hendrik Leppkes
2011-05-30Clean up configuration interface to be more easily usable from other applicat...Hendrik Leppkes
2011-05-21Prefer the 5.1 mask with backchannels (0x3f) for better compat with other fil...Hendrik Leppkes
2011-05-21Improve the initial media type for DTS streams.Hendrik Leppkes
2011-05-19Refactor the old channel remapping code and make it simpler.Hendrik Leppkes
2011-05-18Change 6.1 default channel layout to have BL/BR/BC instead of side channels, ...Hendrik Leppkes
2011-05-14The Volume status for a absolutely silent channel should, well, be empty.Hendrik Leppkes
2011-05-08Fix media type generation for LPCM tracks.Hendrik Leppkes
2011-05-03Change media type creationt to work independent of the AV CodecContextHendrik Leppkes
2011-05-03Add WMAv1 subtype to LAV AudioHendrik Leppkes
2011-05-03Add format configuration for WMAv2 and WMA-ProHendrik Leppkes
2011-05-03Add WMA2 and WMA-Pro media typesHendrik Leppkes
2011-05-02Show "Bitstreaming" in the output field on the status panel when appropriate.Hendrik Leppkes
2011-05-01Implement TrueHD and E-AC3 bitstreaming.Hendrik Leppkes