2007-05-23 |
Ivo van Poorten | ffmpeg -sws_flags command line option to set swscaler... |
tree | commitdiff |
2007-05-19 |
Marc Hoffman | Blackfin optimized uyvytoyv12 routine. the implementati... |
tree | commitdiff |
2007-05-16 |
Diego Biurrun | Remove extern C declarations for C++. |
tree | commitdiff |
2007-05-13 |
Marc Hoffman | Blackfin optimized YUV420 to RGB CSC Color Space Conver... |
tree | commitdiff |
2007-05-11 |
Ivo van Poorten | cosmetics; one test per line for all isXXX(x) macros |
tree | commitdiff |
2007-05-09 |
Ivo van Poorten | remove the need of one extra shift in rgb16ToUV |
tree | commitdiff |
2007-05-09 |
Ivo van Poorten | Fix rgb15ToUV. Correct order of components and use... |
tree | commitdiff |
2007-05-02 |
Benoit Fouet | cosmetics: indentation after previous patch |
tree | commitdiff |
2007-05-02 |
Benoit Fouet | test if color conv fonction exists prior to using it |
tree | commitdiff |
2007-04-30 |
Diego Biurrun | cosmetics attack, part IV: Remove all tabs and prettypr... |
tree | commitdiff |
2007-04-29 |
Diego Biurrun | cosmetics attack, part III: Remove all tabs and prettyp... |
tree | commitdiff |
2007-04-29 |
Diego Biurrun | cosmetics: Fix stray wrongly indented line. |
tree | commitdiff |
2007-04-29 |
Diego Biurrun | cosmetics attack, part II: Remove all tabs and prettypr... |
tree | commitdiff |
2007-04-28 |
Diego Biurrun | cosmetics attack, part I: Remove all tabs and prettypri... |
tree | commitdiff |
2007-04-28 |
Diego Biurrun | cosmetics: Replace manual tab indentation by \n\t as... |
tree | commitdiff |
2007-04-26 |
Diego Biurrun | cosmetics: Remove trailing whitespace. |
tree | commitdiff |
2007-04-26 |
Diego Biurrun | Don't declare -lm as a dependency of swscale-example. |
tree | commitdiff |
2007-04-26 |
Marc Hoffman | Remove large automatics from stack. |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | preserve alpha channel when converting rgb32 to bgr32... |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | fix red_15mask and green_15mask. the previous values... |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | test widths all down to one. this tests whether the... |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | skip MMX code in rgb24tobgr24 if the size of the input... |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | skip MMX code in rgb32to16 if the size of the input... |
tree | commitdiff |
2007-04-18 |
Ivo van Poorten | skip MMX code in rgb32to15 if the size of the input... |
tree | commitdiff |
2007-04-17 |
Ivo van Poorten | slightly faster rgb32tobgr32; avoid one add and one cmp |
tree | commitdiff |
2007-04-16 |
Ivo van Poorten | New implementation of rgb32tobgr32 |
tree | commitdiff |
2007-04-15 |
Michael Niedermayer | improve horizontal chroma resolution with pal |
tree | commitdiff |
2007-04-15 |
Michael Niedermayer | convert palette to yuv instead of converting each pixel... |
tree | commitdiff |
2007-04-12 |
Ivo van Poorten | cosmetics, expand all tabs to four spaces. |
tree | commitdiff |
2007-04-12 |
Ivo van Poorten | Replace huge switch statement by a lookup table. |
tree | commitdiff |
2007-04-11 |
Ivo van Poorten | cosmetics after last commit; remove superfluous braces |
tree | commitdiff |
2007-04-11 |
Ivo van Poorten | Remove code duplication in sws_rgb2rgb_init. |
tree | commitdiff |
2007-04-07 |
Diego Biurrun | typo |
tree | commitdiff |
2007-04-03 |
Carl Eugen Hoyos | Fix crash when trying to convert from or to RGBi (i... |
tree | commitdiff |
2007-03-30 |
Marc Hoffman | Handle proper compilation on Mac OS X. |
tree | commitdiff |
2007-03-18 |
Michael Niedermayer | fix full range (jpeg yuv) chroma |
tree | commitdiff |
2007-03-08 |
Karl H. Beckers | Add PIX_FMT_PAL8 to isPacked(). |
tree | commitdiff |
2007-03-02 |
Michael Niedermayer | a small step toward 4 plane support |
tree | commitdiff |
2007-03-02 |
Michael Niedermayer | copy src to prevent the user supplied argumet from... |
tree | commitdiff |
2007-03-01 |
Reimar Döffinger | Fix a possible crash on 64 bit systems when the lumSrcP... |
tree | commitdiff |
2007-02-27 |
Diego Biurrun | Remove useless conditional. |
tree | commitdiff |
2007-02-25 |
Reimar Döffinger | Add av_ prefix to clip functions |
tree | commitdiff |
2007-02-22 |
Diego Biurrun | cosmetics: typo fixes, usefuLL --> useful and aswell... |
tree | commitdiff |
2007-02-17 |
Michael Niedermayer | negative stride and h_size-=8 fix |
tree | commitdiff |
2007-02-17 |
Michael Niedermayer | BGR/RGB4 byte formats as input |
tree | commitdiff |
2007-02-16 |
Michael Niedermayer | pal8 input |
tree | commitdiff |
2007-01-28 |
Luca Barbato | stray fflush spotted by Aurel |
tree | commitdiff |
2007-01-28 |
Luca Barbato | Make example and test build and link correctly |
tree | commitdiff |
2007-01-28 |
Luca Barbato | av_logify |
tree | commitdiff |
2007-01-25 |
Diego Biurrun | Simplify conditional compilation handling. |
tree | commitdiff |
2007-01-23 |
Luca Abeni | Pass a context to av_log(), when possible |
tree | commitdiff |
2007-01-22 |
Diego Biurrun | Fix license headers and FSF postal address. |
tree | commitdiff |
2007-01-13 |
Diego Biurrun | cosmetics: typo pallete --> palette |
tree | commitdiff |
2007-01-12 |
Luca Abeni | deprecate sws_scale_ordered(), as it now is a duplicate... |
tree | commitdiff |
2007-01-12 |
Luca Abeni | Add "support for both orderings of the slices (top... |
tree | commitdiff |
2007-01-06 |
Luca Abeni | replace some av_malloc();memset(...,0,...) sequences... |
tree | commitdiff |
2006-12-26 |
Luca Abeni | change all the occurrences of "FFMIN(FFMAX())" to clip_... |
tree | commitdiff |
2006-12-26 |
Luca Abeni | Mark some variables as possibly unused to avoid warnings |
tree | commitdiff |
2006-12-26 |
Luca Abeni | Add some explicit casts to avoid "assignment from incom... |
tree | commitdiff |
2006-12-26 |
Luca Abeni | Add some other casts, to remove void pointers arithmetic |
tree | commitdiff |
2006-12-26 |
Luca Abeni | Add some explicit casts to avoid some warnings |
tree | commitdiff |
2006-12-26 |
Luca Abeni | Remove some void pointers arithmetic |
tree | commitdiff |
2006-12-22 |
Luca Abeni | Clarify that yuv2rgb_init.c cannot be used under LGPL |
tree | commitdiff |
2006-12-22 |
Luca Abeni | Remove useless include (not needed now that libswscale... |
tree | commitdiff |
2006-12-20 |
Luca Abeni | Fix compilation of non-MMX code with gcc 2.95 |
tree | commitdiff |
2006-12-20 |
Luca Abeni | Allow to compile swscale's non-SIMD code under the... |
tree | commitdiff |
2006-11-27 |
Reimar Döffinger | Change "p" asm constraints to "g", since "p" was a... |
tree | commitdiff |
2006-11-19 |
Luca Abeni | Clarify that some of the non-SIMD code is now LGPLed. |
tree | commitdiff |
2006-11-16 |
Michael Niedermayer | forgotten 2 converters (yeah svn up, svn di svn ci... |
tree | commitdiff |
2006-11-16 |
Michael Niedermayer | fixing the lamest bug in swscale, all the rgb/bgr-... |
tree | commitdiff |
2006-11-16 |
Diego Biurrun | Remove stray newline. |
tree | commitdiff |
2006-11-09 |
Luca Abeni | Synch with ffmpeg's r6938 "allow spaces in source and... |
tree | commitdiff |
2006-11-07 |
Nigel Pearson | Fix MacIntel build: "/nop" is illegal on Apple's older... |
tree | commitdiff |
2006-11-02 |
Luca Abeni | Add support for conversions from the rgb565 and rgb555... |
tree | commitdiff |
2006-11-01 |
Diego Biurrun | Do not mix declarations and statements. |
tree | commitdiff |
2006-11-01 |
Diego Biurrun | Use common define for x86_32 and x86_64. |
tree | commitdiff |
2006-10-24 |
Kostya Shishkov | 16-bit grayscale support |
tree | commitdiff |
2006-10-23 |
Luca Abeni | Properly set EXTRALIBS |
tree | commitdiff |
2006-10-11 |
Diego Biurrun | Rename ABS macro to FFABS. |
tree | commitdiff |
2006-10-11 |
Diego Biurrun | Move CFLAGS handling to common.mak. |
tree | commitdiff |
2006-10-07 |
Diego Biurrun | Change license headers to say 'FFmpeg' instead of ... |
tree | commitdiff |
2006-10-07 |
Diego Biurrun | Replace -I.. by -I$(BUILD_ROOT). |
tree | commitdiff |
2006-10-05 |
Diego Biurrun | Simplify test program build. |
tree | commitdiff |
2006-10-05 |
Diego Biurrun | Test programs depend on $(LIB). |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE... |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | Remove cs_test and swscale-example on clean. |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | Remove redundant EXTRALIBS declaration. |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | Simplify compilation call by using $(EXTRALIBS). |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | Fix warnings: |
tree | commitdiff |
2006-10-04 |
Diego Biurrun | Fix warnings: |
tree | commitdiff |
2006-10-03 |
Aurelien Jacobs | make some global var static (fix a build failure with... |
tree | commitdiff |
2006-10-03 |
Diego Biurrun | Fix unused variable warning when compiling with MMX... |
tree | commitdiff |
2006-10-01 |
Diego Biurrun | Remove unused variables. |
tree | commitdiff |
2006-09-27 |
Luca Abeni | Add support for YUVJ formats |
tree | commitdiff |
2006-09-24 |
Luca Abeni | Improve swscale-example to test conversions between... |
tree | commitdiff |
2006-09-17 |
Luca Abeni | Remove the dependency of libswscale on img_format.h |
tree | commitdiff |
2006-09-17 |
Luca Abeni | Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB... |
tree | commitdiff |
2006-09-09 |
Diego Biurrun | Add proper GPL headers. |
tree | commitdiff |
2006-09-06 |
Diego Biurrun | Add official GPL header to make license explicit as... |
tree | commitdiff |
2006-09-04 |
Víctor Paesa | Add sws_getCachedContext(), which checks if context... |
tree | commitdiff |
next |