]> git.sesse.net Git - vlc/shortlog
vlc
2008-03-28 Pierre d'Herbemontmodule: Use PATH_SEP instead of ':'.
2008-03-28 Pierre d'Herbemontinput: Remove a comment that no one seems to understand.
2008-03-28 Felix Paul... Fixed 'Blackout screens' on multi-screen setups
2008-03-28 Pierre d'Herbemonttestapi.c: Use ../../modules too.
2008-03-28 Pierre d'Herbemontmodule: Allow multiple paths in --plugin-path (Separate...
2008-03-28 Rafaël CarréMMS: close access on network timeout
2008-03-28 Pierre d'Herbemontcmake: Add src/misc/action.c.
2008-03-28 Pierre d'Herbemontinput: Make sure stat info are created before attaching...
2008-03-27 Rémi Denis... Use KeyToString
2008-03-27 Rémi Denis... Remove useless check
2008-03-27 Rafaël CarréIgnore zsh completion generator binary
2008-03-27 Rafaël CarréFix megavideo lua demuxer
2008-03-27 Rafaël Carrézsh helper : don't depend on zsh binary location
2008-03-27 Rémi Denis... Don't create an unused variable per action
2008-03-27 Rémi Denis... Remove excess initializers
2008-03-27 Rémi Denis... Remove hotkeys "accounting" stuff.
2008-03-27 Rémi Denis... Remove ActionKeyCB - I really can't find any path to...
2008-03-27 Rémi Denis... hotkeys: use key-action
2008-03-27 Rémi Denis... hotkeys: cleanup locking
2008-03-27 Rémi Denis... CMML: use key-action
2008-03-27 Rémi Denis... access_filter_record: use key-action
2008-03-27 Rémi Denis... MKV: use key-action
2008-03-27 Rémi Denis... dvdnav: use key-action
2008-03-27 Rémi Denis... access_filter_dump: use key-action
2008-03-27 Rémi Denis... Add key-action variable - automatically mapped action...
2008-03-27 Rémi Denis... Revert "ActionKeyCB: remove completely."
2008-03-27 Rémi Denis... ActionKeyCB: remove completely.
2008-03-27 Rémi Denis... hotkeys: make the ActionKeyCB O(1) w.r.t. the number...
2008-03-27 Rémi Denis... Ship vlc-plugin.pc.in
2008-03-27 Felix Paul... Implementing meta tag writing and cleaned a bit up
2008-03-27 Rafaël Carrélua demuxer for megavideo.com
2008-03-27 Felix Paul... Reworked the Media Information panel
2008-03-27 Jean-Baptiste... Remember to add people to THANKS. This is always nice.
2008-03-27 Jean-Baptiste... Fix most of the Open Dialog resizing on linux Close...
2008-03-27 Jean-Baptiste... Changing audio device can also make sense without any...
2008-03-27 Jean-Baptiste... Trailing spaces and comments.
2008-03-27 DylanAdd hotkey to cycle through audio devices
2008-03-27 DylanAdd Hotkey to cycle through audio devices
2008-03-27 Pierre d'Herbemonttestapi: Minor cleanup.
2008-03-27 Pierre d'Herbemonttestapi.c: Fix a warning plus small clean up.
2008-03-27 Pierre d'Herbemontsap: Set the sap announcer object name.
2008-03-27 Rafaël CarréDBus: remove unused macro, check memory allocation
2008-03-27 Mirsal EnnaimeDbus control module: * Add the MprisVersion Method...
2008-03-27 Christophe... Update POTFILES.in after addition and suppression of...
2008-03-26 Mirsal EnnaimeDbus control module: * Simplify p_intf->p_sys->i_caps...
2008-03-26 Rafaël CarréFix a memory leak
2008-03-26 Rafaël CarréServices discoveries: check memory allocation
2008-03-26 Rafaël CarréCheck memory allocation
2008-03-26 Filippo Caronefailing testapi test added
2008-03-26 Filippo Caronewrite to tmpFile instead of /dev/dsp
2008-03-26 Filippo Caronenew convenience constructor added
2008-03-26 Pierre d'Herbemontsap: Properly manage object memory.
2008-03-26 Pierre d'Herbemontvlm: No need to vlc_object_kill() nor vlc_thread_join...
2008-03-26 Rafaël CarréMozilla: fix compilation on OSX, where we don't use...
2008-03-26 Pierre d'Herbemonttest: Add the new vlc headers.
2008-03-26 Pierre d'Herbemontsrc: Fix vlc/*.h headers distribution.
2008-03-26 Pierre d'Herbemontinclude/vlc: vlc also includes this headers, so make...
2008-03-26 Pierre d'Herbemontmedia_descriptor: Remove an unused variable.
2008-03-26 Rémi Denis... Fix memory leak
2008-03-26 Rémi Denis... Fix memory leak
2008-03-26 Pierre d'Herbemontinclude/vlc: Headers clean up.
2008-03-26 Pierre d'Herbemontlibvlc: Remove all references to tag and dynamic media...
2008-03-26 Rémi Denis... MP4: do not nul time scale
2008-03-26 Rémi Denis... Fix memleak
2008-03-26 Rémi Denis... Bunch of MP5 allocation failure checks
2008-03-26 Pierre d'Herbemontvlc_modules_macros.h: Bump ABI version.
2008-03-26 Pierre d'HerbemontLetf over from libvlc->playlist vout
2008-03-26 Pierre d'Herbemontmacosx: avoid a crash if VLCIntf is NULL.
2008-03-26 Pierre d'Herbemontlibvlc: Move input_item array from playlist to libvlc.
2008-03-26 Pierre d'Herbemontmacosx: Attempt to avoid a crash. Note that this can...
2008-03-26 Pierre d'Herbemontobjects: Allow certain operations when the object refco...
2008-03-26 Pierre d'Herbemontvideo_output.c: Don't rely on the playlist to store...
2008-03-26 Pierre d'Herbemontplaylist: Properly clean the playlist using the object...
2008-03-26 Pierre d'Herbemontvlc.h: Don't actually put the __attribute__((deprecated...
2008-03-26 Pierre d'Herbemontvout: Proper vout destruction via the object destructor.
2008-03-26 Pierre d'Herbemontcontrib: ffmpeg uses now --enable-cross-compile instead...
2008-03-26 Pierre d'Herbemontmacosx: Fix a race condition that causes a crash at...
2008-03-26 Pierre d'Herbemontplaylist: Properly destroy the preparser and the fetche...
2008-03-26 Pierre d'Herbemontthreads: Make sure we vlc_thread_join() won't block...
2008-03-26 Pierre d'Herbemontvlc.h: VLC_AddTarget is used in core, so don't deprecat...
2008-03-26 Felix Paul... Expand the window downwards, as you would expect this...
2008-03-26 Felix Paul... Updated icon graphics set featuring a 512*512 pixmap...
2008-03-26 Felix Paul... Updates and spelling improvements
2008-03-26 Felix Paul... Don't crash when using libgmalloc on Leopard (closes...
2008-03-26 Felix Paul... hide the FSPanel at the same time as the cursor
2008-03-26 Rafaël CarréDBus: don't use the demux object
2008-03-26 Rafaël CarréRevert "let gcc choose how to reference memory addresse...
2008-03-26 Rafaël Carrélet gcc choose how to reference memory addresses in...
2008-03-26 Rafaël CarréTypo
2008-03-26 Rafaël CarréDBus: don't use access object
2008-03-25 Rafaël Carrécinepak: do not access arrays beyond allocated size
2008-03-25 Pierre d'Herbemontvlc.h: Fix VLC_PUBLIC_API.
2008-03-25 Pierre d'Herbemontvlc.h: Some functions marked as deprecated were not.
2008-03-25 Pierre d'Herbemontlibvlc.h: Document.
2008-03-25 Pierre d'Herbemontlibvlc.h: Restructuration.
2008-03-25 Pierre d'Herbemontcontrol: Remove dynamic_media_list_*.
2008-03-25 Pierre d'Herbemontcontrol: Remove tag_query_*.
2008-03-25 Pierre d'Herbemontlibvlc: Introduce VLC_DEPRECATED_API. And mark the...
2008-03-25 Rémi Denis... Store the object type name rather than object type...
2008-03-25 Rémi Denis... Document vlc_custom_create.
next