index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libswscale
Commit message (
Expand
)
Author
Age
*
Document the differences between the two asm fragments in initMMX2HScaler().
ramiro
2009-12-07
*
Start using intermediate buffers at index 0.
ramiro
2009-12-06
*
Fix compilation with runtime cpu detection.
ramiro
2009-12-05
*
Add support for nv12/nv21 input.
ramiro
2009-12-03
*
Make sws_format_name() use av_pix_fmt_descriptors.
stefano
2009-11-26
*
Add functions to return library license and library configuration.
diego
2009-11-18
*
Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
cehoyos
2009-11-10
*
Use enum PixelFormat instead of int for srcFormat and dstFormat.
cehoyos
2009-11-08
*
Document sws_freeContext().
stefano
2009-11-07
*
Document slice ordering assumption done by sws_scale().
stefano
2009-10-30
*
Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.
diego
2009-09-22
*
Cleanup buffer debugs in swScale().
ramiro
2009-09-16
*
Use correct buffers in vertical scaler in unscaled YV12 case.
ramiro
2009-09-16
*
Reset slice direction at end of each frame.
ramiro
2009-09-13
*
Remove ; after while(0) in macros.
ramiro
2009-09-12
*
Document that slices can be bottom to top or top to bottom.
ramiro
2009-09-09
*
Indent.
ramiro
2009-09-07
*
Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label
ramiro
2009-09-06
*
Indent.
ramiro
2009-09-05
*
Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().
ramiro
2009-09-05
*
Curly brackets cosmetics for previous commit.
ramiro
2009-08-29
*
Check for return value of initFilter().
ramiro
2009-08-29
*
Revert mistakenly commited hunk.
ramiro
2009-08-29
*
swscale: Check for return values of malloc.
ramiro
2009-08-29
*
swscale-example: Free memory used by input data.
ramiro
2009-08-29
*
Restore comment that was partially removed.
ramiro
2009-08-29
*
swscale-example: Rename src->ref so as to not confuse with src being used in ...
ramiro
2009-08-23
*
swscale-example: Use SWS_BILINEAR instead of hardcoded value.
ramiro
2009-08-23
*
Fix inconsistent indentation.
ramiro
2009-08-22
*
Check return values of sws_allocVec() and sws_getConstVec().
ramiro
2009-08-20
*
Free initial swscale context, too. Avoids a valgrind warning.
reimar
2009-08-19
*
Remove useless casts of malloc return value.
reimar
2009-08-19
*
Introduce and use sws_allocVec().
ramiro
2009-08-19
*
Reuse sws_getConstVec() where possible.
ramiro
2009-08-19
*
swscale-example: Make selection of dstW, dstH, and flags more clear.
ramiro
2009-08-17
*
More indentation changes leftover from r29522:
ramiro
2009-08-16
*
Cosmetics:
ramiro
2009-08-16
*
Indent libswscale:
ramiro
2009-08-16
*
Indent.
ramiro
2009-08-15
*
Vertical yuv -> yuv16 scaler.
ramiro
2009-08-14
*
BGR32 MMX special convertor.
ramiro
2009-08-14
*
Indent.
ramiro
2009-08-13
*
swscale-example: Don't check for chroma planes in mono formats.
ramiro
2009-08-13
*
MMX2 horizontal scaler: Determine code size at runtime.
ramiro
2009-08-13
*
Protect mmx2 filter code buffers so they are not executable and writeable at
ramiro
2009-08-13
*
Remove duplicate define (it is the same in the lum code).
ramiro
2009-08-13
*
Rename "funny" code to "mmx2 filter" code.
ramiro
2009-08-13
*
Indent.
ramiro
2009-08-13
*
swscale-example: Remove hack to end loop by setting variables to break.
ramiro
2009-08-13
*
swscale-example: Don't return random value from main().
ramiro
2009-08-13
[next]