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-06-03[MPC-HC] Tray icon: Add an optional custom callback for "show property page" ...Underground78
2014-06-03Fix DVD subtitle overlap if a untimed subtitle replaces timed subs.Hendrik Leppkes
2014-06-03Properly timeout DVD subtitles when receiving a new one to prevent overlap.Hendrik Leppkes
2014-06-03DVD Subtitles: Try to improve the handling of subtitles without proper timings.Underground78
2014-06-03DVD Subtitles: Really obey the DVD Composit event or the forced sub flag.Underground78
2014-05-25Convert frame stride to ptrdiff_tHendrik Leppkes
2014-05-25Convert dstStride to ptrdiff_tHendrik Leppkes
2014-05-25Fix yuv422 -> yuyv/uyvy crashHendrik Leppkes
2014-05-25Remove unused functionHendrik Leppkes
2014-05-25biPlanes is documented to always be 1.Hendrik Leppkes
2014-05-24Update plane_copy to be the same as plane_copy_sse2 without the SSE2 copy.Hendrik Leppkes
2014-05-24Implement plane_copy_sse2, optimized plain copying of frames.Hendrik Leppkes
2014-05-24Move plane_copy to pixconv.cppHendrik Leppkes
2014-05-24Optimize and simplify SSE2 load/storeHendrik Leppkes
2014-05-24Switch optimized converter functions back to custom SSE2 memory copy.Hendrik Leppkes
2014-05-11Respect channel expansion settings when creating the initial mediatypeAndrew Van Til
2014-05-08cuvid: clear function pointers after freeing the libHendrik Leppkes
2014-05-08cuvid: Use the shell window instead of creating our ownHendrik Leppkes
2014-05-04Remove unused defineHendrik Leppkes
2014-04-21Support for VP7 videoHendrik Leppkes
2014-04-21Update ffmpegHendrik Leppkes
2014-04-21Implement a WMV9 MFT decoder, to replace the DMO decoder.Hendrik Leppkes
2014-04-21Factor common vc1 parsing code into the VC1HeaderParserHendrik Leppkes
2014-04-14Accept float PCM in raw mode, as well as integer PCM.Hendrik Leppkes
2014-04-07Add a programmatic option to disable format changes.Hendrik Leppkes
2014-04-04yuv2rgb: fix last line in odd-height 4:2:2/4:4:4 to RGB conversionHendrik Leppkes
2014-04-01dxva2cb: flush the display queue before creating a new decoderHendrik Leppkes
2014-04-01dxva2: reference the decoder as long as the surfaces are alive.Hendrik Leppkes
2014-04-01dxva2: re-init decoder on get_format callbacksHendrik Leppkes
2014-04-01dxva2: remove unused functionHendrik Leppkes
2014-04-01Reset frame stride before allocating buffers.Hendrik Leppkes
2014-04-01dxva2: keep a reference to the d3d surface while its used by the decoderHendrik Leppkes
2014-04-01dxva2: free the old frame only after we're done with itHendrik Leppkes
2014-04-01dxva2: change the order how DXVA2 resources are destructedHendrik Leppkes
2014-03-28Support MP4 H264 files with avcC atoms without any SPS/PPS.Hendrik Leppkes
2014-03-24Drop corrupted AC3 frames with a different audio channel layout.Hendrik Leppkes
2014-03-24Support fallback mixing to original bitdepth with old channel count.Hendrik Leppkes
2014-03-23Avoid using an intermediate registerHendrik Leppkes
2014-03-06Update CUVID headersHendrik Leppkes
2014-03-05Don't apply aggressive deinterlacing to soft-telecined content.Hendrik Leppkes
2014-03-04dxva2: limit vc-1 and mpeg2 to FullHD on UVD/UVD+Hendrik Leppkes
2014-03-03dxva2: change the resolution check for AMD cards to be macro block basedHendrik Leppkes
2014-03-03dxva2: fallback to software decoding for WMV3 complex profile filesHendrik Leppkes
2014-03-02dxva2cb: use multiple threads to copy the image on Intel GPUsHendrik Leppkes
2014-03-02dxva2cb: disable frame queue for Intel GPUsHendrik Leppkes
2014-03-02Use 64 byte aligned memory for frame buffersHendrik Leppkes
2014-03-02Rename function arguments to be clearer on what they actually areHendrik Leppkes
2014-03-01dxva2: reduce base alignment back to 16, and only increase MPEG-2 to 32.Hendrik Leppkes
2014-03-01dxva2: Factor aligning of the dimension into a functionHendrik Leppkes
2014-02-26Fix copying of packed image buffersHendrik Leppkes