]> git.sesse.net Git - vlc/history - modules/access
* modules/audio_output/directx.c: don't set the default audio output to mono even...
[vlc] / modules / access /
2003-12-15 Gildas Bazin* modules/access/dshow/*: fixed a problem when we would...
2003-12-14 Rocky Bernsteinsigned/unsigned mismatch fix.
2003-12-13 Rocky BernsteinAdd customizable playlist "author" field and set in...
2003-12-13 Rocky BernsteinIf not in PBC, playlist fills in all entries.
2003-12-11 Rocky BernsteinLong device text no longer used.
2003-12-11 Rocky BernsteinSwitch over to using "cd-audio" and "vcd" configuration...
2003-12-11 Rocky BernsteinGuard against dereferencing a NULL pointer.
2003-12-11 Rocky BernsteinUse cd-audio variable not vcd variable.
2003-12-07 Jean-Paul Samanif-deffed a unused variable.
2003-12-05 Rocky BernsteinA little cleanup on wait timing. No bug fixes yet,...
2003-12-05 Rocky BernsteinSlightly better handling of stills and toggling pause...
2003-12-05 Rocky BernsteinRemove interface thread. It was a crock anyway -- any...
2003-12-05 Rocky BernsteinFix duration that input_AddInfo uses milliseconds.
2003-12-04 Gildas Bazin* ALL: another bunch of MSVC compilation fixes.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-12-04 Rocky BernsteinGuard against invalid p_vcd in dbg_print.
2003-12-03 Rocky BernsteinMake more like the French translation which is more...
2003-12-03 Rocky BernsteinFixed-width 2-column track number. Should help in sorti...
2003-12-02 Gildas Bazin* modules/access/dshow/*: PVR support contributed by...
2003-12-02 Rocky BernsteinPopulate VCD info in "File Info" window.
2003-12-02 Rocky BernsteinChange some printf's to debugging-only output.
2003-12-02 Rocky BernsteinSeparate title format string into cases where CDDB...
2003-12-02 Rocky BernsteinAdd secstotimestr and msecstotimestr to convert (milli...
2003-12-01 Rocky BernsteinAnother typo.
2003-12-01 Rocky BernsteinBugs in calculating duration. Thanks Sigmund for fixing...
2003-12-01 Rocky BernsteinAdd CDDB CD Info in File Info section (via input_AddInf...
2003-11-30 Rocky BernsteinForgot to add demux.c here.
2003-11-30 Rocky BernsteinCustomizable playlist title.
2003-11-30 Rocky BernsteinAdd CD-DA CDDB support via libcddb.
2003-11-30 Laurent Aimar * all: added a TCP access input module.
2003-11-30 Rocky BernsteinGo over options: Add hooks for internationalization...
2003-11-30 Rocky BernsteinBreak out demux into its own thing.
2003-11-29 Gildas Bazin* modules/access/cdda.c: removed double ';'
2003-11-26 Gildas Bazin* modules/access/v4l/v4l.c: fixed small mem leak.
2003-11-26 Gildas Bazin* modules/access/dshow/dshow.cpp: small change to defau...
2003-11-26 Rocky BernsteinRemove unused code accidentially duplicated in split.
2003-11-26 Rocky BernsteinSplit out cdda to facilitate later changes.
2003-11-26 Rocky BernsteinGuard against including twice.
2003-11-26 Rocky BernsteinLeftover comment.
2003-11-26 Rocky Bernsteincddax has moved.
2003-11-26 Rocky BernsteinAnd 'nother name.
2003-11-26 Rocky BernsteinOne more name...
2003-11-26 Rocky BernsteinMove libcdio CD-DA plugin into its own directory before...
2003-11-26 Rocky BernsteinMinor name-change tidying up.
2003-11-25 Christophe Massiot* modules/access/satellite/access.c: do not use p_es...
2003-11-25 Rocky BernsteinForgot to delete keypress callback.
2003-11-25 Rocky BernsteinPlugin now tested ;-) Add missing prototypes.
2003-11-24 Gildas Bazin* modules/access/dshow/*: compilation fixes.
2003-11-24 Laurent Aimar * dshow: ported to es_out_* and stream_*. Not tested...
2003-11-24 Gildas Bazin* modules/access/v4l/v4l.c: small fix and added a ...
2003-11-24 Laurent Aimar * cddax: ported to es_out_* and stream_*. Not tested...
2003-11-24 Laurent Aimar * v4l: ported to stream_* and es_out_*. Not tested !
2003-11-24 Laurent Aimar * cdda: ported to es_out*.
2003-11-24 Rocky BernsteinMinor debug output change.
2003-11-24 Rocky BernsteinAdd keyboard input handling, e.g. if visualization...
2003-11-24 Rocky BernsteinSet cdio log routine.
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Alexis de Lattre- Updated French translation (still a lot of work to...
2003-11-23 Rocky BernsteinNext/previous/return navigation bugs - not setting...
2003-11-23 Rocky BernsteinUpdate/correct debug flag documentation.
2003-11-23 Rocky BernsteinAdd configuration options to set default device. For...
2003-11-23 Rocky BernsteinBug in processing numeric entry - passed wrong value.
2003-11-23 Rocky Bernsteinintf.c, vcdplayer.c: Add code for multi-default selecti...
2003-11-20 Rocky BernsteinReorganize more analogous to dvdplay. Should give some...
2003-11-20 Rocky BernsteinIn some ways better, in some ways just different.
2003-11-20 Rocky BernsteinMiniscule changes. In some ways better, in some ways...
2003-11-15 Laurent Aimar* v4l: hack from xine from GStreamer to compile v4l...
2003-11-09 Rocky BernsteinAllow return to have a numeric prefix too.
2003-11-09 Rocky BernsteinSmall changes to assist debugging.
2003-11-09 Gildas Bazin* modules/access/v4l/v4l.c: couple of fixes.
2003-11-09 Rocky BernsteinHandle keyboard input: numeric entry, next, prev, retur...
2003-11-07 Laurent Aimar * udp: mp3/rtp is now correctly working.
2003-11-07 Christophe Massiot* modules/access/satellite: Big rework of the old satel...
2003-11-07 Rocky BernsteinNeed to change libvcdinfo to be more robust when there are
2003-11-06 Gildas Bazin* modules/access/v4l/v4l.c: big clean-up of the Video4L...
2003-11-05 Gildas Bazin* modules/gui/wxwindows/preferences_widgets.*: added...
2003-11-05 Gildas Bazin* include/configuration.h: some small re-work of the...
2003-11-03 Gildas Bazin* modules/access/dshow/*: attempt at supporting DV...
2003-10-29 Clément Stenac* src/playlist/* && Makefile.am
2003-10-29 Gildas Bazin* ALL: improved hotkeys support.
2003-10-26 Sigmund Augdal Helbergmodules/access/dvdplay/intf.c:
2003-10-25 Laurent Aimar * v4l: added fps option to reduce the frame rate.
2003-10-25 Sam Hocevar * include/vlc_common.h:
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-10-24 Sam Hocevar * modules/access/satellite/access.c: Typo.
2003-10-24 Benjamin Prachtchanged input parametter to channel, to be compatble...
2003-10-23 Benjamin PrachtAdded the "input" parameter in pvr input command line...
2003-10-23 Jean-Paul SamanReviewed file:
2003-10-22 Gildas Bazin* configure.ac, modules/codec/Modules.am, modules/codec...
2003-10-18 Gildas Bazin* modules/access/dshow/*: fixes and optimizations....
2003-10-05 Rocky BernsteinAdd ability to dynamically set debug ouput.
2003-10-05 Rocky BernsteinAdd pf_demux_control setting. Also fix some small typos.
2003-10-04 Gildas Bazin* modules/access/vcdx/*: Brand new VCD input module...
2003-10-02 Jean-Paul SamanRework in DVB plugin to allow tuning to DVB-T cards.
2003-10-02 Jean-Paul SamanFix bug for DVB-T tuning. The code always used default...
2003-09-22 Jean-Paul SamanRemoved compatibility tweak for old satellite GUI.
2003-09-21 Gildas Bazin* include/vlc_common.h: ssize_t is now typedefed in...
2003-09-19 Jean-Paul SamanNew dvb and old satellite modules now use the *correct...
2003-09-19 Jean-Paul SamanFrequency et al is really specified in KHz and not...
2003-09-14 Clément Stenac* modules/visualisation/visual/visual.c: thou shall...
next