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-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
2011-06-09Added a RuntimeConfig mode.Hendrik Leppkes
2011-05-30Update libblurayHendrik Leppkes
2011-05-06Added crude attempt to handle mpegts pts wrap arounds.Hendrik Leppkes
2011-05-03Let the BD Demuxer forward interface querys to the LAVF demuxer, if appropriate.Hendrik Leppkes
2011-04-18CleanupHendrik Leppkes
2011-04-13Silenced some warnings.Hendrik Leppkes
2011-04-09Consider all titles as valid when requesting to open a specific one.Hendrik Leppkes
2011-04-09Return "mpegts" as container format for blurays.Hendrik Leppkes
2011-04-06Increase debug output.Hendrik Leppkes
2011-04-06Redirect libbluray debug logging into the debugger console.Hendrik Leppkes
2011-04-03Propagate errors during BD opening up the DirectShow components.Hendrik Leppkes
2011-04-03Support opening a playlist file directly.Hendrik Leppkes
2011-04-03Convert BD timecode conversion into inline functions.Hendrik Leppkes
2011-04-03Process stream offsets on a per-stream basis.Hendrik Leppkes
2011-04-02Don't update the byte offset when receiving a byte position of -1 (due to int...Hendrik Leppkes
2011-04-02Reflect the signed/unsigned state of timestamps and byte offsets in the varia...Hendrik Leppkes
2011-04-02Small optimizationHendrik Leppkes
2011-04-02Update seamless playback offset calculation to work with clips that have diff...Hendrik Leppkes
2011-04-02Remove copy-pasta comment.Hendrik Leppkes
2011-04-02Fixed a overflow in bd_get_title_info and refactored event processing code.Hendrik Leppkes
2011-03-29Finish backend title info functions.Hendrik Leppkes
2011-03-29Update for some new libbluray adjustments.Hendrik Leppkes
2011-03-29Update libbluray usageHendrik Leppkes
2011-03-29First draft of seamless playback.Hendrik Leppkes
2011-03-28Export BD chapters.Hendrik Leppkes