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-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
2013-06-03Store LCID value in stream structHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-03-26Refactor title querying APIHendrik Leppkes
2013-03-26Disable BD title enumerationHendrik Leppkes
2013-02-01Add the ability to specify the input format to OpenInputStreamHendrik Leppkes
2013-01-19Indicate "combo" streams as their maximum sample rate.Hendrik Leppkes
2013-01-19Properly flag DTS-HD streams when adding them based on Blu-ray metadataHendrik Leppkes
2012-10-02Check some allocations for successHendrik Leppkes
2012-09-24Fix libbluray crashHendrik Leppkes
2012-09-23Update libblurayHendrik Leppkes
2012-06-12Increase IO Buffer size for better performance on high latency connections.Hendrik Leppkes
2012-05-08Fix a few warningsHendrik Leppkes
2012-03-29Fix stream detection on some bluraysHendrik Leppkes
2012-03-06Fill in missing stream information in the BD demuxerHendrik Leppkes
2012-02-13Update ffmpeg and adapt to new APIHendrik Leppkes
2012-02-07Add a log message when the BD playlist files contain a track which isn'tHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-22Adjust CBaseDemuxer::StreamInfo to accept a stream argument instead of only a...Hendrik Leppkes
2011-11-20Properly set seek flags in the BD demuxer.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-08-16Set stream languages on Blu-rays before creating media types.Hendrik Leppkes
2011-08-10If no BD title matches the query, try again with relaxed parameters.Hendrik Leppkes
2011-08-09Fix "possible loss of data" type conversion warnings.Hendrik Leppkes
2011-07-28When opening a Blu-ray disc from index.bdmv, filter titles by length.Hendrik Leppkes
2011-07-14Add explicit init to the BD event queue.Hendrik Leppkes
2011-07-02Updated ffmpeg and libbluray.Hendrik Leppkes