index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix auto-sub code to support filenames with any extension length.
ulion
2008-01-20
*
Allow overriding the codec_tag for audio codecs, and always override
rtogni
2008-01-20
*
Fragment programs must use unix eol.
reimar
2008-01-20
*
Avoid some pointer conversion warnings (the code is messy but not wrong)
reimar
2008-01-20
*
Add missing vo_w32_border prototype
reimar
2008-01-20
*
Fix some function types from unspecified to empty argument list
reimar
2008-01-20
*
Remove redundant declarations (already in video_out.h)
reimar
2008-01-20
*
Extend the precision of rationale conversion so
iive
2008-01-19
*
-panscan should also work for right and left borders
reimar
2008-01-19
*
Some reindentation
reimar
2008-01-19
*
Reindent
reimar
2008-01-19
*
Simplify and keep terminating end-of-line
reimar
2008-01-19
*
Remove a broken and useless hack to avoid a memcpy
reimar
2008-01-19
*
Cached file must be 0-terminated since we use string processing functions on it
reimar
2008-01-19
*
Make sure we do not write the terminating 0 out of bounds
reimar
2008-01-19
*
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
*
Add missing #include, fixes the warning:
diego
2008-01-19
*
Fix endless loop if nAvgBytesPerSec is 0.
reimar
2008-01-19
*
Avoid a division by 0 if i_bps is 0.
reimar
2008-01-19
*
Fix usage example comment
reimar
2008-01-19
*
Fix a coefficient for lscale=5 OpenGL mode
reimar
2008-01-19
*
Add name to email address.
diego
2008-01-19
*
Avoid warning:
reimar
2008-01-19
*
Fix some types to const
reimar
2008-01-19
*
audio_out / video_out structs should be treated as const
reimar
2008-01-19
*
Fix warning:
reimar
2008-01-19
*
Avoid void* arithmetic
reimar
2008-01-19
*
Simplify and silence lots of warnings
reimar
2008-01-19
*
Add the edge-enhancement filter based on edgedetect I had lying around.
reimar
2008-01-19
*
Fix using both lscale and cscale 4
reimar
2008-01-19
*
sync w/r25786
gpoirier
2008-01-18
*
Add a fragment program for 5x5 unsharp masking
reimar
2008-01-18
*
Remove leftover backslash
reimar
2008-01-18
*
Simplify
reimar
2008-01-18
*
Use the same unsharp filter template for 2D and RECT textures
reimar
2008-01-18
*
Small typo in message
reimar
2008-01-18
*
Remove broken test program that likely never worked.
diego
2008-01-18
*
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).
benoit
2008-01-17
*
Remove some useless parentheses.
benoit
2008-01-17
*
Cosmetics: whitespaces
benoit
2008-01-17
*
Remove non cosmetic spaces inside parentheses.
benoit
2008-01-17
*
Description: remove superfluous parentheses.
benoit
2008-01-17
*
Check param in sws_getCachedContext().
benoit
2008-01-17
*
Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.
ulion
2008-01-17
*
Fix OpenGL unsharp filter
reimar
2008-01-16
*
typo fix
diego
2008-01-16
*
VIDIX is no longer a shared library.
diego
2008-01-16
*
URL updates for contributed win32 stuff.
diego
2008-01-16
*
better ao/vo profile examples
diego
2008-01-16
[next]