]> git.sesse.net Git - vlc/shortlog
vlc
2009-05-25 Olivier Aubertpython bindings: remove obsolete vlc_internal module
2009-05-25 JP DingerCompile fix on windows: vlc_mutex_init() now returns...
2009-05-25 JP DingerRevert "Compile fix on windows -- vlc_mutex_init()...
2009-05-25 Geoffroy CouprieAdd missing config.h
2009-05-25 JP DingerCompile fix on windows -- vlc_mutex_init() now returns...
2009-05-25 Pierre d'HerbemontOops.
2009-05-25 Pierre d'HerbemontFix compilation.
2009-05-25 Pierre d'HerbemontFix compilation.
2009-05-25 Pierre d'Herbemontlibvlc: Don't use enum directly, it's a bad pratice...
2009-05-25 Olivier Aubertpython bindings: properly define MANIFEST.in file ...
2009-05-25 Olivier Aubertpython bindings: fix setup.py to use 'pkg-config libvlc...
2009-05-25 Pierre d'HerbemontInclude new headers in headers.c.
2009-05-25 Pierre d'Herbemontlibvlc: nsobject is void *.
2009-05-25 Pierre d'Herbemontlibvlc: Split libvlc_internal in different independant...
2009-05-25 Pierre d'Herbemontlibvlc: Split public headers by object and layers.
2009-05-24 Rémi Denis... Error-proof REMOVE_ELEM
2009-05-24 Ben Hutchingslive555: handle DV over RTSP
2009-05-24 Ben Hutchingslive555: handle buffer resize error cases
2009-05-24 Felix Paul... vcdx: compilation fix
2009-05-23 Jean-Baptiste... Fix obvious typo that prevented correct build.
2009-05-23 Jean-Baptiste... Qt: don't attach the core dialogs to the Main Interface...
2009-05-23 Rémi Denis... Merge branch 1.0-bugfix into master
2009-05-23 Rémi Denis... Quit VLC explicitly before we destroy the interface
2009-05-23 Rémi Denis... Unused variable
2009-05-23 Rémi Denis... Use intf_Create() directly whenever a module is specified
2009-05-23 Rémi Denis... Kill VLC_OBJECT_INTF
2009-05-23 Rémi Denis... Keep a thread-safe list of interfaces
2009-05-23 Rémi Denis... Replace intf_StopThread() with intf_DestroyAll()
2009-05-23 Rémi Denis... fix intf_c
2009-05-23 Rémi Denis... Do not create an interface thread if not needed
2009-05-23 Rémi Denis... Set intf-add before loading the interface module
2009-05-23 Rémi Denis... Merge intf_Create() and intf_RunThread()
2009-05-23 Erwan Tulouskins2 : fully support transparency for buttons.
2009-05-23 Rémi Denis... CMML: do not (ab)use the interface subsystem
2009-05-23 Rémi Denis... Move intf_sys_t and intf_thread_t definitions
2009-05-23 Rémi Denis... Qt4: use struct as needed
2009-05-23 Rémi Denis... Remove non-existent types
2009-05-23 Rémi Denis... Merge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis... Remove dummy debug
2009-05-23 Rémi Denis... Merge branch 1.0-bugfix into master
2009-05-23 Rémi Denis... Drawable: check properly for busy drawable
2009-05-23 Rémi Denis... XCB: memory leak
2009-05-23 Rémi Denis... XCB: memory leak
2009-05-23 Rémi Denis... Ahem
2009-05-23 Rémi Denis... Support for older xcb-xv
2009-05-23 Rémi Denis... core depends on libcompat.la
2009-05-23 Rémi Denis... Remove no-op
2009-05-23 Rémi Denis... Fluidsynth: fix block handling
2009-05-23 Rémi Denis... Missing space
2009-05-23 Rémi Denis... Merge branch 1.0-bugfix
2009-05-23 Rémi Denis... libvlc_media_list_player: privatize
2009-05-23 Rémi Denis... Fix initialization order
2009-05-23 Rémi Denis... Revert "Elide a bit of code that looks dead. There...
2009-05-22 Laurent AimarFixed demux_vaControlHelper GET_TIME implementation.
2009-05-22 Felix Paul... macosx: added an entry to Video->Aspect-ratio to disabl...
2009-05-22 Felix Paul... macosx: fixed controls in new main window
2009-05-22 Felix Paul... macosx: fix crash when trying to use the video menu
2009-05-22 JP DingerElide a bit of code that looks dead. There looks to...
2009-05-22 JP DingerRecover from documented undefined value return on gnu...
2009-05-22 JP DingerMoving system includes to happen before vlc includes...
2009-05-21 Jean-Baptiste... Forgotten dirac packetizer in LIST.
2009-05-21 JP DingerClean up vcdx a bit. Or a lot. It compiles, but I can...
2009-05-21 JP DingerRefactor vcdx info.c dropping a few memory leaks and...
2009-05-21 Felix Paul... macosx: added new graphics to project file so they...
2009-05-21 Felix Paul... macosx: merge the nib fle containing Eric Dudiak's...
2009-05-21 Felix Paul... macosx: added graphics from Eric Dudiak's interface...
2009-05-21 Felix Paul... macosx: clean Dudiak's code a bit
2009-05-21 Felix Paul... compilation fix
2009-05-21 Felix Paul... macosx: added Eric Dudiak's source files to the respect...
2009-05-21 Felix Paul... macosx: merge Eric Dudiak's code from GSoC 2008
2009-05-21 Rémi Denis... Actually initialize media_list_player
2009-05-21 Rémi Denis... Missing initializer
2009-05-21 Rémi Denis... Qt4: activate playlist item on right click (fix #2749)
2009-05-21 Rémi Denis... Qt4: activate playlist item on right click (fix #2749)
2009-05-21 Rémi Denis... Remove unhandled error warning
2009-05-21 Rémi Denis... Remove error value from locks and condvar initialization
2009-05-21 Rémi Denis... WinCE does not support spin locks
2009-05-21 Rémi Denis... Include "config.h" first
2009-05-21 Rémi Denis... vlc_clone() and vlc_thread_create() must be checked...
2009-05-21 Rémi Denis... vlc_mutex_trylock() return value must be checked
2009-05-21 Rémi Denis... Fix mouse key strings
2009-05-21 Rémi Denis... Merge branch 1.0-bugfix into master
2009-05-21 Rémi Denis... XCB/window: really handle media keys
2009-05-21 Geoffroy Coupriewin32 vout: factorize code
2009-05-21 Rémi Denis... Do not use values within the Unicode points range for...
2009-05-21 Felix Paul... macosx: finally completed the progress-panel's implemen...
2009-05-21 Felix Paul... macosx: fixed compilation warning
2009-05-21 Felix Paul... macosx: finally completed the progress-panel's implemen...
2009-05-21 Felix Paul... macosx: fixed compilation warning
2009-05-21 Rémi Denis... KeyToString: divide and conquer
2009-05-21 Rémi Denis... Check that keys are sorted properly
2009-05-21 Rémi Denis... Put keys in VLC key code order
2009-05-21 Rémi Denis... Media keys are supported NOT only on Windows
2009-05-21 Rémi Denis... Get rid of KEY_ASCII and KEY_SPECIAL
2009-05-21 Felix Paul... macosx: NEWS and THANKS
2009-05-21 Felix Paul... macosx: fixed Xcode project file and make dist (new...
2009-05-21 Dominic Spitalernew document icons for mac os x
2009-05-21 Pierre d'Herbemonttest: Add a test for media_player_next().
2009-05-21 Pierre d'Herbemontlibvlc: Use a separate lock for media_list_lock and...
2009-05-21 Pierre d'Herbemonttest: Don't do the pause() test, this can't work.
next