]> git.sesse.net Git - vlc/history - src/input/demux.c
Avoid potential segfault and fix potential memleak.
[vlc] / src / input / demux.c
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).
2004-05-30 Laurent Aimar * access,demux: fixed parsing.
2004-04-29 Gildas Bazin* src/input/demux.c, src/misc/objects.c: demux2 has...
2004-03-19 Laurent Aimar * demux: demux2_New -> try to start faster selecting...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar demux: implementation of demux2_vaControlHelper.
2004-01-31 Laurent Aimar * input: call DEMUX_GET_META and fill playlist and...
2004-01-25 Clément Stenac* String review, round one
2004-01-20 Laurent Aimar * demux: fixed psz_path value in demux_t.
2004-01-17 Gildas Bazin* src/input/demux.c: fixed small mem leak.
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-11-30 Laurent Aimar * es_out: implement ES_OUT_SET_PCR and reset but don...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...
2003-09-13 Laurent Aimar * src/video_output/video_output.c : do not use FIND_...
2003-09-07 Laurent Aimar * input: introduce 'position', 'time', 'length', ...
2003-08-02 Laurent Aimar * all: some helpers functions for pf_demux_control.