]> git.sesse.net Git - vlc/shortlog
vlc
2009-06-03 Derk-Jan Hartmanmacos playlist: fix a deadlock when deleting items.
2009-06-03 Derk-Jan Hartmanmacosx: Fix postprocessing menu item
2009-06-03 Laurent AimarConvert magnify to "video filter2".
2009-06-03 Laurent AimarAdded a wrapper for "video filter2" as a "video filter"
2009-06-03 Laurent AimarAdded mouse support to filter_t and filter_chain_t.
2009-06-03 Rémi Denis... Fall back if this is not a git checkout
2009-06-03 Rémi Denis... fetcher: shut thread down when not needed
2009-06-03 Rémi Denis... fetcher: don't recycle the main condition variable...
2009-06-03 Rémi Denis... Repair libvlc_get_changeset()
2009-06-03 Rémi Denis... Print the changeset with --version
2009-06-03 Rémi Denis... Create revision.c
2009-06-03 Rémi Denis... Kill a few relocations
2009-06-03 Rémi Denis... Remove useless timer parameter
2009-06-03 Rémi Denis... vlc_timer_getoverrun result must be used
2009-06-03 Francois CartegnieCaptureOpenPanel: allow alternative layout
2009-06-03 Francois CartegnieUI open_file menus and layout fixes
2009-06-03 Francois Cartegnienew resource: playlist remove icon
2009-06-03 Pierre d'Herbemontlibvlc: Use mutex_cleanup_push.
2009-06-03 Pierre d'Herbemontlibvlc: Missing unlock.
2009-06-02 Laurent AimarCorrectly setup the clock state when creating a new...
2009-06-02 Laurent AimarAvoid an error (no ffmpeg-hw option) when not compiling...
2009-06-02 Derk-Jan Hartmanmacosx playlist: Move one of the lock to avoid a "lock...
2009-06-02 Felix Paul... macosx: volume needs to be stored in absolute numbers...
2009-06-02 Rémi Denis... Timer: fallback to realtime if monotonic clock is not...
2009-06-02 Rémi Denis... dvdnav: fulfill the self-realizing prophecy^W^W^Wuse...
2009-06-02 Rémi Denis... screesaver: use timer and cleanup
2009-06-02 Rémi Denis... Asynchronous timer API
2009-06-02 Rémi Denis... inhibit: use callbacks, kill one timer thread
2009-06-02 Rémi Denis... Win32: fix warnings
2009-06-02 Rémi Denis... Play more than one media to improve coverage a bit
2009-06-02 Rémi Denis... Make the test timeout more bearable
2009-06-02 Derk-Jan HartmanCore: Closed Captions memleak
2009-06-02 Pierre d'Herbemontlibvlc: Fix media_list_player's test by using asynchron...
2009-06-02 Pierre d'Herbemontlibvlc: Allow event to be dispatched asynchronously.
2009-06-02 Pierre d'Herbemontlibvlc: Make sure we unlock on error code path.
2009-06-02 Pierre d'HerbemontRevert "libvlc_event_*: fix locking"
2009-06-01 Derk-Jan Hartman.h file commit for [9d7513aea570d26822f26a7b0567133ab4f...
2009-06-01 Derk-Jan Hartmanmacosx vout: another memleak
2009-06-01 Felix Paul... Use UDBZ instead of UDZO as disk-image format, which...
2009-06-01 Laurent AimarCompilation fix for old ffmpeg version.
2009-06-01 Jean-Baptiste... Contribs for Linux x64
2009-06-01 Felix Paul... contribs: updated binary package for Darwin 9 (ppc...
2009-06-01 Derk-Jan Hartmanmtime: grah, compile before thou commits.
2009-06-01 Derk-Jan Hartmanmtime: ifdef vs if defined()
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...
2009-06-01 Laurent AimarFlush picture buffers when closing the avcodec decoder.
2009-06-01 Derk-Jan Hartmanmac PPC: don't use mach absolute_time()
2009-06-01 Derk-Jan Hartmanmkv: Restore the priority of the mkv module
2009-06-01 Derk-Jan Hartmanvobsub: strdup memleak (stream_Add copies the format)
2009-06-01 Felix Paul... contribs: use GCC 4.2.1 for libgoom2k4, too.
2009-05-31 Laurent AimarMissing vlc_picture_fifo/pool.h includes in src/Makefile.am
2009-05-31 Laurent AimarFixed infinite loop in config_ChainDuplicate.
2009-05-31 Rémi Denis... SAP_Add: use a union to fix aliasing bug
2009-05-31 Rémi Denis... Revert "Merge branch 'master' of git@git.videolan.org...
2009-05-31 Rémi Denis... Merge branch 'master' of git@git.videolan.org:vlc
2009-05-31 Rémi Denis... Revert "SAP_Add: use a union to fix aliasing bug"
2009-05-31 Rémi Denis... Merge commit 'origin/base'
2009-05-31 Rémi Denis... SAP_Add: use a union to fix aliasing bug
2009-05-31 Rémi Denis... Abort if array allocation fails
2009-05-31 Laurent AimarMade picture_Hold return the provided picture.
2009-05-31 Laurent AimarAdded config_ChainDuplicate to duplicate config_chain_t...
2009-05-31 Jean-Baptiste... Qt: Fix button in speed of subtitles.
2009-05-31 Laurent AimarDo not access vout_thread_t fields when it can be avoided.
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
2009-05-30 Laurent AimarAdded picture_NewFromFormat/Ressource functions.
2009-05-30 Laurent AimarAdded picture_pool_t and functions helpers.
2009-05-30 Laurent AimarAdded a picture_fifo_t helper.
2009-05-30 Laurent AimarAdded a picture_Reset helper.
2009-05-30 Laurent AimarUsed subpicture_NewFromPicture in snapshot code.
2009-05-30 Laurent AimarAdded a subpicture_NewFromPicture helper.
2009-05-30 JP DingerA few sprintf()+n in text/strings.c
2009-05-30 JP Dingermozilla plugin: cosmetics.
2009-05-30 Felix Paul... contribs: enforce usage of gcc-4.2 instead of llvm...
2009-05-30 JP DingerCosmetics: Remove need to (char*)"..." by making the...
2009-05-30 JP Dingervcdx: 100% cosmetics; indentation reformatting.
2009-05-30 JP DingerCosmetics, and pull finding the playlist sorting functi...
2009-05-30 Rémi Duraffortvisual: no need to strdup the name of the effect as...
2009-05-29 Derk-Jan Hartmanmacosx remote: Fix a leak in the Apple Remote class.
2009-05-29 Felix Paul... macosx: fixed another array which isn't released before...
2009-05-29 Derk-Jan Hartmanmacosx vout: fix fullscreen behaviour on eof.
2009-05-29 Rémi DuraffortQuit correctly x264 codec when x264 failed.
2009-05-29 Derk-Jan Hartmanmacosx preferences: more memleaks
2009-05-29 Derk-Jan Hartmanmacosx: remove a NSLog message.
2009-05-29 Derk-Jan Hartmanmacosx intf: Fix bug in equalizer
2009-05-29 Adrien MagloFix a segfault : check the return value of x264_encoder...
2009-05-29 Jean-Philippe... Qt Sout dialog: MJPEG mux is "mpjpeg"
2009-05-29 Rémi DuraffortInclude vlc_url when using make_URI
2009-05-29 Rafaël CarréFix xspf reading/writing
2009-05-29 Derk-Jan HartmanMemleaks in Equalizer callback and Mac OS X audio module.
2009-05-29 Derk-Jan Hartmanmacosx intf: Avoid using fixed sized buffer here.
2009-05-29 Derk-Jan Hartmanmacosx controls: Another string memleak.
2009-05-29 Derk-Jan Hartmanmacosx intf: another strdup memleak
2009-05-29 Rémi Duraffortaccess_directory: fix memleaks.
2009-05-29 Derk-Jan Hartmanmemleaks: Several Mac OS X interface related memleaks.
2009-05-29 Derk-Jan Hartmanmacosx intf: Fix a strdup memleak
2009-05-29 Rafaël CarréRemove unused unescape_URI() and unescape_URI_duplicate()
2009-05-29 Rafaël Carrédbus : fix a deadlock with p_events array
2009-05-29 Felix Paul... macosx: fixed non-appearance of the verbose error panel...
2009-05-29 Felix Paul... fixed distribution as dmg if srcdir != top_builddir
2009-05-29 Rafaël CarréFix mozilla autoconf check : AC_PATH_PROGS() was used...
next