]> git.sesse.net Git - vlc/history - modules/demux/playlist/asx.c
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_ite...
[vlc] / modules / demux / playlist / asx.c
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-18 Pierre SouchayASX ads behaviour
2009-12-30 Rémi Denis-CourmontASX parser: kill config_Get
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-25 Ilkka Ollakkaasx.c: check for </MoreInfo> tag also
2009-10-13 Ilkka Ollakkaasx.c: don't use const on prz_mrl
2009-10-13 Ilkka Ollakkaasx.c: change reallocating to doupling instead of addin...
2009-10-13 Ilkka Ollakkaasx.c: user ProcessMRL for playlist href to be able...
2009-10-06 Ilkka Ollakkaasx-playlist: add ability to have multiple href in...
2009-08-21 Pierre d'Herbemontdemux playlist: Move the usage of vlc_object_find behin...
2009-07-24 JP DingerMerge branch 'master' of git@git.videolan.org:vlc
2009-07-24 JP DingerFix another realloc() that can easily be fixed. The...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-05 Rémi Duraffortasx parsing: don't FREENULL everything.
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-22 Laurent AimarUse input_item_GetName instead of direct access to...
2008-09-03 Rémi Duraffortdemux/playlit/*: Check asprintf return malloc.
2008-08-26 Pierre d'Herbemontasx: Fix an input_item leak.
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-07-07 Przemyslaw FialaFix reading ASX playlist when its size is unknown
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t.
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-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-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
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-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Pierre d'Herbemontmodules/demux/playlist/*.c: Use the new playlist indepe...
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-06-19 Antoine CellerierRemove leading line feeds (or while spaces). Fixes...
2007-06-19 Antoine CellerierUntested workarround for buggy asx files with an end...
2007-06-13 Damien Fouilleulasx.c: fixed a small bug in skip ad feature
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-21 Antoine Cellerier* playlist.c, asx.c: add new --playlist-skip-ads option...
2007-05-17 Antoine Cellerier* asx.c: remove tab
2007-04-28 Damien Fouilleul- asx.c: added support for STARTTIME and DURATION tags...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-01-11 Rémi Denis-CourmontFix denial of service (NULL dereference) in ASX parser
2007-01-11 Rémi Denis-CourmontCosmetic fix
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-12 Rémi Denis-CourmontUse Latin-1 rather than local charset for ASX files
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-01 Derk-Jan Hartman* Handle <ref></ref> ASX items
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-30 Clément StenacMerge author/artist
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-01 Damien Fouilleulasx.c: ignore leading empty lins during detection
2006-08-31 Derk-Jan HartmanFix a bug in the asx parser. I should really finish...
2006-08-25 Sam Hocevar * modules/demux/playlist/asx.c modules/demux/mp4...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-29 Derk-Jan Hartman* Allow the asx module to peek instead on relying on...
2006-07-18 Clément StenacAdd a bunch of helper functions/macros and start using...
2006-07-01 Derk-Jan Hartman* Move sgimb demux to the playlist demux, and port...
2006-06-29 Derk-Jan Hartman* New ASX parser