aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.c
Commit message (Expand)AuthorAge
...
* Fix missing reset/initialization (with tv parameters) ofGravatar voroshil2007-09-13
* Implementation of tv:// driver autodetection.Gravatar voroshil2007-09-10
* Move channels option parsing code into separate routine.Gravatar voroshil2007-08-28
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* 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
* Cosmetics.Gravatar voroshil2007-07-29
* Cosmetics: move two routines upGravatar voroshil2007-07-29
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* 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
* cosmetics. restore empty line removed in r22985.Gravatar voroshil2007-04-13
* Move translatable strings from tv.c to help_mp*Gravatar voroshil2007-04-13
* Add missing bogus norm warning for v4l2Gravatar voroshil2007-03-19
* Make sure bogus parameter will not be ignored by user. Gravatar voroshil2007-03-19
* New slave command: tv_step_freq <offset in MHz>Gravatar voroshil2007-03-17
* Allow to specify frequencies in channels option.Gravatar voroshil2007-03-16
* tv driver loading rework. As a side effect "-tv driver=help" option isGravatar voroshil2007-03-01
* Two crash issues fixed:Gravatar voroshil2007-01-08
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31