summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
Commit message (Expand)AuthorAgeFilesLines
* tv: Zero-out newly-allocated handle in tv_new_handle()Frédéric Brière2017-02-051-4/+1
* tv: fix option typewm42016-11-221-2/+2
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* tv: initialize frequencies to 0Ben Boeckel2014-08-281-2/+2
* build: include <strings.h> for strcasecmp()wm42014-07-101-0/+1
* tv: move demuxer parts to separate filewm42014-07-051-250/+5
* demux: minor simplification to internal APIwm42014-07-051-3/+3
* dvd, bluray, cdda: add demux_disc containing all related hackswm42014-07-051-1/+0
* Audit and replace all ctype.h useswm42014-07-011-2/+2
* Add more constwm42014-06-111-2/+2
* tv: remove printing of useless comment informationwm42014-06-111-8/+3
* tv: remove global option variableswm42014-06-111-94/+183
* command: redo ancient TV/DVB/PVR commandswm42014-06-111-2/+52
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-281-1/+1
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-281-1/+1
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-281-4/+5
* Fix some libav* include statementswm42014-04-191-1/+1
* Kill all tabswm42014-04-131-305/+305
* demux: mp_msg conversionswm42013-12-211-55/+55
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-31/+31
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-6/+6
* demux: use talloc for certain stream headerswm42013-11-141-1/+1
* Remove sh_audio->samplesizewm42013-11-091-6/+5
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-3/+2
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-2/+2
* tv: simplify ifdefferywm42013-10-171-8/+2
* tv: attempt to support mjpeg streamswm42013-09-041-2/+6
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* Fix some -Wshadow warningswm42013-07-231-2/+1
* demux: remove useless author/comment fieldswm42013-07-121-4/+1
* demux: rewrite probing and demuxer initializationwm42013-07-121-1/+4
* demux: change signature of open functions, cleanupswm42013-07-111-19/+15
* video: eliminate frametime variablewm42013-07-111-2/+0
* core: don't access demux_stream outside of demux.c, make it privatewm42013-07-111-1/+1
* tv: add hack in preparation of demux_stream removalwm42013-07-111-4/+17
* mplayer: fix incorrect audio sync after format changeswm42013-07-111-1/+1
* demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-081-12/+0
* demux: remove some old stream header functionswm42013-07-081-2/+4
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-261-1/+1
* core: use channel map on demuxer level toowm42013-05-121-4/+6
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-6/+4
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-4/+0
* video: decouple internal pixel formats from FourCCswm42013-01-131-22/+23
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-111-3/+0
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-26/+31
* Rename directories, move files (step 2 of 2)wm42012-11-121-5/+5
* 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