]> git.sesse.net Git - vlc/shortlog
vlc
2009-12-13 Rémi Denis... flags.m4: restore original copyright statement
2009-12-13 Laurent AimarImplemented an fps(50) limiter in projectM.
2009-12-13 Laurent AimarDo not lock the audio buffer while rendering a frame...
2009-12-13 Laurent AimarGive only once the same PCM buffer to projectM.
2009-12-13 Laurent AimarFixed PCM values given to projectm.
2009-12-13 Laurent AimarFixed an uninitialized value in opengl.
2009-12-13 Laurent AimarConverted projectm to vout_opengl_t.
2009-12-13 Laurent AimarAllowed to use vout_display with a dummy vout.
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in glwin32.
2009-12-13 Laurent AimarAdded a way to retreive an opengl context from a vout...
2009-12-13 Laurent AimarSimplified projectm module by using vlc_thread_t.
2009-12-13 Laurent AimarFixed a potential race condition (projectm).
2009-12-13 Laurent AimarReworked a bit projectm initialization.
2009-12-12 Felix Paul... macosx/framework: fixed MPEG2 exporting, updated iPod...
2009-12-12 Rémi Denis... Use VLC_CODEC_PPM
2009-12-12 Johann RansayPPM image support
2009-12-12 Jean-Baptiste... Qt: new view mode for the playlist in an IconList like...
2009-12-12 Jean-Baptiste... Qt: playlist. Remove unnecessary includes
2009-12-12 Jean-Baptiste... Qt: PlaylistWidget parenting and code cleanup/simplific...
2009-12-12 Jean-Baptiste... Qt: debug only if you want to.
2009-12-12 Rémi Denis... GLX 1.3: pick a frame buffer configuration with matchin...
2009-12-12 Rémi Denis... GLX: inverted if
2009-12-12 Rémi Denis... GLX: udpate view port after the X server resized the...
2009-12-12 Rémi Denis... Fallback if gl.pc is missing (not tested)
2009-12-12 Rémi Denis... XCB/GLX: we don't need GL Utilities, only GLX
2009-12-12 Laurent AimarRemoved an invalid free added by 15643af1 (subtitle...
2009-12-12 Laurent AimarDo not rebufferize when transcoding to a non real time...
2009-12-12 Laurent AimarFixed time/position report when using sout.
2009-12-12 Laurent AimarProtect av_register_all call with vlc_avcodec_lock().
2009-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-12-12 Rémi Denis... Remove useless header check
2009-12-12 Rémi Denis... Remove useless DMPS extension checks
2009-12-12 Rémi Denis... --disable-xcb disables xvideo and glx implicitly
2009-12-12 Rémi Denis... Remove old GLX plugin
2009-12-12 Rémi Denis... XCB/GLX: resize
2009-12-12 Rémi Denis... XCB: GLX 1.3
2009-12-12 Rémi Denis... XCB/XVideo: check version correctly
2009-12-12 Rémi Denis... XCB/GLX: check that GLX >= 1.2 is available on the...
2009-12-12 Rémi Denis... XCB/GLX: initial GLX 1.2 support
2009-12-12 Rémi Denis... vout wrapper: add xcb_glx
2009-12-12 Rémi Denis... XCB: code factorization
2009-12-12 Rémi Denis... XCB: move GLX-relevant helper to non-SHM-dependent...
2009-12-12 Pierre Ynardrtp sout: ensure seq value in rtsp is accurate
2009-12-11 Pierre Ynardrtp sout: add missing caching option
2009-12-11 Pierre d'Herbemontmacosx/framework: Don't automatically fetch meta, only...
2009-12-11 Jean-Baptiste... Qt: provide shortcuts for history items
2009-12-11 Jean-Baptiste... Qt: various cleanups and fixes
2009-12-11 Jean-Baptiste... Reduce the toolbar margins even more.
2009-12-10 Erwan Tulouskins2: cosmetics in debug message
2009-12-10 Erwan Tulouskins2: better input management
2009-12-10 Pierre d'Herbemontlibvlc: don't abort but return an error code if no...
2009-12-10 Pierre d'Herbemontauhal: Don't spend 16MB of heap for nothing.
2009-12-10 Pierre d'Herbemontauhal: Support 10.6 64bits framework.
2009-12-10 Pierre d'Herbemontmacosx/framework: Don't attempt to do anything at exit...
2009-12-10 Pierre d'Herbemontmacosx/framework: Make sure we can build for x86_64.
2009-12-10 Pierre d'Herbemontqtcapture: Make sure we build on 10.6 64bits.
2009-12-10 Pierre d'Herbemontshoutcast: Fix some leaks.
2009-12-10 Rémi Denis... Split MIT-SHM check out of GetWindow
2009-12-10 Rémi Denis... Remove no-op
2009-12-10 Rémi Denis... Use ...NonEmpty... for --open
2009-12-10 Rémi Denis... Fix --syslog
2009-12-10 Rémi Denis... core: config_GetPsz -> var_CreateGetNonEmptyString
2009-12-10 Olivier Aubertpython-ctypes: define a .value() method for enums in...
2009-12-10 Olivier Aubertpython-ctypes: add support for media stats in java...
2009-12-10 Rafaël CarréQt4: check random button if random is set
2009-12-10 Pierre d'Herbemontmacosx/framework: Fix three leaks in VLCStreamOutput.
2009-12-10 Pierre d'Herbemontshoutcast: Don't leak psz_load.
2009-12-10 Pierre d'Herbemontavi: Don't leak in error code path.
2009-12-10 Pierre d'Herbemontconfig: Don't leak dataDir and configDir in dirs_macos.
2009-12-10 Pierre d'Herbemontmacosx/framework: Fix a leak in VLCTime.
2009-12-10 Pierre d'Herbemontlibvlc: Make sure we don't continue vlc exectution...
2009-12-09 JP DingerSkins2: Add missing return statements.
2009-12-09 Pierre Ynardmissing: add sout_MuxGetStream
2009-12-08 Christophe... Don't append option to $PKG-CONFIG if it's empty
2009-12-08 Rémi Denis... signals: ignore SIGHUP if its handler is SIG_IGN
2009-12-08 Rémi Denis... Move x11-display config to core
2009-12-08 Laurent AimarRevert "Contrib: block FFmpeg revision until dxva2...
2009-12-08 Laurent AimarFixed a typo in weight computation (dxva2).
2009-12-08 Laurent AimarFixed dxva2 patch for latest ffmpeg.
2009-12-08 Rémi Denis... Qt4: provide the X11 display address through the window...
2009-12-08 Rémi Denis... XCB/window: pass display string to window owner
2009-12-08 Rémi Denis... XCB outputs: use X11 display specified by the window...
2009-12-08 Rémi Denis... Room for window provider to pass the X11 display
2009-12-08 Rémi Denis... Qt4: check for Windows window system backend rather...
2009-12-08 Rémi Denis... HWND window really can only work inside Windows or...
2009-12-08 Rémi Denis... vout_window_t: simplify via anynomous union
2009-12-08 Rémi Denis... Avoid warning (braindead putenv() prototype!)
2009-12-08 Rémi Denis... Qt4: fix buffer overflow
2009-12-08 Laurent AimarFixed avcodec compilation with vaapi enabled.
2009-12-08 Pierre d'Herbemontopengl: Link the gl texture to the picture.
2009-12-08 Laurent AimarRemoved debug message (opengl).
2009-12-08 Laurent AimarFixed picture_sys_t::texture initialisation with opengl...
2009-12-08 Rafaël Carrélibvlccore: export sout_MuxGetStream
2009-12-08 Rafaël Carréavformat mux : use sout_MuxGetStream
2009-12-08 Rafaël Carrémove MuxGetStream() to libvlccore, bump plugin ABI
2009-12-08 Rafaël Carréasf: fix VLC_TS_INVALID comparison spotted by nefrir
2009-12-08 Rafaël Carrémux_ogg: clearly initialize variables
2009-12-08 Rafaël Carrémux_asf: use VLC_TS_INVALID (refs #3135)
2009-12-08 Rafaël Carrépacketizer_mpegvideo: use VLC_TS_INVALID (refs #3135)
next