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-02-27Fixed selection of forced subtitles if "Only Forced Subs" is enabled.Hendrik Leppkes
2011-02-27Replace deprecated CODEC_TYPE_* with AVMEDIA_TYPE_*Hendrik Leppkes
2011-02-27Fixed a bug in the ffmpeg unicode file handler that caused file sizes to over...Hendrik Leppkes
2011-02-20ffmpeg update & adjustments for the same.Hendrik Leppkes
2011-02-17Renamed splitter properties page to reflect the new name.Hendrik Leppkes
2011-02-12Do not do an initial seek to position 0 (the file starts there anyway). This ...Hendrik Leppkes
2011-02-10Increase debug output.Hendrik Leppkes
2011-02-10If seek to keyframe fails, try again to seek to any seek point.Hendrik Leppkes
2011-02-10Don't assume a PTS/DTS of 0 is invalid, it could just be the start of the str...Hendrik Leppkes
2011-02-06Load the splitter settings when loading the filter, not when loading a file.Hendrik Leppkes
2011-02-06Disable the maximum stream limit. This allows files with more then 20 streams...Hendrik Leppkes
2011-02-05Renamed LAVFSplitter to LAVSplitter for consistencyHendrik Leppkes
2011-02-05Updated copyright header for 2011Hendrik Leppkes
2011-02-04Rename the LAVFSplitter reg key, so that all LAV filters can share one sub-ke...Hendrik Leppkes
2011-02-04Create the regkey when using it for the first time, not on filter registrationHendrik Leppkes
2011-02-04Changed the way mpeg-ts durations are computed to always take the longest str...Hendrik Leppkes
2011-01-29Update stream description code to differentiate between integer and float types.Hendrik Leppkes
2011-01-28Fix crash when allocating the new media type.Hendrik Leppkes
2011-01-28Queue our special media type at the end of the list to not confuse other deco...Hendrik Leppkes
2011-01-28Implemented a new LAVFSplitter specific audio media format descriptor to comm...Hendrik Leppkes
2011-01-28Use the non-deprecated functions that got moved to avcore.Hendrik Leppkes
2011-01-27Add support for demuxing BluRay LPCM into the MPC-HC format, so that ffdshow ...Hendrik Leppkes
2011-01-26Create a custom mediasubtype GUID for BluRay LPCM, as the format the MPC-HC M...Hendrik Leppkes
2011-01-22Split debug and release output directorysHendrik Leppkes
2011-01-22Restructured project for future addition of other modules.Hendrik Leppkes