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-08Disable MPEG-TS H.264 to AVC1 conversion by defaultHendrik Leppkes
2013-11-08Remove stdint.h in favor of Visual Studio official stdint.hHendrik Leppkes
2013-11-07Revert "Wait for the seek to finish before returning to the caller."Hendrik Leppkes
2013-11-07Wait for the seek to finish before returning to the caller.Hendrik Leppkes
2013-11-07Refactor playback init checks into an event instead of a critical sectionHendrik Leppkes
2013-11-07Avoid a race condition between seeking and stopping.Hendrik Leppkes
2013-11-06Fix a typoHendrik Leppkes
2013-11-06Reset EOS protection on a BD seekHendrik Leppkes
2013-11-06Process events during file opening and reset EOS protectionHendrik Leppkes
2013-11-05Implement a workaround for BDs which have a clip without audio at the end.Hendrik Leppkes
2013-11-05Move BD interface functions into the BDDemuxer classHendrik Leppkes
2013-11-05Fix Blu-ray clip change detection because of 4-byte TS packet size diffHendrik Leppkes
2013-10-30Set Only-DTS flag for HEVC in AVIHendrik Leppkes
2013-10-30Set Only-DTS flag for rawvideoHendrik Leppkes
2013-10-30Redefine H264 DTS pin info flag to be more generic (for HEVC support)Hendrik Leppkes
2013-10-30Enable rawvideo by defaultHendrik Leppkes
2013-10-30Map "hevc" to the rawvideo typeHendrik 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-20Replace a few deprecated function callsHendrik Leppkes
2013-10-20Support VP9Hendrik Leppkes
2013-10-20Support HEVC demuxingHendrik Leppkes
2013-09-23Log seeking correctionsHendrik Leppkes
2013-09-23Read into a fixed size buffer instead of all at once.Hendrik Leppkes
2013-09-23Seek after the 4-byte extra TS headers on BD.Hendrik Leppkes
2013-09-23Manually sync to the seek target position if requiredHendrik Leppkes
2013-09-23Avoid negative file positions in the BD demuxerHendrik 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-11Free memory on failureHendrik Leppkes
2013-09-11Move demuxer init down to where its needed.Hendrik Leppkes
2013-09-11Initialize variable in constructorHendrik Leppkes
2013-09-11Remove unused variablesHendrik Leppkes
2013-09-11Fix uninitialized scalar valuesHendrik Leppkes
2013-09-10Fix a few cppcheck warningsXhmikosR
2013-09-08Optimize project files and optimization settings for VS2012Hendrik Leppkes
2013-09-08Remove RV40 size hackHendrik Leppkes
2013-09-06Don't sent stream discontinuities for Blu-raysHendrik Leppkes
2013-09-06Enable fallback TS discont logic for Blu-raysHendrik Leppkes
2013-09-04Remove linker optimizations from project files, enabled by default.Hendrik Leppkes
2013-09-03Don't allow negative file positionsHendrik Leppkes
2013-08-25Only block extensions for direct file accessHendrik Leppkes
2013-08-16Remove unused buffers parameterHendrik Leppkes
2013-08-16Further increase max analyse duration for file playbackHendrik Leppkes
2013-08-16Only do start time correction on one pin, otherwise a stream starting late ca...Hendrik Leppkes
2013-08-12Update and cleanup input format mappingsHendrik Leppkes
2013-08-04Fix handling of some H264 AnnexB streams in AVIHendrik Leppkes
2013-08-03Increase max_analyze_duration for all files.Hendrik Leppkes
2013-07-27Set wFormatTag for QDM2 properlyHendrik Leppkes