| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify usePal() macro, make it use av_pix_fmt_descriptors. | stefano | 2010-01-03 | 1 | -7/+1 |
* | Simplify getSubSampleFactors(), make it use the values provided by | stefano | 2010-01-03 | 1 | -47/+2 |
* | Do not needlessly use the BP register in x86_64-specific code, there are | reimar | 2010-01-01 | 1 | -4/+4 |
* | Remove unused variable, fixes the warning: | diego | 2009-12-28 | 1 | -1/+0 |
* | Remove parameters no longer used in h[yc]scale(). | ramiro | 2009-12-21 | 1 | -10/+10 |
* | Move fast bilinear scaler code to the existing h[yc]scale_fast() functions. | ramiro | 2009-12-21 | 2 | -196/+196 |
* | Rename function pointers used to convert from the input pixel format to the | ramiro | 2009-12-21 | 2 | -55/+55 |
* | Check if chroma horizontal scaler is needed in sws_init_swScale(). | ramiro | 2009-12-21 | 2 | -4/+7 |
* | Remove unused fields from SwsContext. | ramiro | 2009-12-21 | 1 | -1/+0 |
* | Indentation. | ramiro | 2009-12-20 | 2 | -14/+14 |
* | Indent. | ramiro | 2009-12-20 | 1 | -2/+2 |
* | Set fast_bilinear functions in sws_init_swScale(). | ramiro | 2009-12-20 | 1 | -12/+10 |
* | Set horizontal scaler's range conversion in context in sws_init_swScale(). | ramiro | 2009-12-20 | 2 | -28/+50 |
* | Set horizontal scaler's src offsets in context in sws_init_swScale(). | ramiro | 2009-12-20 | 2 | -19/+24 |
* | Document the differences between the two asm fragments in initMMX2HScaler(). | ramiro | 2009-12-07 | 1 | -0/+6 |
* | Start using intermediate buffers at index 0. | ramiro | 2009-12-06 | 1 | -2/+2 |
* | Fix compilation with runtime cpu detection. | ramiro | 2009-12-05 | 1 | -8/+8 |
* | Add support for nv12/nv21 input. | ramiro | 2009-12-03 | 2 | -0/+52 |
* | Make sws_format_name() use av_pix_fmt_descriptors. | stefano | 2009-11-26 | 2 | -110/+5 |
* | Add functions to return library license and library configuration. | diego | 2009-11-18 | 2 | -0/+21 |
* | Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable | cehoyos | 2009-11-10 | 1 | -0/+2 |
* | Use enum PixelFormat instead of int for srcFormat and dstFormat. | cehoyos | 2009-11-08 | 1 | -8/+8 |
* | Document sws_freeContext(). | stefano | 2009-11-07 | 1 | -0/+4 |
* | Document slice ordering assumption done by sws_scale(). | stefano | 2009-10-30 | 1 | -1/+5 |
* | Replace manual gcc version check by AV_GCC_VERSION_AT_LEAST macro. | diego | 2009-09-22 | 1 | -1/+1 |
* | Cleanup buffer debugs in swScale(). | ramiro | 2009-09-16 | 1 | -14/+19 |
* | Use correct buffers in vertical scaler in unscaled YV12 case. | ramiro | 2009-09-16 | 1 | -3/+3 |
* | Reset slice direction at end of each frame. | ramiro | 2009-09-13 | 1 | -0/+8 |
* | Remove ; after while(0) in macros. | ramiro | 2009-09-12 | 1 | -3/+3 |
* | Document that slices can be bottom to top or top to bottom. | ramiro | 2009-09-09 | 1 | -1/+1 |
* | Indent. | ramiro | 2009-09-07 | 2 | -53/+53 |
* | Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label | ramiro | 2009-09-06 | 1 | -20/+20 |
* | Indent. | ramiro | 2009-09-05 | 1 | -6/+6 |
* | Make 16bit YUV formats compatible with NE avcodec_get_pix_fmt(). | ramiro | 2009-09-05 | 3 | -54/+54 |
* | Curly brackets cosmetics for previous commit. | ramiro | 2009-08-29 | 1 | -6/+3 |
* | Check for return value of initFilter(). | ramiro | 2009-08-29 | 1 | -8/+12 |
* | Revert mistakenly commited hunk. | ramiro | 2009-08-29 | 1 | -3/+2 |
* | swscale: Check for return values of malloc. | ramiro | 2009-08-29 | 3 | -24/+47 |
* | swscale-example: Free memory used by input data. | ramiro | 2009-08-29 | 1 | -0/+2 |
* | Restore comment that was partially removed. | ramiro | 2009-08-29 | 1 | -0/+1 |
* | swscale-example: Rename src->ref so as to not confuse with src being used in ... | ramiro | 2009-08-23 | 1 | -2/+2 |
* | swscale-example: Use SWS_BILINEAR instead of hardcoded value. | ramiro | 2009-08-23 | 1 | -1/+1 |
* | Fix inconsistent indentation. | ramiro | 2009-08-22 | 1 | -2/+2 |
* | Check return values of sws_allocVec() and sws_getConstVec(). | ramiro | 2009-08-20 | 1 | -0/+21 |
* | Free initial swscale context, too. Avoids a valgrind warning. | reimar | 2009-08-19 | 1 | -0/+1 |
* | Remove useless casts of malloc return value. | reimar | 2009-08-19 | 1 | -3/+3 |
* | Introduce and use sws_allocVec(). | ramiro | 2009-08-19 | 2 | -18/+23 |
* | Reuse sws_getConstVec() where possible. | ramiro | 2009-08-19 | 1 | -34/+10 |
* | swscale-example: Make selection of dstW, dstH, and flags more clear. | ramiro | 2009-08-17 | 1 | -8/+12 |
* | More indentation changes leftover from r29522: | ramiro | 2009-08-16 | 2 | -693/+693 |
* | Cosmetics: | ramiro | 2009-08-16 | 15 | -766/+579 |
* | Indent libswscale: | ramiro | 2009-08-16 | 8 | -1756/+1756 |
* | Indent. | ramiro | 2009-08-15 | 1 | -4/+4 |
* | Vertical yuv -> yuv16 scaler. | ramiro | 2009-08-14 | 2 | -0/+101 |
* | BGR32 MMX special convertor. | ramiro | 2009-08-14 | 2 | -21/+85 |
* | Indent. | ramiro | 2009-08-13 | 1 | -20/+20 |
* | swscale-example: Don't check for chroma planes in mono formats. | ramiro | 2009-08-13 | 1 | -1/+6 |
* | MMX2 horizontal scaler: Determine code size at runtime. | ramiro | 2009-08-13 | 2 | -14/+24 |
* | Protect mmx2 filter code buffers so they are not executable and writeable at | ramiro | 2009-08-13 | 1 | -2/+7 |
* | Remove duplicate define (it is the same in the lum code). | ramiro | 2009-08-13 | 1 | -21/+0 |
* | Rename "funny" code to "mmx2 filter" code. | ramiro | 2009-08-13 | 3 | -50/+50 |
* | Indent. | ramiro | 2009-08-13 | 1 | -2/+2 |
* | swscale-example: Remove hack to end loop by setting variables to break. | ramiro | 2009-08-13 | 1 | -13/+5 |
* | swscale-example: Don't return random value from main(). | ramiro | 2009-08-13 | 1 | -1/+1 |
* | swscale-example: Check for Gray formats. | ramiro | 2009-08-13 | 1 | -3/+9 |
* | Remove disabled debug code. | diego | 2009-08-10 | 1 | -9/+0 |
* | Put some altivec code under COMPILE_ALTIVEC, and not HAVE_ALTIVEC. | ramiro | 2009-08-09 | 1 | -2/+2 |
* | Remove 'offset' argument from PUTRGB* macros since it's unneeded and caused | kostya | 2009-08-09 | 1 | -66/+66 |
* | Remove disabled crufty code. | diego | 2009-08-08 | 3 | -42/+0 |
* | Fix regression when converting to nv12/nv21. | cehoyos | 2009-08-01 | 1 | -1/+3 |
* | MMX2 scaler: Remove {} block leftover from factorization in initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -19/+16 |
* | MMX2 scaler: factorize initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -30/+10 |
* | MMX2 scaler: add variable to ease factorization of initMMX2Scaler(). | ramiro | 2009-07-28 | 1 | -3/+4 |
* | Indent. | ramiro | 2009-07-28 | 1 | -45/+45 |
* | Remove duplicate horizontal scaling when there aren't enough lines in a slice | ramiro | 2009-07-28 | 1 | -52/+15 |
* | Remove useless code. | ramiro | 2009-07-28 | 1 | -3/+1 |
* | Do not misuse HAVE_ defines. Introduce COMPILE_TEMPLATE_ defines and use them | ramiro | 2009-07-27 | 2 | -85/+79 |
* | Factorize x86 fast_bilinear assembly. | ramiro | 2009-07-27 | 1 | -24/+12 |
* | Fix assembly comments for x86 fast_bilinear so they match the C code. | ramiro | 2009-07-27 | 1 | -16/+16 |
* | Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN | mru | 2009-07-26 | 4 | -16/+15 |
* | Remove unnecessary #include <unistd.h> | mru | 2009-07-23 | 1 | -1/+0 |
* | Remove unused variables. | ramiro | 2009-07-21 | 2 | -4/+0 |
* | Remove dependency from swscale_internal.h to lavu/internal.h, it is no longer | ramiro | 2009-07-09 | 2 | -7/+10 |
* | The AltiVec code in libswscale no longer is under GPL. | diego | 2009-07-05 | 1 | -1/+1 |
* | Use enum PixelFormat in sws_format_name() prototype | mru | 2009-07-01 | 1 | -1/+1 |
* | AltiVec code and runtime cpudetect do not require CONFIG_GPL. | diego | 2009-06-25 | 1 | -5/+5 |
* | The AltiVec optimizations of libswscale are no longer under GPL. | diego | 2009-06-25 | 1 | -1/+1 |
* | PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT is set. | diego | 2009-06-25 | 1 | -2/+1 |
* | Do not call rgb2rgbWrapper() for rgb48*, there is no special converter | vitor | 2009-06-17 | 1 | -0/+2 |
* | Kill warnings of possibly unused variables by using av_unused. | ramiro | 2009-06-11 | 1 | -8/+8 |
* | Fix compilation: #undef standard library functions that are | diego | 2009-06-11 | 1 | -0/+6 |
* | Add libavutil/internal.h #include, required for the DECLARE_ALIGNED macro. | diego | 2009-06-11 | 1 | -0/+1 |
* | Remove '\p' doxygen markup, as it should improve plain text doxy | stefano | 2009-06-06 | 1 | -16/+15 |
* | Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code. | ramiro | 2009-06-04 | 2 | -6/+6 |
* | Replace more uses of __attribute__((aligned)) by DECLARE_ALIGNED. | ramiro | 2009-06-04 | 1 | -2/+2 |
* | Use DECLARE_ALIGNED macro instead of gcc __attribute__. | ramiro | 2009-06-04 | 2 | -39/+39 |
* | Testing RGB48 variants requires bigger stride in swscale-example.c | kostya | 2009-06-02 | 1 | -0/+4 |
* | YUV into RGB48 BE/LE conversion support | kostya | 2009-06-02 | 2 | -0/+57 |
* | Partial (low bits ignored, no direct transcoding into other RGB formats) support | kostya | 2009-06-02 | 3 | -1/+61 |
* | Move colorspace conversion functions implemented in pure C from template | kostya | 2009-05-25 | 2 | -137/+138 |
* | Let SwScaler know that RGB48 BE/LE is 16-bits per component format. | kostya | 2009-05-19 | 1 | -0/+2 |
* | Make SwScaler recognize RGB48 BE/LE colourspaces (not support though). | kostya | 2009-05-19 | 2 | -0/+7 |
* | Add const qualifier to param argument of sws_getContext() and | diego | 2009-05-10 | 2 | -4/+5 |
* | Move preprocessor condition before variable declaration, fixes the warning: | diego | 2009-05-10 | 1 | -1/+1 |
* | Add missing const qualifiers to AltiVec function parameters where appropriate. | diego | 2009-05-09 | 3 | -7/+11 |
* | Fix sliced yuv410 -> yuv420 conversion | vitor | 2009-05-07 | 1 | -4/+8 |
* | Change VOFW for x86 to 5120, it allows larger images to be scaled and was | michael | 2009-05-05 | 1 | -1/+6 |
* | Fix chroma shift when scaling from ARGB on LE and BGRA on BE | sdrik | 2009-05-02 | 1 | -1/+1 |
* | Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_c | sdrik | 2009-04-27 | 1 | -9/+0 |
* | Make reset_ptr() void. | cehoyos | 2009-04-23 | 1 | -1/+1 |
* | Planar 16bit 420 422 444 YUV support (output is only supported in some | michael | 2009-04-21 | 3 | -2/+129 |
* | Merge gray->gray converters into planarCopy(), this should also make planarCo... | michael | 2009-04-21 | 1 | -90/+37 |
* | Add macro to check for 16bit per sample. | michael | 2009-04-21 | 1 | -0/+4 |
* | Make sure src/dst are NULL when they arent used, some code uses this to | michael | 2009-04-21 | 1 | -5/+28 |
* | Use generic BE check instead of checking for gray16LE. | michael | 2009-04-20 | 1 | -1/+1 |
* | add isBE() | michael | 2009-04-20 | 1 | -0/+1 |
* | Remove 2 useless += at the end of rgb16to15(), found by CSA. | michael | 2009-04-18 | 1 | -2/+0 |
* | Rename swscale_avoption.c to options.c. | stefano | 2009-04-18 | 2 | -1/+1 |
* | Make sws_setColorspaceDetails() return -1 if the destination format is | stefano | 2009-04-18 | 1 | -1/+1 |
* | Move sws_[gs]etColorspaceDetails() documentation from swscale.c to | stefano | 2009-04-18 | 2 | -9/+9 |
* | whitespace cosmetics: Break some overly long lines. | diego | 2009-04-14 | 1 | -10/+18 |
* | Do not use abgrToA for both luma and alpha channel in hyscale. | sdrik | 2009-04-14 | 2 | -10/+11 |
* | Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. | diego | 2009-04-12 | 1 | -2/+0 |
* | whitespace cosmetics: Reindent a few lines and break a few excessively long l... | diego | 2009-04-12 | 1 | -12/+15 |
* | Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT and always define it. | ramiro | 2009-04-08 | 1 | -10/+10 |
* | swscale: Remove X86 commented out code. | ramiro | 2009-04-05 | 1 | -11/+1 |
* | swscale: Use function pointers for swScale functions. | ramiro | 2009-04-04 | 3 | -205/+186 |
* | swscale: {}-related cosmetics. | ramiro | 2009-04-04 | 1 | -7/+10 |
* | swscale: Add const to some swScale functions' parameters. | ramiro | 2009-04-04 | 2 | -70/+72 |
* | swscale: Remove mmx2 params from h[yc]scale(). | ramiro | 2009-04-02 | 1 | -29/+36 |
* | swscale: Split h[yc]scale_fast() into their own functions. | ramiro | 2009-04-02 | 1 | -23/+38 |
* | swscale: Execute sfence and emms depending on runtime flags. | ramiro | 2009-04-02 | 1 | -17/+4 |
* | Make examples and test progs depend on libraries | mru | 2009-04-01 | 1 | -5/+0 |
* | Add missing $(EXESUF) to example/test program dependency declaration. | diego | 2009-03-31 | 1 | -3/+3 |
* | Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings. | reimar | 2009-03-30 | 1 | -1/+1 |
* | Generalize example target rule in common.mak so that it sets a -example$(EXESUF) | diego | 2009-03-29 | 1 | -1/+1 |
* | Move swscale AltiVec template code to ppc subdirectory. | diego | 2009-03-29 | 2 | -1/+1 |
* | Relicense file to LGPL with the permission of Romain Dolbeau, the author. | diego | 2009-03-29 | 1 | -8/+8 |
* | Move bfin specific code to its subdir. | ramiro | 2009-03-27 | 4 | -4/+7 |
* | Rename cs_test.c --> colorspace-test.c. This is more consistent with the names | diego | 2009-03-26 | 2 | -2/+2 |
* | Move yuv2rgb code to subdirs. | ramiro | 2009-03-26 | 9 | -65/+113 |
* | swscale-example is an API example, not a test program. | diego | 2009-03-25 | 1 | -1/+2 |
* | Adds "YUYV422 to YUVA420P" and "UYVY422 to YUVA420P" unscaled convertion | sdrik | 2009-03-24 | 1 | -2/+8 |
* | Fix some places where "non-alpha to YUVA420P" do not fill the alpha plane | sdrik | 2009-03-24 | 1 | -0/+6 |
* | Simpler and more elegant fix to the x86_32/OSX+PIC build failure | sdrik | 2009-03-24 | 2 | -10/+4 |
* | Rename 'tests' target to 'testprogs'. It is too easily confused with the | diego | 2009-03-22 | 1 | -1/+1 |
* | Remove unnecessary CLEANFILES declaration. Test programs do not require it. | diego | 2009-03-22 | 1 | -2/+0 |
* | Enable unscaled packed422 -> planar 420 converters by default as the | michael | 2009-03-21 | 1 | -5/+4 |
* | 10l (C code was buggy and untested) | michael | 2009-03-21 | 1 | -4/+7 |
* | Average chroma of 2 lines in packed 422 -> planar 420. | michael | 2009-03-21 | 1 | -4/+110 |
* | Fix build failure on x86_32 Mac OS X with PIC enabled | sdrik | 2009-03-21 | 2 | -2/+12 |
* | Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regressi... | reimar | 2009-03-21 | 1 | -1/+3 |
* | Avoid crash on planarCopy to a destination without alpha. | reimar | 2009-03-20 | 1 | -1/+2 |
* | Initialize pointer arrays which may be freed before being initialized. | benoit | 2009-03-20 | 1 | -3/+3 |
* | Do _not_ use rbx on x86_64, it will fail to compile with PIC, besides it | reimar | 2009-03-20 | 1 | -4/+3 |
* | Fix swscale compilation with Altivec enabled. | reimar | 2009-03-20 | 1 | -1/+1 |
* | Reindent after last commit | sdrik | 2009-03-20 | 1 | -66/+66 |
* | Also test the alpha channel in swscale-example | sdrik | 2009-03-20 | 1 | -19/+22 |
* | YUVA420P is now supported as output format | sdrik | 2009-03-20 | 2 | -8/+13 |
* | Add alpha channel scaling | sdrik | 2009-03-20 | 3 | -88/+411 |
* | Add YUVA420P -> RGBA/BGRA/ARGB/ABGR unscaled converters | sdrik | 2009-03-20 | 2 | -10/+115 |
* | Use a simpler and more general check for the gray case in the planarCopy func... | sdrik | 2009-03-20 | 1 | -4/+1 |
* | |