]> git.sesse.net Git - vlc/history - src/misc/block.c
messages: split logger initialization in two phases
[vlc] / src / misc / block.c
2014-10-02 Rémi Denis-Courmontblock: fix invalid memory access in block_Fifo(Count...
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-03-15 Rémi Denis-Courmontblock: fix sign warning
2013-03-15 Rémi Denis-Courmontblock: align to 32 bytes
2013-01-12 Rémi Denis-CourmontAdd block_shm_Alloc()
2012-11-10 Rémi Denis-CourmontRemove unused barrier()
2012-09-29 Rémi Denis-Courmontblock: add block_FilePath() to load a file into a block_t
2012-09-08 Rémi Denis-CourmontRemove buggy and unused pread()/pwrite()
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-06-21 Rémi Denis-Courmontblock_Release(): add one more sanity check
2012-06-19 Rafaël Carréblock.c: get lseek definition from vlc_fs.h
2012-05-05 Casian Andreiblock: Fix buffer total size in block_Alloc()
2012-04-16 Rémi Denis-Courmontblock: add some built-in sanity checks
2012-04-12 Rémi Denis-Courmontblock_t: add buffer start and size fields
2012-01-27 Rémi Denis-CourmontInclude system headers before VLC headers
2012-01-12 Laurent AimarFixed a potential integer overflow in block_Alloc().
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-14 KO Myung-HunInclude missing unistd.h and time.h for OS/2
2011-08-29 Rémi Denis-Courmontblock_Realloc(): cast to block_sys_t after check
2011-08-29 Rémi Denis-Courmontblock_t: repack
2011-08-25 Rémi Denis-CourmontRemove write-only block_t.i_rate
2011-01-09 Jean-Baptiste KempfFix win* compilation and cosmetics
2011-01-09 Jean-Baptiste KempfSymbian: work-around the absence of pread/pwrite
2010-08-03 Rémi Denis-CourmontDo not export vlc_wclosedir()
2010-07-22 Rémi Denis-Courmonttypo
2010-01-30 Laurent AimarFixed a huge regression in block_FifoPut.
2009-11-16 Rémi Denis-CourmontDocument block_FifoGet and block_FifoShow
2009-11-16 Rémi Denis-Courmontblock_FifoPut: reduce contention scope
2009-11-16 Rémi Denis-Courmontblock_FifoEmpty: reduce contention scope
2009-09-29 Rémi Denis-Courmontblock_Realloc: handle OOM in case of buffer expansion
2009-09-29 Rémi Denis-Courmontblock_Realloc: fix (rewrite) buffer shrinking
2009-09-29 Rémi Denis-CourmontRevert "Remove block_Realloc() shrinking behavior"
2009-09-29 Rémi Denis-Courmontblock_Realloc: turn off posix_memalign() use
2009-09-29 Rémi Denis-CourmontRemove block_Realloc() shrinking behavior
2009-09-27 Rémi Denis-Courmontblock_Alloc: use posix_memalign()
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-09-01 Laurent AimarFixed uninitialized i_samples in block_t.
2009-09-01 Laurent AimarFixed block_Realloc.
2009-08-30 Rémi Denis-Courmontblock_Realloc: fix reallocation check
2009-08-30 Rémi Denis-Courmontblock_Realloc: waste handling only if not reallocating
2009-08-30 Rémi Denis-Courmontpreserve meta data when reallocating a block (fix previ...
2009-08-30 Rémi Denis-Courmontblock_Realloc: optimize and conformize
2009-08-19 Jean-Baptiste KempfSmall fix for Mingw64 compilation
2009-06-07 Rémi Denis-Courmontblock_heap_Alloc(): create a block from an existing...
2009-04-25 Laurent AimarRenamed BLOCK_TS_INVALID to VLC_TS_INVALID and put...
2009-04-25 Laurent AimarAdded BLOCK_TS_INVALID define to check against unset...
2009-04-03 Laurent AimarRemoved unused block_t->p_prev field.
2009-01-06 Rémi Denis-Courmontblock_Fifo(Wake|Get|Show): always cancellation points
2009-01-06 Rémi Denis-Courmontblock_FifoShow: fix condition variable usage
2008-11-18 Laurent AimarFixed block_Realloc when block_t->p_buffer has changed.
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 Rémi Denis-Courmontblock_FifoWake (deprecated): wake-up _all_ threads...
2008-10-05 Rémi Denis-CourmontFix dangling pointer use when shrinking a non-standard...
2008-09-30 Geoffroy CouprieWinCE: more missing functions fixes
2008-09-17 Rémi Denis-CourmontFix flexible array usage gcc-ism
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-02 Rémi Denis-CourmontShrink overly large blocks
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-26 Rémi Denis-CourmontDo not shrink allocated blocks.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Rémi Denis-Courmontblock_Realloc: shortcut the release case
2008-05-24 Rémi Denis-Courmontprovide default block_mmap_Alloc
2008-05-20 Rémi Denis-Courmontblock_File: loads a file into a block_t
2008-05-20 Rémi Denis-Courmont(Almost) pread() for Win32
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-04-22 Pierre d'Herbemontblock: Remove a no-op introduced by me and spotted...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-24 Rémi Denis-CourmontRealloc block if a large extent of the footer becomes...
2008-03-24 Rémi Denis-CourmontAdd some comments
2008-03-18 Pierre d'Herbemontblock.c: Remove a warning about unused argument.
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontSave one pointer and dereference in the block core
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
2007-10-26 Jean-Paul SamanCheck malloc return value.
2007-09-16 Rémi Denis-Courmontblock_FifoWake: force the block_FifoGet()'ing thread...
2007-09-14 Rémi Denis-CourmontHide (+minor changes) block_fifo_t layout
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-05-30 Laurent AimarCosmetic.
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-14 Antoine CellerierLooks like we didn't malloc the right size. (If this...
2006-01-12 Antoine CellerierFSF address change.
2005-10-29 Marian Durkovicremoved i_seqno from block_t ; RTP access now stores...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Gildas Bazin* src/misc/block.c: fixed block_Realloc()
2004-09-13 Gildas Bazin* include/vlc_block.h: block_Duplicate() needs to dupli...
2004-08-13 Gildas Bazin* src/misc/block.c: fixed memory alignment in block_New...
2004-07-29 Gildas Bazin* src/input/decoder.c: don't let the decoder/packetizer...
2004-07-05 Laurent Aimar * block.*: faster block_* and removed unused features.
next