summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* Kill all tabswm42014-04-131-5/+5
* Fix some more -Wshadow warningswm42013-11-011-2/+2
* video: decouple internal pixel formats from FourCCswm42013-01-131-6/+6
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-23/+0
* tvi_def.h: sizeof(type) -> sizeof(*ptr)diego2010-11-021-1/+1
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-2/+2
* stream/tv: move free_handle() from header to tv.cdiego2010-11-021-11/+0
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-2/+2
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-2/+0
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-3/+3
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-101-0/+2
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add missing multiple inclusion guards.diego2008-02-211-0/+5
* tvi_functions_t should be constreimar2008-01-131-1/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+3
* Fix blue color for yv12 and i420 image formats in "automute" screenvoroshil2007-08-231-5/+7
* Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.cehoyos2007-08-081-0/+2
* mjpeg support for v4l2 tv:// drivervoroshil2007-06-011-0/+6
* New "automute" tv:// option.voroshil2007-05-311-0/+38
* remove unnecessary stubs which were not ever used.voroshil2007-05-241-6/+0
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-1/+0
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+61