| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>.... | Alex Beregszaszi | 2003-07-07 | 1 | -1/+1 |
* | RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code fro... | Nick Kurshev | 2003-06-13 | 1 | -1/+1 |
* | FFV1 codec (our very simple lossless intra only codec, compresses much better... | Michael Niedermayer | 2003-06-09 | 1 | -1/+1 |
* | * 3gp patch by Joca | Zdenek Kabelac | 2003-06-05 | 1 | -4/+21 |
* | 4xm codec | Michael Niedermayer | 2003-06-01 | 1 | -1/+1 |
* | ASV1 codec | Michael Niedermayer | 2003-05-19 | 1 | -1/+1 |
* | sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) | BERO | 2003-05-14 | 1 | -0/+6 |
* | AMR-NB audio support patch by (<joca at rixmail dot se>) | joca@rixmail.se | 2003-05-14 | 1 | -0/+5 |
* | * link libfaad when needed | Zdenek Kabelac | 2003-05-12 | 1 | -0/+5 |
* | * support for AAC audio streams via libfaad | Zdenek Kabelac | 2003-05-12 | 1 | -0/+4 |
* | first pass at a new VP3 video decoder | Mike Melanson | 2003-05-05 | 1 | -1/+2 |
* | Compile a52 util functions too | Arpi | 2003-04-16 | 1 | -1/+1 |
* | native Indeo3 decoder implementation | Mike Melanson | 2003-04-15 | 1 | -1/+1 |
* | H264 decoder & demuxer | Michael Niedermayer | 2003-04-04 | 1 | -1/+1 |
* | rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) | Fred Rothganger | 2003-03-16 | 1 | -1/+1 |
* | restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail... | Slavik Gnatenko | 2003-03-11 | 1 | -2/+0 |
* | * using $(MAKE) | Zdenek Kabelac | 2003-02-18 | 1 | -1/+1 |
* | * update cleanup rules (Steven M. Schultz) | Zdenek Kabelac | 2003-02-18 | 1 | -0/+1 |
* | moving postprocess to ffmpeg/libavcodec | Michael Niedermayer | 2003-02-14 | 1 | -0/+12 |
* | * opts compilation | Zdenek Kabelac | 2003-02-10 | 1 | -1/+1 |
* | Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) | Michael Niedermayer | 2003-02-09 | 1 | -1/+1 |
* | dependencies are only build with make depend | Fabrice Bellard | 2003-02-01 | 1 | -5/+3 |
* | --disable-risky support | Michael Niedermayer | 2003-01-29 | 1 | -4/+9 |
* | Altivec on non darwin systems patch by Romain Dolbeau | Romain Dolbeau | 2003-01-26 | 1 | -0/+4 |
* | fixed dependancy generation (I want the case where SRC_PATH is not . to work ... | Fabrice Bellard | 2003-01-22 | 1 | -1/+4 |
* | - removed nonsense *.d dependancy stuff, there was already a better 'make dep... | Arpi | 2003-01-17 | 1 | -12/+6 |
* | AUtomatic dependency generation. Runs on Linux (at least). Probably should | Philip Gladstone | 2003-01-14 | 1 | -1/+8 |
* | altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) | Romain Dolbeau | 2003-01-11 | 1 | -1/+1 |
* | os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) | Slavik Gnatenko | 2003-01-11 | 1 | -2/+4 |
* | tests link all libavcodec | Fabrice Bellard | 2003-01-07 | 1 | -2/+1 |
* | fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-tes... | Fabrice Bellard | 2003-01-07 | 1 | -1/+2 |
* | enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tel... | Fabrice Bellard | 2003-01-07 | 1 | -10/+2 |
* | huffyuv | Michael Niedermayer | 2002-11-14 | 1 | -1/+1 |
* | Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>) | Michael Niedermayer | 2002-11-02 | 1 | -2/+2 |
* | added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support | François Revol | 2002-11-02 | 1 | -1/+1 |
* | added new fft/mdct code - added fft-test program | Fabrice Bellard | 2002-10-28 | 1 | -2/+14 |
* | better/cleaner error resilience (done in a 2nd pass after decoding) | Michael Niedermayer | 2002-10-13 | 1 | -1/+1 |
* | Move Alpha optimized IDCT to own file. Based on a patch by Måns | Falk Hüffner | 2002-10-11 | 1 | -1/+2 |
* | trying to fix the non-x86 IDCTs (untested) | Michael Niedermayer | 2002-10-06 | 1 | -1/+1 |
* | Fix for source dir != build dir. Patch provided by Måns Rullgård. | Falk Hüffner | 2002-10-04 | 1 | -2/+2 |
* | added DV support | Fabrice Bellard | 2002-10-04 | 1 | -1/+1 |
* | ps2 optimizations update patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-10-03 | 1 | -1/+1 |
* | Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win | Falk Hüffner | 2002-09-29 | 1 | -1/+1 |
* | ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>) | Leon van Stuivenberg | 2002-09-23 | 1 | -0/+5 |
* | * Remove -finline-limit=8000 (not supported by gcc 2.95) | Falk Hüffner | 2002-09-19 | 1 | -1/+12 |
* | apiexample needs EXTRALIBS | Michael Niedermayer | 2002-09-05 | 1 | -1/+1 |
* | fixing tests | Michael Niedermayer | 2002-09-05 | 1 | -2/+2 |
* | ar -s -> ranlib | Michael Niedermayer | 2002-09-02 | 1 | -1/+2 |
* | altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway d... | Brian Foley | 2002-09-02 | 1 | -0/+4 |
* | oggvorbis support patch by (Mark Hills <mark at pogo dot org dot uk>) | Mark Hills | 2002-09-01 | 1 | -0/+5 |