]> git.sesse.net Git - vlc/history - src
Use var_InheritString for --decklink-video-connection.
[vlc] / src /
2010-06-05 Rémi Denis-CourmontRemove left over HAVE_GETADDRINFO, fix ACL regression...
2010-06-05 Rémi Denis-CourmontTypos
2010-06-03 Laurent AimarAdded missing subpicture_Update.
2010-06-03 Rémi Denis-CourmontFix missing lock in 440126cfb7322950d14f7029dd424c4f4bd41ad
2010-06-03 Rémi Denis-CourmontProtect XInitThreads() with a global lock
2010-06-03 Rémi Denis-Courmontavcodec: use vlc_global_mutex
2010-06-03 Rémi Denis-Courmontvlc_global_mutex: common functions for process-wide...
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-06-02 Rémi Denis-Courmont--no-xlib: prevent use of XInitThreads() and hence...
2010-06-02 Rémi Denis-Courmont--glx-display is also merged with --x11-display
2010-06-02 Jean-Baptiste KempfFix obvious typo lost in a git warp.
2010-06-02 Sebastian Birkplaylist: modified playlist_NodeCreate()
2010-05-31 Rémi Denis-CourmontDo not scan for subtitles files in the current dir...
2010-05-31 Rémi Denis-CourmontSimplification (make_path always returns an absolute...
2010-05-30 Rémi Denis-CourmontAdd libvlc_set_exit_handler(), more powerful than libvl...
2010-05-30 Rémi Denis-Courmontlibvlc_Quit: support using a callback
2010-05-30 Rémi Denis-Courmontintf_Create: do not fail if libvlc is exiting
2010-05-30 Rémi DuraffortFix duplicated option.
2010-05-30 Laurent AimarFixed vout display key event thread destruction.
2010-05-30 Laurent AimarAdded vout_display_info_t::has_event_thread.
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-29 Rémi Denis-CourmontAdd a secret --user-agent option to pass the applicatio...
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-05-29 Rémi Denis-Courmontconfig_PutPsz: fix potential use-after-free
2010-05-29 Rémi Denis-Courmontconfig_PutPsz: reduce lock contention scope
2010-05-29 Rémi Denis-Courmontaccess_New: handle errors
2010-05-27 Laurent AimarRemoved duplicated vout_Close description.
2010-05-26 Laurent AimarRemoved dead code (spu).
2010-05-26 Laurent AimarImplemented filter_GetInputAttachments for text rendere...
2010-05-26 Laurent AimarImproved spu_SortSubpictures.
2010-05-26 Laurent AimarCosmetic.
2010-05-25 Laurent AimarReimplemented vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarRevert "Used vout_control_Push for vout_RegisterSubpict...
2010-05-25 Rémi Denis-CourmontSimplification
2010-05-25 Rémi Denis-CourmontRemove support for reparenting
2010-05-25 Laurent AimarAttached aout to its parent in aout_New().
2010-05-25 Rémi Denis-CourmontRemove vlc_object_detach()
2010-05-25 Rémi Denis-CourmontRemove useless detach before destroy
2010-05-25 Laurent AimarDestroyed the spu object inside vout_Close.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarUsed Used vout_control_Push for vout_FlushSubpictureCha...
2010-05-25 Laurent AimarAdded vout_control_PushInteger.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_PutSubpicture.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-25 Francois CartegnieNAME_MAX is undefined on SunOS
2010-05-25 Rémi Denis-CourmontMissing #include
2010-05-24 Laurent AimarFixed a memleak in picture_fifo_Delete().
2010-05-24 Laurent AimarMoved var_InheritURational to the core.
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarMoved spu_Attach definition to the core.
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-21 Jean-Baptiste KempfRename On2's VP8 to Google/On2's VP8
2010-05-20 Laurent AimarAllowed vout_display_DeleteWindow(vd, NULL) to destroy...
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-20 Laurent AimarAvoided recreating vout_thread_t in vout_Request().
2010-05-19 Laurent AimarFixed crop behavior (with a ratio) after AR changes.
2010-05-19 Jean-Baptiste KempfAdd VP8 fourcc VP80
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarCosmetics (vout).
2010-05-18 Laurent AimarPrepared for a better vout reuse.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-18 Laurent AimarImproved vout behavior on crop/ar/zoom changes (close...
2010-05-17 Jean-Baptiste KempfZoom hotkeys: fix conflicts with Qt interface
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-13 Pierre YnardWinCE: try to fix make_path()
2010-05-12 Laurent AimarClean up vout object creation/destruction.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-12 Laurent AimarNo functionnal changes (vout).
2010-05-12 Laurent AimarCosmetics (vout).
2010-05-12 Rémi Denis-CourmontMissing path->URI conversion for subtitles
2010-05-11 Pierre YnardFix comment
2010-05-11 Pierre YnardCorrect English in comment
2010-05-10 Laurent AimarFixed segfault with some OSD.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarRemoved dead code (vout).
2010-05-10 Rémi Denis-CourmontRemove the file:// URI decode hack
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-05-10 Rémi Denis-Courmontaccess: add a separate field for local file paths
2010-05-10 Laurent AimarRemoved unused variable.
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-10 Laurent AimarCosmetics.
2010-05-10 Laurent AimarFixed video_format_IsSimilar regarding sar.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDSlider/Icon.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDText/Message.
2010-05-10 Laurent AimarNo functionnal changes.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Laurent AimarMoved out text_style_* to src/misc/text_style.c
2010-05-10 Laurent AimarRemoved useless includes (video_epg.c).
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDEpg.
2010-05-10 Pierre Ynard"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-08 Laurent AimarAdded VLC_CODEC_NV12 to vlc_fourcc.h.
2010-05-08 Rémi Denis-CourmontWin32: hack^Wfix opening UNC paths (fixes #3459)
2010-05-07 Juho Vähä-Herttuapthread: Use Mach semaphores instead of POSIX semaphore...
2010-05-05 Juho Vähä-Herttuacpu: fix compilation on Intel Mac OS X by including...
next