]> git.sesse.net Git - vlc/history - src/misc/block.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / misc / block.c
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...