]> git.sesse.net Git - vlc/history - modules/demux/real.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / demux / real.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 Rémi Denis-Courmont- Fix a bunch of warnings
2007-05-02 Jean-Baptiste KempfCosmetic and brackets.
2007-05-02 Jean-Baptiste KempfAdd a "(" to fix previous commit.
2007-05-02 Jean-Baptiste KempfShould add atrac3 support in rm files. Patch by Benjami...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-09-12 Rémi Denis-CourmontMost of demux/
2006-05-25 Felix Paul Kühne* meta fixes
2006-05-20 Rémi Denis-Courmontmissing #include
2006-05-14 Felix Paul Kühne* vlc-meta fixes
2006-04-02 Felix Paul Kühne* implement DEMUX_GET_LENGTH based upon the stream...
2006-04-01 Felix Paul Kühne* livedotcom.cpp: transform a blocking msg_err to a...
2006-04-01 Felix Paul Kühne* show meta information for real streams (only Title...
2006-02-16 Sigmund Augdal Helbergreal.c: fix some crashes
2006-01-12 Antoine CellerierFSF address change.
2005-12-10 Gildas Bazin* modules/demux/real.c: improved cook support. We now...
2005-12-09 Gildas Bazin* modules/demux/real.c: re-order cook subpackets and...
2005-12-05 Clément StenacRecognize RV codecs
2005-12-04 Gildas Bazin* modules/demux/real.c, modules/access/rtsp: fixed...
2005-10-30 Gildas Bazin* modules/demux/real.c, modules/access/rtsp/*: fixes...
2005-09-19 Gildas Bazin* modules/demux/real.c: avoid using null pts + removed...
2005-09-18 Gildas Bazin* modules/demux/real.c: cleanup + added support for...
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-11 Clément StenacImprovements to preferences
2004-10-18 Derk-Jan Hartman* increase priority real demuxer, lower priority m3u...
2004-05-15 Laurent Aimar * real: use 1 as starting time (allow to have a valid...
2004-03-25 Laurent Aimar * real: added support for aac codec.
2004-03-19 Laurent Aimar * real: fixed unused variable warnings.
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-07 Laurent Aimar * rename ES_OUT_SET_PCR into ES_OUT_SET_GROUP_PCR...
2004-01-04 Laurent Aimar * real.c: begin of a real demuxer (using new API)...