]> git.sesse.net Git - vlc/history - src/input
* Added SVN ignore flags to src/ subdirectories.
[vlc] / src / input /
2006-06-29 Derk-Jan Hartman* fix an issue with stats on inputstreams (this fixes...
2006-06-28 Clément StenacCompile fix
2006-06-28 Clément StenacGra. Fix most of TS meta
2006-06-28 Clément StenacForgot that for Qt
2006-06-19 Christophe Mutricysrc/innput/input.c: Compile fix
2006-06-19 Clément StenacSmall stats improvements
2006-06-17 Yoann Peronneau* input/subtitles.c: fix another bug in subtitle autode...
2006-06-17 Yoann Peronneau* src/input/input.c: don't clean twice the read_bytes...
2006-06-16 Christophe MutricyFix a bunch of segfaults. It may be heavy handed and...
2006-06-16 Yoann Peronneau* If we are passed a SUB file as subtitle, just open...
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-06-13 Yoann Peronneau* src/input/input.c: use input_AddSubtitles() and fix...
2006-06-12 Dennis van Amerongen* typo consummed -> consumed
2006-06-12 Clément Stenac* Fix skip in initial status
2006-06-09 Yoann Peronneau* proof of concept of drag & dropping a subtitle file...
2006-06-09 Yoann Peronneau* the first autodetected subtitles file should now...
2006-06-09 Yoann Peronneau* fix subtitles file autodetection
2006-06-04 Clément Stenac* Don't reset input meta information
2006-05-14 Olivier Teulière * src/input/input.c: msg_Warn --> msg_Dbg
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontAlso use strlcpy()
2006-04-15 Cyril Deguet* all: added a new skin text variable "$S" to get the...
2006-04-09 Antoine CellerierHum, in fact we should remove it altogether since it...
2006-04-09 Antoine CellerierFix what looks like a type. (someone confirm please)
2006-04-08 Rémi Denis-CourmontFix warning
2006-04-06 Christophe Massiot * ALL: extention -> extension
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-31 Rémi Denis-CourmontProbably a fix for crap compilers
2006-03-31 Rémi Denis-CourmontFix an old overflow and two recent bugs introduced...
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-03-27 Rémi Denis-Courmont- Use utf_8scandir() and some cleanup
2006-03-18 Clément StenacDon't use %f in es_out (Closes:#587)
2006-03-07 Derk-Jan Hartman* Fix an issue with a : in the subtitle-filename causin...
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-13 Rémi Denis-Courmontgetcwd() unicode fix
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-02-11 Rémi Denis-CourmontUnicode wrappers for opendir/readdir
2006-02-11 Rémi Denis-CourmontFix typo
2006-02-11 Rémi Denis-CourmontUse vlc_fopen (access() or stat() would be more appropr...
2006-02-05 Rémi Denis-CourmontFixes subtitles detection from within folders with...
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-03 Sigmund Augdal Helbergfix --no-stats in a few cases (there are more remaining)
2006-02-02 Sigmund Augdal Helberges_out.c: fixed a slight memleak in "now playing" handling.
2006-02-02 Derk-Jan Hartman* Forgot to add the path seperator. truly fixes the...
2006-02-01 Derk-Jan Hartman* If input file in current dir specified, then retrieve...
2006-02-01 Rémi Denis-CourmontRemove unused variable
2006-01-28 Clément StenacGet stats on block inputs (Refs:#473)
2006-01-27 Clément StenacDon't print debug messages and don't do interaction...
2006-01-22 Clément Stenac* Make ParseOption (from input) a global service (var_O...
2006-01-21 Clément StenacAudio - Refs:#473
2006-01-16 Jean-Paul SamanFix segmentation fault in core and use of non-initialis...
2006-01-15 Derk-Jan Hartman* Fix free of the directory listing of the subtitle...
2006-01-15 Clément StenacAdd ability to prepend headers to messages (object...
2006-01-15 Clément StenacFix calculation for demux bitrate (Refs:#473)
2006-01-15 Clément StenacShow stats in interface (Refs:#473)
2006-01-14 Derk-Jan Hartman* Revert the Default charset encoding back to ISO-8859-1
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Clément StenacSupport for moving averages (Refs:#473)
2006-01-11 Clément StenacMisc stats work (Refs:#473)
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-03 Clément StenacFix invalid return
2005-12-31 Derk-Jan HartmanFix an issue with AStreamRefillStream and mp4 indexes
2005-12-19 Christophe Massiot * src/input/es_out.c: New --no-spu and --no-sout-spu...
2005-12-19 Christophe Massiot * src/input/es_out.c: New --audio-track-id and --sub...
2005-12-16 Clément StenacRefill stream when seeking near of end of track.
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-12-14 Clément StenacMake input_Read return the input object id
2005-12-12 Derk-Jan HartmanFix a crash in stream_ReadLine
2005-12-11 Clément Stenac* Handle dialogs needing answer
2005-12-10 Derk-Jan Hartman* don't convert UTF-8 -> UTF-8 because we found a BOM.
2005-12-10 Derk-Jan Hartman* UTF16 and UTF32 conversion to UTF8 for stream_ReadLin...
2005-12-09 Clément StenacReplace function callback by variable callback.
2005-12-06 Clément StenacInteraction facility (Refs:#27)
2005-12-05 Clément StenacVery beginning of the interaction framework (Refs:#27)
2005-12-02 Clément StenacDon't notify playlist from input, input does it already
2005-12-02 Clément StenacFix playlist notification in input
2005-11-23 Christophe Massiot * src/input/input.c: Please use strtol instead of...
2005-11-13 Gildas Bazin* src/input/clock.c: reverted 13220.
2005-11-13 Marian Durkovicfixed comparision between incompatible values preventin...
2005-11-11 Marian Durkovicupdate cl->delta_cr only once per 200 msec to ensure...
2005-11-09 Clément StenacAdd a input_Read function that reads a stream in blocki...
2005-11-09 Sigmund Augdal Helbergclock: Fixed rounding error in clock smoothing algorithm.
2005-10-31 Marian Durkovicavoid rounding problems
2005-10-31 Marian Durkovicsar_num needs to be adjusted as well
2005-10-30 Gildas Bazin* src/video_output/video_output.c, src/input/decoder...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-19 Gildas Bazin* src/input/input.c: fixed segfault with sub autodetection.
2005-10-19 Marian Durkovic1088->1080 fix for broken HDTV encoders; could be disab...
2005-10-18 Derk-Jan Hartman* Don't crash if we cannot retrieve a directory in...
2005-10-18 Marian Durkoviccalculate SAR from visible width/height
2005-10-16 Derk-Jan Hartman* Fix the sub autodetect directory string
2005-10-16 Jean-Paul SamanFix several segmentation faults
2005-10-16 Jean-Paul SamanRemove useless whitespace
2005-10-16 Derk-Jan Hartman* include limits.h to be sure of PATH_MAX availability
2005-10-16 Derk-Jan Hartman* UTF-8 ified the subtitle autodetect core. (fixes...
2005-10-15 Jean-Paul SamanRTP reordering in module/access/udp.c done by me with...
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-10-15 Jean-Paul Samanwhitespace cleanup
2005-10-09 Derk-Jan Hartman* clearer error messages on invalid seek
next