summaryrefslogtreecommitdiffstats
path: root/stream/tvi_bsdbt848.c
Commit message (Expand)AuthorAgeFilesLines
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-1/+1
* tv.h: Change function pointer types to proper declarationsreimar2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-10/+27
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-10/+27
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-45/+45
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-45/+45
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-31/+31
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-31/+31
|/
* Start unifying names of internal preprocessor directives.diego2008-07-301-4/+4
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-56/+56
* Make all tvi_info_t constreimar2008-01-131-1/+1
* add missing include (errno.h). fix compilation on openbsdivo2007-10-241-0/+1
* Add missing #include to fix compilation.diego2007-09-121-0/+1
* Replace perror() with mp_msg()voroshil2007-08-261-31/+32
* Implement TVI_CONTROL_TUN_GET_SIGNAL in *BSD BT848 driver.voroshil2007-08-261-0/+11
* Remove unused variables.diego2007-08-131-3/+0
* 10l: wrong pointer was initialized (causes crash during startup).voroshil2007-07-301-1/+1
* Removing global variables from tv://voroshil2007-07-291-1/+1
* Removing global variables from tv://voroshil2007-07-291-8/+10
* Fix OpenBSD compilation: strndup is a GNU extension.reimar2007-05-201-2/+2
* remove ugly #include from tvi_bsdbt848.cvoroshil2007-04-091-14/+12
* Ability to specify video and audio capture device namesvoroshil2007-04-051-8/+40
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-2/+4
* GNU/kFreeBSD support, closes Bugzilla #704.diego2007-01-101-1/+1
* Change occurrences of "(int)*(void **)arg" to "*(int *)arg".uau2006-10-101-17/+17
* 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/+846