]> git.sesse.net Git - vlc/shortlog
vlc
2009-05-23 Rémi Denis... Merge branch 1.0-bugfix
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.
2009-05-21 Pierre d'Herbemonttest: Fix media_player test.
2009-05-21 Pierre d'Herbemonttest: Fix log issued in test_media_list_player_play_ite...
2009-05-21 Pierre d'Herbemonttest: Reenable media_list_player test. And explain...
2009-05-21 Pierre d'Herbemonttest: Fix meta.c test building.
2009-05-21 Pierre d'Herbemonttest: Make sure we wait for the correct state in media_...
2009-05-21 Pierre d'Herbemonttest: Disable debug output in libvlc tests.
2009-05-20 Pierre YnardWinCE: add replacement getcwd() function
2009-05-20 Rémi Duraffortqt4: update the MRL when the fps change (desktop).
2009-05-20 Rémi DuraffortFactorization.
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortFix potential object leak.
2009-05-20 Rémi DuraffortNo need to check for a NULL as libvlc_media_release...
2009-05-20 Rémi DuraffortUse var_CountChoices instead of var_Change(VLC_VAR_GETC...
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi DuraffortSimplifications.
2009-05-20 Rémi DuraffortRemove unwanted "\v".
2009-05-20 Rémi Denis... Merge branch 1.0-bugfix
2009-05-20 Felix Paul... macosx: fixed the updateInfoPanel crash
2009-05-20 Felix Paul... macosx: fixed menubar appearance in fullscreen mode...
2009-05-20 Felix Paul... macosx: fixed menubar appearance in fullscreen mode...
2009-05-20 Sébastien EscudierFree rtsp commands on close
2009-05-20 Felix Paul... macosx: fixed the updateInfoPanel crash
2009-05-20 Rémi Denis... Mozilla: remove logging support
2009-05-20 Rémi DuraffortFix a (really) small memleak (even if i_count is 0...
2009-05-20 Felix Paul... macosx: fixed 'Codec details pane does not work correct...
2009-05-20 Felix Paul... macosx: fixed 'Codec details pane does not work correct...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change())
2009-05-20 JP DingerRemove another extra base64 decoder.
2009-05-20 JP Dingersdpplin_free() and rmff_free_header() already check...
2009-05-20 Felix Paul... configure: default disable xcb on Darwin
2009-05-20 Rémi DuraffortFix potential object leak (test the conditions before...
2009-05-20 JP Dingersprintf +n in file.c, plus add and use vlc_num_keys...
2009-05-20 Rémi DuraffortFix memleak (same problem with var_Change(VLC_VAR_FREEL...
2009-05-20 Rémi DuraffortFix memleak (the memory allocated by var_Control(VLC_VA...
2009-05-19 Geoffroy CouprieRevert "zip access: fix #2467. Now it's able to open...
2009-05-19 Geoffroy CouprieWin32: remove parts of the intl .rc that crash windres...
2009-05-19 Geoffroy Coupriewin32: Add recent files to jump lists
2009-05-19 Geoffroy Coupriezip access: fix #2467. Now it's able to open files...
2009-05-19 Rémi DuraffortFix previous commit.
2009-05-19 Rémi Duraffortvariables: fix a potential crash/double free.
2009-05-19 Rémi Duraffortv4l2: fix memleak.
2009-05-19 Jean-Baptiste... Accept 4.4.0, the bugs in 4.4.0 and 4.4.1 shouldn't...
2009-05-19 Jean-Baptiste... Qt: change slightly the colours of the sound slider.
2009-05-19 Jean-Baptiste... Qt: lower a bit the default sound slider.
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-19 Rémi Denis... Add a bunch of FIXMEs
2009-05-19 Rémi Denis... Sharpen: thread safety and don't retain useless value
2009-05-19 Rémi Denis... Rotate: thread-safety
next