]> git.sesse.net Git - vlc/history - src/misc/block.c
Backport 11231 to 0.8.2
[vlc] / src / misc / block.c
2005-06-01 Rémi Denis-CourmontBackport 11231 to 0.8.2
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...