aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.c
Commit message (Expand)AuthorAge
* Drop/move img_fourcc.hGravatar wm42017-06-18
* tv: Zero-out newly-allocated handle in tv_new_handle()Gravatar Frédéric Brière2017-02-05
* tv: fix option typeGravatar wm42016-11-22
* Update license headersGravatar Marcin Kurczewski2015-04-13
* tv: initialize frequencies to 0Gravatar Ben Boeckel2014-08-28
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* tv: move demuxer parts to separate fileGravatar wm42014-07-05
* demux: minor simplification to internal APIGravatar wm42014-07-05
* dvd, bluray, cdda: add demux_disc containing all related hacksGravatar wm42014-07-05
* Audit and replace all ctype.h usesGravatar wm42014-07-01
* Add more constGravatar wm42014-06-11
* tv: remove printing of useless comment informationGravatar wm42014-06-11
* tv: remove global option variablesGravatar wm42014-06-11
* command: redo ancient TV/DVB/PVR commandsGravatar wm42014-06-11
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateGravatar Marcoen Hirschberg2014-05-28
* audio: rename i_bps to 'bitrate' to avoid confusionGravatar Marcoen Hirschberg2014-05-28
* audio: change values from bytes-per-second to bits-per-secondGravatar Marcoen Hirschberg2014-05-28
* Fix some libav* include statementsGravatar wm42014-04-19
* Kill all tabsGravatar wm42014-04-13
* demux: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* tv: simplify ifdefferyGravatar wm42013-10-17
* tv: attempt to support mjpeg streamsGravatar wm42013-09-04
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* demux: remove useless author/comment fieldsGravatar wm42013-07-12
* demux: rewrite probing and demuxer initializationGravatar wm42013-07-12
* demux: change signature of open functions, cleanupsGravatar wm42013-07-11
* video: eliminate frametime variableGravatar wm42013-07-11
* core: don't access demux_stream outside of demux.c, make it privateGravatar wm42013-07-11
* tv: add hack in preparation of demux_stream removalGravatar wm42013-07-11
* mplayer: fix incorrect audio sync after format changesGravatar wm42013-07-11
* demux: remove separate arrays for audio/video/sub streams, simplifyGravatar wm42013-07-08
* demux: remove some old stream header functionsGravatar wm42013-07-08
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* core: use channel map on demuxer level tooGravatar wm42013-05-12
* core: redo how codecs are mapped, remove codecs.confGravatar wm42013-02-10
* Remove BSD legacy TV/radio support (BT848 stuff)Gravatar wm42013-02-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* audio: remove support for native alaw/mulaw/adpcm outputGravatar wm42012-12-11
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* cleanup: remove references to CONFIG_TV_DSHOWGravatar wm42012-10-30
* libaf: rename af_format.h to format.hGravatar wm42012-08-29