]> git.sesse.net Git - vlc/commit
* input: fixed position-offset, time and time-offset.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 4 Nov 2003 02:23:11 +0000 (02:23 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 4 Nov 2003 02:23:11 +0000 (02:23 +0000)
commitea33ac4ce9e2faeeb072cc8e41b7a6cc6fdaf8ba
tree8cfcba2e6f88a83dea0afd9b69e6892e0f4e639c
parent2069ebe6e98735676dfebf7c6370236ac43af7ec
 * input: fixed position-offset, time and time-offset.

 * hotkeys: never _never_ use  demux_Control outside of src/input/ (it's
 completely broken,  there is a lot  more things to do),  all interfaces
 have  to  use  var_Get/Set  (time(-offset),  position(-offset),  state,
 rate(-slower|-faster)...  ).
 Btw,   input_SetStatus,   input_Seek,   input_Tell,   input_ChangeArea,
 input_ToggleES,  will   be  quickly   obsolete  and   removed(at  least
 unavailable for intf), so we should convert remaining interfaces (ie all
 except wx, osx, rc, http, hotkeys).

 * avi: implemented DEMUX_SET_TIME (not yet used).
modules/codec/faad.c
modules/control/hotkeys.c
modules/demux/avi/avi.c
src/input/input.c