index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
tvi_def.h
Commit message (
Expand
)
Author
Age
*
Update license headers
Marcin Kurczewski
2015-04-13
*
Kill all tabs
wm4
2014-04-13
*
Fix some more -Wshadow warnings
wm4
2013-11-01
*
video: decouple internal pixel formats from FourCCs
wm4
2013-01-13
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
stream/tv: move new_handle() function from header to tv.c
diego
2010-11-02
*
tvi_def.h: sizeof(type) -> sizeof(*ptr)
diego
2010-11-02
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
stream/tv: move free_handle() from header to tv.c
diego
2010-11-02
*
Do not cast the results of malloc/calloc/realloc.
diego
2010-02-26
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
Move teletext specific code from stream into libmpcodecs.
cehoyos
2009-10-29
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
cosmetics: Remove useless parentheses from return statements.
diego
2008-05-16
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-10
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-22
*
Add missing multiple inclusion guards.
diego
2008-02-21
*
tvi_functions_t should be const
reimar
2008-01-13
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
*
Fix blue color for yv12 and i420 image formats in "automute" screen
voroshil
2007-08-23
*
Define teletext_control() in tvi_v4l.c and tvi_v4l2.c.
cehoyos
2007-08-08
*
mjpeg support for v4l2 tv:// driver
voroshil
2007-06-01
*
New "automute" tv:// option.
voroshil
2007-05-31
*
remove unnecessary stubs which were not ever used.
voroshil
2007-05-24
*
tv driver loading rework. As a side effect "-tv driver=help" option is
voroshil
2007-03-01
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31