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-04-03Export coverart and attachments through IDSMResourceBagHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-03-04Parsing of ICY metadataHendrik Leppkes
2014-02-02ITrackInfo should be enabled by default.Hendrik Leppkes
2014-01-14Implement an interface for high-level streaming control.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-21Expose rotation metadata from MP4 filesHendrik Leppkes
2013-12-21Expose all internal metadata through IPropertyBagHendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-08-25Only block extensions for direct file accessHendrik 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-05-20Delay network init until the splitter is actually initalized.Hendrik Leppkes
2013-04-03Update extradata/stream param on segment change codeHendrik Leppkes
2013-03-30Move sidedata/extradata processing into its own functionHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-03-26Implement MKV edition switchingHendrik Leppkes
2013-02-28Replace manual MPEG checks with checks against AVFMT_TS_DISCONTHendrik Leppkes
2013-02-01Add the ability to specify the input format to OpenInputStreamHendrik Leppkes
2013-02-01Remove variables which are not needed.Hendrik Leppkes
2013-01-05Support IKeyFrameInfo for MP4 filesHendrik Leppkes
2013-01-01Fix H.264 timestamps in PMPHendrik Leppkes
2012-11-03Move IAMMediaContent into the proper position in the header, and not in the m...Hendrik Leppkes
2012-11-03Implement IAMMediaContent to read common metadata tags from media files.Hendrik Leppkes
2012-07-03Communicate has_b_frames to the decoder through ILAVPinInfoHendrik Leppkes
2012-06-15Enable timestamp wrapping and discontinuity support for MPEG-PSHendrik Leppkes
2012-03-29Fix stream detection on some bluraysHendrik Leppkes
2012-02-08Handle H.264 AnnexB in Ogg/OGMHendrik Leppkes
2012-02-07Improve codec closing with network protocolsHendrik Leppkes
2012-02-07Call av_read_play when starting the demuxer.Hendrik Leppkes
2012-02-04Set a hard timeout for file/stream opening, so the player doesn't hang.Hendrik Leppkes
2012-02-03Add support for IAMOpenProgress to allow canceling a network operationHendrik Leppkes
2012-02-02Add a new ILAVPinInfo interface to the splitters output pins.Hendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-22Mark a few utility functions as constHendrik Leppkes
2011-12-22Adjust CBaseDemuxer::StreamInfo to accept a stream argument instead of only a...Hendrik Leppkes
2011-12-20Discard all inactive streamsHendrik Leppkes
2011-11-06Properly update the parser flags after seeks.Hendrik Leppkes
2011-10-18Report the processed language id in ITrackInfoHendrik Leppkes
2011-10-17Implement new subtitle selection logic.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-09Fix "possible loss of data" type conversion warnings.Hendrik Leppkes
2011-08-08Take the number of frames into account when selecting the video stream in aHendrik Leppkes
2011-07-22Don't do VC-1 correction in EVO files.Hendrik Leppkes
2011-07-02Switch to new avformat_open_input APIHendrik Leppkes
2011-06-09Added a RuntimeConfig mode.Hendrik Leppkes