]> git.sesse.net Git - vlc/history - src/input/demux.c
decoder: reorder to avoid forward declation, no functional changes
[vlc] / src / input / demux.c
2015-01-20 Thomas Guillemdemux: return true for DEMUX_IS_PLAYLIST if stream...
2014-09-24 Rémi Denis-Courmontdemux: check stream_Read() (probably fixes #12276)
2014-03-10 Rémi Denis-Courmontinput: correct default value check for $demux (fixes...
2014-03-10 Rémi Denis-Courmontinput: factor if and add error handling to demux_New()
2013-12-22 Francois Cartegniedemux: add missing default handler for GET_SIGNAL
2013-12-11 Francois Cartegnieinput: add DEMUX_SET_ES notification
2013-09-02 Rémi Denis-Courmontdemux: use stream_vaControl() where applicable (fixes...
2013-08-27 Rémi Denis-Courmontinput: delete stream from demux_Delete() (refs #8455)
2013-08-26 Rémi Denis-Courmontinput: always pass meta data through demux (refs #8456)
2012-11-05 Rémi Denis-CourmontAdd .kar extension (fixes #7715)
2012-10-17 Jean-Baptiste KempfAAC detection is not strong enough to force the aac...
2012-09-03 Timothy B. TerriberryOpus decoder.
2012-02-28 Rémi Denis-CourmontRevert "Fixing HLS on win32"
2012-02-26 Hugo Beauzée-LuyssenFixing HLS on win32
2011-11-27 Jean-Baptiste KempfLGPL
2011-10-25 Laurent AimarDeprecated native real demuxer in favor to avformat.
2011-07-18 Luc SaillardSkip all id3tag in the demuxer, not just the first...
2011-07-11 Rémi Denis-CourmontRemove __ prefix in *New() core functions
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-10-31 Laurent AimarRemoved useless test (demux_New).
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...
next