aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_bsdbt848.c
Commit message (Expand)AuthorAge
* Make all tvi_info_t constGravatar reimar2008-01-13
* add missing include (errno.h). fix compilation on openbsdGravatar ivo2007-10-24
* Add missing #include to fix compilation.Gravatar diego2007-09-12
* Replace perror() with mp_msg()Gravatar voroshil2007-08-26
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.Gravatar voroshil2007-08-26
* Remove unused variables.Gravatar diego2007-08-13
* 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
* Fix OpenBSD compilation: strndup is a GNU extension.Gravatar reimar2007-05-20
* remove ugly #include from tvi_bsdbt848.cGravatar voroshil2007-04-09
* Ability to specify video and audio capture device namesGravatar voroshil2007-04-05
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* GNU/kFreeBSD support, closes Bugzilla #704.Gravatar diego2007-01-10
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".Gravatar uau2006-10-10
* 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