]> git.sesse.net Git - vlc/history - src
Win32: generate stacktrace on unhandled exception
[vlc] / src /
2009-02-01 Rémi Denis-CourmontSmall cleanup
2009-02-01 Rémi Denis-CourmontUseless property
2009-02-01 Rémi Denis-CourmontInteraction: remove dummy new state
2009-02-01 Rémi Denis-CourmontInteraction: unused parameter
2009-02-01 Rémi Denis-CourmontInteraction: logically dead code
2009-02-01 Rémi Denis-CourmontInteraction: avoid thread if there is no provider
2009-02-01 Rémi Denis-CourmontInteraction: set the p_parent field
2009-01-31 Christophe MutricyTypo
2009-01-31 Christophe Mutricyi18n: Don't translate language names
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-31 Rémi Denis-CourmontAvoid dlclose() only when valgrind is running
2009-01-31 Rémi Denis-CourmontSegregate vout window types
2009-01-31 Rémi Denis-CourmontFormat string
2009-01-31 Rémi Denis-CourmontLinux: re-implement eventfd() against old glibc versions
2009-01-31 Rémi Denis-CourmontLinux: vlc_threadid() returns TID instead of kludging...
2009-01-31 Rémi Denis-CourmontSuperfluous #includes
2009-01-30 Jean-Paul Samanobjects: check for HAVE_SYS_EVENTFD_H it is more reliab...
2009-01-29 Rémi DuraffortRevert "fix buffer overflows."
2009-01-29 Rémi Duraffortfix buffer overflows.
2009-01-28 Christophe MutricyAdd the vlclibdir variable to the .pc
2009-01-28 Rémi Denis-CourmontRemove unused change_float_list
2009-01-28 Laurent AimarAdded libvlc_playlist_add_extended_untrusted and libvlc...
2009-01-27 Rémi Denis-CourmontMerge vlc_submodule_create and vlc_config_create into...
2009-01-27 Rémi Denis-CourmontMissing new lines
2009-01-27 Rémi Denis-CourmontInternally merge vlc_module_set() and vlc_config_set()
2009-01-27 Rémi Denis-CourmontExternally merge vlc_config_set() and vlc_module_set()
2009-01-27 Rémi Denis-CourmontRemove trailing semi-colons
2009-01-27 Rémi Denis-CourmontCosmetic
2009-01-27 Rémi Denis-CourmontPartially cleanup old module_list_cat hack
2009-01-27 Rémi Denis-CourmontPrivatize vlc_module_create()
2009-01-27 Rémi Denis-CourmontRemove old NODOMAIN stuff (ABI broken anyway)
2009-01-27 Rémi Denis-CourmontRemove old VLC_MODULE_PROGRAM (we broke the ABI many...
2009-01-27 Rémi Denis-CourmontSupport for tweaking package-part of install path
2009-01-27 Rémi Denis-Courmontvlc-plugin.pc: use pkgincludedir
2009-01-27 Geoffroy CouprieWinCE: reduce stack size
2009-01-27 Rémi Denis-CourmontWin32 cancel assert fixes
2009-01-27 Rémi Denis-CourmontLinux: (try to) set close-on-exec in open() system...
2009-01-27 Rémi Denis-Courmontutf8_open: set the close-on-exec descriptor flag
2009-01-27 Rémi Denis-Courmontvlc_savecancel: missing return value on main thread
2009-01-27 Rémi Denis-Courmontvlc_restorecancel: add an assertion
2009-01-26 Laurent AimarFixed returned value in osd_FindButton.
2009-01-26 Laurent AimarFixed compilation warning (missing return value).
2009-01-26 Laurent AimarFixed missing type for b_was_paused.
2009-01-26 Rémi Denis-CourmontMemory leak (fix #2448)
2009-01-26 Jean-Baptiste KempfDon't change enum orders.
2009-01-26 Joseph TulouEnabling scaling activation/deactivation
2009-01-26 Olivier Aubertembedded snapshot: remove useless comment
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
2009-01-26 Jean-Paul Samaninterface: fix building on MacOS X
2009-01-26 Rémi Duraffortlibvlc: Fix a (tiny) buffer overflow and fix #2449
2009-01-26 Jean-Baptiste KempfWin32: Fix build.
2009-01-26 Rémi Duraffortplaylist_SaveArt: fix a memleak.
2009-01-25 Rémi Denis-CourmontMerge commit 'videolan/master'
2009-01-25 Rémi Denis-CourmontDe-inline vlc_(test|save|restore)cancel, add some asser...
2009-01-25 Laurent AimarAutomatically insert globalhotkeys when available.
2009-01-25 Laurent AimarCorrectly unpause the vout for reuse.
2009-01-25 Laurent AimarUse stream_t path instead of access_t one.
2009-01-25 Laurent AimarAdded path information in stream_t.
2009-01-25 Rémi Denis-Courmontmouse-clicked is a boolean
2009-01-24 Rémi Denis-CourmontRemove unused vlc_object_wait()
2009-01-24 Rémi Denis-CourmontUse libvlc_InternalWait
2009-01-24 Rémi Denis-CourmontUse libvlc_Quit
2009-01-24 Rémi Denis-Courmontlibvlc_InternalWait, libvlc_Quit: wait and signal libvl...
2009-01-24 Rémi Denis-CourmontFix warning
2009-01-24 Rémi Denis-CourmontRemove dead code
2009-01-24 Rémi Denis-CourmontRemove bogus vlc_object_wait (no condition to wait on)
2009-01-24 Laurent AimarFixed embedded art attachment support (close #2416)
2009-01-24 Laurent AimarFixed art url from meta fetcher.
2009-01-24 Laurent AimarAllow to select fast seeking with --input-fast-seeking.
2009-01-24 Laurent AimarFixed a deadlock between ressources freeing and playlis...
2009-01-24 Laurent AimarAdded a input_ressource_HasVout.
2009-01-24 Laurent AimarReduce input control locking duration.
2009-01-23 Rémi Denis-CourmontOptimize vout_PlacePicture prototype
2009-01-22 Rémi Duraffortcosmetic.
2009-01-21 Laurent AimarFixed stupid typo when removing an es.
2009-01-21 Laurent AimarReduce locking and mdate count in input clock.
2009-01-21 Laurent AimarFixed pts delay with non zero audio/spu delay.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarFixed a stream block mode seeking corner case.
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2009-01-20 Rémi Denis-CourmontDocument vout_Re(quest|lease)Window
2009-01-20 Pierre YnardAdd missing function to unbreak --disable-sout
2009-01-19 Antoine CellerierAdd support for config chain for interface modules
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_ENCODER
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-19 Rémi Denis-CourmontPrivatize packetize and interface object types
2009-01-19 Rémi Denis-CourmontRemove VLC_OBJECT_OSDMENU
2009-01-19 Rémi Denis-CourmontOSD: fix some thread-unsafe constructs, and avoid vlc_o...
2009-01-19 Rémi Denis-CourmontFix OSX misuses of vlc_list_*
2009-01-19 Rémi Denis-CourmontUnexport vlc_list_find
2009-01-18 Ilkka Ollakkaplaylist: do case ignoring cmp everywhere when sorting
2009-01-18 Rémi Denis-CourmontWin32 old crappy poll replacement: misc fixes
2009-01-18 Laurent AimarMade input_clock_t in charge of pts_delay.
2009-01-18 Laurent AimarCosmetic.
2009-01-18 Rémi Denis-CourmontFix warning
2009-01-18 Rémi Denis-CourmontWin32: wake up select every split tenth of seconds...
2009-01-18 Rémi Denis-CourmontPoll: cleanup #includes
2009-01-18 Rémi Denis-CourmontRevert "Improve Win32 poll replacement (and fix #1949...
2009-01-18 Laurent AimarChanged playlist_AddExt to be more consistant with...
next