Commit Graph

21 Commits

Author SHA1 Message Date
Jean-Paul Saman db602ee3cf Forward port of [17351]. Report input error condition to JavaScript 2006-10-29 13:37:30 +00:00
Jean-Paul Saman 3b86ec1d20 Readibility cleanup 2006-10-29 09:35:43 +00:00
Damien Fouilleul 6c2611669f - use nearest integer value from integer division (i.e. round() ) in volume and time calculation, looks more accurate that way. 2006-10-04 22:52:12 +00:00
Damien Fouilleul 2cfffefbf6 - input: make sure time units are in milliseconds, as expected 2006-09-26 01:01:08 +00:00
Damien Fouilleul 12697ee7e4 input.c: fixed the playback rate (0.5 is half the speed, not twice) 2006-09-22 09:41:50 +00:00
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc
Also, make it clearer what is shared and instance-specific

So,
libvlc_t ==> libvlc_global_t
vlc_t ==> libvlc_int_t (internal instance)

p_object->p_libvlc ==> p_object->p_libvlc_globale
p_object->p_vlc ==> p_object->p_libvlc

VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC

And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
2006-09-15 14:31:51 +00:00
Damien Fouilleul f8cece221f - added input state & input rate in control APIs 2006-09-04 17:51:10 +00:00
Clément Stenac 44de024820 src/control: a bit of cleanup here and there 2006-08-01 09:22:35 +00:00
Filippo Carone 8914d39a96 New input_set_(time|position) in libvlc. 2006-07-31 09:31:35 +00:00
Filippo Carone f25c429970 a vlc_object_release added 2006-06-10 17:36:22 +00:00
Filippo Carone e63f4a4b58 Initial implementation of libvlc_get_input_fps. 2006-06-10 16:13:38 +00:00
Filippo Carone 10225af581 libvlc compile warnings resolved 2006-06-06 11:17:52 +00:00
Filippo Carone 57980f409c libvlc input and video update:
* video.c: added 1 release object in GetVout
* input.c: added libvlc_get_input_thread helper
2006-06-05 18:23:56 +00:00
Filippo Carone 13c61234f8 libvlc: Vout object now released when needed 2006-06-05 16:00:27 +00:00
Filippo Carone d09a0fbf9b libvlc enhanced:
* video height/width retrieval
* input playing status check
2006-06-05 15:06:45 +00:00
Filippo Carone 54b0c48d2f added in libvlc:
- simple screenshot function
 - an helper function to check if the input item is playing
2006-06-02 11:27:30 +00:00
Rémi Denis-Courmont 9302aca7d8 Fix and restore nice file names
Shame on me
2006-03-10 17:21:33 +00:00
Rémi Denis-Courmont be62d282ac - Build libvlc from src/ rather than top
so that it is cleanly built before all modules
  (step toward buildable shared libvlc on Win32)
- Don't build position dependant code when building shared libvlc
  (that was a big waste of time)
- Link builtin modules with vlc rather than libvlc
2006-02-19 13:11:21 +00:00
Rémi Denis-Courmont adc858d87a Uniformize source files encoding 2006-02-01 18:06:48 +00:00
Antoine Cellerier 2cb472dba0 FSF address change. 2006-01-12 23:10:04 +00:00
Clément Stenac 68aa3ca320 Merge 0.8.5-api changes
Fix compilation
2006-01-08 16:32:33 +00:00