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-09-17Change H264 buffers to constantHendrik Leppkes
2011-09-15Slightly adjust seeking log messageHendrik Leppkes
2011-09-10Improve support for ADTS muxed AACHendrik Leppkes
2011-09-08Fix return value of IAMStreamSelect::InfoHendrik Leppkes
2011-09-07More debug log messages.Hendrik Leppkes
2011-09-05Switch to the stable seek API and adjust flags accordingly.Hendrik Leppkes
2011-09-04Adjust fallback flushing to try to unlock a deadlocked decoder.Hendrik Leppkes
2011-09-01Switch to VIH2 when the decoder suggests a AR as well.Hendrik Leppkes
2011-09-01Support RGB raw video.Hendrik Leppkes
2011-08-31Add support for H264 AnnexB in MKV (VFW mode)Hendrik Leppkes
2011-08-31Implement parsing for raw SSA/ASS packets into the required DShow format.Hendrik Leppkes
2011-08-24Don't flush on start when Haali renderer is used.Hendrik Leppkes
2011-08-23Enable MPEG-2 parser but disable timestamp mangling.Hendrik Leppkes
2011-08-23Use new parsing mode for ffmpeg to always extract keyframe infos from VC-1.Hendrik Leppkes
2011-08-22Remove an outdated assertion.Hendrik Leppkes
2011-08-22Rename formatTypeHandler to videoFormatTypeHandler.Hendrik Leppkes
2011-08-22Fix mediatype for raw PCM.Hendrik Leppkes
2011-08-22Only indicate a sync point on key frames.Hendrik Leppkes
2011-08-22Pretend to be the WM ASF Reader when connecting to the WMVideo Decoder.Hendrik Leppkes
2011-08-20Fix VC-1 in EVO mediatype, so it connects to the MS decoder.Hendrik Leppkes
2011-08-19Update iconsHendrik Leppkes
2011-08-18Add Icons to the filters.Hendrik Leppkes
2011-08-18Implement the option to open the property pages through rundll32.Hendrik Leppkes
2011-08-17Use DTS for RealVideo codecs.Hendrik Leppkes
2011-08-16Disable MKV timestamp mangling for LAV CUVID.Hendrik Leppkes
2011-08-16Indent packet flags.Hendrik Leppkes
2011-08-16Move StreamId replacement for forced subtitles into the base demuxing.Hendrik Leppkes
2011-08-16Set stream languages on Blu-rays before creating media types.Hendrik Leppkes
2011-08-11Fix a stream selection regression introduced by the RM changes.Hendrik Leppkes
2011-08-10Properly handle MJPEG with different FourCCs.Hendrik Leppkes
2011-08-10If no BD title matches the query, try again with relaxed parameters.Hendrik Leppkes
2011-08-10Cleanup iterator handling.Hendrik Leppkes
2011-08-10Add a few safety checks against crashes.Hendrik Leppkes
2011-08-10Fix a minor memory leak.Hendrik Leppkes
2011-08-10Add a suffix to all ffmpeg dlls to avoid collisions with other versions.Hendrik Leppkes
2011-08-09Fix "possible loss of data" type conversion warnings.Hendrik Leppkes
2011-08-09Signal a discontinuity if the demuxer indicates a corrupted package.Hendrik Leppkes
2011-08-09Add a flag to control enabling of the debug log file.Hendrik Leppkes
2011-08-09Only require the codec_info_nb_frames to be positive, don't force theHendrik Leppkes
2011-08-09Respect the codec_info_nb_frames when selecting audio streams in RM files asHendrik Leppkes
2011-08-08Take the number of frames into account when selecting the video stream in aHendrik Leppkes
2011-07-30Keep the bit-count parsed from the container file, and only overwrite it forHendrik Leppkes
2011-07-29Merge branch 'video'Hendrik Leppkes
2011-07-28When opening a Blu-ray disc from index.bdmv, filter titles by length.Hendrik Leppkes
2011-07-26Override the mediatypes for Real Video content.Hendrik Leppkes
2011-07-26Take the number of discovered frames into account when choosing the bestHendrik Leppkes
2011-07-26Reduce probe size back to the default (5mb maximum), to avoid excessiveHendrik Leppkes
2011-07-25Set biBitCount and biSizeImage to some value even on compressed formats,Hendrik Leppkes
2011-07-25Set biBitCount and biSizeImage to some value even on compressed formats,Hendrik Leppkes
2011-07-25Support playing MPEG-TS files where the pts wrap is directly at the start ofHendrik Leppkes