]> git.sesse.net Git - vlc/shortlog
vlc
2008-10-31 Rémi DuraffortCleanup and fix a potential memleak.
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-30 Rémi Denis... documentation
2008-10-30 Rémi Denis... Convert host name to locale before IDN is applied
2008-10-30 Rémi DuraffortFix potential memleak (CID 270 and 271)
2008-10-30 Rémi Denis... Cleanup directory URI encoding
2008-10-30 Rémi DuraffortQt4|Bookmarks: fix memleaks.
2008-10-30 Rémi Denis... Remove the Qt4 video widget
2008-10-30 Rémi Denis... Remove useless parameter
2008-10-30 Rémi Denis... Remove write-only value
2008-10-30 Rémi Denis... Fix another small race condition in the Qt4 video window
2008-10-30 Rémi Denis... News
2008-10-30 Rémi Denis... Remove Esound plugin
2008-10-30 Rémi Denis... Remove aRts plugin (again)
2008-10-30 Jean-Baptiste... MotionDetect: check for NULLITY at the right place.
2008-10-30 Jean-Baptiste... Fix Typo. Patch by Pierre Ynard.
2008-10-29 Christophe... Typo
2008-10-29 Rémi DuraffortQt4/DialogEvent: fix memleak
2008-10-29 Rémi DuraffortQt/playlist: fix memleak.
2008-10-29 Rémi DuraffortQt4 is a big familly, they all want parents (fix memleak)
2008-10-29 Rémi DuraffortRecent: don't leak just for fun.
2008-10-29 Rémi DuraffortUse asprintf and check for the return value. (better...
2008-10-29 Rémi Denis... Use asprintf and use free instead of g_free (fixes...
2008-10-29 Rémi Denis... Unlikely memory leak - fixes #2256
2008-10-29 Rémi Denis... Memory leak - fixes #2255
2008-10-29 Rémi Denis... Remove never used RTCP code (fixes #2254)
2008-10-29 Rémi Denis... Remove most stray semi-colons in module descriptions
2008-10-29 Rémi Denis... Re-order (no functional changes)
2008-10-28 Rémi Duraffortbookmarks: fix memleaks
2008-10-28 Rémi DuraffortClean up coments.
2008-10-28 Rémi DuraffortUse asprintf and check it.
2008-10-28 Rémi Denis... Missing include
2008-10-28 Rémi Denis... Fix flawed logic
2008-10-28 Geoffroy CouprieFix missing prototype for InterlockedXXcrement64
2008-10-28 Ilkka Ollakkaremove unneeded if for aac-profile
2008-10-28 Jean-Baptiste... [Qt] chmod 644 qt4.*
2008-10-28 Jean-Baptiste... Fix forgotten include.
2008-10-27 Rémi Denis... Force an error when a function prototype is missing
2008-10-27 Olivier Aubertvout_intf: do not vlc_object_release() the cache object...
2008-10-26 Rémi Denis... Format string fix
2008-10-26 David Flynn[qt4/recents] Remove dependency on qt4.4 for QList...
2008-10-26 Rémi DuraffortUpdate NEWS
2008-10-26 Rémi Denis... syntax error
2008-10-26 Rémi DuraffortAdd a module to export the playlist in HTML (feature...
2008-10-26 Rémi Duraffortasf: fix compilation warning.
2008-10-26 Rémi Denis... resolve_xml_special_chars: don't reinvent bsearch()
2008-10-26 Rémi Denis... Test case for resolve_xml_special_chars
2008-10-26 Rémi Denis... Simplify entity table a little
2008-10-26 Rémi Denis... resolve_xml_special_chars: add non-breakable space
2008-10-25 Antoine CellerierFix x86_64 specific compilation warning.
2008-10-25 Antoine CellerierRemove warnings.
2008-10-25 Antoine CellerierSimplify confusing code.
2008-10-25 Jean-Baptiste... Win32: fix libass linking.
2008-10-25 Rémi Denis... str_format_time: do not hard-code buffer length - fix...
2008-10-25 Nicolas Chauvet... Add support for libproxy via pkg-config
2008-10-24 Christophe... Synchronise NEWS
2008-10-24 Pavlov Konstantinextras/package/macosx: Explain what i did to make unive...
2008-10-24 Olivier Aubertembedded snapshot: unlock the cache object
2008-10-23 Christophe... Update i18n files
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarFixed an invalid return.
2008-10-23 Rémi Denis... missing wakeup
2008-10-23 Rémi Denis... Another small decoder thread simplification
2008-10-23 Rémi Denis... DMO: fix serialization, check for errors in DecOpen...
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarFixed a comment.
2008-10-23 Laurent AimarRevert "Another small decoder thread simplification"
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Rémi Denis... Fix decoder FIFO pacing.
2008-10-23 Rémi Denis... Another small decoder thread simplification
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-23 Rémi Denis... Fix --disable-vlm --enable-sout
2008-10-23 Rémi Denis... Code factorization
2008-10-23 Rémi Denis... Separate filesystem functions from the rest
2008-10-23 Olivier Aubertembedded snapshot: properly lock/unlock the cache object
2008-10-22 Jean-Baptiste... Define next frame to 'e' hotkey.
2008-10-22 Christophe... Fix DTD url
2008-10-22 Rémi Denis... directory: do not try to open "-" as it refers to stdin
2008-10-22 Rémi Denis... block_FifoPace: proper waiting for overflowing queue
2008-10-22 Rémi Denis... Allow block_FifoPut(fifo,NULL)
2008-10-22 Laurent AimarCosmetic.
2008-10-22 Laurent AimarAdded "next frame" support.
2008-10-22 Laurent AimarFixed system clock phase when changing rate.
2008-10-22 Laurent AimarFlush audio/subtitle in next frame.
2008-10-22 Laurent AimarAdded input_DecoderFrameNext (not yet used).
2008-10-22 Laurent AimarImplemented vout_NextPicture.
2008-10-22 Laurent AimarAdded hotkey code for input "frame-next".
2008-10-22 Laurent AimarAdded control code for "frame-next" variable.
2008-10-22 Laurent AimarClean up vout picture destruction.
2008-10-22 Laurent AimarSimplify picture selection in vout.
2008-10-22 Laurent AimarFixed display of first frame after seek while paused.
2008-10-22 Laurent AimarStore the last displayed picture pointer in vout privat...
2008-10-22 Laurent AimarSplit vout_internal.h to hide vout_thread_t definition...
2008-10-22 Rémi Denis... block_FifoWake (deprecated): wake-up _all_ threads...
2008-10-22 Rémi Denis... Do not check for decoder error in the demux thread
2008-10-22 Rémi Denis... Small code factorization
2008-10-22 Rémi DuraffortFix potential NULL dereference (CID 27).
2008-10-22 Rémi DuraffortFix compilation of modules/video_filter/imgresample.c
2008-10-22 Rémi DuraffortDon't forgot to unlock the mutex.
2008-10-22 Rémi Denis... SAP does needs an object, not specifically a stream...
next