]> git.sesse.net Git - vlc/history - src/misc/block.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / misc / block.c
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.
2004-07-05 Gildas Bazin* src/misc/block.c: win32 race condition fix.
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-04-21 Laurent Aimar * block: fixed block_Realloc.
2004-04-15 Gildas Bazin* src/misc/block.c: fixed BlockRealloc()
2004-03-13 Laurent Aimar * block.c: fixed block realloc.
2004-03-11 Laurent Aimar * block: a little pre header + padding.
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-11-22 Laurent Aimar * block: initialise all fields.
2003-11-22 Eric Petit src/misc/block.c: added a missing vlc_mutex_destroy()
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-23 Laurent Aimar * configure.ac : added --enable-goom and --with-goom...