]> git.sesse.net Git - vlc/history - src
embedded snapshot: unlock the cache object
[vlc] / src /
2008-10-24 Olivier Aubertembedded snapshot: unlock the cache object
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
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-CourmontFix decoder FIFO pacing.
2008-10-23 Rémi Denis-CourmontAnother small decoder thread simplification
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-10-23 Rémi Denis-CourmontFix --disable-vlm --enable-sout
2008-10-23 Rémi Denis-CourmontCode factorization
2008-10-23 Rémi Denis-CourmontSeparate filesystem functions from the rest
2008-10-23 Olivier Aubertembedded snapshot: properly lock/unlock the cache object
2008-10-22 Jean-Baptiste KempfDefine next frame to 'e' hotkey.
2008-10-22 Rémi Denis-Courmontblock_FifoPace: proper waiting for overflowing queue
2008-10-22 Rémi Denis-CourmontAllow 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-Courmontblock_FifoWake (deprecated): wake-up _all_ threads...
2008-10-22 Rémi Denis-CourmontDo not check for decoder error in the demux thread
2008-10-22 Rémi Denis-CourmontSmall code factorization
2008-10-22 Rémi DuraffortFix potential NULL dereference (CID 27).
2008-10-22 Rémi Denis-CourmontSAP does needs an object, not specifically a stream...
2008-10-22 Rémi Denis-CourmontAdd the sout stubs
2008-10-22 Rémi Denis-CourmontSimplifications
2008-10-22 Rémi Denis-CourmontVLM: provide stubs for --disable-vlm
2008-10-22 Rémi Denis-CourmontPrivatize httpd_MsgInit and httpd_MsgClean
2008-10-20 Rémi Denis-CourmontCosmetic
2008-10-19 Rémi Denis-CourmontDo not link plugins against libvlccore explicitly
2008-10-18 Jean-Baptiste KempfRevert "Try to not confuse between Dolby Surround ...
2008-10-18 Jean-Baptiste KempfRevert "Mark "force-dolby-surround" as deprecated"
2008-10-17 Christophe MutricyMark "force-dolby-surround" as deprecated
2008-10-17 Pierre YnardUnbreak compilation with --disable-sout
2008-10-16 Lukas Durfinalibvlc: description and count of tracks, titles, chapte...
2008-10-16 Jean-Baptiste KempfTry to not confuse between Dolby Surround (2.1) and...
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 Rémi Denis-Courmontmsg_Unsubscribe: race condition memory leak
2008-10-15 Rémi Denis-CourmontAlloc memory later, remove non-compilable goto
2008-10-15 Derk-Jan Hartmanmessages: we have a vasprintf replacement now, remove...
2008-10-15 Derk-Jan Hartmanlibvlc: fix printf warning
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi Denis-CourmontFix message leak
2008-10-14 Rémi Denis-CourmontCount message references and get rid of the global...
2008-10-14 Jean-Paul SamanDon't start the file logger when syslog is specified.
2008-10-14 Geoffroy CouprieWinCE: can't duplicate a thread handle
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-12 Rémi Denis-CourmontPort the libvlc log APIs to the new internal messages API
2008-10-12 Rémi Denis-CourmontSanitize/rewrite the message subscription API
2008-10-12 Rémi Denis-CourmontInvent unique pointer values properly
2008-10-12 Rémi Denis-CourmontRemove dead functions
2008-10-12 Rémi Denis-CourmontUnused variable
2008-10-12 Rémi Denis-CourmontMerge msg bank and queue, remove duplicated lock
2008-10-12 Rémi Denis-Courmontnet_Write: fix polling
2008-10-12 Ilkka Ollakkastats-change variable for statistics/removing stats...
2008-10-12 Rémi Denis-Courmontnet_Read, net_Write use void pointer for data
2008-10-11 Rémi Denis-CourmontAllow unspecified demux with stream_DemuxNew().
2008-10-11 Rémi Denis-CourmontFix crash
2008-10-11 Lukas Durfinalibvlc: better title/chapter handling
2008-10-10 Rémi DuraffortFix potential segfault (CID 252)
2008-10-10 Rémi DuraffortPlaylist: Simplification and fix CID 151
2008-10-10 Laurent AimarChange ES_OUT_SET_NEXT_DISPLAY_TIME parameters.
2008-10-10 Laurent AimarPartially fixed preroll support.
2008-10-10 Laurent AimarDo not assert on non 0 divider in aout_DateInit.
2008-10-10 Laurent AimarDisplay first frame after a seek as soon as possible.
2008-10-10 Laurent AimarPrefer new frames over flushed one (vout).
2008-10-09 Laurent AimarAdded vout_Flush .
2008-10-09 Laurent AimarFixed spu destruction order.
2008-10-09 Rémi Denis-Courmontassert that audio date divider is non-nul, refs #2169
2008-10-09 Laurent AimarRemoved dead code in spu core (CID 249).
2008-10-09 Rémi Denis-CourmontProvide replacement for CMSG_LEN and CMSG_SPACE
2008-10-09 Laurent AimarFixed possible NULL deference in teletext path (CID...
2008-10-09 Derk-Jan Hartmanpotential NULL deref (CID 150)
2008-10-09 Derk-Jan HartmanAnother typo: SPU_ES mixed up with AUDIO_ES. (CID 250)
2008-10-09 Derk-Jan HartmanFix NULL dereference (CID 254)
2008-10-09 Derk-Jan HartmanFix potential memleak (CID 196)
next