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-03Happy new Year!Hendrik Leppkes
2014-09-01Allow selecting subtitles on a substring match in advanced modeJohn Peebles
2014-01-14Implement an interface for high-level streaming control.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2014-01-12Change "No subtitles" pin to use a basic text-only typeHendrik Leppkes
2013-12-17Use a media type from the real subtitle streams for the "No Subtitles" PinHendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-09-06Don't sent stream discontinuities for Blu-raysHendrik Leppkes
2013-06-03Remove StreamInfo functionHendrik Leppkes
2013-06-03Store LCID value in stream structHendrik Leppkes
2013-05-13In Default Submode, prefer default tracks over the virtual forced subtitle trackHendrik Leppkes
2013-05-09Use AV_PIX_FMT_* instead of the deprecated PIX_FMT_*Hendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-03-26Refactor title querying APIHendrik Leppkes
2013-03-19Rewrite Packet class to use AVBufferRefHendrik Leppkes
2013-03-19Split Packet class into its own filesHendrik Leppkes
2013-03-19Remove unused packet appending.Hendrik Leppkes
2013-02-28Replace manual MPEG checks with checks against AVFMT_TS_DISCONTHendrik Leppkes
2012-10-07Support SRT-styled subs in AVIHendrik Leppkes
2012-10-02Check some allocations for successHendrik Leppkes
2012-07-03Communicate has_b_frames to the decoder through ILAVPinInfoHendrik Leppkes
2012-07-03Add support for "Normal", "Impaired" and "NOT" subtitle selector tokens.Hendrik Leppkes
2012-04-26Avoid a crash on zero-sized packetsHendrik Leppkes
2012-04-03Always zero-pad the Packets data bufferHendrik Leppkes
2012-02-07Improve codec closing with network protocolsHendrik Leppkes
2012-02-07Call av_read_play when starting the demuxer.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-22Clear the stream list on destructionHendrik Leppkes
2011-12-22Adjust CBaseDemuxer::StreamInfo to accept a stream argument instead of only a...Hendrik Leppkes
2011-10-17Improve language tag mapping.Hendrik Leppkes
2011-10-17Implement new subtitle selection logic.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-08-31Add support for H264 AnnexB in MKV (VFW mode)Hendrik Leppkes
2011-08-16Indent packet flags.Hendrik Leppkes
2011-08-16Move StreamId replacement for forced subtitles into the base demuxing.Hendrik Leppkes
2011-08-09Fix "possible loss of data" type conversion warnings.Hendrik Leppkes
2011-07-02Support for MPEG-4 Timed Text subtitles (tx3g), found in mov and mp4 files.Hendrik Leppkes
2011-06-09Added a RuntimeConfig mode.Hendrik Leppkes
2011-05-05Fix mediatype handling for the special forced subtitle stream.Hendrik Leppkes
2011-05-04Implemented the "Separate Forced Subtitles" option.Hendrik Leppkes
2011-04-21Add new properties page to control which formats will be demuxed.Hendrik Leppkes
2011-04-13Add backend functionality for controlling which input formats should be suppo...Hendrik Leppkes
2011-04-09Added new H264 AnnexB Parser that converts it into AVC1/MP4 format.Hendrik Leppkes
2011-04-09Use CoTaskMem* functions to manage the Packets buffer.Hendrik Leppkes
2011-04-09Don't need to change the size of the memory block when the new size does not ...Hendrik Leppkes
2011-04-08Refactored how the VC-1 timestamp correction option works.Hendrik Leppkes