aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_def.h
Commit message (Expand)AuthorAge
* tv: Recognise v4l2 'JPEG' fourccGravatar Philip Langdale2018-03-04
* Drop/move img_fourcc.hGravatar wm42017-06-18
* Update license headersGravatar Marcin Kurczewski2015-04-13
* Kill all tabsGravatar wm42014-04-13
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* tvi_def.h: sizeof(type) -> sizeof(*ptr)Gravatar diego2010-11-02
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Add missing header #includes to fix 'make checkheaders'.Gravatar diego2008-03-10
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add missing multiple inclusion guards.Gravatar diego2008-02-21
* tvi_functions_t should be constGravatar reimar2008-01-13
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Fix blue color for yv12 and i420 image formats in "automute" screenGravatar voroshil2007-08-23
* Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.Gravatar cehoyos2007-08-08
* mjpeg support for v4l2 tv:// driverGravatar voroshil2007-06-01
* New "automute" tv:// option.Gravatar voroshil2007-05-31
* remove unnecessary stubs which were not ever used.Gravatar voroshil2007-05-24
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31