]> git.sesse.net Git - vlc/history - src/input/demux.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / input / demux.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-02-13 Rémi Denis-Courmontdemux_PacketizerNew: missing object attachment
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-Courmontdon't convert bool to bool...
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2009-10-31 Rémi Denis-CourmontRecognize .m3u8 extension
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-08-21 Pierre d'HerbemontImplement access_GetParentInput and demux_GetParentInpu...
2009-06-04 Laurent AimarDot not quick select mod demuxer as it is not safe...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge VLC_OBJECT_PACKETIZER with VLC_OBJECT_DECODER
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-22 Laurent AimarFixed demux_vaControlHelper GET_TIME implementation.
2009-05-07 David FlynnReads raw dirac streams, feeds into packetizer.
2009-04-30 Laurent AimarBe sure to set b_packetized in demux_PacketizerNew.
2009-01-17 Antoine CellerierRevert "Add image types."
2009-01-17 Antoine CellerierAdd image types.
2009-01-11 Rémi Denis-CourmontAdd .ogx in case someone ever needs it
2009-01-11 Rémi Denis-CourmontAdd .oga and .spx as per RFC5334
2009-01-11 Rémi Denis-CourmontAdd .s3m and .it as Tracker file extensions
2009-01-11 Rémi Denis-CourmontInput: recognize .ogv files
2009-01-11 Rémi Denis-CourmontCosmetic
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-09 Laurent AimarSplit stream_demux from input/demux.c
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarPrepare for stream filter.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-12-08 Rémi Denis-CourmontCosmetic change
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
2008-11-01 Laurent AimarMoved out a few defines from vlc_config.h
2008-10-13 Laurent AimarCosmetics.
2008-10-13 Laurent AimarSanitize input headers (pass 4).
2008-10-13 Laurent AimarSanitize input headers (pass 2).
2008-10-11 Rémi Denis-CourmontAllow unspecified demux with stream_DemuxNew().
2008-09-27 Rémi Denis-CourmontAdd extensions for MIDI and Creative Voice
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-13 Laurent AimarAdded demux_Packetizer* helpers.
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-12 Pierre d'Herbemontinput: Fix signed warnings about streams.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-07-14 Rémi DuraffortAvoid potential segfault and fix potential memleak.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-15 Rémi Denis-CourmontRemove VLC_OBJECT_(ACCESS|DEMUX|STREAM) types
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
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-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-12 Laurent AimarSkip APE tags at the start (like for id3)
2007-10-08 Laurent Aimar Es out now takes care of settings the audio replay...
2007-10-02 Rémi Denis-CourmontPass content-type from access to stream
2007-09-16 Rémi Denis-CourmontSwitch the few var_GetString remains to var_GetNonEmpty...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-20 Rémi Denis-CourmontRemove dummy stream_t.pf_block
2007-07-20 Rémi Denis-CourmontMake stream_Peek take a const pointer as it should
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-01-05 Rémi Denis-CourmontBe more DSO-friendly
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-10-21 Rémi Denis-CourmontInput fixes
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-10 Derk-Jan Hartman* UTF16 and UTF32 conversion to UTF8 for stream_ReadLin...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-27 Clément Stenac* Prefer the playlist demuxer over the m3u one
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-03-11 Clément StenacReduce the global verbosity
2004-12-10 Clément Stenac*experimental* input pre-parsing support.
2004-11-05 Derk-Jan Hartman* comment correction
2004-10-20 Gildas Bazin* src/input/demux.c: make sure the demux chaining layer...
2004-10-19 Gildas Bazin* src/input/demux.c: rewrote the demuxer chaining layer...
2004-10-01 Gildas Bazin* src/input/demux.c: gee, what a nice bug.
2004-09-02 Gildas Bazin* src/input/demux.c: ignore STREAM_CONTROL_ACCESS contr...
2004-08-25 Laurent Aimar * input: send DEMUX_SET_GROUP.
2004-08-08 Laurent Aimar * demux: another way to break your config file, or...
2004-07-07 Laurent Aimar * demux: stream_DemuxControl: emulate seek.
2004-06-24 Laurent Aimar * demux.c: added new DEMUX_* queries to demux2_vaContr...
2004-06-22 Laurent Aimar * all: rework of the input.
2004-06-07 Laurent Aimar * include: removed a few deprecated functions.
2004-06-01 Laurent Aimar * demux: init info field. (Not used yet).
next