]> git.sesse.net Git - vlc/history - modules
Davinci contribs
[vlc] / modules /
2009-12-15 Rafaël Carréaccess_avio: cosmetics
2009-12-15 Rafaël Carréaccess_avio: unused variable
2009-12-14 Antoine Cellerierrepeat is a reserved lua keyword
2009-12-14 Antoine CellerierFix acl use in http interface. Change default host...
2009-12-14 Antoine CellerierAdd osd menu api to lua (DVD menus).
2009-12-14 Pierre YnardFix make dist
2009-12-14 Rémi Denis-CourmontComment typo
2009-12-14 Rémi Denis-CourmontFix A/52 decoding when liba52 is not present
2009-12-14 Rémi Denis-CourmontFix NULL dereference with -no-embedded-video (fixes...
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-12-13 Pierre YnardFix avio with MERGE_FFMPEG
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 AimarImplemented VOUT_DISPLAY_GET_OPENGL in XCB/glx.
2009-12-13 Laurent AimarImplemented VOUT_DISPLAY_GET_OPENGL in glwin32.
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 Jean-Baptiste KempfQt: new view mode for the playlist in an IconList like...
2009-12-12 Jean-Baptiste KempfQt: playlist. Remove unnecessary includes
2009-12-12 Jean-Baptiste KempfQt: PlaylistWidget parenting and code cleanup/simplific...
2009-12-12 Jean-Baptiste KempfQt: debug only if you want to.
2009-12-12 Rémi Denis-CourmontGLX 1.3: pick a frame buffer configuration with matchin...
2009-12-12 Rémi Denis-CourmontGLX: inverted if
2009-12-12 Rémi Denis-CourmontGLX: udpate view port after the X server resized the...
2009-12-12 Rémi Denis-CourmontXCB/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 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-CourmontRemove useless header check
2009-12-12 Rémi Denis-CourmontRemove old GLX plugin
2009-12-12 Rémi Denis-CourmontXCB/GLX: resize
2009-12-12 Rémi Denis-CourmontXCB: GLX 1.3
2009-12-12 Rémi Denis-CourmontXCB/XVideo: check version correctly
2009-12-12 Rémi Denis-CourmontXCB/GLX: check that GLX >= 1.2 is available on the...
2009-12-12 Rémi Denis-CourmontXCB/GLX: initial GLX 1.2 support
2009-12-12 Rémi Denis-Courmontvout wrapper: add xcb_glx
2009-12-12 Rémi Denis-CourmontXCB: code factorization
2009-12-12 Rémi Denis-CourmontXCB: 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 Jean-Baptiste KempfQt: provide shortcuts for history items
2009-12-11 Jean-Baptiste KempfQt: various cleanups and fixes
2009-12-11 Jean-Baptiste KempfReduce 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'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'Herbemontqtcapture: Make sure we build on 10.6 64bits.
2009-12-10 Pierre d'Herbemontshoutcast: Fix some leaks.
2009-12-10 Rémi Denis-CourmontSplit MIT-SHM check out of GetWindow
2009-12-10 Rémi Denis-CourmontRemove no-op
2009-12-10 Rafaël CarréQt4: check random button if random is set
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-09 JP DingerSkins2: Add missing return statements.
2009-12-08 Rémi Denis-Courmontsignals: ignore SIGHUP if its handler is SIG_IGN
2009-12-08 Rémi Denis-CourmontMove x11-display config to core
2009-12-08 Rémi Denis-CourmontQt4: provide the X11 display address through the window...
2009-12-08 Rémi Denis-CourmontXCB/window: pass display string to window owner
2009-12-08 Rémi Denis-CourmontXCB outputs: use X11 display specified by the window...
2009-12-08 Rémi Denis-CourmontQt4: check for Windows window system backend rather...
2009-12-08 Rémi Denis-Courmontvout_window_t: simplify via anynomous union
2009-12-08 Rémi Denis-CourmontAvoid warning (braindead putenv() prototype!)
2009-12-08 Rémi Denis-CourmontQt4: 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é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)
2009-12-08 Rémi Duraffortfix doxygen documentation.
2009-12-08 Rafaël Carrépacketizer_mpeg4video: use VLC_TS_INVALID (refs #3135)
2009-12-08 Pierre d'Herbemontopengl: Fix a typo that lead to a crash.
2009-12-07 Jean-Baptiste KempfQt: state machine fixes part 1
2009-12-07 Pierre d'Herbemontmacosx/framework: Make sure the nsobject drawable is...
2009-12-07 Laurent AimarEnabled glwin32 in "vout display" wrapper.
2009-12-07 Laurent AimarConverted glwin32 to vout display.
2009-12-07 Laurent AimarSplitted reusable code from opengl.c into opengl.h
2009-12-07 Pierre YnardRevert "rtp sout: implement rtptime parameter"
2009-12-07 Rémi Denis-CourmontRTP out: hint the IP stack we won't be receiving anythi...
2009-12-07 Rafaël Carrégoom: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrédecoder stats: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_rtp: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrébridge: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_display: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréautodel: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_switcher: remove useless initialization
2009-12-07 Rafaël Carrétranscode osd: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréx264: do not use void* with pointer arithmetic
2009-12-07 Rafaël Carréx264: mention to remove kludge when 0 is a valid timestamp
2009-12-07 Rafaël Carrévorbis: use VLC_TS_INVALID (refs #3135)
next