root/modules/demux/playlist/shoutcast.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @b0a7c1634126a830136ca59c6f6ce4dafc1f5459 [b0a7c1634126a830136ca59c6f6ce4dafc1f5459] 15/08/08 21:56:58 Rémi Duraffort <ivoire@videolan.org> Fix previous commit.
(edit) @c741c175ae48323ebbd8d6ffac8ca9e71cc5569f [c741c175ae48323ebbd8d6ffac8ca9e71cc5569f] 15/08/08 21:44:27 Rémi Duraffort <ivoire@videolan.org> Use asprintf instead of malloc+sprintf, check the return value and remove …
(edit) @d11fd0d1e5433a5299fbf0f0150178178ebd3f83 [d11fd0d1e5433a5299fbf0f0150178178ebd3f83] 15/08/08 00:32:07 Pierre d'Herbemont <pdherbemont@videolan.org> codecleanup: Replace input_Item by input_item.
(edit) @555437f5819af1d783c9d05156da643672032184 [555437f5819af1d783c9d05156da643672032184] 14/06/08 17:09:08 Pierre d'Herbemont <pdherbemont@videolan.org> shoutcast: Don't use playlist code.
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 31/05/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @630076053112b47b2f6279b1e67a4031d2ca45b2 [630076053112b47b2f6279b1e67a4031d2ca45b2] 08/05/08 18:23:43 Rémi Denis-Courmont <rem@videolan.org> Remove E_()
(edit) @57bbabb5e7c4b33141fdfbd811c78120e2401a9f [57bbabb5e7c4b33141fdfbd811c78120e2401a9f] 14/04/08 02:02:23 Pierre d'Herbemont <pdherbemont@videolan.org> demux: Rename demux2 to demux as demux is no longer existing.
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 14/04/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) @bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e [bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e] 11/03/08 22:57:37 Rémi Duraffort <ivoire@videolan.org> Remove useless test before a free (again).
(edit) @656fa1a272ce7a62657a2ce742015d29890c4deb [656fa1a272ce7a62657a2ce742015d29890c4deb] 28/01/08 18:31:13 Rafaël Carré <funman@videolan.org> demux/playlist/ : removes useless unused parameter warnings
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 23/01/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) @99f6722d6c42bd408e50c43e7ab397cbb0b33667 [99f6722d6c42bd408e50c43e7ab397cbb0b33667] 01/01/08 19:03:56 Pierre d'Herbemont <pdherbemont@videolan.org> Revert [23949].
(edit) @7b9e1799ee5a6330222f62801abb29f15750611c [7b9e1799ee5a6330222f62801abb29f15750611c] 30/12/07 19:24:10 Rafaël Carré <funman@videolan.org> fix #1410. You can not change a playlist_item_t to be a node, when you …
(edit) @f3903fcac703eb2415c21bd3f08a6ba655c5768b [f3903fcac703eb2415c21bd3f08a6ba655c5768b] 23/12/07 15:53:25 Pierre d'Herbemont <pdherbemont@videolan.org> modules/demux/playlist/*.c: Fix input_item memleaks.
(edit) @496d33dc3e1c4be6407291c55ee5abebab4c79b7 [496d33dc3e1c4be6407291c55ee5abebab4c79b7] 20/12/07 00:59:06 Rafaël Carré <funman@videolan.org> playlist demuxers: return -1 in case of error, 0 in case of eof, 1 else; …
(edit) @3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822 [3f07af6acdd8a0b0ddbd2c33b79039bf8ec8a822] 30/09/07 17:40:34 Laurent Aimar <fenrir@videolan.org> Added const wheen needed for stream_Peek (demuxer/access) Made …
(edit) @9b749a07457052642c01bfc0cff914c38ba72074 [9b749a07457052642c01bfc0cff914c38ba72074] 05/09/07 15:50:02 Rémi Denis-Courmont <rem@videolan.org> Fix #includes and remove useless variable
(edit) @84218f98238cd712e96073326c5d074ff6f364e5 [84218f98238cd712e96073326c5d074ff6f364e5] 16/08/07 20:01:32 Pierre d'Herbemont <pdherbemont@videolan.org> modules/demux/playlist/*.c: Use the new playlist independant way to …
(edit) @51880eb16eed467a21c34b9e4bb962d1bd6a5be7 [51880eb16eed467a21c34b9e4bb962d1bd6a5be7] 15/08/07 06:33:57 Pierre d'Herbemont <pdherbemont@videolan.org> * Protect input item's meta through setters and getters. That allows …
(edit) @a8a47dd1bae256f55201fc70c93b2917af1d6d55 [a8a47dd1bae256f55201fc70c93b2917af1d6d55] 31/05/07 21:22:27 Laurent Aimar <fenrir@videolan.org> all: added support for demuxer attachment (Patch by Bernie Purcell) Use …
(edit) @85ff1461a28b5ec29f881aaaa960a242750704fb [85ff1461a28b5ec29f881aaaa960a242750704fb] 20/02/07 08:29:54 Clément Stenac <zorglub@videolan.org> * Start cleaning up libvlc playlist API (Refs:#457) - Return correct …
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 26/11/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @0900f11014557ea895a290d2c1518d739f97a8b6 [0900f11014557ea895a290d2c1518d739f97a8b6] 19/11/06 14:20:02 Clément Stenac <zorglub@videolan.org> Finish the playlist API transition (hopefully) - Remove a bunch of …
(edit) @e8aa094f86e08a2c690555a0767763dcd63ffb90 [e8aa094f86e08a2c690555a0767763dcd63ffb90] 12/11/06 19:19:49 Clément Stenac <zorglub@videolan.org> Preparse playlist items that don't have enough meta If the item is not to …
(edit) @2374e7bc034774261a1bd5b56c1a8e5903e30e68 [2374e7bc034774261a1bd5b56c1a8e5903e30e68] 12/11/06 17:16:24 Clément Stenac <zorglub@videolan.org> Fix playlist unable to terminate (Closes:#829)
(edit) @673861da5ce8bfeb0a4adbd5be95aa5fd2da9e4b [673861da5ce8bfeb0a4adbd5be95aa5fd2da9e4b] 12/11/06 00:37:25 Clément Stenac <zorglub@videolan.org> * Remove some unneeded complexity in playlist and directory * Remove some …
(edit) @857b51f9c9ace345a6b6a9a45a20829101830abb [857b51f9c9ace345a6b6a9a45a20829101830abb] 24/09/06 14:40:10 Clément Stenac <zorglub@videolan.org> Rename vlc_input_item_* functions to input_Item* for consistency Add …
(edit) @29a03bfd0be5cc9834daa416496f44eaa401827b [29a03bfd0be5cc9834daa416496f44eaa401827b] 06/08/06 18:14:56 Clément Stenac <zorglub@videolan.org> Fix deletion of items when changing them to nodes
(edit) @982c2c891aa4dc440fe65009993004b52534b577 [982c2c891aa4dc440fe65009993004b52534b577] 03/08/06 18:58:10 Clément Stenac <zorglub@videolan.org> Fix a bunch of warnings and errors
(edit) @2d824acd426d7f4c5169083ce9966b5ed4e15da3 [2d824acd426d7f4c5169083ce9966b5ed4e15da3] 03/08/06 17:34:08 Clément Stenac <zorglub@videolan.org> Fix duplicate definitions of FREE
(edit) @f0ddd6157663426507a2ac18ef1341e69fbed2bf [f0ddd6157663426507a2ac18ef1341e69fbed2bf] 18/07/06 19:08:18 Clément Stenac <zorglub@videolan.org> Add a bunch of helper functions/macros and start using them: * malloc with …
(edit) @02a0a42937d6029cb1ea0f473f071ce37564af1d [02a0a42937d6029cb1ea0f473f071ce37564af1d] 25/05/06 13:45:32 Clément Stenac <zorglub@videolan.org> * Almost fix shoutcast (still some problems in "flat" view) * Disable …
(edit) @ed0b72e3714ad87cb4e10b9a7239e19b9ef0724e [ed0b72e3714ad87cb4e10b9a7239e19b9ef0724e] 14/05/06 20:29:00 Clément Stenac <zorglub@videolan.org> Merge back branch 0.8.6-playlist-vlm to trunk. What is currently broken: …
(edit) @db5d2044c2d6828d22fe15200ed48a1a79f1c70a [db5d2044c2d6828d22fe15200ed48a1a79f1c70a] 28/04/06 00:31:16 Antoine Cellerier <dionoea@videolan.org> Ahem…
(edit) @bc6c6306298f85355ea5325fd23f890f4b7008fe [bc6c6306298f85355ea5325fd23f890f4b7008fe] 27/04/06 23:23:34 Antoine Cellerier <dionoea@videolan.org> Add option (--shoutcast-show-adult) to show pornWNC17 rated video …
(edit) @8ed1af2f3b8b9f81acc3e501576606ab23d4fa6f [8ed1af2f3b8b9f81acc3e501576606ab23d4fa6f] 24/04/06 21:41:04 Antoine Cellerier <dionoea@videolan.org> Some more cleaning
(edit) @ced209fa45b81f06d0ad7cc886083b55d838b5ed [ced209fa45b81f06d0ad7cc886083b55d838b5ed] 24/04/06 20:29:14 Christophe Mutricy <xtophe@videolan.org> shoutcast.c: Memleak hunt.
(edit) @8f81a57bd66b83983db080931c9aacf20f83e6cc [8f81a57bd66b83983db080931c9aacf20f83e6cc] 24/04/06 00:53:40 Antoine Cellerier <dionoea@videolan.org> Support for Shoutcast TV. vp3 streams segfault, vp5 and 6 don't play :)
(edit) @75ee1b38c85b84c6ac2b4a1252469b58848578f6 [75ee1b38c85b84c6ac2b4a1252469b58848578f6] 22/04/06 23:06:41 Antoine Cellerier <dionoea@videolan.org> * shout.c : change playlist layout (remove 1 node) * shoutcast.c : remove …
(edit) @acb5da732a27b6c7e8d6e05c2e183d4ae49a9ea9 [acb5da732a27b6c7e8d6e05c2e183d4ae49a9ea9] 22/04/06 18:39:04 Antoine Cellerier <dionoea@videolan.org> Change shoutcast service discovery module and write a new demux to be …
Note: See TracRevisionLog for help on using the revision log.