| Commit message (Expand) | Author | Age | Files | Lines |
* | indenting preprocessor stuff, as its completly unreadable otherwise | Michael Niedermayer | 2002-09-29 | 1 | -81/+81 |
* | idct permutation cleanup, idct can be selected per context now | Michael Niedermayer | 2002-09-29 | 1 | -0/+16 |
* | ff_get_fourcc() & XVIX support | Michael Niedermayer | 2002-09-27 | 1 | -0/+10 |
* | faster ff_sqrt() | Michael Niedermayer | 2002-08-22 | 1 | -1/+5 |
* | this include isn;t longer need and now generate a lot of warnings patch by Bo... | Bohdan Horst | 2002-07-23 | 1 | -4/+0 |
* | BeOS patches by "shatty" <shatty at myrealbox.com> | Michael Niedermayer | 2002-07-19 | 1 | -0/+4 |
* | Force inlining on get_vlc2. | Falk Hüffner | 2002-07-13 | 1 | -1/+8 |
* | rl vlc decoding optimizations | Michael Niedermayer | 2002-07-13 | 1 | -0/+29 |
* | dont trash table in GET_VLC | Michael Niedermayer | 2002-07-11 | 1 | -5/+2 |
* | Remove some cruft. | Falk Hüffner | 2002-07-10 | 1 | -8/+0 |
* | get_vlc() optimizations | Michael Niedermayer | 2002-07-10 | 1 | -0/+14 |
* | get_vlc() optimization | Michael Niedermayer | 2002-07-10 | 1 | -48/+38 |
* | c std doesnt like negative shifts -> use asm | Michael Niedermayer | 2002-07-09 | 1 | -12/+26 |
* | gcc3 bug workaround | Michael Niedermayer | 2002-07-09 | 1 | -1/+1 |
* | new bitstream reader API (old get_bits() based one is emulated and will still... | Michael Niedermayer | 2002-07-09 | 1 | -311/+273 |
* | * Move "restrict" fallback to common.h | Falk Hüffner | 2002-07-04 | 1 | -0/+5 |
* | Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to | Falk Hüffner | 2002-07-02 | 1 | -1/+5 |
* | reverted to inttypes.h since it gives problems on some unixes | Fabrice Bellard | 2002-06-13 | 1 | -1/+1 |
* | do not export internal functions - use stdint.h | Fabrice Bellard | 2002-06-11 | 1 | -13/+6 |
* | sqrt | Michael Niedermayer | 2002-06-02 | 1 | -1/+36 |
* | * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check | Zdenek Kabelac | 2002-05-27 | 1 | -2/+1 |
* | fixed mangle issue | Fabrice Bellard | 2002-05-26 | 1 | -8/+7 |
* | better logic for bswap | Fabrice Bellard | 2002-05-25 | 1 | -16/+14 |
* | Add an av_abort macro that aborts, but also prints out the location of the ab... | Philip Gladstone | 2002-05-24 | 1 | -0/+2 |
* | * restored previous non '..' version | Zdenek Kabelac | 2002-05-21 | 1 | -2/+2 |
* | * using ../ for bswap.h | Zdenek Kabelac | 2002-05-21 | 1 | -1/+1 |
* | * avoid conflicts with non-ffmpeg config.h and also it's consistent | Zdenek Kabelac | 2002-05-21 | 1 | -1/+1 |
* | better av_freep() | Fabrice Bellard | 2002-05-20 | 1 | -9/+2 |
* | added proper memory handling functions - fixed include paths | Fabrice Bellard | 2002-05-18 | 1 | -3/+7 |
* | clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) | Alex Beregszaszi | 2002-05-07 | 1 | -0/+2 |
* | move ABS() to common.h | Michael Niedermayer | 2002-05-04 | 1 | -0/+1 |
* | move put_string() to common.{c,h} | Michael Niedermayer | 2002-05-03 | 1 | -0/+1 |
* | fixed msmpeg4 infinite loop if buggy stream | Michael Niedermayer | 2002-04-27 | 1 | -0/+3 |
* | much better ME for b frames (a bit slow though) | Michael Niedermayer | 2002-04-19 | 1 | -0/+10 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -0/+3 |
* | dump_stream support (nicely formated 0s and 1s) | Michael Niedermayer | 2002-04-04 | 1 | -2/+38 |
* | resync marker support, needed for some mp4 files | Michael Niedermayer | 2002-03-24 | 1 | -0/+39 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -0/+19 |
* | support decoding (with mplayer) of 3 .mp4 files from mphq | Michael Niedermayer | 2002-03-13 | 1 | -0/+1 |
* | optimized the normal bitstream writer, its faster than the alternative one on... | Michael Niedermayer | 2002-02-15 | 1 | -10/+76 |
* | aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?) | Michael Niedermayer | 2002-02-12 | 1 | -1/+35 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 1 | -1/+106 |
* | Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net> | Nick Kurshev | 2002-01-20 | 1 | -1/+1 |
* | (commited by michael / arpi was crazy enough to give me his password) | Michael Niedermayer | 2002-01-12 | 1 | -12/+38 |
* | aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni... | Michael Niedermayer | 2002-01-11 | 1 | -11/+132 |
* | another bitstream reader code (faster on intel cpus) - patch by Michael Niede... | Michael Niedermayer | 2002-01-10 | 1 | -1/+64 |
* | fixed gcc-3.0.x compilation (by Michael Niedermayer) | Nick Kurshev | 2001-11-10 | 1 | -1/+1 |
* | - Bug fix on inter MCBPC table for inter+q. | Juanjo | 2001-11-03 | 1 | -0/+14 |
* | suppressed mpglib | Fabrice Bellard | 2001-09-23 | 1 | -1/+0 |
* | version change | Fabrice Bellard | 2001-09-16 | 1 | -2/+2 |