]> git.sesse.net Git - vlc/history - modules/demux/playlist/podcast.c
podcast: fix gettext parsing (cannot rely on CPP)
[vlc] / modules / demux / playlist / podcast.c
2010-08-01 Rémi Denis-Courmontpodcast: fix gettext parsing (cannot rely on CPP)
2010-07-27 Rémi Denis-CourmontXML: simplify demuxers
2010-07-27 Rémi Denis-Courmontxml_ReaderDelete: remove useless parameter
2010-03-11 Fabio RitrovatoTypos
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2009-10-30 Jakob Lebenpodcast: fix crash in demuxer
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-08-20 Pierre d'Herbemontpodcast: Kill a warning.
2009-08-17 Rémi Duraffortdemux_podcast: fix potential segfault (introduced by...
2009-07-31 Rémi Duraffortpodcast: implement image support (it might be a good...
2009-07-31 Rémi Duraffortpodcast: remove the sys struct because we don't really...
2009-07-31 Rémi Duraffortpodcast: fix object leak (and memleak) in case of error.
2009-07-31 Rémi Duraffortpodcast: no need to strdup the string here.
2009-07-31 Rémi Duraffortpodcast: fix typo and remove unused p_sys member.
2009-07-30 Rémi Duraffortpodcast: set the duration of an input item when available.
2009-07-30 Rémi Duraffortpodcast: no need to strdup (as we free the original...
2009-07-30 Rémi Duraffortpodcast: factorize.
2009-07-23 Jean-Baptiste KempfIncludes corrections
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2008-10-06 Rémi DuraffortFix a lot of memleaks (and CID 68 in the same time).
2008-09-18 Antoine CellerierFix opening of some podcasts.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t code.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-25 Geoffroy CouprieFixed a segfault in podcast
2008-03-11 Rémi DuraffortRemove useless test before a free (again).
2008-01-28 Rafaël Carrédemux/playlist/ : removes useless unused parameter...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-01 Pierre d'HerbemontRevert [23949].
2007-12-30 Rafaël Carréfix #1410.
2007-12-23 Pierre d'Herbemontmodules/demux/playlist/*.c: Fix input_item memleaks.
2007-12-19 Rafaël Carréplaylist demuxers: return -1 in case of error, 0 in...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-CourmontFix #includes and remove useless variable
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-11 Antoine Cellerierdemux/playlist/: New "video portals" playlist demux...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Clément StenacPreparse playlist items that don't have enough meta
2006-11-12 Clément StenacFix playlist unable to terminate (Closes:#829)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-07-19 Clément StenacRemove some code duplication
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-06-29 Derk-Jan Hartman* New ASX parser
2006-05-25 Clément StenacFix DVB demuxer. Barely tested
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-30 Antoine CellerierForward port podcast fixes [15462] and [15465].
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-02-16 Antoine CellerierMove podcast meta info to "Podcast Info" category
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Clément Stenacbuild fix
2005-12-14 Clément StenacPlaylist can be ANYWHERE
2005-10-29 Antoine Cellerierchangesets r12782 and r12804 from 0.8.5-zorglub branch...