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
2014-02-19[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2014-02-18Move one condition into the only place where its usedHendrik Leppkes
2014-02-18Add a comment explaining mpeg4 timestamp conditionHendrik Leppkes
2014-02-18Fix RV30/40 timestamps, broken since 2c1e91cHendrik Leppkes
2014-02-16Target stride is constantHendrik Leppkes
2014-02-16Optimization pass over pixconv functionalityHendrik Leppkes
2014-02-16Add timer.h high-precision timer for profilingHendrik Leppkes
2014-02-16RGB conversion coefficients are constant.Hendrik Leppkes
2014-02-16Move multithreading out of the template function to reduce binary size.Hendrik Leppkes
2014-02-13Update center mix level for recent changes in libavresampleHendrik Leppkes
2014-02-10Fix YUV->RGB with >8 bit formatsHendrik Leppkes
2014-02-09Initialize some additional fieldsHendrik Leppkes
2014-02-09Use a dispatcher table to lookup YUV->RGB conversion functions.Hendrik Leppkes
2014-02-07Add support for ATRAC3+Jan Ekström
2014-02-07Separate ATRAC series from Real AudioJan Ekström
2014-02-06qsdecoder: temporirarly activate timestamp managerHendrik Leppkes
2014-02-06Check allocation of the conversion bufferHendrik Leppkes
2014-02-06Fix shift in buffer size calculation which resulted in too large allocs.Hendrik Leppkes
2014-02-03Remove SHIFTFIX hack, not needed anymore in VS2013Hendrik Leppkes
2014-02-03Support BT.2020 in the YCbCr -> RGB conversionHendrik Leppkes
2014-02-03Support signaling BT.2020 transfer matrix and primaries to madVR.Hendrik Leppkes
2014-02-03Disable AV_EF_CAREFULHendrik Leppkes
2014-01-30Support Duck TrueMotion 1/2Yuta NAKAI
2014-01-17Fallback to avcodec for WMV3/VC-1 if the DMO decoder is not available.Hendrik Leppkes
2014-01-17Check that the decoder object exists before dispatching commands to it.Hendrik Leppkes
2014-01-17Destruct the decoder object when init failed.Hendrik Leppkes
2014-01-17Propagate errors from PostConnect to the filter graph.Hendrik Leppkes
2014-01-12Update copyright year to 2014Hendrik Leppkes
2014-01-06Fix image size reported in initial media typesHendrik Leppkes
2013-12-31dxva2: prefer the VC1_D2010 decoder over the older variantHendrik Leppkes
2013-12-26Fixed a typo.Klemen Košir
2013-12-25Support Voxware MetasoundHendrik Leppkes
2013-12-22Update ToolsVersion in the project filesHendrik Leppkes
2013-12-21Fix handling of timestamps when playing PCM with DTS-in-PCM detectionHendrik Leppkes
2013-12-17Fix release buildsHendrik Leppkes
2013-12-17Adjust a few remaining class member inits.Hendrik Leppkes
2013-12-17Replace NULL by nullptr where appropriateHendrik Leppkes
2013-12-17Ensure the image size variables match the amount of data LAV will writeHendrik Leppkes
2013-12-17avcodec: check that rawvideo output is aligned properly, and correct if neces...Hendrik Leppkes
2013-12-16Initialize class variables in the class, instead of the constructorHendrik Leppkes
2013-12-15Remove superfluous parameterHendrik Leppkes
2013-12-15Signal full-range when using ffmpegs RGB48 converterHendrik Leppkes
2013-12-15Signal limited range rgb when converting an unknown range untouched.Hendrik Leppkes
2013-12-15Fix v210 with an odd image width.Hendrik Leppkes
2013-12-15Add a check for converting odd-height 422/444 formats to RGBHendrik Leppkes
2013-12-15Use higher quality SWS scaler flagsHendrik Leppkes
2013-12-13Always reduce the aspect ratio fraction to avoid reconnectsHendrik Leppkes
2013-12-13dxva2: skip re-init when only aspect ratio changesHendrik Leppkes
2013-12-12dxva2: Fix and enable VC-1/WMV3 decoding on IntelHendrik Leppkes
2013-12-09avcodec: remove now unused variableHendrik Leppkes