root/modules/demux/playlist/playlist.h


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4 [5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4] 14/06/08 17:56:42 Pierre d'Herbemont <pdherbemont@videolan.org> demux/playlist: Remove ununsed functions.
(edit) @a0e351f5a791d05b4e38bf835064055d10730efc [a0e351f5a791d05b4e38bf835064055d10730efc] 14/06/08 17:36:03 Pierre d'Herbemont <pdherbemont@videolan.org> demux/playlist: Don't use playlist_t.
(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) @c39b64d5a4bf39561f31ed982625308811b08a7e [c39b64d5a4bf39561f31ed982625308811b08a7e] 20/11/07 23:35:26 Yoann Peronneau <yoann@videolan.org> * demux/playlist/itml.c: iTunes Media Library importer (not tested yet)
(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) @404486f903fcae290dc34a34120ac925646e290e [404486f903fcae290dc34a34120ac925646e290e] 12/05/07 00:27:33 Antoine Cellerier <dionoea@videolan.org> demux/playlist/: New "video portals" playlist demux. You feed it a url …
(edit) @6e7d7c4d44802e3d081b9199c70756c977b6d4d7 [6e7d7c4d44802e3d081b9199c70756c977b6d4d7] 23/02/07 22:34:25 Antoine Cellerier <dionoea@videolan.org> Add dummy .IFO playlist demux to enable opening a DVD rip by double …
(edit) @bd6df8a98ee50466ce48bf5abfd0015379d7d0a2 [bd6df8a98ee50466ce48bf5abfd0015379d7d0a2] 22/02/07 21:12:27 Laurent Aimar <fenrir@videolan.org> Do not use p_demux->p_parent to get the p_input (Use …
(edit) @0fd5011bae51389f0100b8a0f665704b4d1b0648 [0fd5011bae51389f0100b8a0f665704b4d1b0648] 16/12/06 00:38:33 Clément Stenac <zorglub@videolan.org> 2nd argument of playlist_Viewplay is not a boolean
(edit) @7bcd728f1d30933b7e658ad8d700015325e12f5a [7bcd728f1d30933b7e658ad8d700015325e12f5a] 28/11/06 02:26:46 Derk-Jan Hartman <hartman@videolan.org> * playlist/* When telling the playlist to play the node, don't check for …
(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) @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) @318e9b862b1792bee23521a459ca44ef1e40f7ed [318e9b862b1792bee23521a459ca44ef1e40f7ed] 08/10/06 01:14:58 Gildas Bazin <gbazin@videolan.org> * Fixed a bunch of memory leaks.
(edit) @f424ec54abf8f25e4107a9219390625f0630cde7 [f424ec54abf8f25e4107a9219390625f0630cde7] 16/09/06 11:05:35 Clément Stenac <zorglub@videolan.org> Remove old and broken playlist demuxer Do not search for playlist
(edit) @57e8f47c38092e4d1465e6303057c128e37da002 [57e8f47c38092e4d1465e6303057c128e37da002] 03/09/06 18:43:26 Clément Stenac <zorglub@videolan.org> Remove useless debug, fix a bug
(edit) @92caa32e121afea9c4ec3e62ad979d5136f27ef9 [92caa32e121afea9c4ec3e62ad979d5136f27ef9] 07/07/06 22:24:11 Antoine Cellerier <dionoea@videolan.org> Add Google Video Playlist parsing support (stuff like …
(edit) @a413a33bab7a0b00d36030db4dfad9b2b3bc16e9 [a413a33bab7a0b00d36030db4dfad9b2b3bc16e9] 02/07/06 19:28:15 Antoine Cellerier <dionoea@videolan.org> Add QuickTime? Media Link parsing. FIXME: Optional attributes (like …
(edit) @a38975fd6393cc765f0ddad44c7cb3c2d7982b18 [a38975fd6393cc765f0ddad44c7cb3c2d7982b18] 01/07/06 21:23:39 Derk-Jan Hartman <hartman@videolan.org> * Move sgimb demux to the playlist demux, and port it to the new playlist …
(edit) @7c5af0186a0df7942d1b49b3acc36c22a75ea196 [7c5af0186a0df7942d1b49b3acc36c22a75ea196] 29/06/06 17:27:26 Derk-Jan Hartman <hartman@videolan.org> * New ASX parser - some elements are not yet supported. - it could …
(edit) @8f973a0b05db90ef8f602ca8863563e0724e8581 [8f973a0b05db90ef8f602ca8863563e0724e8581] 31/05/06 22:40:54 Clément Stenac <zorglub@videolan.org> Fix playlist crasher and simplify a few things (Remove ITEMPLAY method, …
(edit) @bf85a9205c4fb2c70d5ae88034c301f1bc9bccd5 [bf85a9205c4fb2c70d5ae88034c301f1bc9bccd5] 25/05/06 12:11:06 Clément Stenac <zorglub@videolan.org> Fix DVB demuxer. Barely tested
(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) @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 …
(edit) @8e8e64419dbc027b464e227b7d1b4f6056394ebb [8e8e64419dbc027b464e227b7d1b4f6056394ebb] 12/03/06 00:19:59 Antoine Cellerier <dionoea@videolan.org> src/playlist/loadsave.c, modules/demux/playlist/*, …
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 13/01/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @667f188961341ded83b0b17527a71961701e945f [667f188961341ded83b0b17527a71961701e945f] 29/10/05 16:27:18 Antoine Cellerier <dionoea@videolan.org> changesets r12782 and r12804 from 0.8.5-zorglub branch concerning …
(edit) @f60b4c79acaf0412280672f83677a96e74dacb65 [f60b4c79acaf0412280672f83677a96e74dacb65] 15/10/05 15:23:08 Sigmund Augdal Helberg <sigmunau@videolan.org> all: updated my name and e-mail address AUTHORS: updated my entry
(edit) @2f6ff2acc6b462510da76f9b61c97dafe30be3a4 [2f6ff2acc6b462510da76f9b61c97dafe30be3a4] 20/08/05 19:18:41 Gildas Bazin <gbazin@videolan.org> * modules/demux/playlist/dvb.c: playlist import for szap/tzap/czap …
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 09/07/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 08/07/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @cc47db8ef588a552ded04c7f82bdc67bc4dc3c9d [cc47db8ef588a552ded04c7f82bdc67bc4dc3c9d] 17/06/05 18:42:48 Christophe Massiot <massiot@videolan.org> * modules/demux/playlist: Exported symbols inside plug-ins must always be …
(edit) @b37280cb2809690b171b8fe0d1c54326e10c15e9 [b37280cb2809690b171b8fe0d1c54326e10c15e9] 02/04/05 15:58:03 Sigmund Augdal Helberg <sigmunau@videolan.org> new b4s demuxer for winamp b4s playlists. Uses xml parser modules. …
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 11/12/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @4db1802cf69e67756798b50c54b4030d11de11ee [4db1802cf69e67756798b50c54b4030d11de11ee] 18/11/04 00:22:43 Clément Stenac <zorglub@videolan.org> Input options inheritance for playlists
(edit) @eb22c2983bf039a74f9f6143a640438c8a16819d [eb22c2983bf039a74f9f6143a640438c8a16819d] 01/04/04 12:01:48 Clément Stenac <zorglub@videolan.org> Cancel
(edit) @86e5f20a0e710e11cbc1305bc911e75ba78bc912 [86e5f20a0e710e11cbc1305bc911e75ba78bc912] 01/04/04 11:20:00 Clément Stenac <zorglub@videolan.org> * modules/demux/playlist : native playlist import * modules/misc/playlist …
(edit) @64c5b3185c31de92075a1c56b3e166ce57c05b3e [64c5b3185c31de92075a1c56b3e166ce57c05b3e] 11/01/04 18:46:58 Sigmund Augdal Helberg <sigmunau@videolan.org> modules/demux/playlist/playlist.c: * Added common functions for handling …
Note: See TracRevisionLog for help on using the revision log.