]> git.sesse.net Git - vlc/history - src/control/video.c
Merge branch '1.0-bugfix'
[vlc] / src / control / video.c
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change())
2009-05-20 Rémi DuraffortFix potential object leak (test the conditions before...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-Courmontlibvlc: add support for setting/getting the video scale
2009-05-13 Rémi Denis-CourmontUse input_GetVout() instead of vlc_object_find()
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove crap that calls vout_Control from outside the...
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontRemove deprecated functions
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul Samansrc/control/video.c: Replace vlc_object_find with input...
2009-05-11 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-10 Hugo Beauzee-LuyssenChanging libvlc_video_take_snapshot prototype
2009-05-05 Jean-Paul Samanmozilla: Fix #2678 resizing browser plugin during playback.
2009-03-17 Jean-Paul Samanmacosx: vout drawable rework.
2009-03-07 Jean-Paul Samanlibvlc_video_set_spu: fix setting to 0 when no SPU...
2009-03-04 Rémi Denis-CourmontRemove invalid VOUT_REPARENT uses
2009-02-15 Rémi Denis-Courmontlibvlc: don't risk crashing Linux/Windows because of...
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Laurent AimarUser FIND_CHILD for zvbi in libvlc.
2009-02-13 Laurent AimarUpdated libvlc_toggle_teletext after teletext-es changes.
2009-02-02 Rémi Denis-CourmontDrawable: separate XIDs and HWNDs
2008-12-09 Laurent AimarFixed input_AddSubtitle(s) coherency.
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_spu() and libvlc_aud...
2008-10-03 Jean-Paul SamanFix regression in libvlc_video_set_teletext().
2008-10-03 Jean-Paul SamanFix bug in libvlc_video_set_teletext()
2008-07-04 Lukas DurfinaFix libvlc set audio track, subtitle
2008-06-13 Pierre d'Herbemontlibvlc: libvlc_video_set_parent and libvlc_video_get_pa...
2008-06-13 Pierre d'Herbemontlibvlc_video_set_parent: Use libvlc_media_player_set_dr...
2008-06-13 Pierre d'Herbemontlibvlc_video_get_width: Don't use a potentially freed...
2008-06-13 Pierre d'Herbemontlibvlc_video_get_height: Don't use a potentially freed...
2008-06-13 Pierre d'Herbemontlibvlc_video: More line saving on error cases
2008-06-13 Pierre d'Herbemontlibvlc_video: Suppress playlist existence checks.
2008-06-13 Pierre d'Herbemontlibvlc_video_set_viewport: No need to check playlist...
2008-06-13 Pierre d'Herbemontlibvlc_video_set_viewport: Make sure we don't crash...
2008-06-13 Pierre d'Herbemontlibvlc_video: Save a few line in error case handling.
2008-06-13 Pierre d'Herbemontlibvlc_video: More simplification.
2008-06-13 Pierre d'Herbemontlibvlc_video: Rename p_vout1->p_vout.
2008-06-13 Pierre d'Herbemontlibvlc: Simplify get/set/toggle_fullscreen.
2008-06-13 Pierre d'Herbemontlibvlc: Properly release vout. Pointed out by Lukas.
2008-06-13 Pierre d'Herbemontlibvlc: Don't attempt to search an input's vout everywh...
2008-06-13 Pierre d'Herbemontlibvlc: Fix GetVout's comment. Pointed out by Lukas.
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-10 Tanguy Krotofflibvlc: add subtitle file (*.srt...) handling
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Pierre d'Herbemontlibvlc: rename libvlc_media_descriptor to libvlc_media...
2008-03-19 Pierre d'Herbemontmedia_instance: Don't rely on vlc_object_find now that...
2008-03-17 Rémi Denis-CourmontDon't leak vlc_bool_t through libvlc-control
2008-01-28 Rafaël Carrévlc_object_get(): removes unused parameter
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rafaël Carrésrc/control: set svn:keywords to Id
2007-12-18 Jean-Paul SamanImplement vlc.video.toggleTeletext() JS API method
2007-12-16 Jean-Paul SamanUse correct object for var_GetInteger(p_vbi,vbi-page);
2007-12-16 Jean-Paul SamanDon't misuse p_this->p_libvlc for putting modules varia...
2007-12-04 Rafaël Carrélibvlc_video_take_snapshot(): specify snapshot's height...
2007-10-03 Rafaël Carrécontrol/video: find the vout anywhere, so the one spawn...
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-06 Jean-Paul SamanJavaScript API to change the selected teletext page...
2007-06-23 Pierre d'HerbemontOops.
2007-06-23 Pierre d'HerbemontLibvlc: replace media_instance_destroy_and_detach by...
2007-06-19 Pierre d'Herbemontcontrol/video.c: Use libvlc_media_instance_has_vout...
2007-06-17 Pierre d'Herbemontlibvlc: Rename input to media_instance. And add the...
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-11 Jean-Paul SamanFix bug in vlc.audio.track and add new properties vlc...
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-02-25 Filippo Caronelibvlc_video_get_handle renamed to _get_parent
2007-02-25 Filippo Caronelibvlc_video_get_handle function added
2007-01-08 Damien Fouilleul - added libvlc_video_set/get_crop_geometry() api
2006-12-20 Jean-Paul SamanAudio track and channel support for JavaScript API...
2006-12-05 Filippo Caronelibvlc_input_has_vout more consistent with function aim
2006-11-26 Clément StenacA bit of headers cleanup
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-30 Jean-Paul SamanOops typo
next