]> git.sesse.net Git - vlc/history - modules
Update POTFILES
[vlc] / modules /
2013-07-21 Rémi Denis-Courmontmove swscale and chain with other video conversion...
2013-07-21 David Fuhrmannmacosx: prevent continuing playback when pause is reque...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2013-07-21 Rémi Denis-Courmontmtp: remove write-only datum
2013-07-21 Rémi Denis-Courmontvmem: fix use of uninitialized memory
2013-07-20 Rémi Denis-Courmontvaapi: protect potentially concurrent access to the...
2013-07-20 Rémi Denis-Courmontavcodec: split out and document vlc_va_t
2013-07-20 Rémi Denis-Courmontvaapi: cosmetic
2013-07-20 Jean-Baptiste KempfAvcodec: fix FTBFS with older libav/FFmpeg
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049611)
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049612)
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049613)
2013-07-20 Rémi DuraffortFix sizeof mismatch (cid #1049614)
2013-07-19 Rémi DuraffortPass the value by pointer (cid #1049514)
2013-07-19 Rémi DuraffortFix memory leak (cid #1049562)
2013-07-19 Rémi DuraffortFix potential memory leaks (cid #1049567-1049570)
2013-07-19 Rémi DuraffortFIx sizeof mismatch (cid #1049611)
2013-07-19 Rémi DuraffortFix sizeof mismatch (cid #1049614 and #1049613-12)
2013-07-19 Rémi Denis-Courmontavcodec: simplify thread support checks
2013-07-19 Rémi Denis-Courmontavcodec: list all pixel formats, then try hardware...
2013-07-19 Rémi Denis-Courmontavcodec: fix potential multiple free of hwaccel module
2013-07-19 Jean-Baptiste KempfAndroidSurface: fix compilation regression from ffcfa6daa7
2013-07-19 Jean-Baptiste KempfRemove older iOS vout
2013-07-18 Rémi Denis-Courmontavcodec: autodetect hardware acceleration by default
2013-07-18 Rémi Denis-Courmontdxva2: drop priority to zero for the time being
2013-07-18 Rémi Denis-Courmontvaapi: drop priority to zero
2013-07-18 Rémi Denis-Courmontvda: drop priority to zero (refs #8927)
2013-07-18 Rémi Denis-Courmontavcodec: allow frame threading with hardware acceleration
2013-07-18 Rémi Denis-Courmontavcodec: pass coded dimensions to hardware decoder
2013-07-17 Ludovic FauvetQt: remove unnecessary ellipsis in Help menu
2013-07-17 Ludovic FauvetQt: raise the tooltip so it stays in front of the fulls...
2013-07-17 Ludovic FauvetQt: fix a visibility issue within the time tooltip
2013-07-17 Rafaël Carréhttp access: fix english
2013-07-16 Rémi Denis-CourmontXCB/XVideo: use ITU-R BT.709 colour space where applicable
2013-07-16 Rémi Denis-Courmontvdpau: add YUV 444
2013-07-16 Rémi Denis-Courmontvdpau: add I422 and NV16
2013-07-16 Rémi Denis-Courmontvdpau: fix inverted logic
2013-07-16 Vittorio Giovarafix video playback when width and height differ from...
2013-07-16 Erwan Tulouskins2: fix autoresize initial value
2013-07-16 Alain Degreffevar_buffer_getmemory: invalid memcpy source pointer
2013-07-15 Ludovic FauvetQt: remove obsolete workaround for kwin
2013-07-15 Jean-Baptiste KempfQt: use Q_OS_* in timetooltip for Win32 and OS/2
2013-07-15 Jean-Baptiste KempfQt: use Q_OS_MAC define in moc call
2013-07-15 Jean-Baptiste KempfQt: move from Q_WS to Q_OS in MainInterface, QVLCApp...
2013-07-15 Jean-Baptiste KempfQt: move Q_WS => Q_OS in widgets and playlist code
2013-07-15 Ludovic FauvetQt: QString::toAscii has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: use explicit constructor for the xpm
2013-07-15 Ludovic FauvetQt: reset() within a QAbstractItemModel has been deprec...
2013-07-15 Ludovic FauvetQt: setClickable has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: setResizeMode has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: QProxyStyle is the new way to extend styles in Qt5
2013-07-15 Ludovic FauvetQt: setMovable has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: QString::fromAscii has been deprecated in Qt5
2013-07-15 Ludovic FauvetQt: qFindChild has been deprecated in Qt5
2013-07-15 Rafaël CarréSpecify nosignal picture with an image file
2013-07-15 Rafaël Carrédecklink output: black out video if no new pictures...
2013-07-15 Felix Paul Kühnemacosx: respect 'playlist-autostart' (close #7272)
2013-07-15 Felix Paul Kühnepodcast: be more tolerant with faulty feeds, so just...
2013-07-14 Rémi Denis-Courmontvdpau: fix leak on picture pool error
2013-07-14 Rémi Denis-Courmontvdpau: use custom picture destroy callback
2013-07-14 Rémi Denis-CourmontXCB/XVideo: fix long-standing massive leak on error
2013-07-14 Rémi Denis-CourmontXCB/X11: fix long-standing massive leak on error
2013-07-14 Rémi Denis-CourmontXCB: use custom picture destroy callback, simplify
2013-07-14 Rémi Denis-CourmontXCB: rework picture allocation, fix a memory leak in...
2013-07-14 Rémi Denis-CourmontMSW/WinGDI: remove no-op
2013-07-14 Rémi Denis-CourmontMSW/DirectX: keep only picture_sys_t * instead of pictu...
2013-07-14 Rémi Denis-CourmontMSW/Direct3D: retain only picture_sys_t* instead of...
2013-07-14 Rémi Denis-Courmontkva: fix double free on error, and remove useless struc...
2013-07-14 Rémi Denis-Courmontandroidsurface: remove useless member
2013-07-14 Rémi Denis-Courmontandroidsurface: fix double free on error
2013-07-14 Rémi Denis-CourmontXCB/XVideo: keep only SysV segment base address
2013-07-14 Rémi Denis-CourmontXCB/X11: keep SysV segment pointer only
2013-07-14 Rémi Denis-CourmontXCB: develop picture free function
2013-07-14 Rémi Denis-Courmontomx: fix memory leak on error
2013-07-14 Rémi Denis-Courmontomx: remove no-op
2013-07-14 Felix Paul Kühnedemux: don't link against IOKit and CoreFoundation...
2013-07-14 Felix Paul Kühneaccess: don't link against Cocoa since this isn't needed
2013-07-13 Rémi Duraffortskins2: fix wrong qualifier (cid #1049814)
2013-07-13 Rémi DuraffortFix potential NULL pointer deref (cid #1049834)
2013-07-13 Rémi Duraffortskins2: remove self assignment (cid #1049841)
2013-07-13 Rémi DuraffortFix potential memleak (cid #1049846)
2013-07-13 Rémi DuraffortFix file descriptor leak (cid #1049847)
2013-07-13 Rémi Duraffortskins2: fix wrong break (cid #1049865)
2013-07-13 Rémi Duraffortaccess_jack: cleaning
2013-07-13 Rémi Denis-CourmontXCB/X11: pre-allocate and reuse shared memory segment XID
2013-07-13 Rémi Denis-CourmontXCB: pass shared memory segment XID as parameter of...
2013-07-13 Felix Paul Kühnemacosx: fix 10.6 runtime support
2013-07-13 Felix Paul Kühneqtcapture: fix 10.6 runtime support
2013-07-13 Rémi Denis-CourmontQt4: simplify Makefile
2013-07-13 Rémi Denis-Courmontmodules: removed unused Makefile variables
2013-07-13 Rémi Denis-Courmontnotify: use Makefile.am directly
2013-07-13 Rémi Duraffortbluray: fix missing unlock (cid #1047147)
2013-07-13 Rémi Duraffortmkv: fix missing unlock (cid #1047148)
2013-07-13 Rémi DuraffortFix missing unlock (cid #1047149)
2013-07-13 Rémi DuraffortFix potential missing unlock (cid #1047153)
2013-07-13 Rémi DuraffortFix missing unlock (cid #1047154)
2013-07-13 Rémi Duraffortrc: fix previous commit (wrong C&P)
2013-07-13 Rémi DuraffortFix printf formats
2013-07-13 Rémi DuraffortFix allocation size mismatch (cid #1047373)
2013-07-13 Rémi DuraffortAllocation size mismatch (cid #1047372)
next