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 (Collapse)Author
2013-01-11Add an option to disable quality based audio stream choice.Hendrik Leppkes
Instead, the first track is always used. Fixes issue 309
2013-01-11Remove bitrate from the audio stream decision.Hendrik Leppkes
The bitrate info is not accurate enough to make an informed decision. Update issue 309
2013-01-10Adjust minimal "sane" fps to 8fps, some crappy home cameras produce 10 fps ↵Hendrik Leppkes
movies.
2013-01-10Support loading default settings from HKLM (overwriten by HKCU values)Hendrik Leppkes
Based on a patch by clsid Fixes issue 5.
2013-01-05Don't lower thread priorities of LAV Splitters threads.Hendrik Leppkes
2013-01-05Remove references to genptsHendrik Leppkes
2013-01-05Support IKeyFrameInfo for MP4 filesHendrik Leppkes
2013-01-05Only use index entries marked as keyframes for IKeyFrameInfoHendrik Leppkes
2013-01-03An aspect ratio of 1:1 (square pixels) is perfectly valid.Hendrik Leppkes
Previously, an AR of 1:1 was not accepted and further processing was done, which could result in the Stream AR being reported by LAV Splitter instead of the 1:1 Container AR, which should be reported instead.
2013-01-01Skip format probing when opening a Blu-ray, it'll always be MPEG-TSHendrik Leppkes
2013-01-01Improve support for multi-channel AAC in MPEG-TSHendrik Leppkes
2013-01-01Call static initializers from the DllEntryPointHendrik Leppkes
2013-01-01Re-organize H.264 timestamp rulesHendrik Leppkes
2013-01-01Fix H.264 timestamps in PMPHendrik Leppkes
2012-12-31Add support for H.264 in PMP (Annex B format)Hendrik Leppkes
2012-12-23Properly destroy tray icons without stalling the calling thread.Hendrik Leppkes
2012-12-22Fix order of instructions in the project filesHendrik Leppkes
2012-12-22Fix indentationHendrik Leppkes
2012-12-21Add options for the tray iconsHendrik Leppkes
2012-12-21Remove debug message when joining filter graphHendrik Leppkes
2012-12-21Show/Hide tray icon when entering/leaving the filter graph instead of ↵Hendrik Leppkes
loading the filter.
2012-12-21Add basic tray icon support.Hendrik Leppkes
2012-12-17Add support for Intel H263Hendrik Leppkes
2012-12-16Remove MPEG wrap handling and let ffmpeg handle it.Hendrik Leppkes
2012-12-16Update ffmpegHendrik Leppkes
2012-12-16Skip track change events that don't change the stream in debug mode as well.Hendrik Leppkes
2012-12-14Open Registry keys read-only when loading settings.Hendrik Leppkes
Idea from a patch by clsid.
2012-12-14Only try to load settings when the key exists.Hendrik Leppkes
Idea based on a patch from clsid.
2012-12-14Only set string value on successful read from Registryclsid
2012-12-14Create Registry keys when saving settings, not when loading them.clsid
2012-12-07Improve Ogg H.264 checkHendrik Leppkes
2012-12-07Output H.264 in Ogg as AnnexB and don't try to convert to AVCHendrik Leppkes
2012-12-07Add a workaround for matroska FPS derives from DefaultDuration.Hendrik Leppkes
Since DefaultDuration semantics are not equal to FPS, it is possible that the value is double what we expect, and we try to compensate here with the FPS from the bitstream headers, if available.
2012-12-07Always calculate all fps times for comparison purposes and simpler code.Hendrik Leppkes
2012-12-07Always pass container info into media type creation funcsHendrik Leppkes
2012-12-05Properly pass rawvideo extradata from LAV Splitter to LAV VideoHendrik Leppkes
2012-11-30Define _WIN32_WINNT and WINVER to 0x0502 to specify XP SP2 as the minimal ↵Hendrik Leppkes
supported OS.
2012-11-20Use the same condition for sending EndFlush as for BeginFlush, so the pair ↵Hendrik Leppkes
does not de-sync.
2012-11-19Prefer a default track over other subtitle tracks of the same languageHendrik Leppkes
Fixes issue 288
2012-11-05Fix a crash for video streams with unknown pixel formatHendrik Leppkes
2012-11-03Move IAMMediaContent into the proper position in the header, and not in the ↵Hendrik Leppkes
middle of ITrackInfo
2012-11-03Implement IAMMediaContent to read common metadata tags from media files.Hendrik Leppkes
Fixes issue 273.
2012-11-01Add support for TAKLucien
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
2012-10-31Update ffmpegHendrik Leppkes
2012-10-30Add DebugRelease profileHendrik Leppkes
2012-10-27Add proper media type for MPEG-4 ASP in MPEG-TSHendrik Leppkes
Fixes issue 283.
2012-10-27Map A-Law, muLaw, MS-GSM, MS ADPCM and Truespeech to DirectShow typesHendrik Leppkes
2012-10-27Map DirectShow types for AMR-NB and NellymoserHendrik Leppkes
2012-10-25Map BMP, GIF and TGA to DShow typesHendrik Leppkes
2012-10-25Properly map PNG and TIFF imagesHendrik Leppkes