index
:
xine-lib
master
xine-lib git mirror
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
input
/
input_v4l.c
Age
Commit message (
Expand
)
Author
2003-12-20
No globals allowed. Fix indentation style. Explicit (void) function parameter.
Daniel Caujolle-Bert
2003-12-14
API version bounce
Siggi Langauf
2003-12-05
cleanup phase II. use xprintf when it's relevant, use xine_xmalloc when it's ...
Daniel Caujolle-Bert
2003-11-26
xprintf clean pass. xprintf now log into new XINE_LOG_TRACE log buffer. scrat...
Daniel Caujolle-Bert
2003-11-26
lprintf cleanup, pass I.
Daniel Caujolle-Bert
2003-11-16
New stream/meta info (safe) stuff.
Daniel Caujolle-Bert
2003-11-11
rename internal API function (_x_<function>).
Daniel Caujolle-Bert
2003-11-09
- fix build on Debian unstable, those dummies seem to have put the Linux 2.6
Bastien Nocera
2003-11-08
Use info helper functions.
Thibaut Mattern
2003-11-05
Jeroen's patch: avoid pausing the scr provider directly (doing so may freeze
Miguel Freitas
2003-10-26
fix some prominent compiler warnings
Michael Roitzsch
2003-10-10
- fix segfault trying to listen to the radio, patch from Jeroen Asselman <j.a...
Bastien Nocera
2003-09-16
XINE_EVENT_MRL_REFERENCE must not be used here
Miguel Freitas
2003-08-25
Reduce GCC verbosity (various prototype declaration fixes). ffmpeg, wine and ...
Daniel Caujolle-Bert
2003-07-24
make input_v4l compile even without alsa
Stefan Holst
2003-07-23
- don't crash when compiled with alsa support and no alsa device is present
Bastien Nocera
2003-07-19
- use paths for the devices from the config file, don't segfault if there's n...
Bastien Nocera
2003-06-19
fixed:
Stefan Holst
2003-06-16
Patch from Jeroen Asselman:
Stefan Holst
2003-05-02
require slash on mrl syntax.
Miguel Freitas
2003-05-02
fix compilation with LOG defined: mrl undeclared
Michael Roitzsch
2003-04-26
bump up input plugin interface version number
Guenter Bartsch
2003-04-13
Input plugin api change:
Thibaut Mattern
2003-02-28
Xine assert() replacement:
Stephen Torri
2003-02-21
- inform the width and height for the v4l input plugin, remove plenty of nasty
Bastien Nocera
2003-02-01
- remove a magic number, thanks to Cameron Simpson <cs@zip.com.au>
Bastien Nocera
2003-02-01
increasing frame buffer for smoother playback
Stefan Holst
2003-01-31
fix the v4l plugin for lower resolution devices (webcam)
Bastien Nocera
2003-01-22
logging
Stefan Holst
2003-01-19
hush
Guenter Bartsch
2003-01-19
v4l analog tv input plugin
Guenter Bartsch