aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.c
Commit message (Expand)AuthorAge
...
| * Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
| * cosmetics: Remove some pointless parentheses from return calls.Gravatar diego2009-10-08
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,Gravatar reimar2009-03-16
* | Make various functions staticGravatar Uoti Urpala2008-08-12
|/
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Reorder some functions to avoid implicit declaration warnings.Gravatar diego2008-06-19
* Ability for specifying TV standard individually for each TV channel.Gravatar voroshil2008-06-14
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Make all tvi_info_t constGravatar reimar2008-01-13
* Make some tvi_functions_t pointers const that I forgot to change beforeGravatar reimar2008-01-13
* Remove useless ifdefsGravatar reimar2008-01-13
* Add type to extern declarationGravatar reimar2008-01-13
* Add missing '\n' in tv scanner results output.Gravatar voroshil2007-11-26
* Fix memory leak.Gravatar voroshil2007-11-05
* Fix segmentation fault after audio initialization failure in tv driver.Gravatar voroshil2007-11-05
* Disable channel scanner when no tuner is present.Gravatar voroshil2007-10-15
* Remove unnecessary curly braces.Gravatar voroshil2007-10-14
* 8 bytes buffer is not enough for at least SECAM-DK.Gravatar voroshil2007-10-14
* Replace duplicated code with call to routineGravatar voroshil2007-10-14
* 10l: routine sets norm from parameter, but prints value of tv norm optionGravatar voroshil2007-10-14
* (cosmetics) indentation fix of my previous commit and small readabilityGravatar voroshil2007-10-14
* Remove driver-dependent #ifdef from norm_from_string routine.Gravatar voroshil2007-10-14
* (cosmetics) remove trailing whitespaceGravatar voroshil2007-10-14
* 10l fix compilation with v4l2Gravatar iive2007-10-13
* DirectShow based tv:// driver for win32Gravatar voroshil2007-10-13
* Implement setting gain control for video devices (usually webcams)Gravatar voroshil2007-09-18
* 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