├── DelphiDemo.zip ├── FMX.MPVPlayer.pas ├── LICENSE ├── LazarusDemo.zip ├── LazarusVideo.mp4 ├── MPVBasePlayer.pas ├── MPVClient.pas ├── MPVConst.pas ├── MPVNode.pas ├── MPVRender.pas ├── MPVRenderGL.pas ├── MPVStream.pas ├── MPVStreamCB.pas ├── MPVTrack.pas ├── README.md ├── libmpv32.7z └── libmpv64.7z /DelphiDemo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/DelphiDemo.zip -------------------------------------------------------------------------------- /FMX.MPVPlayer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/FMX.MPVPlayer.pas -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/LICENSE -------------------------------------------------------------------------------- /LazarusDemo.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/LazarusDemo.zip -------------------------------------------------------------------------------- /LazarusVideo.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/LazarusVideo.mp4 -------------------------------------------------------------------------------- /MPVBasePlayer.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVBasePlayer.pas -------------------------------------------------------------------------------- /MPVClient.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVClient.pas -------------------------------------------------------------------------------- /MPVConst.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVConst.pas -------------------------------------------------------------------------------- /MPVNode.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVNode.pas -------------------------------------------------------------------------------- /MPVRender.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVRender.pas -------------------------------------------------------------------------------- /MPVRenderGL.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVRenderGL.pas -------------------------------------------------------------------------------- /MPVStream.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVStream.pas -------------------------------------------------------------------------------- /MPVStreamCB.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVStreamCB.pas -------------------------------------------------------------------------------- /MPVTrack.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/MPVTrack.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/README.md -------------------------------------------------------------------------------- /libmpv32.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/libmpv32.7z -------------------------------------------------------------------------------- /libmpv64.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nbuyer/LibMPVDelphi/HEAD/libmpv64.7z --------------------------------------------------------------------------------