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-09-11Free memory on failureHendrik Leppkes
2013-09-11Move demuxer init down to where its needed.Hendrik Leppkes
2013-09-11Initialize variable in constructorHendrik Leppkes
2013-09-11Remove unused variablesHendrik Leppkes
2013-09-11Fix uninitialized scalar valuesHendrik Leppkes
2013-09-10Fix a few cppcheck warningsXhmikosR
2013-09-08Optimize project files and optimization settings for VS2012Hendrik Leppkes
2013-09-08Remove RV40 size hackHendrik Leppkes
2013-09-06Don't sent stream discontinuities for Blu-raysHendrik Leppkes
2013-09-06Enable fallback TS discont logic for Blu-raysHendrik Leppkes
2013-09-04Remove linker optimizations from project files, enabled by default.Hendrik Leppkes
2013-09-03Don't allow negative file positionsHendrik Leppkes
2013-08-25Only block extensions for direct file accessHendrik Leppkes
2013-08-16Remove unused buffers parameterHendrik Leppkes
2013-08-16Further increase max analyse duration for file playbackHendrik Leppkes
2013-08-16Only do start time correction on one pin, otherwise a stream starting late ca...Hendrik Leppkes
2013-08-12Update and cleanup input format mappingsHendrik Leppkes
2013-08-04Fix handling of some H264 AnnexB streams in AVIHendrik Leppkes
2013-08-03Increase max_analyze_duration for all files.Hendrik Leppkes
2013-07-27Set wFormatTag for QDM2 properlyHendrik Leppkes
2013-07-23Move common init code to a more appropriate placeHendrik Leppkes
2013-07-23Properly reset the source filter when a new file is opened.Hendrik Leppkes
2013-07-16Increase probesize for mpeg-ts to help identify badly-recorded 4k streamsHendrik Leppkes
2013-07-06Reduce read buffer size for network streamsHendrik Leppkes
2013-07-03Add an option to configure the analyze duration for network streams.Hendrik Leppkes
2013-07-03Increase audio queues for Blu-ray codecsHendrik Leppkes
2013-07-03Adjust how audio queue sizes are setHendrik Leppkes
2013-06-30Treat an unseekable input stream as a live network source as well.Hendrik Leppkes
2013-06-30Set a lower analyze_duration for network streamsHendrik Leppkes
2013-06-22Improve accuracy of IAMExtendedSeeking::get_CurrentMarkerHendrik Leppkes
2013-06-22Change comment to reflect the new behaviourHendrik Leppkes
2013-06-22Override disabled formats when directly opening a file.Hendrik Leppkes
2013-06-22Fix .manifest resource file placementHendrik Leppkes
2013-06-22Use Qt FourCCs for Big-Endian PCM AudioHendrik Leppkes
2013-06-22Only copy the dependency manifest when building LAV SplitterHendrik Leppkes
2013-06-16Map AV_CODEC_ID_ASS to the appropriate subtypeHendrik Leppkes
2013-06-16Remove unused variableHendrik Leppkes
2013-06-16Fix H.264 startcode detection in AnnexB H.264 headers in AVIHendrik Leppkes
2013-06-15Try to detect AVC1 with short extradata in AVIHendrik Leppkes
2013-06-15Set a default AVC1-startcode size of 4, if none is availableHendrik Leppkes
2013-06-15Add missing quotes to support project files in path with spacesHendrik Leppkes
2013-06-15Add manifest files to control dll loading.Underground78
2013-06-13Define subtype for S302M AES3Hendrik Leppkes
2013-06-08Check the demuxer was created before transition into Pause modeHendrik Leppkes
2013-06-08Use proper signature for OpenConfiguration functionHendrik Leppkes
2013-06-03Remove StreamInfo functionHendrik Leppkes
2013-06-03Store LCID value in stream structHendrik Leppkes
2013-06-03Avoid calling av_dict_get twice on the same valueHendrik Leppkes
2013-05-26GetFormats: Add missing parenthesis in ca01976e1997.Underground78
2013-05-26Handle Default-Stream flags on video streams properlyHendrik Leppkes