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
*
Add CONFIG_SWSCALE_ALPHA and HAVE_VIRTUALALLOC config.h #defines for FFmpeg.
diego
2009-03-21
*
Avoid crash on planarCopy to a destination without alpha.
reimar
2009-03-20
*
Initialize pointer arrays which may be freed before being initialized.
benoit
2009-03-20
*
Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it
reimar
2009-03-20
*
Fix swscale compilation with Altivec enabled.
reimar
2009-03-20
*
Reindent after last commit
sdrik
2009-03-20
*
Also test the alpha channel in swscale-example
sdrik
2009-03-20
*
YUVA420P is now supported as output format
sdrik
2009-03-20
*
Add alpha channel scaling
sdrik
2009-03-20
*
Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters
sdrik
2009-03-20
*
Use a simpler and more general check for the gray case in the planarCopy func...
sdrik
2009-03-20
*
Initialize *srcContext, *dstContext, *outContext to NULL, avoids the warnings:
diego
2009-03-19
*
Remove useless casting in asm "m" operand.
cehoyos
2009-03-19
*
Allocate executable memory with VirtualAlloc() in Windows.
ramiro
2009-03-19
*
Drop unnecessary cast and cosmetically align.
ramiro
2009-03-19
*
Fix HTML docs generation, broken in r28980.
rathann
2009-03-19
*
Revert
michael
2009-03-19
*
Fix 10l typo.
michael
2009-03-19
*
remove trailing whitespaces
Gabrov
2009-03-19
*
remove trailing whitespaces
Gabrov
2009-03-19
*
remove trailing whitespaces all over the place
Gabrov
2009-03-19
*
synced with r28991
Gabrov
2009-03-19
*
Unscaled converters for
michael
2009-03-19
*
Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.
reimar
2009-03-18
*
Support icc 11.1.
cehoyos
2009-03-18
*
drop obsolete guidelines
rathann
2009-03-18
*
swscale-example: use LFG instead of random()
ramiro
2009-03-18
*
Do not assume long is same width as x86 register.
ramiro
2009-03-18
*
Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
cehoyos
2009-03-18
*
Support FFmpeg codecs that decode to other formats than S16.
reimar
2009-03-18
*
Older versions of <vdpau/vdpau.h> will fail during compilation.
cehoyos
2009-03-18
*
Consistently use ff_ prefixes for internal symbols.
diego
2009-03-18
*
10l: Fix indentation.
cehoyos
2009-03-18
*
Add a fillPlane function to fill a plane with one constant value
sdrik
2009-03-17
*
Don't write outside of the picture buffer in planarCopy in the gray case
sdrik
2009-03-17
*
Get rid of trailing whitespaces.
bircoph
2009-03-17
*
Synced with r28979.
bircoph
2009-03-17
*
Fix ff_bfin_yuv2rgb_get_func_ptr() vs. sws_ff_bfin_yuv2rgb_get_func_ptr() name
diego
2009-03-17
*
whitespace cosmetics: Consistently format function calls without space
diego
2009-03-17
*
Avoid an error at the end of chunked HTML doc generation.
reimar
2009-03-17
*
Add chroma-deint option to vo vdpau (nochroma-deint speeds up deinterlacing).
cehoyos
2009-03-16
*
Add an alpha parameter to the YUV2RGBFUNC macro to ease the upcoming yuva2rgb...
sdrik
2009-03-16
*
Cosmetics: reindent.
eugeni
2009-03-16
*
Fix uninitialized memory access in ass_fontconfig.
eugeni
2009-03-16
*
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
reimar
2009-03-16
*
Check mpi type before returning an DR buffer in get_image, fixes jerkiness
reimar
2009-03-16
*
synced with r28968 with some extra roff markup fixes
Gabrov
2009-03-16
*
Split YUV2RGB operands declaration into a separate macro
sdrik
2009-03-16
*
Move initialisation of deint_surfaces[] to free_video_specific().
cehoyos
2009-03-15
*
Update -vo vdpau command line help.
cehoyos
2009-03-15
[next]