]> git.sesse.net Git - vlc/history - src/control
Fixed segfault with subtitle.
[vlc] / src / control /
2007-06-09 Pierre d'Herbemontcontrol/event.c: Add some comments.
2007-06-07 Pierre d'HerbemontLibvlc event: Support for event extra information passi...
2007-06-07 Pierre d'Herbemontcontrol/event.c: Send position event at a reasonable...
2007-06-07 Pierre d'HerbemontLibvlc Event: Add support for input event.
2007-06-07 Jean-Paul SamanRemove excess whitelines
2007-06-01 Pierre d'Herbemontcontrol/core.c: Don't leak the p_instance.
2007-06-01 Pierre d'Herbemontlibvlc event: Make event function thread safe. (And...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Use the correct argument for var_DelCa...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Fix previous commit.
2007-06-01 Pierre d'Herbemontcontrol/event.c: Make sure the event won't be listened to.
2007-06-01 Pierre d'Herbemontlibvlc event: Fix the various leaks and point indicatio...
2007-06-01 Pierre d'Herbemontcontrol/event.c: Definition at the top of the function...
2007-05-21 Laurent AimarReimplemented libvlc_vlm functions (untested)
2007-05-20 Filippo Caronelibvlc events related functions renamed
2007-05-20 Filippo Caronecallback.c renamed to event.c
2007-05-20 Filippo Caronestatic handle_callback
2007-05-20 Filippo CaroneUse oldval and newval in libvlc_event_t
2007-05-19 Filippo Caronecallback.c added (ops)
2007-05-19 Filippo CaroneInitial callback support in libvlc + example on how...
2007-05-19 Filippo Caronefree callbacks on libvlc destruction
2007-05-19 Filippo Caroneuser data pointer added to callback structure
2007-05-19 Filippo CaroneSet callback list to null on instance init
2007-05-19 Filippo Caroneinitial structures for libvlc callbacks (code adapted...
2007-05-07 Olivier Aubertmediacontrol API: implement mediacontrol_StreamInformat...
2007-05-03 Olivier Aubertmediacontrol API: split old mediacontrol_exception_init...
2007-05-03 Olivier Aubertsrc/control/mediacontrol_util.c: revert rev. 19899...
2007-04-21 Olivier Aubertsrc/control/mediacontrol_internal.h: do not set excepti...
2007-04-21 Olivier Aubertsrc/control/mediacontrol_util: do not malloc a mediacon...
2007-04-10 Damien Fouilleullibvlc_video_take_snapshot: removed kludge and fixed...
2007-03-28 Damien Fouilleul- libvlc: new libvlc_video_redraw_rectangle() API,...
2007-03-27 Damien Fouilleul- control/input.c: don't rely on exceptions to control...
2007-03-25 Damien Fouilleullibvlc/control: make sure aout is active before attempt...
2007-03-22 Jean-Paul SamanLet the code blend in.
2007-03-22 Jean-Paul SamanFix potential crash condition.
2007-03-22 Jean-Paul SamanReturn sane state value when no input is present.
2007-03-11 Jean-Paul SamanFix bug in vlc.audio.track and add new properties vlc...
2007-03-10 Jean-Paul SamanCheck return value of GetInput
2007-03-07 Laurent AimarDisable control vlm.
2007-03-05 Damien Fouilleul- control/video.c: clean up and more error/exception...
2007-03-05 Damien Fouilleul- control APIs: do not crash if exception parameter...
2007-03-02 Laurent Aimar Do not use private VLM function (fixed in an ugly...
2007-03-02 Damien Fouilleul- log.c: fix for negative message count
2007-03-02 Damien Fouilleul- libvlc ABIs: test that demux is available before...
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-02-27 Damien Fouilleul- libvlc control: uninitialiazed mutex and variables...
2007-02-25 Filippo Caronelibvlc_video_get_handle renamed to _get_parent
2007-02-25 Filippo Caronelibvlc_video_get_handle function added
2007-02-20 Christophe MutricyCompile fix - Pointed by vcxx
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-02-18 Jean-Paul SamanDeclare local functions static.
2007-02-15 Filippo Caronelibvlc_Internal* need to be exported for libvlc-control
2007-01-08 Damien Fouilleul - added libvlc_video_set/get_crop_geometry() api
2007-01-07 Jean-Paul SamanReworked vlc.audio.channel API for JavaScript. All...
2007-01-05 Jean-Paul SamanOops watch the tabs when using vi.
2007-01-05 Jean-Paul SamanReturn when found, return error when setting failed.:
2006-12-20 Jean-Paul SamanAudio track and channel support for JavaScript API...
2006-12-18 Clément StenacA bit of cleanup in libvlc playlist API. Preliminary...
2006-12-14 Olivier Aubertsrc/controler/mediacontrol_audio_video.c: make mediacon...
2006-12-13 Jean-Paul SamanUse more sensible error message that says: settting...
2006-12-12 Jean-Paul SamanAdd support to the activex, mozilla, firefox, safari...
2006-12-07 Filippo Caronefix for libvlc_input_get_fps. maybe there's a better...
2006-12-05 Filippo Caronelibvlc_input_has_vout more consistent with function aim
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacShould fix win32
2006-11-26 Clément StenacCompile fixes, round 1
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Dennis van Amerongen* src/control/playlist.c: Fix typo vlc_mutex_unlokc...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-18 Filippo Caronelibvlc_playlist_add enabled
2006-11-12 Rémi Denis-CourmontDo not use non-existing function playlist_PlaylistAddExt.
2006-11-03 Filippo CaroneRemove libvlc_set_video_drawable, libvlc_video_set_pare...
2006-11-01 Filippo Caroneavoid VLC_VariableSet to set the drawable, use libvlc_s...
2006-10-31 Jean-Paul Samanuse playlist_LockClear() instead.
2006-10-30 Jean-Paul SamanOops typo
2006-10-30 Jean-Paul Saman(Forward port of [17371]) Implement Aspect Ratio proper...
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-29 Felix Paul Kühne* don't use nested functions please. --- fixes compila...
2006-10-29 Jean-Paul SamanReadibility cleanup
2006-10-28 Damien Fouilleullog.c: fixed operator priorty when estimating message...
2006-10-27 Damien Fouilleul- core.c: const, const, etc...
2006-10-27 Damien Fouilleul- added public log apis to access message log
2006-10-24 Filippo Caroneintegrate patch from Ticket #725. needs testing.
2006-10-21 Clément StenacPlaylist
2006-10-15 Filippo Caronelibvlc_audio_set_mute logically simpler
2006-10-14 Philippe MorinAdd a method to set playlist in loop mode.
2006-10-04 Damien Fouilleul- use nearest integer value from integer division ...
2006-09-26 Damien Fouilleuloops, it sounds like I f**d * my last revert
2006-09-26 Olivier Aubertmediacontrol_core.c: prepend the argv[0] here, since...
2006-09-26 Damien Fouilleul- revert 16847, this breaks the activex and mozilla...
2006-09-26 Olivier Aubertsrc/control/mediacontrol_core.c: libvlc_input now uses...
2006-09-26 Damien Fouilleul- input: make sure time units are in milliseconds,...
2006-09-25 Olivier Aubertmediacontrol_new: new API (pass argc and argv), use...
2006-09-25 Olivier Aubertsrc/control/mediacontrol_audio_video.c: use RAISE_NULL...
2006-09-25 Olivier Aubertsrc/control/core.c: prepend a dummy argv[0] to libvlc_n...
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-22 Olivier Aubertmediacontrol API: (mostly) use the new libvlc API
2006-09-22 Damien Fouilleulinput.c: fixed the playback rate (0.5 is half the speed...
2006-09-18 Clément StenacA bit of cleanup and test
2006-09-15 Clément StenacConvert the new libvlc API (so, the one that is in...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
next