aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_v4l.c
Commit message (Expand)AuthorAge
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersGravatar iive2011-07-06
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Fix printf format strings with invalid '%lf' conversionGravatar Uoti Urpala2009-12-15
|/
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.Gravatar diego2008-08-06
* Rename some audio-output-related preprocessor directives.Gravatar diego2008-08-05
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Make all tvi_info_t constGravatar reimar2008-01-13
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Simplify handling SET_NORM for V4l1: replace several if-else-if and switchGravatar voroshil2007-10-20
* After receiving EINTR 'read' syscall should be restarted.Gravatar voroshil2007-10-16
* Fix mplayer segfault when v4l driver initialization (at setting normGravatar voroshil2007-10-14
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Teletext support for V4Lv1Gravatar voroshil2007-07-30
* 10l: wrong pointer was initialized (causes crash during startup).Gravatar voroshil2007-07-30
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Remove unnecessary flip for RGB in v4l1.Gravatar voroshil2007-07-08
* Replace implicit use of fast_memcpy via macro by explicit use to allowGravatar reimar2007-06-05
* New "automute" tv:// option.Gravatar voroshil2007-05-31
* make v4l1 driver work properly.Gravatar voroshil2007-05-21
* typo fix.Gravatar voroshil2007-04-29
* (cosmetics) more indentation fixes.Gravatar voroshil2007-04-28
* cosmetics: Fix one more stray wrongly indented line.Gravatar diego2007-04-28
* cosmetics: Remove all trailing whitespace and tabs, indentation fixes.Gravatar diego2007-04-28
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* changed email addressGravatar henry2006-11-04
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31