aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.c
Commit message (Expand)AuthorAge
...
* tv: reduce code duplicationGravatar mplayer-svn2012-08-03
* Remove teletext supportGravatar wm42012-08-03
* stream: remove V4L TV input and V4L radio supportGravatar wm42012-08-02
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYGravatar Uoti Urpala2012-07-25
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove unused MEncoder-related codeGravatar Clément Bœsch2011-01-25
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* stream/tv: move new_handle() function from header to tv.cGravatar 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
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
* | Restore collapsed whitespace in output messagesGravatar Uoti Urpala2010-03-07
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r30301Gravatar Uoti Urpala2010-01-25
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3Gravatar reimar2010-01-11
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * Set demuxer->teletext to NULL when closing the TV interface,Gravatar reimar2009-11-10
| * Separate teletext from tv support.Gravatar cehoyos2009-11-07
| * 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