]> git.sesse.net Git - vlc/history - include/vlc_block.h
macosx: Align the buttons.
[vlc] / include / 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...