]> git.sesse.net Git - vlc/history - include/vlc_block.h
Use var_Inherit* instead of var_CreateGet*.
[vlc] / include / vlc_block.h
2010-07-07 Jean-Paul Samanvlc_block.h: typo in comment
2010-04-29 Ilkka Ollakkaadd comment that BlockChainAppend() can take NULL ...
2009-11-11 Nick BriggsExport block_FifoPace
2009-10-03 Antoine CellerierMake it possible to flag blocks as interlaced and use...
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
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-04 Rémi Denis-CourmontUnexport slightly unsafe block_FifoSize
2008-10-22 Rémi Denis-Courmontblock_FifoPace: proper waiting for overflowing queue
2008-10-01 Rémi DuraffortInitialise variable before using it (CID 238)
2008-09-18 Laurent AimarReserved a few space in block_t flags for input core.
2008-09-06 Rémi Denis-CourmontTag some APIs as LIBVLC_USED
2008-08-27 Rémi Denis-Courmontblock: cancellation safety
2008-08-27 Laurent AimarAdded BLOCK_FLAG_TYPE_MASK define (helper).
2008-08-26 Laurent AimarAdded small block_ChainProperties helper.
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-08-11 Jean-Paul SamanImprove comment wording in vlc_block.h
2008-06-11 Rémi Denis-CourmontUse block_Alloc directly
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-05-20 Rémi Denis-Courmontblock_File: loads a file into a block_t
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
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-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
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-CourmontDocument previous functions
2007-09-14 Rémi Denis-CourmontWrite accessor for relevant block_fifo_t state
2007-08-21 Rémi Denis-CourmontCVS -> Subversion
2007-01-19 Rémi Denis-CourmontFix block_New failure check
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Antoine Celleriers/Warm/Warn/
2006-11-01 Antoine CellerierAdd missing space in comment.
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-05-20 Christophe Massiot * src/video_output/vout_synchro.c: Fixed synchro for...
2005-04-08 Christophe Massiot * include/vlc_block.h : Added calculation of i_length...
2005-02-21 Laurent Aimar * block: added
2005-01-07 Christophe Massiot* modules/access_output/udp.c: When using --udp-group...
2004-10-22 Gildas Bazin* include/vlc_block.h: compilation fix (define BLOCK_FL...
2004-09-13 Gildas Bazin* include/vlc_block.h: block_Duplicate() needs to dupli...
2004-08-27 Gildas Bazin* modules/stream_out/transcode.c:
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-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-04-15 Sigmund Augdal Helberginclude/vlc_block.h:
2004-03-11 Laurent Aimar * stream_output.h: removed sout_buffer_t and use block...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2003-12-24 Gildas Bazin* include/vlc_block.h: added a temporary i_rate field...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-09-30 Gildas Bazin* include/vlc_block.h, modules/codec/libmpeg2.c: re...
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...