]> git.sesse.net Git - vlc/history - src/input
Add some playlist api functions
[vlc] / src / input /
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
2005-10-09 Boris Dorès+ src/input/decoder.c src/libvlc.h:
2005-10-08 Laurent Aimar * input.c: fix invalid free.
2005-10-06 Laurent Aimar * var: create "demux" and "access" (--demux/access...
2005-10-06 Laurent Aimar * input: :demux=module really force module and bypass...
2005-09-25 Boris Dorès- the creation of the audio filter pipeline when specif...
2005-08-31 Gildas Bazin* modules/stream_out/transcode.c, src/input/decoder...
2005-08-22 Gildas Bazin* src/input/es_out.c: when removing an active track...
2005-08-15 Christophe Massiot * src/input/input.c: Really fixed :programs= this...
2005-08-12 Christophe Massiot * src/input/es_out.c: Fixed a breakage of about everyt...
2005-08-12 Jean-Paul SamanFix seek breakage introduced in r12113
2005-08-11 Jean-Paul SamanFix signalling of MPEG2-TS discontinuity indicators...
2005-08-11 Christophe Massiot * include/network.h:vlc_UrlEncode() : though RFC 1738...
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-08-09 Jean-Paul Samansome sanity checks
2005-08-05 Christophe Massiot * src/input/input.c: msg_Warn->msg_Dbg
2005-08-01 Christophe Massiot * src/input/input.c: Fixed segfault when using :progra...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-13 Rémi Denis-CourmontForgot these files
2005-07-10 Rémi Denis-Courmonttabs => spaces
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-01 Gildas Bazin* src/input/decoder.c: check for codec extra data chang...
2005-05-31 Christophe Massiot * src/input/input.c: Put less picky fallback values...
2005-05-27 Clément Stenac* Prefer the playlist demuxer over the m3u one
2005-05-16 Gildas Bazin* src/input/es_out.c: reduce the frame rate rational...
2005-04-28 Laurent Aimar * es_out: oops, make EsOutProgramDel returning an...
2005-04-28 Laurent Aimar es_out*: added ES_OUT_DEL_GROUP
2005-04-27 Gildas Bazin* src/input/es_out.c: reverted previous patch since...
2005-04-27 Gildas Bazin* src/input/es_out.c: cleanup empty programs.
2005-04-26 Sigmund Augdal Helberginput/var.c: don't try to update the "rate" variable...
2005-04-26 Laurent Aimar * control: added INPUT_DEL_INFO.
2005-04-19 Laurent Aimar * decoder: fix a crash with delete spu.
2005-04-12 Gildas Bazin* ALL: fixed a handful of bugs and memory leaks.
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-04-09 Gildas Bazin* src/input/access.c: fixed segfaults.
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
next