mpv/video/decode
wm4 56d3ff33f1 video: move timestamp determination code to dec_video
This means the code that tries to figure out the timestamp from
demuxer and decoder output is now all in dec_video.c. We set the
final timestamp on the returned image (mp_image.pts), as well as
the d_video->pts field.

The way the player uses d_video->pts field is still a bit messy. Maybe
this could be cleaned up later.
2013-11-25 23:16:22 +01:00
..
dec_video.c video: move timestamp determination code to dec_video 2013-11-25 23:16:22 +01:00
dec_video.h video: move timestamp determination code to dec_video 2013-11-25 23:16:22 +01:00
lavc.h video: move handling of container vs. stream AR out of vd_lavc.c 2013-11-23 21:40:51 +01:00
lavc_dr1.c Attempt to fix build on older libavcodec versions 2013-11-23 22:08:18 +01:00
vaapi.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vd.h video: pass PTS as part of demux_packet/AVPacket and mp_image/AVFrame 2013-11-25 23:08:29 +01:00
vd_lavc.c demux: export dts from demux_lavf, use it for avi 2013-11-25 23:13:01 +01:00
vda.c video: add vda decode support (with hwaccel) and direct rendering 2013-08-22 12:13:30 +02:00
vdpau.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vdpau_old.c Attempt to fix build on older libavcodec versions 2013-11-23 22:08:18 +01:00