]> git.sesse.net Git - vlc/history - modules/demux/asf
Use VLC_ENOMEM instead of VLC_EGENERIC.
[vlc] / modules / demux / asf /
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-05 Rafaël CarréRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe0...
2008-03-04 Rafaël Carréfix #1404 (asf demuxer)
2008-02-27 Rafaël Carréasf demuxer: fix header demuxing & use padding without...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-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 memory leak
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-15 Derk-Jan Hartman*demux/asf Support for dvr-ms ASF. This is a a prioriet...
2006-10-08 Gildas Bazin* modules/demux/asf/libasf.c: fixed memory leak.
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-09-30 Clément StenacMerge author/artist
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-06-28 Clément StenacMostly fix GME meta
2006-05-20 Rémi Denis-CourmontAdd missing const qualifier
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Clément StenacDitto
2006-04-30 Clément StenacFortune
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.
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2005-02-08 Laurent Aimar * all: better support for MBR mms stream (display...
2004-12-11 Clément StenacImprovements to preferences
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-10-27 Gildas Bazin* modules/demux/asf/asf.c: commented out the 'found...
2004-09-14 Gildas Bazin* modules/demux/asf/asf.c: fixed overflow in aspect...
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-08-27 Gildas Bazin* modules/demux/asf/asf.c: ignore the ES extra data...
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-05-07 Gildas Bazin* modules/demux/asf/*: fixed mem leak.
2004-04-07 Laurent Aimar * asf: added limited support of concatenated files...
2004-04-02 Laurent Aimar * asf: no DEMUX_SET_TIME...
2004-03-19 Laurent Aimar * asf :demux -> demux2.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-01-31 Laurent Aimar * asf: implemented DEMUX_GET_LENGTH and DEMUX_GET_META.
2004-01-29 Clément StenacUse playlist_Item* functions
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-05 Clément Stenac modules/demux/util/id3tag.c
2003-12-22 Sam Hocevar * modules/demux/asf/asf.c: Fixed a buffer overflow.
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-21 Laurent Aimar * asf: pes -> block
2003-11-21 Gildas Bazin* include/vlc_common.h: include stdlib.h
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...
2003-11-16 Gildas Bazin* ALL: moved i_bitrate out of audio_format_t into es_fo...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-13 Laurent Aimar * src/input/input.c: es_out_Add automatically add...
2003-11-11 Laurent Aimar * all: use es_format_t and es_out_*. (Not well tested...
2003-09-12 Laurent Aimar * include/input_ext-intf.h : added stream_t member...
2003-09-07 Laurent Aimar * all : demuxers *have to* set pf_demux_control. ...
2003-08-25 Laurent Aimar * asf : fix display time.
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-18 Laurent Aimar * all: move "wave format tag to fourcc" from demuxers...
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-08-01 Laurent Aimar * Modules.am : added aac.c and wav.c
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-22 Gildas Bazin* src/libvlc.h: fixed spelling mistake.
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-04-24 Laurent Aimar * asf: fix to play stream over mmsh.
2003-04-09 Derk-Jan Hartman* modules/gui/macosx/*:
2003-03-31 Sigmund Augdal HelbergChanged a duplicate string, and removed an info string...
2003-03-16 Laurent Aimar * asf: when there isn't any stream selected, stop...
2003-03-14 Sigmund Augdal Helbergall: info strings are now localized, fixed some typos...
2003-03-02 Laurent Aimar * forgot to initialize a variable.
2003-02-27 Gildas Bazin* ALL: i18n updates and fixes.
2003-02-24 Laurent Aimar * asf: fix seek for http.
2003-02-01 Laurent Aimar * asf : trying to fix pts handling.
2003-01-29 Laurent Aimar * asf : more sanity check for broken files.
2003-01-25 Laurent Aimar * all : fixed some memory leaks thanks valgrind.
2003-01-23 Laurent Aimar * asf: in fast/slow motion we don't play audio (unless...
2003-01-20 Laurent Aimar * asf : more msg_Err -> msg_Warn
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-11 Laurent Aimar * asf: prevent some segfault with broken file. (partia...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
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...
next