Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-07Document the differences between the two asm fragments in initMMX2HScaler().Ramiro Polla
2009-12-07Start using intermediate buffers at index 0.Ramiro Polla
2009-12-05Fix compilation with runtime cpu detection.Ramiro Polla
2009-12-03Add support for nv12/nv21 input.Ramiro Polla
2009-11-27Make sws_format_name() use av_pix_fmt_descriptors.Stefano Sabatini
2009-11-18Add functions to return library license and library configuration.Diego Biurrun
2009-11-10Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capableNVIDIA Corporation
2009-11-09Use enum PixelFormat instead of int for srcFormat and dstFormat.Carl Eugen Hoyos
2009-11-07Document sws_freeContext().Stefano Sabatini
2009-10-30Document slice ordering assumption done by sws_scale().Stefano Sabatini
2009-09-22Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro.Diego Biurrun
2009-09-17Cleanup buffer debugs in swScale().Ramiro Polla
2009-09-17Use correct buffers in vertical scaler in unscaled YV12 case.Ramiro Polla
2009-09-13Reset slice direction at end of each frame.Ramiro Polla
2009-09-13Remove ; after while(0) in macros.Ramiro Polla
2009-09-10Document that slices can be bottom to top or top to bottom.Ramiro Polla
2009-09-07Indent.Ramiro Polla
2009-09-06Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla
2009-09-06Indent.Ramiro Polla
2009-09-06Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt().Lars Täuber
2009-08-30Curly brackets cosmetics for previous commit.Ramiro Polla
2009-08-30Check for return value of initFilter().Ramiro Polla
2009-08-30Revert mistakenly commited hunk.Ramiro Polla
2009-08-30swscale: Check for return values of malloc.Ramiro Polla
2009-08-29swscale-example: Free memory used by input data.Ramiro Polla
2009-08-29Restore comment that was partially removed.Ramiro Polla
2009-08-24swscale-example: Rename src->ref so as to not confuse with src being used in ...Ramiro Polla
2009-08-24swscale-example: Use SWS_BILINEAR instead of hardcoded value.Ramiro Polla
2009-08-22Fix inconsistent indentation.Ramiro Polla
2009-08-20Check return values of sws_allocVec() and sws_getConstVec().Ramiro Polla
2009-08-19Free initial swscale context, too. Avoids a valgrind warning.Reimar Döffinger
2009-08-19Remove useless casts of malloc return value.Reimar Döffinger
2009-08-19Introduce and use sws_allocVec().Ramiro Polla
2009-08-19Reuse sws_getConstVec() where possible.Ramiro Polla
2009-08-17swscale-example: Make selection of dstW, dstH, and flags more clear.Ramiro Polla
2009-08-17More indentation changes leftover from r29522:Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-08-15Indent.Ramiro Polla
2009-08-14Vertical yuv -> yuv16 scaler.Ramiro Polla
2009-08-14BGR32 MMX special convertor.Peter Schlaile
2009-08-13Indent.Ramiro Polla
2009-08-13swscale-example: Don't check for chroma planes in mono formats.Ramiro Polla
2009-08-13MMX2 horizontal scaler: Determine code size at runtime.Ramiro Polla
2009-08-13Protect mmx2 filter code buffers so they are not executable and writeable atRamiro Polla
2009-08-13Remove duplicate define (it is the same in the lum code).Ramiro Polla
2009-08-13Rename "funny" code to "mmx2 filter" code.Ramiro Polla
2009-08-13Indent.Ramiro Polla
2009-08-13swscale-example: Remove hack to end loop by setting variables to break.Ramiro Polla
2009-08-13swscale-example: Don't return random value from main().Ramiro Polla