summaryrefslogtreecommitdiffstats
path: root/stream/tvi_v4l.c
Commit message (Expand)AuthorAgeFilesLines
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-061-8/+5
* cleanup: don't check for NULL before free()diego2010-11-081-16/+8
* Remove remaining %lf printf conversionsreimar2010-11-021-1/+1
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-1/+1
* stream/tv: move free_handle() from header to tv.cdiego2010-11-021-1/+1
* spelling fixessiretart2010-11-021-4/+4
* tv.h: Change function pointer types to proper declarationsreimar2010-11-021-1/+1
* Merge svn changes up to r30475Uoti Urpala2010-03-091-15/+31
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-15/+31
* | Fix printf format strings with invalid '%lf' conversionUoti Urpala2009-12-151-2/+2
|/
* Remove CONFIG_TV_TELETEXT.cehoyos2009-11-071-11/+0
* Separate teletext from tv support.cehoyos2009-11-071-2/+3
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-291-1/+1
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-3/+3
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.diego2008-08-061-1/+1
* Rename some audio-output-related preprocessor directives.diego2008-08-051-1/+1
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-6/+6
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-80/+80
* Make all tvi_info_t constreimar2008-01-131-1/+1
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchvoroshil2007-10-201-67/+34
* After receiving EINTR 'read' syscall should be restarted.voroshil2007-10-161-0/+2
* Fix mplayer segfault when v4l driver initialization (at setting normvoroshil2007-10-141-1/+3
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+10
* Teletext support for V4Lv1voroshil2007-07-301-0/+174
* 10l: wrong pointer was initialized (causes crash during startup).voroshil2007-07-301-1/+1
* Removing global variables from tv://voroshil2007-07-291-49/+49
* Removing global variables from tv://voroshil2007-07-291-6/+8
* Remove unnecessary flip for RGB in v4l1.voroshil2007-07-081-22/+1
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-7/+7
* New "automute" tv:// option.voroshil2007-05-311-0/+25
* make v4l1 driver work properly.voroshil2007-05-211-43/+45
* typo fix.voroshil2007-04-291-1/+1
* (cosmetics) more indentation fixes.voroshil2007-04-281-59/+55
* cosmetics: Fix one more stray wrongly indented line.diego2007-04-281-1/+1
* cosmetics: Remove all trailing whitespace and tabs, indentation fixes.diego2007-04-281-1095/+1089
* Source files should not contain non-ASCII characters.diego2007-03-121-1/+1
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-2/+5
* changed email addresshenry2006-11-041-1/+1
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1759