root/src/input/mem_stream.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7979cfc5c6385aa79ddfa6cd357a7332a11de612 [7979cfc5c6385aa79ddfa6cd357a7332a11de612] 08/13/08 00:57:26 Pierre d'Herbemont <pdherbemont@videolan.org> input: Fix signed warnings about streams.
(edit) @d666030b2349e8a710fcba4d2cabb912cc700580 [d666030b2349e8a710fcba4d2cabb912cc700580] 05/31/08 21:10:28 Rémi Denis-Courmont <rdenis@simphalempin.com> libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @a78e273ec53ff8a6c3993f3deda0b893f8dd709a [a78e273ec53ff8a6c3993f3deda0b893f8dd709a] 02/26/08 01:29:12 Pierre d'Herbemont <pdherbemont@videolan.org> misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but …
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @e3e9c13799fc03656fe36f9646b77030aff2626c [e3e9c13799fc03656fe36f9646b77030aff2626c] 10/02/07 18:05:13 Rémi Denis-Courmont <rem@videolan.org> Pass content-type from access to stream
(edit) @6ee1e193fd896ab9a4729fde14f009d9ce629815 [6ee1e193fd896ab9a4729fde14f009d9ce629815] 09/10/07 20:56:52 Rafaël Carré <funman@videolan.org> Removes trailing spaces. Removes tabs.
(edit) @cc3bd152f5d2166087b9e19b962e3ace06bd12ea [cc3bd152f5d2166087b9e19b962e3ace06bd12ea] 08/20/07 20:59:30 Rémi Denis-Courmont <rem@videolan.org> Remember not to include anything before vlc/vlc.h (which includes config.h …
(edit) @1a539b89a99f0692a95d914459e3506b50035ce6 [1a539b89a99f0692a95d914459e3506b50035ce6] 07/20/07 22:55:02 Rémi Denis-Courmont <rem@videolan.org> Remove dummy stream_t.pf_block
(edit) @40785cad487daf4df6418b07f28bdd03d1ca3f03 [40785cad487daf4df6418b07f28bdd03d1ca3f03] 07/20/07 16:22:54 Rémi Denis-Courmont <rem@videolan.org> Make stream_Peek take a const pointer as it should (This introduces a lot …
(edit) @9b6b0df36a16b1ca7706e138f6c491e12e5eecfa [9b6b0df36a16b1ca7706e138f6c491e12e5eecfa] 04/18/07 20:55:19 Rémi Denis-Courmont <rem@videolan.org> Uuinline functions and hide stream_t (it's not used in any module anyway)
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 11/26/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 01/13/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @a5e04c86eb59fa61e29cd22ef2cc99800b2aa259 [a5e04c86eb59fa61e29cd22ef2cc99800b2aa259] 12/11/05 00:47:34 Derk-Jan Hartman <hartman@videolan.org> * UTF16 and UTF32 conversion to UTF8 for stream_ReadLine(). (fixes #304)
(edit) @f60b4c79acaf0412280672f83677a96e74dacb65 [f60b4c79acaf0412280672f83677a96e74dacb65] 10/15/05 15:23:08 Sigmund Augdal Helberg <sigmunau@videolan.org> all: updated my name and e-mail address AUTHORS: updated my entry
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 07/09/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 07/08/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @2d16a4083986d2676d638fc2d64f9561e555b6f9 [2d16a4083986d2676d638fc2d64f9561e555b6f9] 04/01/05 20:37:31 Sigmund Augdal Helberg <sigmunau@videolan.org> added a stream_UrlNew to open a general purpos stream_t from a url. added …
(edit) @f992190eeb47ef55f345fcae0d66520c19b701d6 [f992190eeb47ef55f345fcae0d66520c19b701d6] 11/28/04 22:20:18 Gildas Bazin <gbazin@videolan.org> * src/input/mem_stream.c: fixed a couple of bugs. * …
(edit) @a4666527ce9028f68ad733005ef9c4d6f476cc82 [a4666527ce9028f68ad733005ef9c4d6f476cc82] 11/27/04 12:28:13 Sigmund Augdal Helberg <sigmunau@videolan.org> mem_stream.c: minor cleanup + shut up compiler warnings
(edit) @efc525bf535a76f00793461ffc4f7bb7f8331e72 [efc525bf535a76f00793461ffc4f7bb7f8331e72] 11/27/04 00:52:42 Sigmund Augdal Helberg <sigmunau@videolan.org> all: new stream_t reading from a buffer.
Note: See TracRevisionLog for help on using the revision log.