]> git.sesse.net Git - vlc/history - src
Zip: add access/stream_filter to the buildsystem
[vlc] / src /
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...
2009-01-18 Laurent AimarRemoved unused playlist_ItemNew(WithType).
2009-01-18 Rémi Denis-Courmontwaitpipe: fix missing initializer from earlier commit
2009-01-18 Rémi Denis-CourmontFix waitpipe error handling in net_Accept()
2009-01-18 Rémi Denis-CourmontWin32: fix poll() return value
2009-01-18 Rémi Denis-CourmontInclude <sys/eventfd.h> as needed
2009-01-18 Rémi Denis-CourmontFlawed logic
2009-01-17 Laurent AimarUse right mode for fdopen.
2009-01-17 Laurent AimarFixed es_out timeshift under windows.
2009-01-17 Rémi Denis-CourmontDon't leak message contexts at end of threads
2009-01-17 Rémi Denis-CourmontMemory leaks
2009-01-17 Rémi Denis-CourmontMemory leaks
2009-01-17 Rémi Denis-CourmontDestroy/cleanup should be consistent with Create/Init
2009-01-17 Rémi Denis-CourmontCleanup functions cannot fail
2009-01-17 Rémi Denis-CourmontRemove p_static_vlc, not used anymore
2009-01-17 Rémi Denis-CourmontPrivatize vlc_object_t.i_object_type
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Rémi Denis-Courmontplaylist: add real functions for locking
2009-01-17 Laurent AimarSplit out input item from include/vlc_input.h.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontSuppress httpd_mutex variable
2009-01-17 Rémi Denis-Courmonthttpd: use own thread
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Antoine CellerierRevert "Add image types."
next