]> git.sesse.net Git - vlc/shortlog
vlc
2009-08-20 Pierre d'Herbemonthttp: Remove unused functions.
2009-08-20 Pierre d'Herbemontfile: Fix a warning when posix_fadvise() isn't defined.
2009-08-20 Pierre d'Herbemontvcd: Flag unused argument, and fix a pointer to number...
2009-08-20 Jean-Baptiste... Misc fixes in goom, freetype and warning in last.fm
2009-08-20 Jean-Baptiste... Contrib: more complete patch against FLAC, made by...
2009-08-20 Jean-Baptiste... Fix misc warnings in demuxers
2009-08-20 Jean-Baptiste... Kill misc warnings
2009-08-20 Jean-Baptiste... Kill warnings of unused variables in audio_*
2009-08-20 Jean-Baptiste... Mod: use unsigned when needed
2009-08-20 Jean-Baptiste... Screen-win32: Kill warnings
2009-08-20 Jakob Lebenqt4 playlist: fix crash at "vlc --no-media-library"
2009-08-20 Jean-Baptiste... Waveout: fix type warning and update copyright
2009-08-20 Jean-Baptiste... MKV: Correct format for int64_t
2009-08-20 Jean-Baptiste... Wav: unused variable
2009-08-20 Jean-Baptiste... Vobsub: Correct format for int64_t
2009-08-20 Rafaël Carrébump plugin ABI to 1.1.0a (avoid using 1.0 modules...
2009-08-20 Rafaël CarréOSX configure defaults: disable --update-check
2009-08-20 Rafaël Carréupdate_crypto.c : UPDATE_CHECK is defined (or not)...
2009-08-20 Rafaël CarréDo not build update_crypto.c content if update-check...
2009-08-20 Rafaël Carré_update_WaitDownload is no longer in libvlccore
2009-08-20 Rafaël Carréupdate_Delete: Fix update download thread destruction
2009-08-20 Rafaël CarréRevert "update: allow update_Download to accept: direc...
2009-08-20 Rafaël CarréRevert "update: rename the variables so that it matches...
2009-08-20 Rafaël CarréRevert "update: don't free the temp pointer, but free...
2009-08-20 Rafaël CarréUpdate mechanism: split update.c
2009-08-19 Pierre d'Herbemontmedia_list_player: Make sure we'll correctly play next...
2009-08-19 Geoffroy CouprieWin7: add support for the taskbar's "oh, look, it's...
2009-08-19 Geoffroy CouprieMove the additional headers to include/vlc_windows_inte...
2009-08-19 Geoffroy Coupriewince: if you want to mess with the code, at least...
2009-08-19 Jean-Baptiste... MP4: kill a warning
2009-08-19 Jean-Baptiste... Global Hotkeys: simplify and clean code
2009-08-19 Jean-Baptiste... ASF: kill a warning
2009-08-19 Jean-Baptiste... AVI: use i_samplesize as an unsigned int (was an int)
2009-08-19 Jean-Baptiste... Fix warnings in lpcm, cc and theora
2009-08-19 Jean-Baptiste... Remove unused variables in USF module
2009-08-19 Jean-Baptiste... Kill various warnings
2009-08-19 Jean-Baptiste... Kill directSound warnings
2009-08-19 Jean-Baptiste... DirectSound: be more restrictive and fix warning
2009-08-19 Jean-Baptiste... Win32: Kill a warning in vcd
2009-08-19 Jean-Baptiste... Remove unused variables
2009-08-19 Rémi Denis... Hide psz_object_name in private data
2009-08-19 Rémi Denis... Deprecate ugly and unsafe vlc_object_find_name()
2009-08-19 Rémi Denis... ncurses: wild access to psz_object_name
2009-08-19 Rémi Denis... Qt4: wild reference to psz_object_name
2009-08-19 Rémi Denis... Remove two possibly wild references to psz_object_name
2009-08-19 Rémi Denis... Remove filter_chain_GetFilter: unused and not thread...
2009-08-19 Rémi Denis... gtk: safe but pointless reference to psz_object_name
2009-08-19 Felix Paul... VLCKit: don't return timestamps with hour digits, if...
2009-08-19 Jakob Lebenqt4: make PLModel::getItem inline
2009-08-19 Jean-Baptiste... Fix warning on Win64
2009-08-19 Jean-Baptiste... Update live Win64 patch to fix uintptr_t vs intptr_t
2009-08-19 Rémi Denis... Remove Xlib XVideo video output
2009-08-19 Rémi Denis... Remove Xlib X11 video output
2009-08-19 Jean-Baptiste... BDA: remove useless include.
2009-08-19 Jean-Baptiste... Contrib: a bit more cleaning
2009-08-19 Jean-Baptiste... Contrib constistency
2009-08-19 Jean-Baptiste... More fixes for live under Win64
2009-08-19 Rémi Duraffortdemux_xspf: remove dummy test (the test is done at...
2009-08-19 Jakob Lebenqt4: helper function PLItem * getItem( const QModelInde...
2009-08-19 Pierre d'HerbemontEnable back media_list_player's tests.
2009-08-19 Pierre d'Herbemontmedia_list_player: Use stop() so that we don't lock...
2009-08-19 Jean-Baptiste... Port directx output to Win64 awareness
2009-08-19 Rémi Duraffortxspf: factorize and set to NULL only when needed.
2009-08-19 Rémi Duraffortxspf: simplify and use free instead of FREENULL (not...
2009-08-19 Rémi Duraffortxspf: simplify again.
2009-08-19 Pierre d'Herbemontmedia_list_player: Fix the locking scheme for the callb...
2009-08-19 Pierre d'Herbemontkate: Remove unused variable.
2009-08-19 Pierre d'Herbemonttest: Print more info on error.
2009-08-19 Felix Paul... macosx: remove previous updater code as it is now repla...
2009-08-19 Felix Paul... macosx: add preliminary hash file for Sparkle support
2009-08-19 Jean-Baptiste... Port GlobalHotkeys to the correct SetWindowLongPtr API
2009-08-19 Jean-Baptiste... Do not use crashdumps on Win64
2009-08-19 Konstantin... Mention the addition of new lua parsers in NEWS.
2009-08-19 Konstantin... share/Makefile.am: distribute newly added lua playlist...
2009-08-19 Konstantin... LUA mpora parser: fix copyright year.
2009-08-19 Jean-Baptiste... Small fix for Mingw64 compilation
2009-08-19 Jean-Baptiste... Update _WIN32_IE to IE 5.01
2009-08-19 Ilkka Ollakkax264: add profile-limitter, pretty much same as in...
2009-08-19 Konstantin... LUA playlist scripts: add support for Vimeo URL parsing.
2009-08-19 Jakob Lebenqt4: prevent moving a node into itself
2009-08-19 Jakob Lebenqt4: move item removal from PLItem to PLModel...
2009-08-19 Jakob Lebenqt4 playlist: simplify view notification, don't rebuild...
2009-08-19 Rémi Duraffortxspf: simplify.
2009-08-19 Pierre d'Herbemontcontrib: Bump Mac OS X contrib binary to revision 17.
2009-08-19 Pierre d'Herbemontncurses: Remove unused variables.
2009-08-19 Pierre d'Herbemonttest: Disable test_media_list_player as it deadlocks.
2009-08-19 Jean-Baptiste... Contrib: Win64, try to force the CPU for FFmpeg
2009-08-19 Jakob Lebenqt4 playlist: make popup Add Node and Sort operate...
2009-08-19 Jean-Baptiste... Contrib: Try to fix lua's mess
2009-08-19 Jean-Baptiste... Liboil: autoreconf is needed after m4 changes.
2009-08-19 Jakob Lebenqt4 playlist: refactor meta data retrieval and show...
2009-08-19 Konstantin... LUA playlist scripts: ddd support for MPORA URL parsing.
2009-08-19 Jean-Baptiste... Consistency for patches naming
2009-08-19 Jean-Baptiste... Contrib: further fixes of Goom2k4 Makefiles
2009-08-18 Jean-Baptiste... Port live to Win64
2009-08-18 Rafaël Carréncurses: make file browser open files
2009-08-18 Jean-Baptiste... Fix Win64 patch for ebml
2009-08-18 Jean-Baptiste... Fix Makefile.
2009-08-18 Jean-Baptiste... Deactivate zvbi, pthreads, fluid for Win64 contribs
2009-08-18 Jean-Baptiste... Update fontconfig patch for xml2 removal.
next