]> git.sesse.net Git - vlc/shortlog
vlc
2009-08-16 Rémi Denis... Factor CPU detection a little
2009-08-16 Rémi Denis... XCB: fail if getting geometry fails, re-order a bit
2009-08-16 Rémi Denis... Display size cannot be negative
2009-08-16 Rémi Denis... Error handling fix
2009-08-16 Felix Paul... macosx: fix release bundle size by reverting [71c633a87...
2009-08-16 Ilkka Ollakkaqt4: no need to store input-type, as we can get it...
2009-08-16 Ilkka Ollakkaqt4: store showflags in playlist_model instead every...
2009-08-16 Ilkka Ollakkaqt4: remove b_is_node and use childCount() > 0 instead...
2009-08-16 Ilkka Ollakkaqt4: add forgotten check so we don't try to get stuff...
2009-08-16 Felix Paul... macosx: VLC (should) support RTMP streams now
2009-08-16 Felix Paul... macosx: unify my mail address
2009-08-16 Ilkka Ollakkaqt4: add reseting currentItem to NULL in rebuild()...
2009-08-16 Ilkka Ollakkaqt4: playlist_model, set current to NULL if currentitem...
2009-08-16 Ilkka OllakkaQt4: remove b_current and store current PLItem in playl...
2009-08-15 Rémi Denis... Mark drawable as Win32-specific
2009-08-15 Rémi Denis... drawable: fix capability
2009-08-15 Rémi Denis... drawable: remove X11 stuff
2009-08-15 Rémi Denis... Remove experimental flag to XCB window
2009-08-15 Rémi Denis... Add drawable support into XCB window
2009-08-15 Rémi Denis... Factor some code
2009-08-15 Rémi Denis... Unused variable
2009-08-15 Rémi Denis... Remove dummy utf8_open() mode parameter in absence...
2009-08-15 Rémi Denis... utf8_open: make third parameter optional
2009-08-15 Rémi Denis... XCB window: no need to unmap & destroy our window
2009-08-15 Rémi Denis... XCB: ignore change of keyboard mapping
2009-08-15 Rémi Denis... XCB window: handle change of keymaps
2009-08-15 Rémi Denis... input: don't be too clever with start-time - fixes...
2009-08-15 Rémi Denis... get vout: use size_t for the counter
2009-08-15 Rémi Denis... Reference the glibc bug numbers
2009-08-15 Rémi Denis... Missing config.h -> no _GNU_SOURCE -> no prototype...
2009-08-15 Alexander BethkeRefactored/re-enabled libvlc_vlm_show_media
2009-08-15 Felix Paul... contribs: package 16 with libtwolame and updated ffmpeg
2009-08-14 Felix Paul... contribs: fixed eac3 compilation in ffmpeg, needs checking
2009-08-14 Felix Paul... contribs: fixed theora compilation
2009-08-14 Felix Paul... contribs: update qt4 for Mac
2009-08-14 Ilkka OllakkaRevert "Qt4: remove b_current on PLItem, and store...
2009-08-14 Ilkka OllakkaQt4: correct 3cddf245543afb17406a2017764d73167fa6bd86
2009-08-14 Ilkka OllakkaQt4: remove b_current on PLItem, and store currentIndex...
2009-08-14 Ilkka OllakkaQt4: remove i_input_id from PLItem
2009-08-14 Erwan Tulouqt4: CoverArtLabel and BackgroundWidget improvments
2009-08-14 Ludovic FauvetQt: Fix the bug where the volume was losing 1% at each...
2009-08-14 Hugo Beauzee... Adding a libvlc_media_player_next_frame
2009-08-14 Jean-Baptiste... Copyright updates
2009-08-14 Jean-Baptiste... *.aob files are now readable
2009-08-14 Jean-Baptiste... Change freetype libs order to fix win32 compile
2009-08-13 Rémi Denis... Missing inline
2009-08-13 Rémi Denis... Init order
2009-08-13 Rémi Denis... Missing const
2009-08-13 Rémi Denis... Suggested parenthesis
2009-08-13 Rémi Denis... Init order
2009-08-13 Rémi Denis... Assert against use of unitialized variable
2009-08-13 Rémi Denis... Unused variable
2009-08-13 Rémi Denis... Unused variable
2009-08-13 Ilkka OllakkaQt4: move fullscreen window on current viewport
2009-08-13 Laurent AimarRemoved audio_date_t in favor to date_t.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in visualizations.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in audio filters.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in packetizers.
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
2009-08-13 Laurent AimarRemoved unused aout_VolumeInfos.
2009-08-13 Geoffroy Coupriewince: fix build of vouts
2009-08-13 Pavlov KonstantinDon't use space in Sparkle file name.
2009-08-13 Pavlov KonstantinAdd Sparkle as a BUILDDIR.
2009-08-13 Pavlov KonstantinMention Dennis Perov's hardware donation in THANKS...
2009-08-13 Geoffroy Coupriewince: fix build of ts module
2009-08-13 Rémi Denis... paintEvent is not useful anymore
2009-08-13 Rémi Denis... Qt4: only the actual video "needs" to turn off compositing
2009-08-13 Rémi Denis... Qt4: synchronize X display
2009-08-13 Ilkka OllakkaQt4: PLItem cleanup
2009-08-13 Ruud AlthuizenFix the contrib for files and dirs with spaces
2009-08-13 Jakob Lebenplaylist: do not move both tree and non-tree items...
2009-08-13 Jakob LebenQt4 playlist: take 2: fix segfault and other enhancements
2009-08-13 Pierre YnardWinCE: implement timer API
2009-08-13 Ilkka OllakkaQt4: playlist_item, forgotten dec_ref
2009-08-13 Jean-Baptiste... Contribs: Don't patch libass, but patch fontconfig...
2009-08-13 Ilkka OllakkaQt4: typo in playlist_item
2009-08-13 Ilkka OllakkaQt4: add mutex-lockin when accessing selector-names
2009-08-13 Ilkka OllakkaQt4: store input_item_t* in plitem and handle metadata...
2009-08-13 Ilkka OllakkaQt4: change metaChanged signal from id to input_item_t*
2009-08-13 Pierre YnardWinCE: switch back vlc_thread_t to an allocated struct
2009-08-13 Pierre Ynardthreads: fix leaks on error path
2009-08-13 Jean-Baptiste... Remove skins2 dependency on libxml2 for Win32
2009-08-13 Jean-Baptiste... Force -lz on fretype.
2009-08-13 Jean-Baptiste... Patch libass on Win32 to avoid Using FcParseAndLoad
2009-08-13 Jean-Baptiste... Update ffmpeg patch for darwin
2009-08-12 Laurent AimarDo not pre-buffer too much, it has side effects with...
2009-08-12 Laurent AimarUpdated current EIT event only on Current/Following...
2009-08-12 Laurent AimarForced "on top" to the video widget in Qt4 while in...
2009-08-12 Rémi Denis... Qt4: avoid transient window glitch when leaving full...
2009-08-12 Rémi Denis... Xlib: remove redumdant window management code
2009-08-12 Rémi Denis... Remove dead xinerama and VidMod checks
2009-08-12 Rémi Denis... Dummy debug
2009-08-12 Rémi Denis... Xlib: rely on window provider for full-screen and alway...
2009-08-12 Rémi Denis... Qt4 window: full-screen support
2009-08-12 Laurent AimarFixed RC deadlocks on input events.
2009-08-12 Laurent AimarMore logical non YUV fallback for xcb.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Laurent AimarSet 'saved-volume" in aout_VolumeSet.
2009-08-12 Laurent AimarRemoved duplicated code in audio intf.c
2009-08-12 Rémi Denis... Qt4: fix race in requestVideo and simplify
next