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
2017-04-21Update copyright year to 2017Hendrik Leppkes
2016-06-15Convert demuxer module to codecparHendrik Leppkes
2016-06-08Be consistent about data types to fix few compiler warnings.Kacper Michajłow
2016-04-18Export stereo_subtitle_offset_ids for MKV files as wellHendrik Leppkes
2016-04-18Read the "3d-plane" tag from MKV files for subtitle 3D planes in MVC filesHendrik Leppkes
2016-03-06Export a list of all PGS depth offsets as stereo_subtitle_offset_idsHendrik Leppkes
2016-03-01Add a bit more logging for MVC problemsHendrik Leppkes
2016-02-22Export a list of IG ids instead of only the first oneHendrik Leppkes
2016-02-22Export offset index metadata from the MPLSHendrik Leppkes
2016-02-22Fix IPropertyBag when demuxing Blu-raysHendrik Leppkes
2016-02-20Slightly better MVC base stream detection to rule out false positivesHendrik Leppkes
2016-02-20Disable MVC demuxing if the video decoder connected with another typeHendrik Leppkes
2016-02-18Remove debug lineHendrik Leppkes
2016-02-18Properly track the current MVC clipHendrik Leppkes
2016-02-18Disable in-band sidedata for MVC to avoid any potential issuesHendrik Leppkes
2016-02-18Directly specify the format of the MVC extensions files to avoid slow guessing.Hendrik Leppkes
2016-02-18Check that the base demuxer actually entered MVC modeHendrik Leppkes
2016-02-17Add the eye order to the format info lineHendrik Leppkes
2016-02-17Assume we found a missing packet when re-filling the queue for an unknown tim...Hendrik Leppkes
2016-02-17Assume Base+MVC are in sync if no timestamps are availableHendrik Leppkes
2016-02-16Simplify some thingsHendrik Leppkes
2016-02-16Only compare timestamps if they are actually setHendrik Leppkes
2016-02-16Check opening of the MVC extension during seekHendrik Leppkes
2016-02-16Support demuxing H.264 MVC from Blu-ray discsHendrik Leppkes
2016-02-16Process BD events more often to ensure none are missedHendrik Leppkes
2016-02-16Change the way the BD demuxer interacts with the main demuxerHendrik Leppkes
2016-01-01Update Copyright to 2016Hendrik Leppkes
2015-01-25BDDemux: give priority to the language tags from the longest clipHendrik Leppkes
2015-01-25BDDemux: silence warningHendrik Leppkes
2015-01-17Don't overwrite Blu-ray language entries when they already existHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-05-12Check all uses of MultiByteToWideChar and WideCharToMultiByteHendrik Leppkes
2014-03-06Add a safeguard in case reading hits EOFHendrik Leppkes
2014-03-06Disable all libbluray debug logging in release builds.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik 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-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-06-22Override disabled formats when directly opening a file.Hendrik Leppkes
2013-06-03Remove StreamInfo functionHendrik Leppkes