aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_bsdbt848.c
Commit message (Expand)AuthorAge
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* 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
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* 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