|
|
|
@db6404e51faf77f3bb3f1c32677be55465ef961b
|
[db6404e51faf77f3bb3f1c32677be55465ef961b]
|
18/09/08 18:59:38 |
Antoine Cellerier <dionoea@videolan.org> |
Fix opening of some podcasts.
Fixes opening podcasts like … |
|
|
|
@775254b88b5e8fc2ebee6f375c2da4d8af1b7e7f
|
[775254b88b5e8fc2ebee6f375c2da4d8af1b7e7f]
|
15/08/08 21:44:28 |
Rémi Duraffort <ivoire@videolan.org> |
Fix potential memleak. |
|
|
|
@d11fd0d1e5433a5299fbf0f0150178178ebd3f83
|
[d11fd0d1e5433a5299fbf0f0150178178ebd3f83]
|
15/08/08 00:32:07 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
codecleanup: Replace input_Item by input_item. |
|
|
|
@8589b24945ea0e4f049ab0d32de0fab8a480e9bd
|
[8589b24945ea0e4f049ab0d32de0fab8a480e9bd]
|
14/06/08 17:12:13 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
demux/playlist: Don't use playlist_t code. |
|
|
|
@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 |
|
|
|
@630076053112b47b2f6279b1e67a4031d2ca45b2
|
[630076053112b47b2f6279b1e67a4031d2ca45b2]
|
08/05/08 18:23:43 |
Rémi Denis-Courmont <rem@videolan.org> |
Remove E_() |
|
|
|
@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. |
|
|
|
@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 … |
|
|
|
@7b20f9814f9aab8f0c8286fedc2a17d104244c5c
|
[7b20f9814f9aab8f0c8286fedc2a17d104244c5c]
|
25/03/08 02:45:16 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Fixed a segfault in podcast
Signed-off-by: Pierre d'Herbemont … |
|
|
|
@bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e
|
[bcddfd6382fb71b0021008eb63f1bc4a1b1bae0e]
|
11/03/08 22:57:37 |
Rémi Duraffort <ivoire@videolan.org> |
Remove useless test before a free (again). |
|
|
|
@656fa1a272ce7a62657a2ce742015d29890c4deb
|
[656fa1a272ce7a62657a2ce742015d29890c4deb]
|
28/01/08 18:31:13 |
Rafaël Carré <funman@videolan.org> |
demux/playlist/ : removes useless unused parameter warnings |
|
|
|
@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 … |
|
|
|
@99f6722d6c42bd408e50c43e7ab397cbb0b33667
|
[99f6722d6c42bd408e50c43e7ab397cbb0b33667]
|
01/01/08 19:03:56 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
Revert [23949]. |
|
|
|
@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 … |
|
|
|
@f3903fcac703eb2415c21bd3f08a6ba655c5768b
|
[f3903fcac703eb2415c21bd3f08a6ba655c5768b]
|
23/12/07 15:53:25 |
Pierre d'Herbemont <pdherbemont@videolan.org> |
modules/demux/playlist/*.c: Fix input_item memleaks. |
|
|
|
@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; … |
|
|
|
@6ee1e193fd896ab9a4729fde14f009d9ce629815
|
[6ee1e193fd896ab9a4729fde14f009d9ce629815]
|
10/09/07 20:56:52 |
Rafaël Carré <funman@videolan.org> |
Removes trailing spaces. Removes tabs. |
|
|
|
@9b749a07457052642c01bfc0cff914c38ba72074
|
[9b749a07457052642c01bfc0cff914c38ba72074]
|
05/09/07 15:50:02 |
Rémi Denis-Courmont <rem@videolan.org> |
Fix #includes and remove useless variable |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@a8a47dd1bae256f55201fc70c93b2917af1d6d55
|
[a8a47dd1bae256f55201fc70c93b2917af1d6d55]
|
31/05/07 21:22:27 |
Laurent Aimar <fenrir@videolan.org> |
all: added support for demuxer attachment (Patch by Bernie Purcell)
Use … |
|
|
|
@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 … |
|
|
|
@85ff1461a28b5ec29f881aaaa960a242750704fb
|
[85ff1461a28b5ec29f881aaaa960a242750704fb]
|
20/02/07 08:29:54 |
Clément Stenac <zorglub@videolan.org> |
* Start cleaning up libvlc playlist API (Refs:#457)
- Return correct … |
|
|
|
@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 … |
|
|
|
@0900f11014557ea895a290d2c1518d739f97a8b6
|
[0900f11014557ea895a290d2c1518d739f97a8b6]
|
19/11/06 14:20:02 |
Clément Stenac <zorglub@videolan.org> |
Finish the playlist API transition (hopefully)
- Remove a bunch of … |
|
|
|
@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 … |
|
|
|
@2374e7bc034774261a1bd5b56c1a8e5903e30e68
|
[2374e7bc034774261a1bd5b56c1a8e5903e30e68]
|
12/11/06 17:16:24 |
Clément Stenac <zorglub@videolan.org> |
Fix playlist unable to terminate (Closes:#829) |
|
|
|
@673861da5ce8bfeb0a4adbd5be95aa5fd2da9e4b
|
[673861da5ce8bfeb0a4adbd5be95aa5fd2da9e4b]
|
12/11/06 00:37:25 |
Clément Stenac <zorglub@videolan.org> |
* Remove some unneeded complexity in playlist and directory
* Remove some … |
|
|
|
@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 … |
|
|
|
@a8fcedd2dde5382673e6b39c559d3b93ac638297
|
[a8fcedd2dde5382673e6b39c559d3b93ac638297]
|
19/07/06 13:53:18 |
Clément Stenac <zorglub@videolan.org> |
Remove some code duplication |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@bf85a9205c4fb2c70d5ae88034c301f1bc9bccd5
|
[bf85a9205c4fb2c70d5ae88034c301f1bc9bccd5]
|
25/05/06 12:11:06 |
Clément Stenac <zorglub@videolan.org> |
Fix DVB demuxer. Barely tested |
|
|
|
@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:
… |
|
|
|
@0263f8f47b1f3838850d8d4262409469535f35de
|
[0263f8f47b1f3838850d8d4262409469535f35de]
|
30/04/06 18:37:30 |
Antoine Cellerier <dionoea@videolan.org> |
Forward port podcast fixes [15462] and [15465]. |
|
|
|
@0ade81b0ebaa94d8529e4784b460bc921be70f54
|
[0ade81b0ebaa94d8529e4784b460bc921be70f54]
|
18/03/06 03:06:16 |
Christophe Mutricy <xtophe@videolan.org> |
All: string review (refs: #438) |
|
|
|
@78d20969c18cdbf778cd98b7088c4f296acaac09
|
[78d20969c18cdbf778cd98b7088c4f296acaac09]
|
16/02/06 20:31:29 |
Antoine Cellerier <dionoea@videolan.org> |
Move podcast meta info to "Podcast Info" category |
|
|
|
@c17290dc45902a3b93c90f3e033f4f2671b69134
|
[c17290dc45902a3b93c90f3e033f4f2671b69134]
|
16/02/06 18:31:31 |
Antoine Cellerier <dionoea@videolan.org> |
[patch] unifying meta-information access, the 2nd by Daniel Stränger |
|
|
|
@2cb472dba008f7d877ffe6bae9c5575253365282
|
[2cb472dba008f7d877ffe6bae9c5575253365282]
|
13/01/06 00:10:04 |
Antoine Cellerier <dionoea@videolan.org> |
FSF address change. |
|
|
|
@b1bf144c079ddd38f758a4b3e9848fedfee186fc
|
[b1bf144c079ddd38f758a4b3e9848fedfee186fc]
|
14/12/05 19:29:29 |
Clément Stenac <zorglub@videolan.org> |
build fix |
|
|
|
@82447676341b7d303e1b1f270968b4b8cef4143c
|
[82447676341b7d303e1b1f270968b4b8cef4143c]
|
14/12/05 19:08:08 |
Clément Stenac <zorglub@videolan.org> |
Playlist can be ANYWHERE |
|
|
|
@667f188961341ded83b0b17527a71961701e945f
|
[667f188961341ded83b0b17527a71961701e945f]
|
29/10/05 16:27:18 |
Antoine Cellerier <dionoea@videolan.org> |
changesets r12782 and r12804 from 0.8.5-zorglub branch concerning … |