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-08-12Add an option to specify the maximum queue size in packetsHendrik Leppkes
2015-03-26Fix discontinuity logic when demuxing doesn't start with a video frameHendrik Leppkes
2015-01-03Happy new Year!Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2013-12-26Implement IBitRateInfokasper93
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-09-11Fix uninitialized scalar valuesHendrik Leppkes
2013-09-10Fix a few cppcheck warningsXhmikosR
2013-08-16Remove unused buffers parameterHendrik Leppkes
2013-08-16Only do start time correction on one pin, otherwise a stream starting late ca...Hendrik Leppkes
2013-07-03Increase audio queues for Blu-ray codecsHendrik Leppkes
2013-07-03Adjust how audio queue sizes are setHendrik Leppkes
2013-04-13Fix media type handling when switching video streamsHendrik Leppkes
2013-03-30Improve extradata change code to avoid a deadlock and a potential failure to ...Hendrik Leppkes
2013-03-30Fix double-free of mediatypes on dynamic changesHendrik Leppkes
2013-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-03-03Detect timestamp disconts at the start of the stream as well.Hendrik Leppkes
2013-02-03Generally increase audio queue size.Hendrik Leppkes
2013-02-03Increase audio queue size for PCM in MKVHendrik Leppkes
2013-01-05Don't lower thread priorities of LAV Splitters threads.Hendrik Leppkes
2012-11-20Use the same condition for sending EndFlush as for BeginFlush, so the pair do...Hendrik Leppkes
2012-10-04Add an option to configure the maximum memory used for frame queues.Hendrik Leppkes
2012-07-03Communicate has_b_frames to the decoder through ILAVPinInfoHendrik Leppkes
2012-05-28Adjust queue sizes to consume less ramHendrik Leppkes
2012-04-03Implement our own MediaSample allocator to avoid one memory copy.Hendrik Leppkes
2012-03-31Remove unused CheckConnect functionHendrik Leppkes
2012-03-31Fix two small memory leaksHendrik Leppkes
2012-03-27Increase audio queue sizeHendrik Leppkes
2012-03-06Fix a bunch of datatype size related warningsHendrik Leppkes
2012-02-11Tweak queue sizes some more.Hendrik Leppkes
2012-02-06Fix playback stall when the InternalScriptCommandRenderer is in the graph.Hendrik Leppkes
2012-02-04Increase queue size for DTS.Hendrik Leppkes
2012-02-04Increase TrueHD queue sizes for a more balanced demuxingHendrik Leppkes
2012-02-04Limit the maximum size of a single queue to 512MBHendrik Leppkes
2012-02-04Implement IBufferInfo to query buffer size/fullnessHendrik Leppkes
2012-02-02Add a new ILAVPinInfo interface to the splitters output pins.Hendrik Leppkes
2012-01-28Handle timestamp discontinuities in mpeg-tsHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2011-12-08Properly free the worker thread handles when shutting them down.Hendrik Leppkes
2011-11-12Remove unused constructorHendrik Leppkes
2011-11-12Use a more generic setup for queue size adjustments.Hendrik Leppkes
2011-11-12Increase queue sizes for TrueHD.Hendrik Leppkes
2011-11-12Allow the queue limits to be specified per output pin.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-07More debug log messages.Hendrik Leppkes
2011-09-04Adjust fallback flushing to try to unlock a deadlocked decoder.Hendrik Leppkes
2011-08-24Don't flush on start when Haali renderer is used.Hendrik Leppkes
2011-08-22Remove an outdated assertion.Hendrik Leppkes