aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tv.c
Commit message (Expand)AuthorAge
* 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
* 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