summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Expand)AuthorAge
* * using const buffers for readingZdenek Kabelac2003-02-24
* get_vlc2() "docs"Michael Niedermayer2003-02-24
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
* win32: added vsnprintfFabrice Bellard2003-01-28
* optimizing av_log2Michael Niedermayer2003-01-27
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...Michael Niedermayer2003-01-21
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
* generic M_PI defineFabrice Bellard2003-01-07
* Add some rudimentary support for sparc64Philip Gladstone2002-11-26
* aspect ratio cleanupMichael Niedermayer2002-11-20
* * minor warning fixZdenek Kabelac2002-11-14
* * fixing some minor const warningsZdenek Kabelac2002-11-12
* reversing header gameMichael Niedermayer2002-11-10
* cleanupMichael Niedermayer2002-11-06
* put MIN/MAX under ifndef MAX/MINMichael Niedermayer2002-11-01
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
* indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer2002-09-29
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
* faster ff_sqrt()Michael Niedermayer2002-08-22
* this include isn;t longer need and now generate a lot of warnings patch by Bo...Bohdan Horst2002-07-23
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
* Force inlining on get_vlc2.Falk Hüffner2002-07-13
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
* dont trash table in GET_VLCMichael Niedermayer2002-07-11
* Remove some cruft.Falk Hüffner2002-07-10
* get_vlc() optimizationsMichael Niedermayer2002-07-10
* get_vlc() optimizationMichael Niedermayer2002-07-10
* c std doesnt like negative shifts -> use asmMichael Niedermayer2002-07-09
* gcc3 bug workaroundMichael Niedermayer2002-07-09
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-09
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-04
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-02
* reverted to inttypes.h since it gives problems on some unixesFabrice Bellard2002-06-13
* do not export internal functions - use stdint.hFabrice Bellard2002-06-11
* sqrtMichael Niedermayer2002-06-02
* * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H checkZdenek Kabelac2002-05-27
* fixed mangle issueFabrice Bellard2002-05-26
* better logic for bswapFabrice Bellard2002-05-25
* Add an av_abort macro that aborts, but also prints out the location of the ab...Philip Gladstone2002-05-24
* * restored previous non '..' versionZdenek Kabelac2002-05-21
* * using ../ for bswap.hZdenek Kabelac2002-05-21
* * avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac2002-05-21
* better av_freep()Fabrice Bellard2002-05-20
* added proper memory handling functions - fixed include pathsFabrice Bellard2002-05-18
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
* move ABS() to common.hMichael Niedermayer2002-05-04
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03