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-01-03An aspect ratio of 1:1 (square pixels) is perfectly valid.Hendrik Leppkes
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 loading...Hendrik Leppkes
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
2012-12-14Only try to load settings when the key exists.Hendrik Leppkes
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
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 sup...Hendrik Leppkes
2012-11-20Use the same condition for sending EndFlush as for BeginFlush, so the pair do...Hendrik Leppkes
2012-11-19Prefer a default track over other subtitle tracks of the same languageHendrik Leppkes
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 m...Hendrik Leppkes
2012-11-03Implement IAMMediaContent to read common metadata tags from media files.Hendrik Leppkes
2012-11-01Add support for TAKLucien
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
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
2012-10-25Add image demuxingHendrik Leppkes
2012-10-25Retry seeking on audio stream if video stream failed.Hendrik Leppkes
2012-10-14Slightly modify the default vob paletteHendrik Leppkes
2012-10-14Improve DVD subtitle mediatype to include the frame size informationHendrik Leppkes
2012-10-13Make two helper functions staticHendrik Leppkes
2012-10-07Support SRT-styled subs in AVIHendrik Leppkes
2012-10-07Added a special LAV raw video type so that raw video split by LAV Splitter ca...Hendrik Leppkes
2012-10-07Seek to the start of the file if time-based seeking to 0 failed.Hendrik Leppkes