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
path: root/common
AgeCommit message (Collapse)Author
2014-06-03[MPC-HC] Version number: Add a "git describe based" commit number to ↵mpc-hc-1.7.5-4Underground78
identify the vanilla LAV Filters we are based on. This way if we distribute LAV Filters version X.Y.Z.N, it means that our custom build is based on: - the stable version X.Y.Z, - with N official patches (which will be part of next official LAV Filters build), - and some custom non-official patches which are here to improve the integration in MPC-HC.
2014-06-03[MPC-HC] Fix the include directories for FFmpeg's out-of-source-tree build.Underground78
2014-06-03[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ↵Underground78
events.
2014-06-03[MPC-HC] LAV Splitter: Exhibits MKV attachments through IDSMResourceBag ↵Underground78
interface.
2014-05-17Fix safe conversions functions in the case of too long inputsHendrik Leppkes
2014-05-12Add helper functions for safe unicode transformations.Hendrik Leppkes
2014-05-04Remove obsolete dxva2api headerHendrik Leppkes
Any supported build environment includes a more recent dxva2api.h, and this header was never used anymore.
2014-04-21Support for VP7 videoHendrik Leppkes
2014-04-21Implement a WMV9 MFT decoder, to replace the DMO decoder.Hendrik Leppkes
2014-04-08Update changelog and versionHendrik Leppkes
2014-03-30Validate string position before using the index.Hendrik Leppkes
2014-03-07Update version to 0.61.10.61.1Hendrik Leppkes
2014-03-04Update changelog and increase version numberHendrik Leppkes
2014-03-02Allow the timer macros to be used in release buildsHendrik Leppkes
2014-02-23Update ToolsVersion in props filesHendrik Leppkes
2014-02-16Add timer.h high-precision timer for profilingHendrik Leppkes
2014-02-07Add support for ATRAC3+Jan Ekström
2014-02-07Separate ATRAC series from Real AudioJan Ekström
ATRAC is not a Real format, although its older versions are at times seen muxed in Real files.
2014-01-30Support Duck TrueMotion 1/2Yuta NAKAI
2014-01-14Update changelog and version0.60.1Hendrik Leppkes
2014-01-14Fix check for multiple file segments.Hendrik Leppkes
2014-01-14Format Cue Sheet entries to contain more information.Hendrik Leppkes
As suggested by CoRoNe: http://forum.doom9.org/showthread.php?p=1662006#post1662006
2014-01-14Implement an interface for high-level streaming control.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2014-01-12Update version and changelogHendrik Leppkes
2013-12-26Implement IBitRateInfokasper93
Signed-off-by: Hendrik Leppkes <h.leppkes@gmail.com>
2013-12-25Support Voxware MetasoundHendrik Leppkes
2013-12-22Update ToolsVersion in the project filesHendrik Leppkes
2013-12-21Remove a remnant of VS2012 supportHendrik Leppkes
2013-12-17Fix another forgotten class initHendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
This uses the new C++11 initialization features, which put the init in the same place where they are declared.
2013-12-16Check that scanf succeedsHendrik Leppkes
2013-12-16Add support for parsing embeded Cue SheetsHendrik Leppkes
Supports reading title/performer and tracks for chapters.
2013-11-26Include wmcodecdsp.h and remove any duplicate GUID definitionsHendrik Leppkes
2013-11-08Remove stdint.h in favor of Visual Studio official stdint.hHendrik Leppkes
As of Visual Studio 2010, Microsoft provides their own stdint.h, so this replacement version is long obsolete.
2013-11-05Update version and changelog0.59.1Hendrik Leppkes
2013-11-03Update changelog and versionHendrik Leppkes
2013-10-30Add two additional DV FourCCs (for Canopus)Hendrik Leppkes
2013-10-30Redefine H264 DTS pin info flag to be more generic (for HEVC support)Hendrik Leppkes
2013-10-27Add VS2013 supportHendrik Leppkes
2013-10-27Cleanup and don't deadlock when the tray icon creation failed.Hendrik Leppkes
2013-10-27Close the thread handle of the tray icon thread.Hendrik Leppkes
2013-10-27Re-design the cleanup functionality of the tray iconHendrik Leppkes
Instead of the tray icon thread trying to clean itself up, call the destructor externally and wait until it closed itself. This ensures all resources are free'ed and no race conditions can cause invalid access later on. Suggested by Lord.
2013-10-23Support HM10 FourCC for HEVC videoHendrik Leppkes
This is mostly used by broken and badly encoded videos, but try to support it for testing for now.
2013-10-21Simplify audio buffer handlingHendrik Leppkes
This ensures audio is always padded and simplifies the code at the same time.
2013-10-20Support VP9Hendrik Leppkes
2013-10-20Support HEVC demuxingHendrik Leppkes
2013-09-15Add support for THP MJPEGJan Ekström
2013-09-14Produce better debug symbols in release builds.Hendrik Leppkes
Reference: https://randomascii.wordpress.com/2013/09/11/debugging-optimized-codenew-in-visual-studio-2012/