summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* added installlib target to install static libraries and includesFabrice Bellard2002-06-11
| | | | Originally committed as revision 683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* in libavcodec/Makefile there is in line 110: "distclean: clean<binary char>"Felix Bünemann2002-06-07
| | | | | | | this binary char corrupts the makefile and should be removed. patch by Felix Buenemann <atmosfear@users.sourceforge.net> Originally committed as revision 676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oops - these are the midnight commits...Zdenek Kabelac2002-05-21
| | | | | | removed -fPIC used for testing compilability Originally committed as revision 560 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * restored previous behaviour for this momentZdenek Kabelac2002-05-21
| | | | | | users are supposed to supply proper SCR_PATH however Originally committed as revision 559 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac2002-05-21
| | | | | | with few other header files included from the main ffmpeg's dir Originally committed as revision 555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added VPATH support for multiple dir compilationFabrice Bellard2002-05-18
| | | | Originally committed as revision 521 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s has portability problems, anyway rc is enough without s -- suggested ↵Arpi2002-05-03
| | | | | | by Atmosfear Originally committed as revision 437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * by Thomas Sailer:Zdenek Kabelac2002-05-01
| | | | | | | otherwise ffmpeg doesn't compile if shared libs are requested and mp3lame is selected... Originally committed as revision 428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cleanupZdenek Kabelac2002-04-26
| | | | Originally committed as revision 422 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * path to ffmpegs config.hZdenek Kabelac2002-04-23
| | | | Originally committed as revision 419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using liba52Zdenek Kabelac2002-04-22
| | | | Originally committed as revision 417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed ratecontrol & b-framesMichael Niedermayer2002-04-21
| | | | | | | | | 2pass ratecontrol fixed hq with 2pass inceased build num (a few more vars for the rc stuff) hopefully no new bugs Originally committed as revision 408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.Juanjo2002-03-10
| | | | | | - Changes on AVI and WAV muxers to support MP3. Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added PSNR feature to libavcodec and ffmpeg. By now just Y PSNR until I'mJuanjo2002-02-26
| | | | | | | | sure it works ok. Also it's slow, so use it only when you _really_ need to measure quality. - Fix libavcodec Makefile to enable profiling. Originally committed as revision 314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alpha optimizations by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>Nick Kurshev2002-01-20
| | | | Originally committed as revision 274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new IDCT code by Michael Niedermayer (michaelni@gmx.at) - #define ↵Arpi2001-12-09
| | | | | | SIMPLE_IDCT to enable Originally committed as revision 234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing headerNick Kurshev2001-10-27
| | | | Originally committed as revision 197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* headers installationNick Kurshev2001-10-27
| | | | Originally committed as revision 196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shared objects supportNick Kurshev2001-10-27
| | | | Originally committed as revision 194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added pcm codecsFabrice Bellard2001-09-23
| | | | Originally committed as revision 140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlib mergeFabrice Bellard2001-09-16
| | | | Originally committed as revision 131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed mpglibFabrice Bellard2001-09-15
| | | | Originally committed as revision 116 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed nasm stuffFabrice Bellard2001-08-15
| | | | Originally committed as revision 108 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm optimizationsFabrice Bellard2001-08-13
| | | | Originally committed as revision 82 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Portability and testing issuesNick Kurshev2001-08-08
| | | | Originally committed as revision 55 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added idct mmxFabrice Bellard2001-08-07
| | | | Originally committed as revision 43 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MJPEG decoder, renamed mjpegenc.c to mjpeg.cFabrice Bellard2001-08-06
| | | | Originally committed as revision 34 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Suppressing external gas stuff to improve portability to Win32Nick Kurshev2001-08-05
| | | | Originally committed as revision 33 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adding fastmemcpy stuff to speedup mplayer projectNick Kurshev2001-08-02
| | | | Originally committed as revision 27 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added cpuid.sFabrice Bellard2001-07-30
| | | | Originally committed as revision 24 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added mpegvideo_mmx.c - added HAVE_AV_CONFIG_HFabrice Bellard2001-07-30
| | | | Originally committed as revision 18 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sync with mplayer's stuffNick Kurshev2001-07-30
| | | | Originally committed as revision 14 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: ↵Fabrice Bellard2001-07-23
| | | | | | don't forget to put CONFIG_DECODERS in mplayer) Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed config for direct mplayer build compatibilityFabrice Bellard2001-07-23
| | | | Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk