0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/player
wm4 74b7001500 encode: don't access ao->pts
This field will be moved out of the ao struct. The encoding code was
basically using an invalid way of accessing this field.

Since the AO will be moved into its own thread too and will do its own
buffering, the AO and the playback core might not even agree which
sample a PTS timestamp belongs to. Add some extrapolation code to handle
this case.
2014-03-07 15:23:03 +01:00
..
lua lua: fix add_key_binding() 2014-03-01 00:42:53 +01:00
timeline edl: extend with chapter timestamps 2014-02-19 00:06:00 +01:00
audio.c encode: don't access ao->pts 2014-03-07 15:23:03 +01:00
client.c client API: fix timeout handling 2014-03-01 00:38:17 +01:00
client.h Add a client API 2014-02-10 21:01:35 +01:00
command.c player: make separation between user/automatic track selection stronger 2014-03-03 23:53:12 +01:00
command.h options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
configfiles.c config: don't load global config files with --config-dir 2014-02-28 21:32:04 +01:00
core.h player: make separation between user/automatic track selection stronger 2014-03-03 23:53:12 +01:00
dvdnav.c input, dvdnav: fix osc stealing input from dvdnav 2014-02-19 15:40:04 +01:00
loadfile.c player: reformat some code 2014-03-03 23:58:19 +01:00
lua.c lua: add license header 2014-03-07 12:47:07 +01:00
lua.h lua: port to client API 2014-02-10 21:03:59 +01:00
main_fn.c build: add option to build a library 2014-02-10 21:25:22 +01:00
main.c client API: fix playloop thread wakeup 2014-03-01 15:46:39 +01:00
misc.c player: redo terminal OSD and status line handling 2014-01-13 20:08:13 +01:00
osd.c options: handle escape sequences in e.g. --playing-msg differently 2014-02-20 14:46:23 +01:00
playloop.c player: cheap hack against idle event feedback loop 2014-03-01 21:29:13 +01:00
screenshot.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
screenshot.h Move mpvcore/player/ to player/ 2013-12-17 00:53:22 +01:00
sub.c sub: uglify OSD code path with locking 2014-01-18 01:27:43 +01:00
video.c client API: add events for video and audio reconfig 2014-02-17 02:52:59 +01:00