]> git.sesse.net Git - vlc/history - src/input
Fix compiler warnings
[vlc] / src / input /
2007-06-07 Laurent Aimarclock: clean up/simplify + remove 1/90000 reference.
2007-06-07 Rémi Denis-CourmontRevert [20459] and really fix (I hope)
2007-06-07 Laurent AimarFixed IsValidAccess...
2007-06-07 Rémi Denis-CourmontUse %u instead of %d
2007-06-06 Rémi Denis-Courmont- Only allow letters, digits and slash in access/demux...
2007-06-03 Laurent Aimar- Added support for embeded cover. Demuxer just need...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
2007-06-03 Laurent AimarPartial fix for builtin plugin.
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2007-05-30 Laurent Aimares_out: do not flush decoder fifo when unwanted (fix...
2007-05-29 Gildas Bazin* src/input/input.c: don't use input_EsOutDiscontinuity...
2007-05-29 Laurent AimarFactorize code.
2007-05-27 Laurent AimarFlush ES before deleting it (improves a bit a few mms...
2007-05-25 Laurent AimarFixed stream_Block() comment (close #1208)
2007-05-25 Laurent AimarFixed input_ItemNewExt* prototype (mtime_t for duration...
2007-05-25 Laurent AimarCompilation warning fix.
2007-05-20 Antoine Cellerier* subtitles.c: case insensitive search for subtitle...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-18 Antoine Cellerier* src/input/input.c: Remove the access and demux part...
2007-05-17 Rémi Denis-Courmont - Revert [20137]
2007-05-16 Jean-Paul SamanFix include: libvlc.h, is in vlc/libvlc.h now.
2007-05-11 Antoine Cellerierinput.c: if available, use p_access->psz_path instead...
2007-05-04 Antoine Cellerier"[PATCH] add play <url> ability to vlm" by Ilkka Ollakka
2007-05-04 Antoine Cellerier"[PATCH] show input index-number in vlm show" by Ilkka...
2007-05-03 Gildas Bazin* src/input/stream.c: fix input-list code.
2007-04-18 Rémi Denis-CourmontKludge the kludge around the kludge around the kludge...
2007-04-18 Rémi Denis-CourmontUgly kludge around a kludge around a kludge. That's...
2007-04-18 Rémi Denis-CourmontUuinline functions and hide stream_t (it's not used...
2007-04-14 Rémi Denis-CourmontInclude modules.h whenever needed
2007-04-05 Rémi Denis-Courmontmissing errno.h
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Rémi Denis-CourmontHandle I/O errors properly
2007-03-24 Laurent AimarFixed stat counter leaks on open failure.
2007-03-23 Laurent AimarPartial implementation of EPG support (Converted to...
2007-03-23 Laurent AimarExtended INPUT_DEL_INFO (Allow deleting a whole categor...
2007-03-08 Laurent AimarFixed media looping (Patch by Ilkka Ollakka)
2007-03-07 Laurent AimarFixed sout leak on access error.
2007-03-07 Laurent AimarClean up vlm script parsing and introduce new API.
2007-03-02 Laurent AimarOn pause and rate change from normal rate, call input_E...
2007-03-02 Laurent AimarImplemented sout-keep per media support.
2007-03-01 Laurent AimarStart cleaning up VLM + fixed vlm_New() race condition.
2007-03-01 Sigmund Augdal Helbergnone-sematic changes:
2007-02-28 Laurent AimarReworked/improved the way sout-keep works. (VLM sout...
2007-02-27 Derk-Jan Hartman* Fix subtitle detection. utf8_stat returns 0 if file...
2007-02-27 Laurent AimarRemoved dead code.
2007-02-26 Laurent AimarForce VLM stream to not use sout-keep.
2007-02-25 Antoine CellerierAdd undocumented play feature to help output.
2007-02-25 Laurent AimarFixed double input_thread_t free for VOD.
2007-02-25 Laurent AimarCopy complete es format descriptor when extra data...
2007-02-22 Laurent AimarImprove input_Preparse clean up (memory leaks).
2007-02-22 Jean-Paul SamanRemove unused headerfile
2007-02-22 Antoine Cellerierplay command fix by ILEoo (see [18938]).
2007-02-21 Laurent AimarChanged input_DestroyThread to take care of detaching...
2007-02-21 Christophe MutricyCompile fix
2007-02-21 Antoine Cellerier[PATCH] vlm: play command index same as inputdeln index...
2007-02-12 Rafaël CarréFixes album art local discovery and preparsing for...
2007-01-23 Christophe Massiot * modules/demux/ts.c: Fixed stream output mode detection.
2007-01-05 Rémi Denis-CourmontFix preparsing and access plugin selection (oups)
2007-01-05 Rémi Denis-CourmontBe more DSO-friendly
2007-01-03 Rémi Denis-CourmontSame thing as previous commit.
2007-01-03 Rémi Denis-CourmontRemove the ugly insecure hack.
2007-01-03 Rémi Denis-CourmontFix "quick" access creation mode
2007-01-03 Rémi Denis-CourmontSimplification
2007-01-03 Rémi Denis-CourmontUse strict mode when probing access filters.
2006-12-23 Clément Stenac* Ensure garbage collector is called when disabling...
2006-12-22 Clément StenacAdd facilities to report and enrich error messages.
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-12-06 Marian DurkovicRemove duplicate code. The new Unescape() is already...
2006-12-04 Marian DurkovicVLM quoting magic for partially quoted strings
2006-12-03 Marian DurkovicImplement shell-style escaping also for double quotes...
2006-12-03 Antoine CellerierExport vlm_MessageNew and vlm_MessageAdd.
2006-12-03 Clément Stenac* Fix preparse of directories
2006-12-03 Rémi Denis-Courmont- fix input memleak
2006-11-27 Derk-Jan Hartman* Correct and probably also faster EOL detection in...
2006-11-27 Derk-Jan Hartman* Remove duplicate mutex_destroy added in [18009]
2006-11-26 Clément StenacMake the global b_can_pace_control flag public
2006-11-26 Clément StenacAh Ah
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-25 Derk-Jan Hartman* Fix an accidental change from [18009] and add a mutex...
2006-11-23 Derk-Jan Hartman* destroy some mutex'es once in a while to prevent...
2006-11-22 Rémi Denis-CourmontMove encoding and language stuff to their own directory
2006-11-20 Rafaël CarréFilters '/' characters in tags, to create valid filenames
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-12 Rémi Denis-CourmontRemove another harmful FromLocale
2006-11-12 Rémi Denis-CourmontSome const
2006-11-12 Rémi Denis-CourmontUse stat instead of fopen to check for file existence
2006-11-11 Rémi Denis-CourmontFix previous commit
2006-11-11 Rémi Denis-CourmontMark subtitles_Filter as static
2006-11-10 Rémi Denis-CourmontFix double free in previous commit
2006-11-10 Rémi Denis-CourmontRemove last redumdant vlc_fix_readdir_charset
2006-11-08 Rémi Denis-CourmontSome more const and strdup avoidance
2006-11-08 Rémi Denis-CourmontConst as usual
2006-11-08 Rémi Denis-CourmontSome more const
2006-11-06 Rémi Denis-CourmontCosmetic fix
2006-11-06 Rémi Denis-CourmontAdd a few harmless const
2006-10-29 Jean-Paul SamanForward port of [17351]. Report input error condition...
2006-10-29 Jean-Paul SamanRemove empty line
2006-10-23 Clément StenacClean up and improve core handling for album art. Still...
2006-10-21 Rémi Denis-CourmontInput fixes
2006-10-21 Rémi Denis-CourmontFix a bunch of warning.
next