root/modules/demux/playlist/qtl.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @d11fd0d1e5433a5299fbf0f0150178178ebd3f83 [d11fd0d1e5433a5299fbf0f0150178178ebd3f83] 15/08/08 00:32:07 Pierre d'Herbemont <pdherbemont@videolan.org> codecleanup: Replace input_Item by input_item.
(edit) @8589b24945ea0e4f049ab0d32de0fab8a480e9bd [8589b24945ea0e4f049ab0d32de0fab8a480e9bd] 14/06/08 17:12:13 Pierre d'Herbemont <pdherbemont@videolan.org> demux/playlist: Don't use playlist_t 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) @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) @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) @3429397272d130cf08139cd771c337c1085bc30f [3429397272d130cf08139cd771c337c1085bc30f] 30/09/07 18:31:02 Rémi Denis-Courmont <rem@videolan.org> Remove FREE() macro, since free() does the same internally
(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) @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) @2ffa2bd3d0a506be2a6c9e53edffeee442350397 [2ffa2bd3d0a506be2a6c9e53edffeee442350397] 01/10/06 21:07:48 Antoine Cellerier <dionoea@videolan.org> src/input/item.c: if we don't have an item name and item is a file, then …
(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) @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) @6f2a64ee29499b3768efabe5ca9dd611b0938cd4 [6f2a64ee29499b3768efabe5ca9dd611b0938cd4] 10/07/06 23:30:31 Felix Paul Kühne <fkuehne@videolan.org> * updated the po-files, started some work on the German translation, a …
(edit) @3fbed7ad31691060d782832c07cbaa0d4ef1740b [3fbed7ad31691060d782832c07cbaa0d4ef1740b] 02/07/06 19:47:26 Antoine Cellerier <dionoea@videolan.org> s/Shoutcast/QTL/
(edit) @a413a33bab7a0b00d36030db4dfad9b2b3bc16e9 [a413a33bab7a0b00d36030db4dfad9b2b3bc16e9] 02/07/06 19:28:15 Antoine Cellerier <dionoea@videolan.org> Add QuickTime? Media Link parsing. FIXME: Optional attributes (like …
Note: See TracRevisionLog for help on using the revision log.