]> git.sesse.net Git - ffmpeg/history - libavcodec/libpostproc
snow mmx+sse2 optimizations, part 4
[ffmpeg] / libavcodec / libpostproc /
2006-03-06 Sam HocevarProper mangling information for symbols in OS X Mach...
2006-03-04 Diego BiurrunMake -xy help output consistent, output an empty line...
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-11 Diego BiurrunQuote all installation paths to protect against spaces...
2006-02-11 Diego Biurrunlibpostproc installs into a different directory that...
2006-02-11 Diego Biurrun100l typo: forgotten $
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-11 Diego BiurrunAdd installlib and install-headers targets like everywh...
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 Diego BiurrunDefine separate version number for libpostproc.
2006-01-14 Diego BiurrunRemove redundant --enable-shared-pp configure option...
2006-01-14 Diego BiurrunMove library name generation to configure, simplifies...
2006-01-14 Diego BiurrunCreate symbolic links for all library sonames and clean...
2006-01-13 Diego BiurrunChange this Makefile to be consistent with all the...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-12 Diego BiurrunMove Darwin shared library build peculiarities to confi...
2006-01-09 Diego Biurrunconsistency cosmetics
2006-01-09 Jacob MeuserMake shared lib name handling consistent with the other...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-21 Diego BiurrunAdd some comments to #ifdef #else #endif blocks and...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-26 Diego Biurrunsupport for building dynamic libraries on Mac OS X
2005-06-27 Michael Niedermayerx86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr...
2005-06-23 Guillaume PoirierGCC4 fix
2005-05-22 Jacob Meuserldconfig as config.mak variable patch by (Jacob Meuser...
2005-05-19 Aurelien Jacobsinstall libav(codec|format).pc/libpostproc.pc for pkg...
2005-05-18 Måns Rullgårdfix shared libpostproc build
2005-05-13 Måns Rullgårdremove/replace non-ascii characters
2005-05-11 Diego BiurrunAdd missing pp=ac to pp_help.
2005-05-05 Michael NiedermayerGCC4 fix by (Keenan Pepper (keenanpepper gmail com)
2005-03-23 Diego BiurrunReplace stray spaces by a tab.
2005-03-19 Tuukka Toivonendisable luma in postprocess filters patch by (Tuukka...
2005-03-16 Luca Barbatoadd libdir support to configure patch by (Luca Barbato...
2005-02-27 Jindřich Makovičkasupport for negative strides
2005-02-04 James A. MorrisonBuild libpostproc out of source directory patch by...
2005-01-15 Diego BiurrunMention the l5 pp filter in 'mplayer -pphelp' output.
2005-01-03 Diego BiurrunMake -pphelp output consistent with the other instances...
2004-12-18 Drew Hessfixes for PIC code on x86-64 patch by (Drew Hess <drew...
2004-10-12 D Richard Felker III1000l
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-10-05 Frantisek DvorakBuild process: libpostproc patch by (Franti?ek Dvo...
2004-10-01 Michel BardiauxHelp debugging by keeping symbols ans line numbers...
2004-09-28 Michael Niedermayer100l (signed vs. unsigend)
2004-08-25 Michael Niedermayertypo fix by (Marcin 'Morgoth' Kurek <morgoth6 at box43...
2004-07-10 Brendan Kehoebuglet in libpostproc Makefile patch by (Brendan Kehoe...
2004-06-05 Romain Dolbeauremove AltiVec.linux warning patch by (Romain Dolbeau...
2004-05-30 Romain DolbeauAnother (final?) patch for libpostproc.
2004-05-28 Romain DolbeauNewer version, using a vectorized version of the
2004-05-28 Michael Niedermayerper line lowpass filter in mmx
2004-05-27 Michael Niedermayermmx optimized version of the per line/accurate deblock...
2004-05-27 Michael Niedermayerfaster c lowpass filter
2004-05-27 Michael Niedermayeraccurate/slow (per line instead of per block) deblock...
2004-05-26 Michael Niedermayeraltivec optimizations and horizontal filter fix by...
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-03-01 Dmitry Baryshkovattribute_used patch by (mitya at school dot ioffe...
2004-01-31 Alex Beregszaszichanged includes
2004-01-04 Michael Niedermayermpeg2 QP clamping fix
2003-10-28 Michael Niedermayerlinear blend 1 line shift fix
2003-09-14 Mike MelansonMinistry of English Composition fixes (courtesy of...
2003-06-28 Michael Niedermayergcc 2.95 workaround
2003-06-26 Michael Niedermayerblinking blocks around thin vertical lines and dots...
2003-05-24 Falk HüffnerWarning and compatibility fixes.
2003-05-11 Dan Christiansenranlib patch by (Dan Christiansen <danchr at daimi...
2003-05-03 Arpilooks better (req. for mp-G2)
2003-04-18 Michael Niedermayerbetter? default thresholds, if this is worse for any...
2003-04-18 Michael Niedermayermpeg2 qscale flag
2003-03-31 Sascha Sommermangle on mingw32 patch by ("Sascha Sommer" <saschasomm...
2003-03-29 Michael Niedermayerfaster C linear blend & interpolate deinterlacers
2003-03-29 Michael Niedermayerfixing cliping of c deinterlacers
2003-03-06 Michael Niedermayerdoxy / cosmetics
2003-02-20 Michael Niedermayerreverse incorrect stride < (width+7)&~7 fix
2003-02-20 Nick Kurshevsync with mplayerxp. Fixes some 405.avi related flaws
2003-02-18 Zdenek Kabelac* update cleanup rules (Steven M. Schultz)
2003-02-14 Michael Niedermayermoving postprocess to ffmpeg/libavcodec