]> git.sesse.net Git - vlc/shortlog
vlc
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...
2008-10-22 Rémi Denis... Add the sout stubs
2008-10-22 Rémi Denis... Restore -no-undefined on Win32
2008-10-22 Rémi Denis... Simplifications
2008-10-22 Rémi Denis... VLM: provide stubs for --disable-vlm
2008-10-22 Rémi Denis... Privatize httpd_MsgInit and httpd_MsgClean
2008-10-22 Rémi Denis... Cosmetic fixes
2008-10-22 Sebastien EscudierUse live555 timeout option and reduce waiting time
2008-10-22 Rémi Denis... More verbose ffmpeg encoding failure
2008-10-21 Pavlov Konstantinvideo4linux2: Add libv4l2 support. Fixes #1804.
2008-10-21 Jean-Baptiste... [Contribs] Update libgcrypt to 1.4.3
2008-10-21 Jean-Baptiste... [Contribs] libpng update for CVE-2008-3964
2008-10-21 Jean-Baptiste... [Qt] Fix a crash when toggling minimalView when --no...
2008-10-20 Jean-Baptiste... [Contribs] Update the patch to deactivate c99 mode...
2008-10-20 Jean-Baptiste... [Fake] Add a missing callback on fake-file-reload
2008-10-20 Jean-Baptiste... [Win32] Fix yet another packaging issue.
2008-10-20 Rémi Denis... Remove dummy embedded window exclusion
2008-10-20 Rémi Denis... Simplifications
2008-10-20 Rémi Denis... vlc_mutex_locker: automatic mutex locking for C++
2008-10-20 Ludovic FauvetBug fixed in the "recently played" functionnality
2008-10-20 Rémi Denis... Oops, remove dummy code
2008-10-20 Rémi Denis... Embedded video still crashes, so disable it - refs...
2008-10-20 Rémi Denis... Remove recursive/deadlocking calls in Qt4 embedded...
2008-10-20 Rémi Denis... Remove debug
2008-10-20 Rémi Denis... Do not use thread cancellation for Qt4 - fix #2225...
2008-10-20 Rémi Denis... Cosmetic
2008-10-20 Rémi Denis... (Cosmetic) settings don't belong to the dialog provider
2008-10-20 Jean-Baptiste... [Win32] fix build package.
2008-10-20 Jean-Baptiste... [Qt] Win Compilation fix.
2008-10-20 Jean-Baptiste... [Qt] small menus changes...
2008-10-20 Jean-Baptiste... [Qt] Forgotten file in previous commit.
2008-10-20 Jean-Baptiste... [Qt] Split the QtWinApp to its own file and rename it.
2008-10-20 Jean-Baptiste... [Qt] Various cleaning.
2008-10-20 Jean-Baptiste... [Qt] RecentMRLs: Simplification and adding some debug.
2008-10-20 Jean-Baptiste... [Qt] remove trailing spaces, set a default filter and...
2008-10-19 Ludovic FauvetNew recently played menu.
2008-10-19 Jean-Baptiste... [Qt] move some static const int to enum
2008-10-19 Rémi Denis... Unused variables
2008-10-19 Rémi Denis... Fix swscale linking
2008-10-19 Rémi Denis... Fix avformat compile+link
2008-10-19 Rémi Denis... Fix avformat compilation
2008-10-19 Rémi Denis... Fix warning
2008-10-19 Rémi Denis... Factorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis... Unused variable
2008-10-19 Rémi Denis... Spare another 2kb
2008-10-19 Rémi Denis... Factorize avcodec table - spare about 5kb
2008-10-19 Rémi Denis... Qt4: restore message dialog
next