]> git.sesse.net Git - vlc/history - modules/access
* Update the docs
[vlc] / modules / access /
2004-08-25 Laurent Aimar * dvb: fixes.
2004-08-24 Laurent Aimar * dvb: compilation fix. With great luck it may, perhap...
2004-08-24 Laurent Aimar * dvn: first pass to port dvb to new api. (it doesn...
2004-08-24 Laurent Aimar * udp: unused line.
2004-08-22 Gildas Bazin* modules/access/dvdread.c: fixed chapter change detection.
2004-08-20 Gildas Bazin* src/input/*, include/vlc_input.h: the MRL is now...
2004-08-20 Gildas Bazin* modules/access/cdda.c: new MRL syntax: "[dev_path...
2004-08-15 Gildas Bazin* modules/access/dshow/dshow.cpp: compilation fix.
2004-08-14 Derk-Jan Hartman* Send \r\n after ftp commands, not \n.
2004-08-14 Gildas Bazin* modules/access/dvdnav.c: small fix.
2004-08-13 Gildas Bazin* modules/access/dvdnav.c: by default we try to skip...
2004-08-07 Laurent Aimar * v4l: try to open the device only when a access name...
2004-08-06 Gildas Bazin* modules/LIST, modules/access/dvb/access.c: removed...
2004-08-06 Gildas Bazin* modules/access/udp.c: use the "ts" demux when in...
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: removed dvdnavsimple mode...
2004-08-04 Gildas Bazin* modules/access/screen/*: added a win32 only --screen...
2004-08-04 Gildas Bazin* modules/access/dvdnav.c: very basic probing that...
2004-08-03 Gildas Bazin* modules/access/dvd*.c: implemented DEMUX_GET_TIME...
2004-08-03 Gildas Bazin* modules/access/cdda.c: fixes + simplification.
2004-08-03 Gildas Bazin* modules/access/vcd/vcd.c: fixed seeking + simplified...
2004-08-03 Derk-Jan Hartman* modules/access/screen/mac.c:
2004-08-02 Gildas Bazinmodules/access/screen/win32.c: avoid an extra memcpy...
2004-07-29 Gildas Bazin* modules/access/http.c: --http-reconnect option to...
2004-07-29 Derk-Jan Hartman* vcdx Coding style fixes.
2004-07-27 Derk-Jan Hartman* screen module for OSX. Does not yet work. Seems close...
2004-07-26 Eric Petit screen/beos.cpp: test before you commit
2004-07-26 Eric Petit ALL: splitted screen module (needed as BeOS requires...
2004-07-26 Gildas Bazin* modules/access/screen.c: force RV24 capture on win32...
2004-07-24 Rémi Denis-CourmontSpecify port in Host: HTTP request header
2004-07-24 Gildas Bazin* modules/access/screen.c: win32 support for screen...
2004-07-24 Gildas Bazin* modules/access/v4l/v4l.c: converted to access_demux...
2004-07-24 Gildas Bazin* modules/access/screen.c: new screen capture access...
2004-07-23 Damien Fouilleulimproved filter compatibility by favoring current conne...
2004-07-18 Laurent Aimar * ftp: handle multiple lines answers.
2004-07-18 Derk-Jan Hartman* spelling corrections
2004-07-17 Rémi Denis-CourmontFallback for UDP if not using IPv4
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-06-28 Felix Paul Kühne* ALL: minor spelling fixes
2004-06-27 Gildas Bazin* modules/access/dvdread.c: use SPU palette.
2004-06-27 Gildas Bazin* modules/access/dvdread.c: got rid of warnings.
2004-06-27 Gildas Bazin* access/dvdread.c: misc improvements/fixes.
2004-06-27 Gildas Bazin* modules/access/dvdread.c: titles and chapters start...
2004-06-25 Gildas Bazin* gui/wxwindows/open.cpp: removed deprecated DVD entries.
2004-06-25 Gildas Bazin* demux/dvdnav.c, access/dvdnav.c: moved dvdnav.c in...
2004-06-25 Gildas Bazin* modules/access/dvdread, modules/access/dvdread.c:
2004-06-24 Gildas Bazin* configure.ac, modules/access/dvd, modules/access...
2004-06-23 Gildas Bazin* modules/access/vcd/vcd.c, modules/demux/ps.c: fixed...
2004-06-22 Laurent Aimar * access2, demux2: not needed anymore.
2004-06-22 Damien Fouilleul- added last resort built-in mediatype for capture...
2004-06-14 Jean-Paul SamanFEC_NONE is a valid value in DecodeFEC(). (Fix thanks...
2004-06-14 Jean-Paul SamanFix typos in DVB-T tuning code.
2004-06-09 Gildas Bazin* modules/access/dshow: converted to access2/demux2...
2004-06-08 Clément StenacFix for requests without path when using proxy
2004-06-07 Laurent Aimar * all: use var_Set/Get "state"/"position"/"rate" inste...
2004-06-07 Laurent Aimar * demux2, access2: prototype change.
2004-06-06 Laurent Aimar * access2: added shortcuts for vcd/svcd.
2004-06-06 Laurent Aimar * v4l: converted to access2, but untested so ...
2004-06-06 Laurent Aimar * http: little clean up.
2004-06-06 Laurent Aimar * vcd/vcd.c: ported to access2.
2004-06-06 Laurent Aimar * udp: increase the mtu by *2 instead of 10%.
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * mms/* : converted to access2. It should be reworked...
2004-06-05 Laurent Aimar * ninput: added more access2 doc, added ACCESS_SET_PRI...
2004-06-05 Laurent Aimar * cdda: converted to access2. It seems stable.
2004-06-04 Laurent Aimar * udp: activate udp-auto-mtu by default. It increases...
2004-06-04 Laurent Aimar * udp: converted to access2 (using pf_block, so for...
2004-06-03 Laurent Aimar * directory: converted to access2.
2004-06-03 Laurent Aimar * file: converted to access2. I hope it still compils...
2004-06-02 Laurent Aimar * pvr: cosmetic.
2004-06-02 Laurent Aimar * all: removed ACCESS_GET_SEEKPOINT_INFO.
2004-06-01 Laurent Aimar * access2: lastest API change.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-05-31 Clément Stenacpvr.c : Converted to access2 and added options for...
2004-05-30 Laurent Aimar * access2: fix seek with access2 using pf_block.
2004-05-30 Laurent Aimar * tcp: convertd to access2.
2004-05-30 Laurent Aimar * access2: fixed seeking.
2004-05-30 Laurent Aimar * access2: support for demuxer access provided.
2004-05-30 Derk-Jan Hartman* ahum. == on a mask instead of &
2004-05-30 Gildas Bazin* modules/access/directory.c: minor fix.
2004-05-30 Laurent Aimar * access2: access2 <-> access1 wrapper (untested).
2004-05-26 Christophe Massiot* modules/access/pvr: Added keyint= and bframes= options.
2004-05-19 Damien Fouilleul- capture filter supports more than one media types
2004-05-19 Damien Fouilleul- ordered device supported media types using an arbitra...
2004-05-18 Rocky BernsteinTolerate vcdimager < 0.7.21. Patch thanks to Arwed...
2004-05-16 Gildas Bazin* include/modules_inner.h, include/modules.h: added...
2004-05-15 Gildas Bazin* modules/demux/dvdnav.c, modules/access/dvdplay/tools...
2004-05-15 Gildas Bazin* modules/access/v4l/v4l.c: removed useless warning...
2004-05-15 Gildas Bazin* modules/access/mms/mmstu.c: fixed a few corner cases...
2004-05-14 Laurent Aimar * mmstu: added a couple of uint64_t casts to avoid...
2004-05-14 Jean-Paul SamanClose DVR device
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-05-10 Jean-Paul Samandvb/access.c - properly cast memory returned by malloc()
2004-05-10 Christophe Massiot1l
2004-05-10 Christophe Massiot* src/input/input_programs.c: Fixed the --program optio...
2004-05-10 Christophe Massiot* modules/access/dvb: Major rewrite of the code.
2004-05-07 Jean-Paul SamanTuning to DVB-C works. Added code to listen to FE_REINI...
2004-05-07 Jean-Paul SamanGracefully interrupt the tuning process.
2004-05-07 Jean-Paul Samancompilation fixes
2004-05-07 Jean-Paul SamanRefactoring of dvb.c and access.c. Coding style and...
2004-05-07 Rocky BernsteinTolerate compilation with vcdimager 0.7.20. Sigh.
next