]> git.sesse.net Git - ffmpeg/history - libswscale
matroskadec: simplify, first_timecode is already in the index
[ffmpeg] / libswscale /
2008-09-11 Michael Niedermayer100000000000000l, forgot to commit header change for...
2008-09-11 Michael NiedermayerFix typo that lead to averaging of the same pixel in...
2008-09-11 Michael NiedermayerRemove mistakely commited code i used for testing.
2008-09-11 Michael NiedermayerImplement full horizontal chroma for rgb/bgr24/32 output.
2008-09-11 Michael NiedermayerDo not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C.
2008-09-11 Michael NiedermayerFactorize yuv2packedXinC().
2008-09-11 Michael NiedermayerSet rgb2yuv constants more accurately, makes no real...
2008-09-11 Michael NiedermayerFix chroma yuv->rgb tables for jpeg style yuv, this...
2008-09-10 Michael NiedermayerCorrect normalization constant for the vertical filter...
2008-09-10 Michael NiedermayerMake the 2point linear interpolation coefficients corre...
2008-09-10 Michael NiedermayerFix overflow.
2008-09-10 Michael NiedermayerFix build failure due to %%eip on x86_64.
2008-09-10 Michael NiedermayerChange RGB2YUV_SHIFT from 16 to 15 to make it able...
2008-09-10 Michael NiedermayerAdd bgr/rgb15/16/32->UV-half to the macro so theres...
2008-09-10 Michael NiedermayerFactorize RGB/BGR15/16/32->UV by using the preprocessor.
2008-09-10 Michael NiedermayerFactorize rgb/bgr15/16/32->Y by using the preprocessor.
2008-09-10 Michael NiedermayerMake SWS_FULL_CHR_H_INP work.
2008-09-10 Diego Biurrunspelling/wording cosmetics
2008-09-09 Michael NiedermayerMore accurate rounding for 8bit inputs.
2008-09-09 Michael NiedermayerRewrite bgr24->yuv mmx code, the new code is cleaner...
2008-09-09 Michael NiedermayerAdd table of rgb->yuv convertion coefficients.
2008-09-09 Michael NiedermayerMore correct rounding for the rgb/bgr->yuv converters.
2008-09-09 Michael NiedermayerPrevent overflows during mpeg->jpeg yuv.
2008-09-08 Michael NiedermayerFix jpeg yuv.
2008-09-08 Michael NiedermayerFix typo in comment.
2008-09-07 Michael NiedermayerFix accurate rounding mode on x86_64.
2008-09-07 Luca BarbatoMake ToY and ToUV family of function consistent part I
2008-09-07 Michael NiedermayerMake fast bilinear scaler work again.
2008-09-05 Baptiste Couduriersimplify function selection code
2008-09-05 Baptiste Coudurierenable yuv422p to uyvy converter
2008-09-04 Michael NiedermayerMake 16bit grayscale output work.
2008-09-04 Michael NiedermayerFix SWS_FAST_BILINEAR and SWS_POINT with some unscaled...
2008-09-04 Michael NiedermayerSupport PIX_FMT_RGB32_1 and PIX_FMT_BGR32_1.
2008-09-04 Michael NiedermayerFix 4 and 8 bit RGB/BGR input.
2008-09-04 Michael NiedermayerRemove workaround for rgb/bgr mess.
2008-09-04 Michael NiedermayerFix 4 of the unscaled rgb15/16 converters, each of...
2008-09-04 Michael Niedermayerrgb vs bgr fix for the unscaled converters.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part2.
2008-09-04 Michael NiedermayerFix rgb15/16 vs. bgr part1.
2008-09-04 Michael NiedermayerAdd fflush to prevent stdout & stderr from being mixed.
2008-08-31 Stefano SabatiniChange headers' guardnames consistently with r15120.
2008-08-29 Stefano SabatiniImplement swscale_version().
2008-07-25 Guillaume Poiriercompilation fix with GCC 4.0.1 on MacOSX tiger, broken...
2008-07-24 Diego BiurrunFix indentation after last commit.
2008-07-24 Diego BiurrunRemove AltiVec vector declaration compiler compatibilit...
2008-07-21 Michael Niedermayerfix memleak
2008-07-21 Michael NiedermayerCleanup, use av_freep() instead of av_free(x); x=NULL
2008-07-18 Michael NiedermayerMake C code in yuv2yuv1() do accurate rounding, this...
2008-07-17 Michael Niedermayerindent
2008-07-17 Michael NiedermayerForgotten accurate rounding function YSCALEYUV2YV121_AC...
2008-07-17 Michael Niedermayersimplify yuv2yuv1()
2008-07-17 Michael Niedermayer10l forgot SWS_BILINEAR
2008-07-17 Michael NiedermayerEnsure that exactly one scaler algo is used.
2008-07-13 Alexander StrangeCosmetics: reindent.
2008-07-13 Alexander StrangeRemove const vector casts.
2008-07-10 Luca Barbato100L, avoption splited code added, I should double...
2008-07-09 Luca BarbatoSplit AVOption/AVClass in a separate file. SoC Patch...
2008-07-06 Luca BarbatoRemove ASSERT() macro. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoReindent. SoC Patch from Keiji Costantini
2008-07-06 Luca BarbatoSplit simpleCopy into packedCopy and planarCopy. SoC...
2008-07-04 Diego Biurrunspelling/grammar/wording overhaul
2008-07-04 Diego Biurrunwhitespace cosmetics
2008-07-04 Diego BiurrunPlace license header at the top of the file for consist...
2008-06-08 Diego BiurrunOBJS should end in .o, not .c.
2008-06-08 Jan KnutarVIS OBJS should end in .o, not .c; patch by Jan Knutar...
2008-06-08 Jan KnutarAdd missing #include, patch by Jan Knutar, jknutar...
2008-06-01 Baptiste Coudurierrestore needed cast to correct type with const
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Couduriercast to correct type, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurierremove useless casts
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurieradd const, suppress warnings
2008-06-01 Baptiste Coudurierremove useless casts
2008-05-09 Keiji CostantiniRemove in_asm_used_var_warning_killer()
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-05 Diego Biurruncosmetics: sort lines (correctly)
2008-05-04 Luca BarbatoCosmetics: reorder and align targets
2008-05-04 Luca BarbatoBuild sparc arch specific code using the Makefile
2008-05-04 Diego Biurruncosmetics: alphabetical order
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-04-13 Diego BiurrunRelicense test/example files as LGPL with Michael's...
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-03-29 Diego BiurrunFix wrong #endif comment.
2008-03-25 Diego BiurrunClassify mlib as a configurable option, not as a hardwa...
2008-03-22 Alexander StrangeFix 64 bit shared library compilation with MMX2 by...
2008-03-22 Diego Biurruncosmetics: comment typo fixes
2008-03-18 Diego BiurrunRemove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC.
2008-03-17 Zuxy MengFix a typo that causes an assertion to always fail.
2008-03-15 Diego Biurruntypo
2008-03-15 Diego BiurrunRemove the unused function roundToInt16. It is a duplic...
2008-03-12 Diego Biurruntypos
2008-03-11 Diego BiurrunMark Y variable in EPILOG macro as av_unused to avoid...
2008-03-10 Diego Biurruntypo
2008-03-10 Panagiotis IssarisMake av_class a pointer to const.
2008-03-10 Benoit Fouetdefine VOF as double of VOFW.
2008-03-10 Diego BiurrunRemove redundant swScaler: output from places where...
2008-03-08 Diego Biurruncosmetics: Remove useless empty line.
next