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
2017-08-11d3d11: Implement a frame queue to improve decode performanceHendrik Leppkes
2017-08-11Cap the number of samples to 127 in the allocator.Hendrik Leppkes
2017-08-11Implement D3D11 hardware decoding modeHendrik Leppkes
2017-08-11Build against a newer Windows SDKHendrik Leppkes
2017-08-11Flush the bitstream context after every packet.Hendrik Leppkes
2017-08-11Protect against memory allocation of media samples failingHendrik Leppkes
2017-08-10dxva2: factor codec checks into dxva_commonHendrik Leppkes
2017-08-08Fix side data handling in DXVA2-Native sequence framesHendrik Leppkes
2017-08-08Fix sidedata handling in DeDirectFrameHendrik Leppkes
2017-08-06dxva2: properly preserve sidedata in copy-back modeHendrik Leppkes
2017-08-05dxva2: factor reusable functions into a common dxva moduleHendrik Leppkes
2017-08-04Persist the x264 build between decoder re-initsHendrik Leppkes
2017-08-04Update ffmpegHendrik Leppkes
2017-08-01dxva2dec: only check the profile if its actually setHendrik Leppkes
2017-07-20dxva2dec: include codec profile in device selectionHendrik Leppkes
2017-07-20Verify data in SetSideDataHendrik Leppkes
2017-07-20Implement sidedata for DXVA2-Native samplesHendrik Leppkes
2017-07-17Free the d3d9ex library on closingHendrik Leppkes
2017-07-17Update use of deprecated av_get_codec_tag_stringHendrik Leppkes
2017-07-17Fix cppcheck warnings (#144)Mike Tzou
2017-07-07Update color enumeration valuesHendrik Leppkes
2017-07-06Update changelog and version0.70.2Hendrik Leppkes
2017-07-06dxva2: flush the decoder context when skipping a re-initHendrik Leppkes
2017-07-01Update changelog and version0.70.1Hendrik Leppkes
2017-07-01Remove unused variableHendrik Leppkes
2017-06-21avcodec: pad incoming data before parsing, if requiredHendrik Leppkes
2017-06-20avcodec: change automatic thread count to the number of cpu threads, instead ...Hendrik Leppkes
2017-06-20avcodec: increase the max number of threads to 32Hendrik Leppkes
2017-06-17dxva2dec: free the D3D9Ex instance on failureHendrik Leppkes
2017-06-17dxva2dec: use Direct3D9Ex if availableHendrik Leppkes
2017-06-17dxva2dec: factor D3D adapter identification into its own functionHendrik Leppkes
2017-06-17dxva2dec: use array-style struct zeroing consistentlyHendrik Leppkes
2017-06-17dxva2dec: move device manager creation and handling to generic Init functionHendrik Leppkes
2017-06-17dxva2dec: pass the adapter id as a parameter to InitD3DHendrik Leppkes
2017-06-17dxva2dec: split DLL load from D3D initHendrik Leppkes
2017-06-15Fill in date in changelog0.70Hendrik Leppkes
2017-06-15Update versionHendrik Leppkes
2017-06-15Update developer_infoHendrik Leppkes
2017-06-15Update changelog for recent changesHendrik Leppkes
2017-06-02Check for SSE2 in the installerHendrik Leppkes
2017-06-02Build with SSE2 by defaultHendrik Leppkes
2017-05-29dxva2: support 10-bit vp9 decodingHendrik Leppkes
2017-05-29Read vpcC extradata for vp9Hendrik Leppkes
2017-05-29Properly write vpcC in big-endianHendrik Leppkes
2017-05-29Fix size of vpcCHendrik Leppkes
2017-05-29Update ffmpegHendrik Leppkes
2017-05-25Update libblurayHendrik Leppkes
2017-05-19Move config.out file to ffbuild directoryHendrik Leppkes
2017-05-19Update ffmpegHendrik Leppkes
2017-05-19Update ffmpeg for an extradata handling regression in mvc streamsHendrik Leppkes