78 Commits (105645219a6bb805773c4da7b47a5f530e718229)

Author SHA1 Message Date
Michael Niedermayer 983e3246b7 per file doxy 22 years ago
Zdenek Kabelac ae39132d07 * using const buffers for reading 22 years ago
Michael Niedermayer d4c48e4869 get_vlc2() "docs" 22 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Zdenek Kabelac fe1b62fb3e * still unfinished code for Options 22 years ago
Fabrice Bellard d44b50b0af win32: added vsnprintf 22 years ago
Michael Niedermayer c81f034988 optimizing av_log2 22 years ago
Fabrice Bellard 8e1e6f31c1 use av_malloc() functions - added av_strdup and av_realloc() 22 years ago
Michael Niedermayer 68f593b484 GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops 22 years ago
Slavik Gnatenko f3ec2d46ba os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>) 22 years ago
Fabrice Bellard c4d82fea54 generic M_PI define 22 years ago
Philip Gladstone 35fedfc349 Add some rudimentary support for sparc64 22 years ago
Michael Niedermayer 5d3cea3a86 aspect ratio cleanup 22 years ago
Zdenek Kabelac 6a85ec8d9c * minor warning fix 22 years ago
Zdenek Kabelac 18f770162b * fixing some minor const warnings 22 years ago
Michael Niedermayer b8a78f419d reversing header game 22 years ago
Michael Niedermayer 81ada1ce9d cleanup 22 years ago
Michael Niedermayer 75460b0ce5 put MIN/MAX under ifndef MAX/MIN 22 years ago
Michael Niedermayer 073b013d00 complete mpeg4 GMC decoding support 22 years ago
Michael Niedermayer 9b59c92f47 indenting preprocessor stuff, as its completly unreadable otherwise 22 years ago
Michael Niedermayer 2ad1516a6c idct permutation cleanup, idct can be selected per context now 22 years ago
Michael Niedermayer 202ef8b819 ff_get_fourcc() & XVIX support 22 years ago
Michael Niedermayer f36db5dfd3 faster ff_sqrt() 23 years ago
Bohdan Horst a5f0696948 this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl> 23 years ago
Michael Niedermayer e1707f52d5 BeOS patches by "shatty" <shatty at myrealbox.com> 23 years ago
Falk Hüffner d200cab674 Force inlining on get_vlc2. 23 years ago
Michael Niedermayer 45a82edbdd rl vlc decoding optimizations 23 years ago
Michael Niedermayer 6300c80a88 dont trash table in GET_VLC 23 years ago
Falk Hüffner 5ea6f10f72 Remove some cruft. 23 years ago
Michael Niedermayer 08dce7b02f get_vlc() optimizations 23 years ago
Michael Niedermayer cceabc8656 get_vlc() optimization 23 years ago
Michael Niedermayer ef5e74bbfd c std doesnt like negative shifts -> use asm 23 years ago
Michael Niedermayer 55cb1ae6fc gcc3 bug workaround 23 years ago
Michael Niedermayer 8db1a1dde0 new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler) 23 years ago
Falk Hüffner 02da51ec60 * Move "restrict" fallback to common.h 23 years ago
Falk Hüffner 3530320dbf Activate ALT_BITSTREAM_READER by default on Alpha, since it seems to 23 years ago
Fabrice Bellard 4fd6044859 reverted to inttypes.h since it gives problems on some unixes 23 years ago
Fabrice Bellard 96707bb783 do not export internal functions - use stdint.h 23 years ago
Michael Niedermayer 7fd08ac1d1 sqrt 23 years ago
Zdenek Kabelac 8758f7e43c * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H check 23 years ago
Fabrice Bellard 6a3d7e36c9 fixed mangle issue 23 years ago
Fabrice Bellard d503f97038 better logic for bswap 23 years ago
Philip Gladstone 935cdf0902 Add an av_abort macro that aborts, but also prints out the location of the abort. 23 years ago
Zdenek Kabelac 8083185f88 * restored previous non '..' version 23 years ago
Zdenek Kabelac 777cc95fb4 * using ../ for bswap.h 23 years ago
Zdenek Kabelac 49d71c7b05 * avoid conflicts with non-ffmpeg config.h and also it's consistent 23 years ago
Fabrice Bellard 4d7a0a0593 better av_freep() 23 years ago
Fabrice Bellard 44f27b3a86 added proper memory handling functions - fixed include paths 23 years ago
Alex Beregszaszi a69b930cd3 clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25) 23 years ago
Michael Niedermayer 32cd20de42 move ABS() to common.h 23 years ago