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
2010-01-11Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng
2010-01-11cosmetics: {} placement.Ramiro Polla
2010-01-09MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng
2010-01-09Remove unused PREFETCHW macroZuxy Meng
2010-01-08Ignore 0-height slice in sws_scale, otherwise a final 0-height slice willReimar Döffinger
2010-01-07Implement sws_isSupportedInput() and sws_isSupportedOutput().Stefano Sabatini
2010-01-07Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng
2010-01-03Prefer enum PixelFormat over int for the type of the format parameterStefano Sabatini
2010-01-03Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for theStefano Sabatini
2010-01-03Simplify usePal() macro, make it use av_pix_fmt_descriptors.Stefano Sabatini
2010-01-03Simplify getSubSampleFactors(), make it use the values provided byStefano Sabatini
2010-01-01Do not needlessly use the BP register in x86_64-specific code, there areReimar Döffinger
2009-12-28Remove unused variable, fixes the warning:Diego Biurrun
2009-12-21Remove parameters no longer used in h[yc]scale().Ramiro Polla
2009-12-21Move fast bilinear scaler code to the existing h[yc]scale_fast() functions.Ramiro Polla
2009-12-21Rename function pointers used to convert from the input pixel format to theRamiro Polla
2009-12-21Check if chroma horizontal scaler is needed in sws_init_swScale().Ramiro Polla
2009-12-21Remove unused fields from SwsContext.Ramiro Polla
2009-12-20Indentation.Ramiro Polla
2009-12-20Indent.Ramiro Polla
2009-12-20Set fast_bilinear functions in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's range conversion in context in sws_init_swScale().Ramiro Polla
2009-12-20Set horizontal scaler's src offsets in context in sws_init_swScale().Ramiro Polla
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