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
2011-07-24Moved ByteParser helper class into DSUtilLiteHendrik Leppkes
2011-07-24Add another NULL check for filenames.Hendrik Leppkes
2011-07-24Add a safety check for NULL filename before trying to extract the extension.Hendrik Leppkes
2011-07-22Shuffle around codec selection priorities.Hendrik Leppkes
2011-07-22Don't do VC-1 correction in EVO files.Hendrik Leppkes
2011-07-21Added LAV Video to the list of codecs that do require VC-1 timestampHendrik Leppkes
2011-07-16Add IObjectWithSite to QueryInterface0.30Hendrik Leppkes
2011-07-15Add small commentHendrik Leppkes
2011-07-15Instead of sending nothing, send the first media type.Hendrik Leppkes
2011-07-15Make sure there is a matching media type before trying to send anything.Hendrik Leppkes
2011-07-15Release the IGraphRebuildDelegate reference when we're done with itHendrik Leppkes
2011-07-15Add new IGraphRebuildDelegate interface and support it in the streamHendrik Leppkes
2011-07-15Implement the IObjectWithSite interface for future usage.Hendrik Leppkes
2011-07-14Add explicit init to the BD event queue.Hendrik Leppkes
2011-07-14Switch to new avformat_find_stream_info APIHendrik Leppkes
2011-07-11Move logging init to an earlier position.Hendrik Leppkes
2011-07-11Update .lib file names after ffmpeg change.Hendrik Leppkes
2011-07-09Define a hard maximum size for the queues (soft max * 2).Hendrik Leppkes
2011-07-08Implemented an option to disable the forceful removal of the audio decoder on...Hendrik Leppkes
2011-07-05Increase read buffer size when interfacing with the IAsyncReader for better I...Hendrik Leppkes
2011-07-04Output MLP using the proper media type in the splitter.Hendrik Leppkes
2011-07-02Support for MPEG-4 Timed Text subtitles (tx3g), found in mov and mp4 files.Hendrik Leppkes
2011-07-02Add ffdshow DXVA to the list of decoders requiring VC-1 timestamp correction.Hendrik Leppkes
2011-07-02Switch to new avformat_open_input APIHendrik Leppkes
2011-07-02Updated ffmpeg and libbluray.Hendrik Leppkes
2011-06-09Revert "Adjust the name of the LAV Source filter to reflect that its actually...Hendrik Leppkes
2011-06-09Added a RuntimeConfig mode.Hendrik Leppkes
2011-06-08Added a work around for errors in some MPEG-TS streams recorded by some HD-PV...Hendrik Leppkes
2011-06-07Split H264 packages at AUDs in the stream parser.Hendrik Leppkes
2011-06-06Adjust the name of the LAV Source filter to reflect that its actually LAV Spl...Hendrik Leppkes
2011-06-06Silence a warning.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-06-05Always show the language code in the stream selector.Hendrik Leppkes
2011-05-30Update libblurayHendrik Leppkes
2011-05-27Properly set the bits per pixel on raw video content.Hendrik Leppkes
2011-05-26Add a lock to CPacketQueue::IsEmptyHendrik Leppkes
2011-05-26Fix some minor warnings.Hendrik Leppkes
2011-05-25Don't filter pgs segments with Object Number 0, as those are meant to clear s...Hendrik Leppkes
2011-05-25Use the DVD LPCM media type for PCM S16BE in MPEG files, and properly support...Hendrik Leppkes
2011-05-24Allow the decoder to request more buffers.Hendrik Leppkes
2011-05-24Add some debug messages for queue fill state.Hendrik Leppkes
2011-05-23Increase default probe size to detect streams starting very late in mpeg-ts f...Hendrik Leppkes
2011-05-23Fix playback of mpeg-ts files with a program that contains one valid stream a...Hendrik Leppkes
2011-05-22Use default ffmpeg probe buffer sizesHendrik Leppkes
2011-05-22Fix a memory leak on stream switching and add some debug messages.Hendrik Leppkes
2011-05-21Explicetly close the logfile on destruction.Hendrik Leppkes
2011-05-18Implement debug logging into a file.Hendrik Leppkes
2011-05-15Prefer the FourCC based DTS subtype, this avoids connection issues between th...Hendrik Leppkes
2011-05-14Add a Lock into the Splitter InputPin to prevent race conditions in seeking w...Hendrik Leppkes