summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* --disable-risky supportMichael Niedermayer2003-01-29
| | | | Originally committed as revision 1522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec on non darwin systems patch by Romain DolbeauRomain Dolbeau2003-01-26
| | | | Originally committed as revision 1509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed dependancy generation (I want the case where SRC_PATH is not . to work ↵Fabrice Bellard2003-01-22
| | | | | | too - very useful if you have different gcc versions to test at the same time...) - fixed -msse stuff Originally committed as revision 1488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - removed nonsense *.d dependancy stuff, there was already a better 'make ↵Arpi2003-01-17
| | | | | | | | dep' support in it - enabled .depend generation by default, so no need to 'make dep' then... Originally committed as revision 1468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone2003-01-14
| | | | | | update .cvsignore (somehere) to exclude .d files Originally committed as revision 1459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>)Romain Dolbeau2003-01-11
| | | | Originally committed as revision 1448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tests link all libavcodecFabrice Bellard2003-01-07
| | | | Originally committed as revision 1421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fft altivec by Romain Dolbeau - simplified patch, test it on PPC with ↵Fabrice Bellard2003-01-07
| | | | | | fft-test and wma decoding Originally committed as revision 1417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please ↵Fabrice Bellard2003-01-07
| | | | | | tell me if you have better ideas for intrinsic naming or Makefile support) Originally committed as revision 1415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-14
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-02
| | | | Originally committed as revision 1147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
| | | | | | | | | contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added new fft/mdct code - added fft-test programFabrice Bellard2002-10-28
| | | | Originally committed as revision 1091 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better/cleaner error resilience (done in a 2nd pass after decoding)Michael Niedermayer2002-10-13
| | | | | | h263/mpeg4 out of order slice decoding Originally committed as revision 1030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Alpha optimized IDCT to own file. Based on a patch by MånsFalk Hüffner2002-10-11
| | | | | | | | | Rullgård <mru@users.sourceforge.net>. I've left out the idctCol2 part, because W4 has recently been decreed to be 16383, and also I doubt it will give a noticeable speedup. Originally committed as revision 1029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
| | | | Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for source dir != build dir. Patch provided by Måns Rullgård.Falk Hüffner2002-10-04
| | | | Originally committed as revision 1003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added DV supportFabrice Bellard2002-10-04
| | | | Originally committed as revision 999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-10-03
| | | | Originally committed as revision 996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
| | | | | | on ev6. Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
| | | | Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner2002-09-19
| | | | | | * Hack to force correct gcc arch flags for motion_est_alpha.c Originally committed as revision 956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-05
| | | | Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing testsMichael Niedermayer2002-09-05
| | | | Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s -> ranlibMichael Niedermayer2002-09-02
| | | | Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-02
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>)Mark Hills2002-09-01
| | | | Originally committed as revision 896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct-test updateMichael Niedermayer2002-09-01
| | | | | | | | test simple-idct and ijg int DCT too do tests with random & sparse matrixes print systematic error matrixes Originally committed as revision 892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slow but accurate integer dct from IJG (should be ok with the LGPL as the ↵Michael Niedermayer2002-08-29
| | | | | | | | old DCT is the fast integer DCT from IJG) per context DCT selection Originally committed as revision 878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first cut at altivec support on darwin patch by (Brian Foley <bfoley at ↵Brian Foley2002-08-28
| | | | | | compsoc dot nuigalway dot ie>) Originally committed as revision 875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new ratecontrol codeMichael Niedermayer2002-08-25
| | | | Originally committed as revision 862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darwin patches by Heliodoro Tammaro <helio at interactives dot org>Michael Niedermayer2002-08-21
| | | | Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch by (Volker Moell <volker-ml at die-moells dot de>)Volker Moell2002-08-13
| | | | | | | | creating $(prefix)/bin and $(prefix)/lib improved linking libavcodec.so -> libavcodec-$(VERSION).so ldconfig does not rise an error on not beeing root when installing Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
| | | | Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
| | | | | | | | | 1. errno's are negative on beos, so negating them gives positive values. 2. the -shared flag is -nostart on beos. 3. building the shared lib on beos requires -fomit-frame-pointer 4. beos doesn't have oss support Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-18
| | | | Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tweak Alpha compiler flags.Falk Hüffner2002-07-11
| | | | Originally committed as revision 745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new codec: Sorenson v1Nick Kurshev2002-07-09
| | | | Originally committed as revision 726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement put_pixels_clamped and add_pixels_clamped in Assembler. ThisFalk Hüffner2002-07-01
| | | | | | | allows better scheduling of the memory accesses, and is portable among all compilers. Originally committed as revision 709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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