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-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
2011-06-06Enable ITrackInfo, except for zoomplayer.Hendrik Leppkes
2011-06-06Improvements to ITrackInfo for forced and no-subs stream.Hendrik Leppkes
2011-05-06Added crude attempt to handle mpegts pts wrap arounds.Hendrik Leppkes
2011-05-05Remove Audio Parsing and Generate missing timestamps options.Hendrik Leppkes
2011-05-04Implemented the "Separate Forced Subtitles" option.Hendrik Leppkes
2011-05-03For m2ts files opened inside a BD structure, try to open the corresponding cl...Hendrik Leppkes
2011-05-03Pass the file name to OpenInputStream and internally hand it down to InitAVFo...Hendrik Leppkes
2011-05-03Implement ITrackInfoHendrik Leppkes
2011-04-29Add the ability to filter Blu-ray PGS subtitles to only send frames flagged a...Hendrik Leppkes
2011-04-21Add new properties page to control which formats will be demuxed.Hendrik Leppkes
2011-04-18Send one possibly inaccurate timestamp for VC-1 in MKV after opening and seek...Hendrik Leppkes
2011-04-13Add backend functionality for controlling which input formats should be suppo...Hendrik Leppkes
2011-04-13Use BOOL instead of bool for container checks.Hendrik Leppkes
2011-04-11Added a new option to turn on GENPTS for all streams for debugging.Hendrik Leppkes
2011-04-09Added support for embedded fonts.Hendrik Leppkes
2011-04-06Added options to enable/disable stream parsing.Hendrik Leppkes
2011-04-03Process stream offsets on a per-stream basis.Hendrik Leppkes
2011-04-02Update seamless playback offset calculation to work with clips that have diff...Hendrik Leppkes