summaryrefslogtreecommitdiffstats
path: root/stream/tv.h
Commit message (Expand)AuthorAgeFilesLines
* tv: remove printing of useless comment informationwm42014-06-111-2/+0
* tv: remove global option variableswm42014-06-111-12/+10
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-4/+0
* Kill all tabswm42014-04-131-68/+68
* demux: mp_msg conversionswm42013-12-211-2/+5
* Remove sh_audio->samplesizewm42013-11-091-1/+0
* Cleanup some include statementswm42013-07-121-3/+1
* stream/tv: remove unused dshow-specific optionsMartin Herkt2013-07-081-21/+0
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* Remove teletext supportwm42012-08-031-6/+0
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-0/+1
* stream/tv: move free_handle() from header to tv.cdiego2010-11-021-0/+2
* tv.h: Change function pointer types to proper declarationsreimar2010-11-021-8/+11
* Separate teletext from tv support.cehoyos2009-11-071-4/+6
* Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-311-1/+1
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-108/+0
* Fix file information. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-151-1/+1
* Add missing major contributors to copyright statement.cehoyos2009-08-151-0/+2
* Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...cehoyos2009-08-021-0/+22
* Fix more typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-3/+3
* Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-4/+0
* Fix typos. Patch by Francesco Lavra, francescolavra interfree itcehoyos2009-08-021-2/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,reimar2009-03-161-0/+1
* Ability for specifying TV standard individually for each TV channel.voroshil2008-06-141-0/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* tvi_functions_t should be constreimar2008-01-131-1/+1
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.voroshil2007-10-141-13/+0
* DirectShow based tv:// driver for win32voroshil2007-10-131-2/+35
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-0/+3
* Implement boxes for subtitle teletext pages.voroshil2007-09-081-1/+11
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.voroshil2007-09-081-0/+3
* Proper support for flashing chars in teletext pages.voroshil2007-09-011-0/+1
* Support for selecting language via packet 28.voroshil2007-08-311-2/+4
* Implement X/27/0 packet decoding.voroshil2007-08-281-0/+6
* Implement 8/30 format 1 teletext packet decodingvoroshil2007-08-281-0/+1
* Enable decoding of packet X/24, it is usual teletext linevoroshil2007-08-261-2/+2
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+15
* Fix compilation on BSD.diego2007-08-131-1/+1
* Teletext support.voroshil2007-07-291-0/+92
* Removing global variables from tv://voroshil2007-07-291-42/+0
* Removing global variables from tv://voroshil2007-07-291-1/+1
* Removing global variables from tv://voroshil2007-07-291-0/+47
* Removing forward declarations of routines used only in tv.cvoroshil2007-07-291-4/+0
* Remove unnecessary #ifdef around the whole file.diego2007-07-091-3/+0
* Revert r23530.voroshil2007-06-211-59/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+59
* Fix compiler warnings.voroshil2007-06-081-2/+0
* New "automute" tv:// option.voroshil2007-05-311-0/+1
* More fastmemcpy.h removalreimar2007-05-271-1/+0
* remove unnecessary stubs which were not ever used.voroshil2007-05-241-3/+0
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+1
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-1/+1
* 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/+200