aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.h
Commit message (Expand)AuthorAge
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Remove teletext supportGravatar wm42012-08-03
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Replace two more occurences of tvi_vbi with dec_teletext.Gravatar cehoyos2009-10-31
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* Fix file information. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-15
* Add missing major contributors to copyright statement.Gravatar cehoyos2009-08-15
* Add standard GPL license header. Patch by Francesco Lavra, francescolavra int...Gravatar cehoyos2009-08-02
* Fix more typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* Remove unused include's. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* Fix typos. Patch by Francesco Lavra, francescolavra interfree itGravatar cehoyos2009-08-02
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
* Ability for specifying TV standard individually for each TV channel.Gravatar voroshil2008-06-14
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* tvi_functions_t should be constGravatar reimar2008-01-13
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.Gravatar voroshil2007-10-14
* DirectShow based tv:// driver for win32Gravatar voroshil2007-10-13
* Implement setting gain control for video devices (usually webcams)Gravatar voroshil2007-09-18
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Decrease teletext page rendering frequency from 1/frame to about 4/sec.Gravatar voroshil2007-09-08
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Support for selecting language via packet 28.Gravatar voroshil2007-08-31
* Implement X/27/0 packet decoding.Gravatar voroshil2007-08-28
* Implement 8/30 format 1 teletext packet decodingGravatar voroshil2007-08-28
* Enable decoding of packet X/24, it is usual teletext lineGravatar voroshil2007-08-26
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Fix compilation on BSD.Gravatar diego2007-08-13
* Teletext support.Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Removing forward declarations of routines used only in tv.cGravatar voroshil2007-07-29
* Remove unnecessary #ifdef around the whole file.Gravatar diego2007-07-09
* Revert r23530.Gravatar voroshil2007-06-21
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* Fix compiler warnings.Gravatar voroshil2007-06-08
* New "automute" tv:// option.Gravatar voroshil2007-05-31
* More fastmemcpy.h removalGravatar reimar2007-05-27
* remove unnecessary stubs which were not ever used.Gravatar voroshil2007-05-24
* New slave command: tv_step_freq <offset in MHz>Gravatar voroshil2007-03-17
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* 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