summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Expand)AuthorAge
* 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
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-04
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
* optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer2002-02-15
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-12