]> git.sesse.net Git - vlc/shortlog
vlc
2008-10-15 Jean-Baptiste... some THANKS. :D
2008-10-15 Jean-Baptiste... [x11 vout] Fix x11 fullscreen behaviour. Patch by Raster!
2008-10-15 Ludovic FauvetmouseReleaseEvent was not correctly dispatched under...
2008-10-15 Derk-Jan Hartmanmacosx: Disable messages for now
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarAdded a comment about seek while paused issue.
2008-10-15 Laurent AimarFactorized forced vout picture releases.
2008-10-15 Laurent AimarImproved vout picture locking scheme.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-10-15 Laurent AimarCosmetics.
2008-10-15 Laurent AimarFixed doc for vlc_demux.
2008-10-15 Jean-Baptiste... [Qt] Connect Faster button to FASTER!
2008-10-15 Jean-Baptiste... [Qt] make slower/faster buttons flat by default in...
2008-10-15 Ilkka OllakkaCalculate fullscreencotnrollers position only when...
2008-10-15 Ilkka OllakkaCalculate fullscreen controllers position on showtime
2008-10-15 Ilkka OllakkaCalculate position for videowindow to use current scree...
2008-10-15 Jean-Baptiste... [Qt] Fix crash when pressed play when input is DYYYYYING.
2008-10-15 Rémi Denis... msg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis... Alloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-15 Jean-Baptiste... [Qt] use screenGeometry instead of screen.
2008-10-15 Derk-Jan Hartmanlibvlc: fix printf warning
2008-10-15 Derk-Jan Hartmanlogger: Mac OS X compile fix
2008-10-15 Sebastien Escudierlive555 timeout prevention thread fixes
2008-10-15 Jean-Baptiste... Qt4: compile fix.
2008-10-15 Jean-Baptiste... Message deactivation in Interface due to new API. Not...
2008-10-15 Jean-Baptiste... Qt4: Controller Rework.
2008-10-15 Jean-Baptiste... Qt4: kill an uninitialized warning.
2008-10-14 Rémi DuraffortFix compilation (my fault).
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi Denis... Fix message leak
2008-10-14 Rémi Denis... Count message references and get rid of the global...
2008-10-14 Rémi Denis... Compile fix (not functional)
2008-10-14 Laurent AimarFixed segfault in libmpeg2 when picture allocation...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-14 Rémi DuraffortCleaning.
2008-10-14 Rémi Duraffortnotify/xosd: potential memleaks
2008-10-14 Rémi DuraffortCleaning (potential memleak and uneeded message).
2008-10-14 Rémi DuraffortDon't use var_createGet instead of var_create (and...
2008-10-14 Jean-Paul Saman(contrib) fix libdvdread-win32.patch
2008-10-14 Jean-Paul Saman(win32) Package extras/contrib/*.dll and strip them.
2008-10-14 Jean-Paul Saman(contrib) Building zvbi for windows with dynamic pthrea...
2008-10-14 Jean-Paul Saman(win32 nsi) Fix unterminated string.
2008-10-14 Jean-Paul Saman(contrib) Do not use --std=c99 for ffmpeg on contrib...
2008-10-14 Jean-Paul Saman(contrib) Fix bug in FFMPEGCONF define and disable...
2008-10-14 Jean-Paul Saman(contrib) Use autoreconf after patching Makefile.{am...
2008-10-14 Jean-Paul SamanAdd schroedinger to Fedora contrib and remove some...
2008-10-14 Jean-Paul Saman(win32 contrib) Build theora without docs on win32.
2008-10-14 Jean-Paul SamanDon't start the file logger when syslog is specified.
2008-10-14 Geoffroy Coupriecheck for fcntl()
2008-10-14 Geoffroy CouprieWinCE: can't duplicate a thread handle
2008-10-14 Geoffroy CouprieWinCE intf: use existing vlc functions
2008-10-14 Geoffroy CouprieWinCE intf: get rid of VLC_OBJECT_MODULE
2008-10-14 Geoffroy CouprieWinCE intf: get rid of i_object_id
2008-10-14 Geoffroy CouprieWinCE: fix function declaration
2008-10-14 Geoffroy CouprieWinCE: build dump and timeshift modules
2008-10-14 Geoffroy CouprieWinCE: get rid of program startup mess
2008-10-14 Geoffroy CouprieWinCE: macro fix in panoramix module
2008-10-14 Geoffroy CouprieWinCE: header fix
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarMoved stream_Access* to stream.h
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 3).
2008-10-13 Laurent AimarSanitize input headers (pass 2).
2008-10-13 Laurent AimarSanitize input headers (pass 1).
2008-10-13 Rémi Denis... Decomp: catch 0 write
2008-10-13 Derk-Jan Hartmanfile: Fix compilation on Windows.
2008-10-13 Derk-Jan Hartmancontrib: binary contrib uploaded for ppc as well
2008-10-12 Derk-Jan Hartmancontrib: binary revision raised to 3 now.
2008-10-12 Derk-Jan Hartmancontrib: add gecko-sdk to mac contrib binary package
2008-10-12 Derk-Jan Hartmancontrib: Fix change_prefix when used on binaries !...
2008-10-12 Derk-Jan Hartmandirectory: Add XSPF node-extension support to our direc...
2008-10-12 Derk-Jan Hartmandirectory: close fd before return
2008-10-12 Rémi Denis... Port the libvlc log APIs to the new internal messages API
2008-10-12 Rémi Denis... logger: use new message API - fixes #1975
2008-10-12 Rémi Denis... Sanitize/rewrite the message subscription API
2008-10-12 Rémi Denis... Fix unitialized value
2008-10-12 Rémi Denis... Invent unique pointer values properly
2008-10-12 Rémi Denis... logger: don't reinvent stdio, kill a few relocations
2008-10-12 Rémi Denis... logger: fix file leak
2008-10-12 Rémi Denis... Remove dead functions
2008-10-12 Rémi Denis... Unused variable
2008-10-12 Rémi Denis... Remove cut&paste crap
2008-10-12 Rémi Denis... Run RRD in its own thread
2008-10-12 Rémi Denis... Cosmetic
2008-10-12 Rémi Denis... Use setvbuf instead of repeated fflush
2008-10-12 Rémi Denis... Fix format - intmax != int64
2008-10-12 Rémi Denis... Cosmetic
2008-10-12 Rémi Denis... Merge msg bank and queue, remove duplicated lock
2008-10-12 Ilkka Ollakkarevert changes regarding x11 vout from commit 8689e8be2...
2008-10-12 Rémi Denis... net_Write: fix polling
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-10-12 Rémi Denis... net_Read, net_Write use void pointer for data
2008-10-12 Rémi Denis... Disable mmap by default (works around #2188)
2008-10-12 Rémi Denis... Fix NULL deref (CID#237)
2008-10-12 Rémi Denis... Cleanup MRLParse
2008-10-12 Rémi Denis... Fix crash from 36e833c3
2008-10-12 Rémi Denis... Memory leak (CID#266)
next