]> git.sesse.net Git - ffmpeg/history - libswscale
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
[ffmpeg] / libswscale /
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.
2008-03-08 Diego Biurruncosmetics: Consistently move NAME and FFLIBS to the...
2008-03-07 Måns Rullgårdsimplify library version handling
2008-03-06 Måns Rullgårdconsolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
2008-03-06 Baptiste Coudurierchange sws_format_name to return const char*, supress...
2008-03-06 Baptiste Coudurierremove redundant SwScaler text since av_log uses AVClas...
2008-03-05 Michael NiedermayerOne more (forgotten) fix for fixing sws_flags.
2008-03-05 Michael NiedermayerTurn ancient V offset numerical constants into named...
2008-02-26 Måns Rullgårdless preprocessor magic in version number macros
2008-02-25 Diego BiurrunFix outdated comment.
2008-02-25 Måns Rullgård#include "libavutil/avutil.h" in swscale.h
2008-02-24 Reimar Döffinger__asm __volatile -> asm volatile part 3
2008-02-22 Carl Eugen HoyosDiscard two symbols from libswscale.
2008-02-19 Måns RullgårdClean up lib* version definitions
2008-02-17 Måns Rullgårdremove duplicate AV_STRINGIFY() definition
2008-02-16 Mike FrysingerFLAT objects cannot have multiple sections, so using...
2008-02-15 Stefano SabatiniMore explicit unsupported pixel format error messages.
2008-02-13 Diego Biurruntypo
2008-02-09 Carl Eugen HoyosMake dither4 & dither8 const.
2008-01-29 Reimar DöffingerMake some assembler constants global instead of declari...
2008-01-28 Reimar DöffingerUse DECLARE_ASM_CONST where possible in libswscale...
2008-01-21 Reimar DöffingerFix typo in comment
2008-01-17 Benoit FouetChange (a == NULL) condition to (!a) and (a != NULL...
2008-01-17 Benoit FouetRemove some useless parentheses.
2008-01-17 Benoit FouetCosmetics: whitespaces
2008-01-17 Benoit FouetRemove non cosmetic spaces inside parentheses.
2008-01-17 Benoit FouetDescription: remove superfluous parentheses.
2008-01-17 KO Myung-HunCheck param in sws_getCachedContext().
2007-12-21 Diego Biurruncomment typo fixes
2007-12-20 Peter SchlaileMake sure strides have positive values before converting.
2007-12-08 Diego BiurrunAdd missing declarations for AltiVec functions, fixes...
2007-12-07 Diego BiurrunFix 'make checkheaders' on AltiVec-enabled systems.
2007-12-02 Diego BiurrunFix some spelling typos
2007-11-30 Diego BiurrunComment some #endif directives.
2007-11-22 Diego Biurruncomment spelling/grammar fixes
2007-11-04 Diego BiurrunThe function names of [rgb|bgr]1[56]to[UV|Y] had rgb...
2007-10-18 Diego BiurrunRename LIB to LIBNAME for consistency.
2007-10-18 Diego Biurrun1l: Update wrong #endif comment.
2007-10-18 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-02 Diego Biurruncosmetics: Fix AltiVec spelling.
2007-09-27 Diego BiurrunRevert wrong ARCH_BFIN --> HAVE_BFIN change.
2007-09-24 Aurelien Jacobsadd support for yuva420p colorspace (yuv420p + alpha)
2007-09-24 Michael Niedermayercosmetic (get rid of _ at the start of local variable...
next