| Commit message (Expand) | Author | Age | Files | Lines |
* | Tiny patch for OpenBSD by (Björn Sandell <biorn at dce dot chalmers dot se>) | Michael Niedermayer | 2003-05-05 | 1 | -1/+1 |
* | simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i... | Michael Niedermayer | 2003-04-10 | 1 | -0/+9 |
* | Fix for buggy (?) g++ (bailling out for beosaudio.cpp) | François Revol | 2003-04-05 | 1 | -1/+1 |
* | #ifdef TRACE printf() -> tprintf() | Michael Niedermayer | 2003-04-05 | 1 | -1/+5 |
* | 10l | Michael Niedermayer | 2003-03-26 | 1 | -2/+2 |
* | bitstream tracing support | Michael Niedermayer | 2003-03-21 | 1 | -0/+40 |
* | rawvideo patch by (Fred Rothganger <rothgang at uiuc dot edu>) | Fred Rothganger | 2003-03-16 | 1 | -0/+4 |
* | * added more options | Zdenek Kabelac | 2003-03-12 | 1 | -0/+2 |
* | per context frame_rate_base, this should finally fix frame_rate related av sy... | Michael Niedermayer | 2003-03-12 | 1 | -1/+1 |
* | * 'externaly' visible option list begins avoptions_ prefix | Zdenek Kabelac | 2003-03-10 | 1 | -0/+8 |
* | simplified | Alex Beregszaszi | 2003-03-09 | 1 | -3/+0 |
* | * more generic avoption_parse | Zdenek Kabelac | 2003-03-07 | 1 | -1/+1 |
* | more cosmetics so that doxygen output is readable ... | Michael Niedermayer | 2003-03-06 | 1 | -1/+1 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | * using const buffers for reading | Zdenek Kabelac | 2003-02-24 | 1 | -2/+2 |
* | get_vlc2() "docs" | Michael Niedermayer | 2003-02-24 | 1 | -0/+8 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -67/+36 |
* | * still unfinished code for Options | Zdenek Kabelac | 2003-02-10 | 1 | -0/+18 |
* | win32: added vsnprintf | Fabrice Bellard | 2003-01-28 | 1 | -0/+1 |
* | optimizing av_log2 | Michael Niedermayer | 2003-01-27 | 1 | -11/+18 |
* | use av_malloc() functions - added av_strdup and av_realloc() | Fabrice Bellard | 2003-01-23 | 1 | -0/+5 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -1/+7 |
* | os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) | Slavik Gnatenko | 2003-01-11 | 1 | -2/+33 |
* | generic M_PI define | Fabrice Bellard | 2003-01-07 | 1 | -3/+4 |
* | Add some rudimentary support for sparc64 | Philip Gladstone | 2002-11-26 | 1 | -0/+12 |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 1 | -0/+2 |
* | * minor warning fix | Zdenek Kabelac | 2002-11-14 | 1 | -1/+1 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -1/+1 |
* | reversing header game | Michael Niedermayer | 2002-11-10 | 1 | -7/+2 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -93/+0 |
* | put MIN/MAX under ifndef MAX/MIN | Michael Niedermayer | 2002-11-01 | 1 | -2/+8 |
* | complete mpeg4 GMC decoding support | Michael Niedermayer | 2002-10-16 | 1 | -0/+2 |
* | 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 |