aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/tvi_v4l2.c
Commit message (Expand)AuthorAge
* tv: Recognise v4l2 'JPEG' fourccGravatar Philip Langdale2018-03-04
* Fix undefined preprocessor behaviorGravatar wm42018-01-18
* Drop/move img_fourcc.hGravatar wm42017-06-18
* tvi_v4l2: fix style in the uninit functionGravatar Ben Boeckel2016-08-05
* tvi_v4l2: explicitly brace the codeGravatar Ben Boeckel2016-08-05
* Fix misspellingsGravatar stepshal2016-06-26
* Update license headersGravatar Marcin Kurczewski2015-04-13
* Do not call strerror()Gravatar wm42014-11-26
* tv: remove some differences between immediate/normal modeGravatar wm42014-10-25
* tv: reduce waiting loop from 10ms to 1msGravatar wm42014-10-25
* tv: remove duplicated crapGravatar wm42014-10-25
* tv: unqueue buffers correctly (maybe, maybe not)Gravatar wm42014-10-25
* stream: change malloc+memset to callocGravatar Bruno George Moraes2014-09-27
* audio: drop swapped-endian audio formatsGravatar wm42014-09-23
* build: include <strings.h> for strcasecmp()Gravatar wm42014-07-10
* tv: if timestamp is unset, return NOPTSGravatar wm42014-06-14
* tv: remove some non-senseGravatar wm42014-06-14
* tv: fix compilation without clock_gettime, don't claim to be MPlayerGravatar wm42014-06-14
* tv: add missing header for clock_gettimeGravatar wm42014-06-13
* tv: fix a hidden static variableGravatar wm42014-06-12
* tv: use correct timestampsGravatar iive2014-06-12
* tv: remove printing of useless comment informationGravatar wm42014-06-11
* tv: remove global option variablesGravatar wm42014-06-11
* tv: remove sysinfo() usageGravatar wm42014-05-30
* 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
* tvi_v4l2: remove VBI stuffGravatar wm42013-11-13
* tvi_v4l2: let libv4l2 convert to a known pixel formatGravatar bugmen0t2013-11-13
* stream: don't include linux/types.h in some filesGravatar wm42013-11-13
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* libaf: rename af_format.h to format.hGravatar wm42012-08-29
* Remove teletext supportGravatar wm42012-08-03
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersGravatar iive2011-07-06
* stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Gravatar Uoti Urpala2011-06-29
* stream/tvi_v4l2.c: simplify by using getfps helper functionGravatar reimar2011-01-31
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Remove remaining %lf printf conversionsGravatar reimar2010-11-02
* stream/tv: move new_handle() function from header to tv.cGravatar diego2010-11-02
* stream/tv: move free_handle() from header to tv.cGravatar diego2010-11-02
* spelling fixesGravatar siretart2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02