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-03-29Update Copyright Year to 2013Hendrik Leppkes
2013-01-30Rewrite logic for H.264 AnnexB/AVC1 processing.Hendrik Leppkes
2013-01-10Adjust minimal "sane" fps to 8fps, some crappy home cameras produce 10 fps mo...Hendrik Leppkes
2013-01-03An aspect ratio of 1:1 (square pixels) is perfectly valid.Hendrik Leppkes
2012-12-17Add support for Intel H263Hendrik 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-11-05Fix a crash for video streams with unknown pixel formatHendrik Leppkes
2012-10-31Update ffmpegHendrik Leppkes
2012-10-27Add proper media type for MPEG-4 ASP in MPEG-TSHendrik Leppkes
2012-10-25Map BMP, GIF and TGA to DShow typesHendrik Leppkes
2012-10-25Properly map PNG and TIFF imagesHendrik Leppkes
2012-10-02Check some allocations for successHendrik Leppkes
2012-10-01Define a low-limit of 10fps for "sane" frame rates.Hendrik Leppkes
2012-08-17Update ffmpegHendrik Leppkes
2012-07-15Fix extradata creation for some H264 files with sps extension.Hendrik Leppkes
2012-06-26Fix condition to avoid a crashHendrik Leppkes
2012-04-28Only process fps values once validated to avoid errorsHendrik Leppkes
2012-04-27Improved FPS fallbacksHendrik Leppkes
2012-03-21Output H264-ES and RTP/RTSP as H264, not as AVC1Hendrik Leppkes
2012-03-08Automatically determine if VC-1 extradata needs to be zero padded for VIH2 cr...Hendrik Leppkes
2012-03-06Fix a bunch of datatype size related warningsHendrik Leppkes
2012-02-09Don't use a default codec tag for DV, it can cause confusion in the decoder.Hendrik Leppkes
2012-02-08Fix RV40 width/height and ARHendrik Leppkes
2012-02-07Minor cleanupHendrik Leppkes
2012-01-06Update license headers for 2012Hendrik Leppkes
2012-01-06Preserve the WMVA subtype, in addition to WVC1Hendrik Leppkes
2011-12-19Add AMV video subtype mappingHendrik Leppkes
2011-11-09Support VC-1 in MP4 with the MS WMVideo decoder.Hendrik Leppkes
2011-09-25Update GPLv2 license headerHendrik Leppkes
2011-09-17Change H264 buffers to constantHendrik Leppkes
2011-08-20Fix VC-1 in EVO mediatype, so it connects to the MS decoder.Hendrik Leppkes
2011-08-10Properly handle MJPEG with different FourCCs.Hendrik Leppkes
2011-07-30Keep the bit-count parsed from the container file, and only overwrite it forHendrik Leppkes
2011-07-26Override the mediatypes for Real Video content.Hendrik Leppkes
2011-07-25Set biBitCount and biSizeImage to some value even on compressed formats,Hendrik Leppkes
2011-05-27Properly set the bits per pixel on raw video content.Hendrik Leppkes
2011-05-14Reduce aspect ratio fields if taken from resolution.Hendrik Leppkes
2011-05-04Use new format mapping for video as well.Hendrik Leppkes
2011-05-03Don't set biSizeImage to an arbitrarly calculated value.Hendrik Leppkes
2011-04-23Do not report obviously wrong frame rates to the decoder/renderer.Hendrik Leppkes
2011-04-15Remove H264 24->23.976 frame rate correction, its not needed anymore.Hendrik Leppkes
2011-04-10Use the descriptive names for the NALU types.Hendrik Leppkes
2011-04-09Added new H264 AnnexB Parser that converts it into AVC1/MP4 format.Hendrik Leppkes
2011-04-08Use different media types for XVID based on the container used.Hendrik Leppkes
2011-03-11Simplify and improve H264 <> AVC1 distinction detection.Hendrik Leppkes
2011-02-05Updated copyright header for 2011Hendrik Leppkes
2011-01-22Restructured project for future addition of other modules.Hendrik Leppkes