1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 23:02:37 +00:00
mpv/video/decode
wm4 eb9d203946 video: change everything
Change how the video decoding loop works. The structure should now be a
bit easier to follow. The interactions on format changes are (probably)
simpler. This also aligns the decoding loop with future planned changes,
such as moving various things to separate threads.
2014-05-02 01:09:58 +02:00
..
dec_video.c video: change everything 2014-05-02 01:09:58 +02:00
dec_video.h video: change everything 2014-05-02 01:09:58 +02:00
lavc.h video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vaapi.c vaapi: make struct va_surface private 2014-03-17 18:22:35 +01:00
vd_lavc.c video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vd.h video: add a "hwdec" property to enable or disable hw decoding at runtime 2014-04-23 01:58:12 +02:00
vda.c vd_lavc: remove compatibility crap 2014-03-16 13:19:19 +01:00
vdpau.c vdpau: remove pointer indirection for a field 2014-03-19 19:57:08 +01:00