index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
vidix
Commit message (
Expand
)
Author
Age
*
Remove unused static function vdlPlaybackCopyFrame().
cehoyos
2010-02-27
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
*
Remove pointless '#if 1' preprocessor directives.
diego
2010-02-19
*
Add header file for sis_init_video_bridge() instead of forward declaring it.
diego
2010-02-16
*
VIDIX: #include drivers.h in drivers.c.
diego
2010-02-16
*
VIDIX: Mark some functions not used outside their files as static.
diego
2010-02-16
*
Add missing license headers.
diego
2010-01-30
*
cosmetics: Convert DOS linebreaks to Unix linebreaks.
diego
2010-01-30
*
license header cosmetics
diego
2010-01-30
*
Remove hackish and not actually working code to make vidix compile with
reimar
2010-01-12
*
cosmetics: Break multiple statements on one line apart.
diego
2010-01-04
*
Remove previous failed attempt at disabling that auto-generation of some C code.
diego
2010-01-04
*
Do not auto-generate the C code to handle PCI vendor and device names.
diego
2009-12-20
*
Remove unused debugging output about total number of printed lines.
diego
2009-12-20
*
Employ slightly better variable names for output files.
diego
2009-12-20
*
Eliminate completely pointless print_includes function.
diego
2009-12-20
*
Do not autogenerate vidix/pci_names.h.
diego
2009-12-20
*
Remove pointless return statements from functions that return nothing.
diego
2009-12-20
*
Move code to write multiple inclusion guards to generated files into functions.
diego
2009-12-20
*
cosmetics: Use more consistent formatting style for generated files.
diego
2009-12-20
*
cosmetics: Use a consistent formattting style; tabs to spaces.
diego
2009-12-20
*
Make vidix/pci_db2c.awk executable.
diego
2009-12-16
*
Update the SuperH VEU vidix driver with experimental support for VEU3F.
cehoyos
2009-12-10
*
Fix build on SuperH.
cehoyos
2009-12-10
*
Update the SuperH VEU vidix driver with code that calls fsync() after each
cehoyos
2009-12-10
*
Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.
diego
2009-07-26
*
Move some variable declarations up to avoid the warnings:
diego
2009-07-19
*
Revert whitespace removal for win-related code, because lack of ^M at
bircoph
2009-05-13
*
Remove all kind of trailing whitespaces from all MPlayer's files.
bircoph
2009-05-13
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Get rid of some more trailing whitespace
reynaldo
2009-05-12
*
Add missing 'void' to parameterless function declarations.
diego
2009-05-04
*
Fix warnings about undefined preprocessor directives.
diego
2009-01-30
*
cosmetics: Remove pointless period after copyright statement non-sentences.
diego
2009-01-19
*
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
reimar
2009-01-16
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Get rid of pointless 'extern' keywords.
diego
2008-12-03
*
Use standard unsigned long type instead of u_long.
diego
2008-11-30
*
pci.c includes dha.h, remove redundant MAX_* defines
ranma
2008-10-18
*
MAX_PCI_DEVICES 64 is not enough on my system (even though lspci only shows 2...
ranma
2008-10-18
*
Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
diego
2008-10-16
*
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
diego
2008-10-16
*
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.
diego
2008-10-13
*
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:
diego
2008-10-13
*
Remove unused variables.
diego
2008-10-12
*
Remove one more pointless and gcc-specific __attribute__ ((unused)).
diego
2008-09-23
*
Restore function parameters mistakenly removed in previous commit.
diego
2008-09-23
*
Remove pointless and gcc-specific __attribute__ ((unused)).
diego
2008-09-23
*
Add VIDIX driver for SuperH Mobile VEU hardware block.
ben
2008-08-11
*
Add proper VIDIX support for SuperH architecture.
ben
2008-08-11
[next]