summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: remove references to CONFIG_TV_DSHOWwm42012-10-301-8/+1
* libaf: rename af_format.h to format.hwm42012-08-291-1/+1
* tv: reduce code duplicationmplayer-svn2012-08-031-21/+14
* Remove teletext supportwm42012-08-031-17/+0
* stream: remove V4L TV input and V4L radio supportwm42012-08-021-24/+0
* demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+2
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+4
* cleanup: remove unused MEncoder-related codeClément Bœsch2011-01-251-1/+0
* cleanup: don't check for NULL before free()diego2010-11-081-7/+5
* stream/tv: move new_handle() function from header to tv.cdiego2010-11-021-0/+25
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)reimar2010-11-021-1/+1
* stream/tv: move free_handle() from header to tv.cdiego2010-11-021-0/+11
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-10/+25
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-10/+25
* | Restore collapsed whitespace in output messagesUoti Urpala2010-03-071-2/+2
* | Merge svn changes up to r30301Uoti Urpala2010-01-251-1/+0
|\|
| * Add support for distinguishing between little- and big-endian SPDIF AC3reimar2010-01-111-1/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-7/+18
|\|
| * Set demuxer->teletext to NULL when closing the TV interface,reimar2009-11-101-0/+1
| * Separate teletext from tv support.cehoyos2009-11-071-6/+15
| * Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1
| * cosmetics: Remove some pointless parentheses from return calls.diego2009-10-081-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-41/+48
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-41/+41
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-0/+6
|\|
| * Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,reimar2009-03-161-0/+6
* | Make various functions staticUoti Urpala2008-08-121-1/+1
|/
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-8/+8
* Reorder some functions to avoid implicit declaration warnings.diego2008-06-191-27/+28
* Ability for specifying TV standard individually for each TV channel.voroshil2008-06-141-6/+31
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-13/+13
* Make all tvi_info_t constreimar2008-01-131-5/+5
* Make some tvi_functions_t pointers const that I forgot to change beforereimar2008-01-131-5/+5
* Remove useless ifdefsreimar2008-01-131-8/+0
* Add type to extern declarationreimar2008-01-131-1/+1
* Add missing '\n' in tv scanner results output.voroshil2007-11-261-0/+1
* Fix memory leak.voroshil2007-11-051-0/+1
* Fix segmentation fault after audio initialization failure in tv driver.voroshil2007-11-051-2/+5
* Disable channel scanner when no tuner is present.voroshil2007-10-151-0/+8
* Remove unnecessary curly braces.voroshil2007-10-141-4/+1
* 8 bytes buffer is not enough for at least SECAM-DK.voroshil2007-10-141-1/+1
* Replace duplicated code with call to routinevoroshil2007-10-141-7/+1
* 10l: routine sets norm from parameter, but prints value of tv norm optionvoroshil2007-10-141-1/+1
* (cosmetics) indentation fix of my previous commit and small readabilityvoroshil2007-10-141-22/+25
* Remove driver-dependent #ifdef from norm_from_string routine.voroshil2007-10-141-22/+14
* (cosmetics) remove trailing whitespacevoroshil2007-10-141-37/+37
* 10l fix compilation with v4l2iive2007-10-131-1/+1
* DirectShow based tv:// driver for win32voroshil2007-10-131-4/+22
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-0/+4
* Fix missing reset/initialization (with tv parameters) ofvoroshil2007-09-131-0/+2
* Implementation of tv:// driver autodetection.voroshil2007-09-101-8/+18
* Move channels option parsing code into separate routine.voroshil2007-08-281-67/+72
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-0/+104
* Teletext support.voroshil2007-07-291-0/+6
* Removing global variables from tv://voroshil2007-07-291-42/+0
* Removing global variables from tv://voroshil2007-07-291-61/+61
* Removing global variables from tv://voroshil2007-07-291-6/+7
* Removing forward declarations of routines used only in tv.cvoroshil2007-07-291-4/+2
* Cosmetics.voroshil2007-07-291-10/+10
* Cosmetics: move two routines upvoroshil2007-07-291-34/+34
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-1/+2
* Revert r23530.voroshil2007-06-211-75/+0
* Teletext support for tv:// (v4l and v4l2 only)voroshil2007-06-101-0/+75
* 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
* cosmetics. restore empty line removed in r22985.voroshil2007-04-131-0/+1
* Move translatable strings from tv.c to help_mp*voroshil2007-04-131-51/+44
* Add missing bogus norm warning for v4l2voroshil2007-03-191-0/+3
* Make sure bogus parameter will not be ignored by user. voroshil2007-03-191-1/+1
* New slave command: tv_step_freq <offset in MHz>voroshil2007-03-171-0/+15
* Allow to specify frequencies in channels option.voroshil2007-03-161-0/+7
* tv driver loading rework. As a side effect "-tv driver=help" option isvoroshil2007-03-011-31/+56
* Two crash issues fixed:voroshil2007-01-081-1/+9
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+919