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
2013-11-13LAV Audio: Fix a deadlock when changing bitstreaming settings when paused.Underground78
2013-11-09Remove entry which was previously forgotten.Hendrik Leppkes
2013-11-06Check for presence of verison info before using it.Hendrik Leppkes
2013-11-06Added a version check for the DTS decoder dll.Hendrik Leppkes
2013-10-28Protect tray icon creation with a lockHendrik Leppkes
2013-10-28Don't remove the tray icon on-the-flyHendrik Leppkes
2013-10-27Re-design the cleanup functionality of the tray iconHendrik Leppkes
2013-10-21Simplify audio buffer handlingHendrik Leppkes
2013-10-20Replace a few deprecated function callsHendrik Leppkes
2013-09-18Fix playback of DVD LPCM with other source filters or other decoders.Hendrik Leppkes
2013-09-18Fix 16-bit DVD LPCM decodingHendrik Leppkes
2013-09-11Remove unused variablesHendrik Leppkes
2013-09-11Don't run the audio deinterleaving for real audio on a flush.Hendrik Leppkes
2013-09-08Optimize project files and optimization settings for VS2012Hendrik Leppkes
2013-09-04Remove linker optimizations from project files, enabled by default.Hendrik Leppkes
2013-07-27Map QDM2 FourCC as input typeHendrik Leppkes
2013-07-17Check dts framesize for validityHendrik Leppkes
2013-07-17Propagate parsing errors to the callersHendrik Leppkes
2013-06-22Only copy the dependency manifest when building LAV SplitterHendrik Leppkes
2013-06-15Add missing quotes to support project files in path with spacesHendrik Leppkes
2013-06-15Add manifest files to control dll loading.Underground78
2013-06-13Define subtype for S302M AES3Hendrik Leppkes
2013-06-08Use proper signature for OpenConfiguration functionHendrik Leppkes
2013-06-05Disable multi-threading for audio codecs.Hendrik Leppkes
2013-05-25Cosmetics: Fix some typosUnderground78
2013-05-09Prefer string type macros in external interfacesHendrik Leppkes
2013-04-30Fix buildHendrik Leppkes
2013-04-30Parse FLAC extradata to extract the channel mask metadataHendrik Leppkes
2013-04-06Switch audio to refcounted framesHendrik Leppkes
2013-04-05Update ffmpegHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-03-27Set discontinuity on output samples after flushing/resyncHendrik Leppkes
2013-03-27Set a discontinuity on the next output sample after a/v sync adjustments.Hendrik Leppkes
2013-03-15Use alloc_context3, the others are deprecatedHendrik Leppkes
2013-02-20Avoid using SetDllDirectoryHendrik Leppkes
2013-02-15Remove the tray icon when runtime config is enabled.Hendrik Leppkes
2013-02-07Remove double checkHendrik Leppkes
2013-02-07Add a blacklist for processes where we don't want to create a tray icon.Hendrik Leppkes
2013-01-16Set line and page granularity for mixing trackbars.Hendrik Leppkes
2013-01-11Switch to triangular highpass dithering for float -> s16 conversion.Hendrik Leppkes
2013-01-11Revert "Avoid using SetDllDirectory"Hendrik Leppkes
2013-01-10Support loading default settings from HKLM (overwriten by HKCU values)Hendrik Leppkes
2013-01-09Remove unused Start/StopStreamingHendrik Leppkes
2013-01-09Avoid using SetDllDirectoryHendrik Leppkes
2013-01-06Fallback to DTS Core bitstreaming if HD media type is denied.Hendrik Leppkes
2013-01-06Only update bitstream context when config relevant to the current codec changes.Hendrik Leppkes
2013-01-05Support dithering for conversion to S16Hendrik Leppkes
2013-01-04Limit scope of rtDur variableHendrik Leppkes
2013-01-04Fix rounding when using different playback rates.Hendrik Leppkes
2013-01-04Properly handle timestamps of E-AC3 bitstreaming.Hendrik Leppkes