]> git.sesse.net Git - vlc/history - modules/demux/real.c
Real demux: kill warnings
[vlc] / modules / demux / real.c
2010-08-12 Jean-Baptiste KempfReal demux: kill warnings
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-28 Jai MenonCosmetics : Fix real.c comment header since sipr suppor...
2010-05-27 Jai MenonAdd Sipr support to the native Realmedia demuxer.
2010-01-23 Jean-Baptiste KempfReal demux: Do not store the SIPR flavor in profile.
2010-01-23 Rafaël Carréaudio_format_t.i_flavor -> es_format_t.i_profile
2010-01-22 Jean-Baptiste KempfReal: small fix
2010-01-22 Jean-Baptiste KempfReal demux: visual alignment
2010-01-22 Jean-Baptiste KempfReal demux: correctly set the subpacket size when SIPR...
2010-01-22 Jean-Baptiste KempfReal Demuxer: use the VLC_CODEC macros
2010-01-22 Jean-Baptiste KempfReal demux: fix a comment
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in real demuxer.
2009-08-20 Pierre d'Herbemontreal: Fix unsigned issues, and fix an overflow that...
2008-12-30 Rémi DuraffortMissing include assert.
2008-12-17 Rémi DuraffortDon't write two times when only one is needed.
2008-12-14 Laurent AimarProtect against division by 0 on corrupted file (real).
2008-12-14 Laurent AimarFixed real frame allocation error path.
2008-12-14 Laurent AimarDo not print real index debug by default.
2008-12-14 Laurent AimarFixed a few real demuxer issues.
2008-12-14 Laurent AimarFixed real PCR.
2008-12-14 Laurent AimarCosmetics real demux reorganization.
2008-12-14 Laurent AimarIncrease its priority.
2008-12-14 Laurent AimarBig clean up/rewrite of the real demuxer.
2008-12-02 Rémi Denis-CourmontGrmbl!!!
2008-12-01 Rémi Denis-CourmontReally fix the real overflow
2008-11-30 Rémi Denis-CourmontReal: fix integer overflow
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-10 Laurent AimarFixed invalid/useless usage of ES_OUT_RESET_PCR.
2008-10-05 Rémi DuraffortFix potential memleaks (CID 208)
2008-09-17 Derk-Jan Hartmanreal demux: Set to prio 0.
2008-08-16 Pierre d'Herbemontreal: Abort demuxing in case of error.
2008-08-16 Pierre d'Herbemontreal: Protect against negative size reading.
2008-07-21 Laurent AimarAdded a missing const qualifier.
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-14 Jean-Baptiste KempfParse RealAudio headers files. Doesn't decode correctly...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-23 Jean-Baptiste KempfCosmetic et metadata fixes.
2008-05-23 Wang Boreal file index and seek
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-17 Jean-Baptiste KempfREmove uninitialised variable.
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-11 Jean-Baptiste KempfAdditional checks on malloc output in data reader.
2008-03-11 Jean-Baptiste KempfCheck after calloc to avoid null dereference.
2008-03-03 Rémi Denis-CourmontFix a bunch of format string injection in the Real...
2008-03-03 Rémi Denis-CourmontDetect division by zero before it happens
2008-03-03 Rémi Denis-CourmontUse calloc() instead of malloc() - fixes integer overfl...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-11 Jean-Baptiste KempfReal Demuxer: Code factorisation after previous commit.
2007-12-11 Jean-Baptiste KempfReal demuxer, set correctly the PCR, patch by Yuehua...
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-11-18 Jean-Baptiste KempfReal demuxer: Comments about support/non-support
2007-11-18 Jean-Baptiste KempfOops.
2007-11-18 Jean-Baptiste KempfRealv3: support for broken streams that speciy a wrong...
2007-11-17 Jean-Baptiste KempfAdd a forgotten break; in a case.
2007-11-17 Jean-Baptiste KempfExtra Data code factorisation: This shouldn't destroy...
2007-11-17 Jean-Baptiste KempfCosmetic and mention about unsupported ralf codec.
2007-11-17 Jean-Baptiste KempfReindent after previous commit.
2007-11-17 Jean-Baptiste KempfReal Demuxer: Support for RM version 3. Tested and...
2007-11-13 Jean-Baptiste KempfCosmetic and initial support of sipr in rm demuxer...
2007-11-13 Jean-Baptiste KempfReal Demuxer: Support for Atrac-3 codecs in Real files...
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.
next