aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* Remove unused variable, fixes the warning:Gravatar diego2009-12-28
* Remove parameters no longer used in h[yc]scale().Gravatar ramiro2009-12-21
* Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Gravatar ramiro2009-12-21
* Rename function pointers used to convert from the input pixel format to theGravatar ramiro2009-12-21
* Check if chroma horizontal scaler is needed in sws_init_swScale().Gravatar ramiro2009-12-21
* Remove unused fields from SwsContext.Gravatar ramiro2009-12-21
* Indentation.Gravatar ramiro2009-12-20
* Indent.Gravatar ramiro2009-12-20
* Set fast_bilinear functions in sws_init_swScale().Gravatar ramiro2009-12-20
* Set horizontal scaler's range conversion in context in sws_init_swScale().Gravatar ramiro2009-12-20
* Set horizontal scaler's src offsets in context in sws_init_swScale().Gravatar ramiro2009-12-20
* Document the differences between the two asm fragments in initMMX2HScaler().Gravatar ramiro2009-12-07
* Start using intermediate buffers at index 0.Gravatar ramiro2009-12-06
* Fix compilation with runtime cpu detection.Gravatar ramiro2009-12-05
* Add support for nv12/nv21 input.Gravatar ramiro2009-12-03
* Make sws_format_name() use av_pix_fmt_descriptors.Gravatar stefano2009-11-26
* Add functions to return library license and library configuration.Gravatar diego2009-11-18
* Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableGravatar cehoyos2009-11-10
* Use enum PixelFormat instead of int for srcFormat and dstFormat.Gravatar cehoyos2009-11-08
* Document sws_freeContext().Gravatar stefano2009-11-07
* Document slice ordering assumption done by sws_scale().Gravatar stefano2009-10-30
* Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Gravatar diego2009-09-22
* Cleanup buffer debugs in swScale().Gravatar ramiro2009-09-16
* Use correct buffers in vertical scaler in unscaled YV12 case.Gravatar ramiro2009-09-16
* Reset slice direction at end of each frame.Gravatar ramiro2009-09-13
* Remove ; after while(0) in macros.Gravatar ramiro2009-09-12
* Document that slices can be bottom to top or top to bottom.Gravatar ramiro2009-09-09
* Indent.Gravatar ramiro2009-09-07
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelGravatar ramiro2009-09-06
* Indent.Gravatar ramiro2009-09-05
* Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Gravatar ramiro2009-09-05
* Curly brackets cosmetics for previous commit.Gravatar ramiro2009-08-29
* Check for return value of initFilter().Gravatar ramiro2009-08-29
* Revert mistakenly commited hunk.Gravatar ramiro2009-08-29
* swscale: Check for return values of malloc.Gravatar ramiro2009-08-29
* swscale-example: Free memory used by input data.Gravatar ramiro2009-08-29
* Restore comment that was partially removed.Gravatar ramiro2009-08-29
* swscale-example: Rename src->ref so as to not confuse with src being used in ...Gravatar ramiro2009-08-23
* swscale-example: Use SWS_BILINEAR instead of hardcoded value.Gravatar ramiro2009-08-23
* Fix inconsistent indentation.Gravatar ramiro2009-08-22
* Check return values of sws_allocVec() and sws_getConstVec().Gravatar ramiro2009-08-20
* Free initial swscale context, too. Avoids a valgrind warning.Gravatar reimar2009-08-19
* Remove useless casts of malloc return value.Gravatar reimar2009-08-19
* Introduce and use sws_allocVec().Gravatar ramiro2009-08-19
* Reuse sws_getConstVec() where possible.Gravatar ramiro2009-08-19
* swscale-example: Make selection of dstW, dstH, and flags more clear.Gravatar ramiro2009-08-17
* More indentation changes leftover from r29522:Gravatar ramiro2009-08-16
* Cosmetics:Gravatar ramiro2009-08-16
* Indent libswscale:Gravatar ramiro2009-08-16
* Indent.Gravatar ramiro2009-08-15