index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
loader
/
dshow
Commit message (
Expand
)
Author
Age
*
Add required header #includes to satisfy 'make checkheaders'.
diego
2010-01-04
*
Drop -Iloader from CPPFLAGS for the loader subdirectory.
diego
2010-01-04
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Add missing 'void' to parameterless function declarations.
diego
2009-05-04
*
Replace double semicolon by single semicolon.
diego
2009-02-16
*
Add missing 'void' keyword to parameterless function declarations.
diego
2009-01-05
*
Missing free in malloc error case in COutputPinCreate.
reimar
2008-10-31
*
Avoid useless casts of malloc results.
reimar
2008-10-31
*
Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h can
diego
2008-06-08
*
cosmetics: Remove pointless parentheses from return statements.
diego
2008-05-16
*
Use consistent #include paths without "../".
diego
2008-04-28
*
Remove obsolete and non-working test program.
diego
2008-04-28
*
Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
diego
2008-03-01
*
Add MPLAYER_ prefix to multiple inclusion guards.
diego
2008-02-23
*
Remove $Id$ tags, they make diffs between different versions
reimar
2008-01-27
*
Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
diego
2008-01-20
*
Add missing #include, fixes the warning:
diego
2008-01-19
*
Use ld conversion specifier for long int argument, fixes the warning:
diego
2008-01-19
*
Remove another 2 useless casts
reimar
2008-01-13
*
Get rid of another useless cast
reimar
2008-01-13
*
Remove a cast useless since r24425.
reimar
2008-01-13
*
Move variable declaration into block where it is used.
reimar
2008-01-13
*
Remove result from warning string, it has no useful meaning here.
reimar
2008-01-13
*
Remove a useless cast
reimar
2008-01-13
*
Fix warnings:
diego
2008-01-06
*
Add missing #includes to fix compilation:
diego
2008-01-06
*
consistency cosmetics
diego
2008-01-01
*
Move AM_MEDIA_TYPE structure definition to mediatype.h.
voroshil
2007-09-13
*
Remove leading underscores from multiple inclusion guards,
diego
2007-09-13
*
Fix indentation after r24367.
cehoyos
2007-09-10
*
Fix for:
voroshil
2007-09-10
*
cosmetics: Add comments to some #endif preprocessor directives.
diego
2007-09-10
*
Fix for:
voroshil
2007-09-10
*
Fix for:
voroshil
2007-09-10
*
Proper fix for:
voroshil
2007-09-10
*
cosmetics: Fix silly typo.
diego
2007-09-10
*
warning fix:
diego
2007-09-10
*
warning fixes:
diego
2007-09-10
*
warning fixes:
diego
2007-09-10
*
Avoid releasing of unallocated memory.
voroshil
2007-09-08
*
Always initialize pUnk pointer with zero.
voroshil
2007-09-08
*
Add regular #define for header file.
voroshil
2007-06-08
*
10l: Remove overlooked instance of NOAVIFILE_HEADERS.
diego
2007-06-02
*
Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
diego
2007-06-02
*
Rework of copying samples from directshow codecs.
voroshil
2007-03-02
*
Fix wrong typecast, which can cause MPlayer crash
voroshil
2007-02-26
*
Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
voroshil
2007-02-23
*
Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyed
voroshil
2007-02-23
*
Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...
voroshil
2007-02-23
*
Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
voroshil
2007-02-23
[next]