root/modules/misc/playlist/xspf.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @761871b145db8c7e504bbd1ed844ea43ad4f93e4 [761871b145db8c7e504bbd1ed844ea43ad4f93e4] 17/09/08 01:13:37 Yoann Peronneau <yoann@videolan.org> Update XSPF playlist structure to use <vlc:id> instead of …
(edit) @6dd5c5cb5418b321d0f04b4d9265bb4537ba2812 [6dd5c5cb5418b321d0f04b4d9265bb4537ba2812] 31/07/08 13:32:36 Rémi Duraffort <ivoire@videolan.org> Fix memleaks.
(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) @c0a898e18e7fce541be58980f09ca199b736dc1c [c0a898e18e7fce541be58980f09ca199b736dc1c] 26/05/08 18:46:07 Rafaël Carré <funman@videolan.org> Include assert.h where assert() is used
(edit) @630076053112b47b2f6279b1e67a4031d2ca45b2 [630076053112b47b2f6279b1e67a4031d2ca45b2] 08/05/08 18:23:43 Rémi Denis-Courmont <rem@videolan.org> Remove E_()
(edit) @0db5f2a07b883f92d95959221776423fcad85974 [0db5f2a07b883f92d95959221776423fcad85974] 26/04/08 09:08:52 Rémi Denis-Courmont <rem@videolan.org> Ability to save and load input item options in xspf playlist as it is …
(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) @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) @c3e3de663319403f883fc2bfbe76c3065e2e85f2 [c3e3de663319403f883fc2bfbe76c3065e2e85f2] 15/12/07 13:20:54 Rafaël Carré <funman@videolan.org> xspf: %-encode '%' and '+' for every URIs (it really should be URI type …
(edit) @f217c5af806ea9f733ae99d00228409a99f1b1e2 [f217c5af806ea9f733ae99d00228409a99f1b1e2] 18/11/07 21:56:44 Rafaël Carré <funman@videolan.org> xspf muxer: determinates correctly if we're handling a file:// uri, and so …
(edit) @ae96181ab60b60dea26ca5ebaf81294d1ebc9590 [ae96181ab60b60dea26ca5ebaf81294d1ebc9590] 18/11/07 19:19:30 Rafaël Carré <funman@videolan.org> xspf: don't use %encoding for node title, but only convert XML special …
(edit) @0d48e825e57556bd8240806dafb320b6fa8b5517 [0d48e825e57556bd8240806dafb320b6fa8b5517] 18/11/07 19:03:25 Rafaël Carré <funman@videolan.org> xspf muxer: %encode '+' since decode_URI() will decode it as a space
(edit) @8cc57c7a80f9875ab3f6cf56f6e9df9a88177f3b [8cc57c7a80f9875ab3f6cf56f6e9df9a88177f3b] 14/11/07 00:28:22 Rafaël Carré <funman@videolan.org> xspf: fix nodes encoding. big up to yoannp for fully nested xspf !
(edit) @890dbc2206f595c016b2923f0f8b206d269a1877 [890dbc2206f595c016b2923f0f8b206d269a1877] 13/11/07 23:10:58 Yoann Peronneau <yoann@videolan.org> * XSPF nested playlist
(edit) @cf9d63760cdc28389f89a97772dffd9683afabbc [cf9d63760cdc28389f89a97772dffd9683afabbc] 12/11/07 21:10:54 Rafaël Carré <funman@videolan.org> xspf export: write the extension tag before the trackList, we'll need to …
(edit) @eec1f61354eb71cac08657521b2d119f7538da5c [eec1f61354eb71cac08657521b2d119f7538da5c] 18/10/07 22:20:58 Rafaël Carré <funman@videolan.org> xspf writer: forget to increment the source pointer in [22665], that would …
(edit) @fc5954abbb4cb84a170ff960e88f90a60a4d1794 [fc5954abbb4cb84a170ff960e88f90a60a4d1794] 18/10/07 18:22:35 Rafaël Carré <funman@videolan.org> xspf writer: do percent encoding on more characters when we have a file://
(edit) @ec187ec3a0e58da090184cbcdfc592d821291c45 [ec187ec3a0e58da090184cbcdfc592d821291c45] 12/10/07 16:20:48 Rafaël Carré <funman@videolan.org> xspf: try to produce valid XSPF files (there's still a problem with URI …
(edit) @66b4033b2f889195a3ef428986d2438cd6e4f994 [66b4033b2f889195a3ef428986d2438cd6e4f994] 30/08/07 02:50:10 Rafaël Carré <funman@videolan.org> Converting a string for using it in xml without using it is STUPID
(edit) @edff9427d9b185d5c5e985650055044dcd49f9f3 [edff9427d9b185d5c5e985650055044dcd49f9f3] 30/08/07 01:52:55 Rafaël Carré <funman@videolan.org> Replaces xml special chars in image url
(edit) @222b887fd6fe6d7243aeddac082c18e019eb2081 [222b887fd6fe6d7243aeddac082c18e019eb2081] 26/08/07 21:59:02 Ilkka Ollakka <ileoo@videolan.org> xspf.c: add album-art as <image> and use Title in title (if …
(edit) @e02432e597acb3511d14433ae3303ff4da3742f9 [e02432e597acb3511d14433ae3303ff4da3742f9] 22/08/07 22:19:23 Rafaël Carré <funman@videolan.org> Input access locking, part 3 (final). Enforce access to input_item_t …
(edit) @9e595c955f1aebae18435f0f5c740802ce347852 [9e595c955f1aebae18435f0f5c740802ce347852] 20/08/07 21:23:10 Rémi Denis-Courmont <rem@videolan.org> Remove stdio while we're at it. Finally rid of the strcasestr warning
(edit) @662ed774b9740eabf8b0203e53f51e6c35657e0d [662ed774b9740eabf8b0203e53f51e6c35657e0d] 18/08/07 16:59:31 Rafaël Carré <funman@videolan.org> Input access locking, part 2. Fix [21193]
(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) @6e3ef03dd5d88c3ff98e563361cdac0d45fc74df [6e3ef03dd5d88c3ff98e563361cdac0d45fc74df] 15/08/07 02:07:27 Pierre d'Herbemont <pdherbemont@videolan.org> modules/misc/playlist/xspf.c: Remove some weird duplicate code.
(edit) @971b8d4c550d6b013e61f9ec3497c7cb1fbfb32f [971b8d4c550d6b013e61f9ec3497c7cb1fbfb32f] 20/05/07 19:23:28 Yoann Peronneau <yoann@videolan.org> * xspf.c: export item description as <annotation>
(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) @7f779f6a64eadd10b2e2b98bcf85fdd38c0cdfa5 [7f779f6a64eadd10b2e2b98bcf85fdd38c0cdfa5] 30/09/06 18:15:40 Clément Stenac <zorglub@videolan.org> Merge author/artist WX compilation unchecked
(edit) @1b0d1cbcbc877defb2f4d30c18feeac67410965b [1b0d1cbcbc877defb2f4d30c18feeac67410965b] 25/08/06 14:54:14 Sam Hocevar <sam@videolan.org> * modules/misc/playlist/xspf.c: fix warnings that are bugs on amd64.
(edit) @206a6d2e084000db978a3da30db7379c12647eec [206a6d2e084000db978a3da30db7379c12647eec] 14/06/06 16:48:32 Yoann Peronneau <yoann@videolan.org> * playlist/xspf.c: handles empty nodes
(edit) @6bc1500f97bf158ec4160570ff3d6173f8f67dc4 [6bc1500f97bf158ec4160570ff3d6173f8f67dc4] 14/06/06 04:00:42 Yoann Peronneau <yoann@videolan.org> * xpsf.c: ...but <playlist> has... grmbl
(edit) @37b5af493075f95769ee26ed583f2b0f43c6d3b7 [37b5af493075f95769ee26ed583f2b0f43c6d3b7] 14/06/06 03:51:05 Yoann Peronneau <yoann@videolan.org> * xspf.c: <trackList> has no <location> or <title> element
(edit) @dbc59e3a782ed65537b56b7d9df7ee82498a0bc4 [dbc59e3a782ed65537b56b7d9df7ee82498a0bc4] 14/06/06 02:43:00 Yoann Peronneau <yoann@videolan.org> * Tree playlist XSPF export Kids, don't try this at home…
(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) @8e8e64419dbc027b464e227b7d1b4f6056394ebb [8e8e64419dbc027b464e227b7d1b4f6056394ebb] 12/03/06 00:19:59 Antoine Cellerier <dionoea@videolan.org> src/playlist/loadsave.c, modules/demux/playlist/*, …
Note: See TracRevisionLog for help on using the revision log.