mpv/mpvcore/player
wm4 a2a24b957e demux: simplify handling of filepos field
demuxer->filepos contains the byte offset of the last read packet. This
is so that the player can estimate the current playback position, if no
proper timestamps are available. Simplify it to use demux_packet->pos in
the generic demuxer code, instead of bothering every demuxer
implementation about it.

(Note that this is still a bit incorrect: it relfects the position of
the last packet read by the demuxer, not that returned to the user. But
that was already broken, and is not that trivial to fix.)
2013-11-16 21:46:17 +01:00
..
lua
timeline tl_matroska: initialize segment related arrays with 0 2013-11-01 17:35:38 +01:00
audio.c audio: add support for using non-interleaved audio from decoders directly 2013-11-12 23:39:09 +01:00
command.c input: remove unused key_down_event command 2013-11-06 00:08:38 +01:00
command.h
configfiles.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
loadfile.c audio: switch output to mp_audio_buffer 2013-11-12 23:29:53 +01:00
main.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
misc.c player: set PulseAudio stream title to window title 2013-11-10 00:49:13 +01:00
mp_core.h player: set PulseAudio stream title to window title 2013-11-10 00:49:13 +01:00
mp_lua.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
mp_lua.h
osd.c player: set PulseAudio stream title to window title 2013-11-10 00:49:13 +01:00
playloop.c demux: simplify handling of filepos field 2013-11-16 21:46:17 +01:00
screenshot.c player: merge mp_osd.h into mp_core.h 2013-10-30 22:19:31 +01:00
screenshot.h
sub.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
video.c player: set PulseAudio stream title to window title 2013-11-10 00:49:13 +01:00