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-03-11Signal DTS-only HEVC in MP4 when no CTTS atom is presentHendrik Leppkes
2017-02-20Turn off broken mov editlist handling until further noticeHendrik Leppkes
2016-12-09Change Packet API to match underlying data structureHendrik Leppkes
2016-12-09avcodec: use strict h264 handling on file-based playback with LAV SplitterHendrik Leppkes
2016-11-28Add functions to export stream-level sidedata through the output pinHendrik Leppkes
2016-11-28Add a helper function to find a stream struct for a stream idHendrik Leppkes
2016-11-28Clean up includes a bitHendrik Leppkes
2016-07-11Properly expose IMediaSideData through QueryInterfaceHendrik Leppkes
2016-07-11Export FFMpeg sidedata in IMediaSampleSideDataHendrik Leppkes
2016-07-11Re-implement the Packet struct, based more closely on a backing AVPacketHendrik Leppkes
2016-06-28Replace ATL uuid attributes with declspec uuidHendrik Leppkes
2016-06-25Remove unused includeHendrik Leppkes
2016-06-25Remove useless variableHendrik Leppkes
2016-06-25Remove dts express hacks, its supported natively nowHendrik Leppkes
2016-06-25Remove unused macroHendrik Leppkes
2016-06-25Remove frame_size check for mpegaudioHendrik Leppkes
2016-06-15Convert demuxer module to codecparHendrik Leppkes
2016-06-15Fix audio stream selection by qualityHendrik Leppkes
2016-06-15Disable embedded side-data for MPEG-TSHendrik Leppkes
2016-06-12Add experimental support for CineformHD decodingHendrik 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-04-17Fix exposing of non-pcm s302m streamsHendrik Leppkes
2016-04-15Parse the forced flag from the mov tx3g subtitle atomHendrik Leppkes
2016-03-24Support more description tagsHendrik Leppkes
2016-03-22Don't report keyframe info for fragmented mp4 filesHendrik Leppkes
2016-03-06Export a list of all PGS depth offsets as stereo_subtitle_offset_idsHendrik Leppkes
2016-03-01Avoid using goto and instead recursively call the function againHendrik Leppkes
2016-03-01Add a bit more logging for MVC problemsHendrik Leppkes
2016-02-22Handle the forced subtitle stream when retrieving PGS metadataHendrik 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-20Properly append the subset extradata to the base view for mpegtsHendrik 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