mpv/video/decode
wm4 af0c41e162 Remove old demuxers
Delete demux_avi, demux_asf, demux_mpg, demux_ts. libavformat does
better than them (except in rare corner cases), and the demuxers have
a bad influence on the rest of the code. Often they don't output
proper packets, and require additional audio and video parsing. Most
work only in --no-correct-pts mode.

Remove them to facilitate further cleanups.
2013-07-07 23:54:11 +02:00
..
dec_video.c osdep: remove shmem wrapper 2013-06-18 02:19:15 +02:00
dec_video.h video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO 2013-05-18 17:32:37 +02:00
lavc.h video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
vd.h video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
vd_lavc.c Remove old demuxers 2013-07-07 23:54:11 +02:00