]> git.sesse.net Git - vlc/history - src
input_DetachSout corrections
[vlc] / src /
2008-11-04 Sébastien Escudierinput_DetachSout corrections
2008-11-04 Pierre YnardWinCE: fix includes
2008-11-04 Geoffroy CouprieWinCE: replace _wmkdir by _mkdir
2008-11-02 Laurent AimarMoved VOUT_MIN_DIRECT_PICTURES to src/video_output.
2008-11-02 Laurent AimarRemoved check on OPTIMIZE_MEMORY in installed headers.
2008-11-02 Rémi DuraffortRemove MALLOC_NULL and use calloc when needed.
2008-11-01 Laurent AimarAdded lock around es_out for multiple thread access.
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-11-01 Rémi Denis-CourmontMissing include
2008-10-31 Rémi DuraffortRemove unused macros (or used only one time).
2008-10-31 Rémi DuraffortDon't use var_CreateGet just to create variables.
2008-10-30 Rémi Denis-Courmontdocumentation
2008-10-30 Rémi Denis-CourmontConvert host name to locale before IDN is applied
2008-10-29 Rémi DuraffortUse asprintf and check for the return value. (better...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Rémi DuraffortClean up coments.
2008-10-28 Rémi DuraffortUse asprintf and check it.
2008-10-28 Rémi Denis-CourmontMissing include
2008-10-28 Rémi Denis-CourmontFix flawed logic
2008-10-28 Geoffroy CouprieFix missing prototype for InterlockedXXcrement64
2008-10-27 Olivier Aubertvout_intf: do not vlc_object_release() the cache object...
2008-10-26 Rémi Denis-CourmontFormat string fix
2008-10-26 Rémi Denis-Courmontsyntax error
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: don't reinvent bsearch()
2008-10-26 Rémi Denis-CourmontTest case for resolve_xml_special_chars
2008-10-26 Rémi Denis-CourmontSimplify entity table a little
2008-10-26 Rémi Denis-Courmontresolve_xml_special_chars: add non-breakable space
2008-10-25 Rémi Denis-Courmontstr_format_time: do not hard-code buffer length - fix...
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
next