]> git.sesse.net Git - vlc/history - modules/demux/asf/libasf.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / asf / libasf.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Laurent AimarFixed a bunch of warning because of stream_Peek change.
2007-07-16 Laurent AimarFixed access to (potentially) uninitialized data (close...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
2007-02-25 Laurent AimarBunch of warning fixes.
2007-01-14 Rémi Denis-CourmontFix a bunch of potential segmentation faults:
2007-01-12 Sigmund Augdal Helberglibasf.c: Don't store pointer to bad data. Fixes #992
2006-12-24 Clément StenacMore cleanup
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Gildas Bazin* modules/demux/asf/libasf.c: fixed memory leak.
2006-09-30 Clément StenacMerge author/artist
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-20 Rémi Denis-CourmontAdd missing const qualifier
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-02-11 Derk-Jan Hartman* Do a proper UTF-16 -> UTF-8 conversion on ASF metadat...
2006-01-12 Antoine CellerierFSF address change.
2005-08-09 Jean-Paul SamanFix compiler warnings about comparing signed and unsigned
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-26 Laurent Aimar * asf, b4s: warning fixes.
2004-11-16 Laurent Aimarlibasf.c: clean up + maybe a bug fix.
2004-11-15 Laurent Aimar * asf: added support for "extended stream properties...
2004-09-10 Gildas Bazin* modules/demux/asf/*: get video aspect ratio from...
2004-09-10 Gildas Bazin* commit modules/demux/asf/*: load and parse the metada...
2004-04-07 Laurent Aimar * asf: added limited support of concatenated files...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-24 Laurent Aimar * asf: detect dump of broadcasted asf stream.
2003-08-22 Laurent Aimar * all: use stream_Seek/Size/Tell wrappers.
2003-08-18 Laurent Aimar * asf: clean up + use stream_* (It's not yet well...
2003-08-17 Laurent Aimar * all: A little clean up.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-02-24 Laurent Aimar * asf: fix seek for http.
2003-01-05 Sigmund Augdal Helberg modules/demux/asf/*: added some file info code
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-25 Laurent Aimar * mms: enable seek :) It works for me with both udp...
2002-11-14 Laurent Aimar asf/* : Convert all u* into uint*_t
2002-11-10 Laurent Aimar all: fix a bug in packet parsing and can now play...
2002-11-08 Gildas Bazin* ALL: using "%ll" in printf format strings is not...
2002-10-26 Laurent Aimar * all : fix for new use of p_selected_area->i_tell.
2002-10-21 Laurent Aimar * configure.ac.in Makefile.am: enable asf demuxer...
2002-10-20 Laurent Aimar * all : add an asf file (v1.0 only) demuxer. Need...