summaryrefslogtreecommitdiff
path: root/libswscale/Makefile
Commit message (Collapse)AuthorAge
...
* cosmetics: sort lines (correctly)Diego Biurrun2008-05-05
| | | | Originally committed as revision 26673 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: reorder and align targetsLuca Barbato2008-05-04
| | | | Originally committed as revision 26671 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Build sparc arch specific code using the MakefileLuca Barbato2008-05-04
| | | | Originally committed as revision 26670 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: alphabetical orderDiego Biurrun2008-05-04
| | | | Originally committed as revision 26669 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 26346 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
| | | | Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* simplify library version handlingMåns Rullgård2008-03-07
| | | | Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård2008-03-06
| | | | Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename LIB to LIBNAME for consistency.Diego Biurrun2007-10-18
| | | | Originally committed as revision 24802 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Sort some lines, whitespace changes.Diego Biurrun2007-08-30
| | | | Originally committed as revision 24305 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman2007-06-22
| | | | Originally committed as revision 23605 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Missing libswscale part of TARGET_ -> HAVE_ changeReimar Döffinger2007-06-16
| | | | Originally committed as revision 23564 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change.Reimar Döffinger2007-06-16
| | | | Originally committed as revision 23562 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
| | | | | | | | | | | YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Don't declare -lm as a dependency of swscale-example.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23140 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 22355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make example and test build and link correctlyLuca Barbato2007-01-28
| | | | Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify conditional compilation handling.Diego Biurrun2007-01-25
| | | | Originally committed as revision 22009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Clarify that yuv2rgb_init.c cannot be used under LGPLLuca Abeni2006-12-22
| | | | Originally committed as revision 21730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni2006-12-20
| | | | | | | Since mplayer always define CONFIG_GPL, this commit should not change anything for mplayer. Originally committed as revision 21699 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Synch with ffmpeg's r6938 "allow spaces in source and build directory names..."Luca Abeni2006-11-09
| | | | Originally committed as revision 20816 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Properly set EXTRALIBSLuca Abeni2006-10-23
| | | | | | (fixes compilation of shared libswscale on cygwin and other platforms) Originally committed as revision 20413 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 20154 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace -I.. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 20094 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify test program build.Diego Biurrun2006-10-05
| | | | Originally committed as revision 20073 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Test programs depend on $(LIB).Diego Biurrun2006-10-05
| | | | Originally committed as revision 20059 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* FFmpeg uses -D_ISOC9X_SOURCE and not -D_GNU_SOURCE in CFLAGS.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20057 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove cs_test and swscale-example on clean.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20040 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant EXTRALIBS declaration.Diego Biurrun2006-10-04
| | | | Originally committed as revision 20039 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Simplify compilation call by using $(EXTRALIBS).Diego Biurrun2006-10-04
| | | | Originally committed as revision 20038 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Allow to compile swscale testsLuca Abeni2006-08-21
| | | | Originally committed as revision 19476 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-17
| | | | | | | header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com Originally committed as revision 19426 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compilation as a win32 shared library (libavutil must be explicitly linked)Luca Abeni2006-08-16
| | | | Originally committed as revision 19416 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make libswscale build system similar to the libav* oneLuca Abeni2006-07-10
| | | | Originally committed as revision 18994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale