summaryrefslogtreecommitdiffstats
path: root/libavcodec/common.h
Commit message (Expand)AuthorAgeFilesLines
* Add some rudimentary support for sparc64Philip Gladstone2002-11-261-0/+12
* aspect ratio cleanupMichael Niedermayer2002-11-201-0/+2
* * minor warning fixZdenek Kabelac2002-11-141-1/+1
* * fixing some minor const warningsZdenek Kabelac2002-11-121-1/+1
* reversing header gameMichael Niedermayer2002-11-101-7/+2
* cleanupMichael Niedermayer2002-11-061-93/+0
* put MIN/MAX under ifndef MAX/MINMichael Niedermayer2002-11-011-2/+8
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-161-0/+2
* indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer2002-09-291-81/+81
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-291-0/+16
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-271-0/+10
* faster ff_sqrt()Michael Niedermayer2002-08-221-1/+5
* this include isn;t longer need and now generate a lot of warnings patch by Bo...Bohdan Horst2002-07-231-4/+0
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-191-0/+4
* Force inlining on get_vlc2.Falk Hüffner2002-07-131-1/+8
* rl vlc decoding optimizationsMichael Niedermayer2002-07-131-0/+29
* dont trash table in GET_VLCMichael Niedermayer2002-07-111-5/+2
* Remove some cruft.Falk Hüffner2002-07-101-8/+0
* get_vlc() optimizationsMichael Niedermayer2002-07-101-0/+14
* get_vlc() optimizationMichael Niedermayer2002-07-101-48/+38
* c std doesnt like negative shifts -> use asmMichael Niedermayer2002-07-091-12/+26
* gcc3 bug workaroundMichael Niedermayer2002-07-091-1/+1
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-091-311/+273
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-041-0/+5
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-021-1/+5
* reverted to inttypes.h since it gives problems on some unixesFabrice Bellard2002-06-131-1/+1
* do not export internal functions - use stdint.hFabrice Bellard2002-06-111-13/+6
* sqrtMichael Niedermayer2002-06-021-1/+36
* * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H checkZdenek Kabelac2002-05-271-2/+1
* fixed mangle issueFabrice Bellard2002-05-261-8/+7
* better logic for bswapFabrice Bellard2002-05-251-16/+14
* Add an av_abort macro that aborts, but also prints out the location of the ab...Philip Gladstone2002-05-241-0/+2
* * restored previous non '..' versionZdenek Kabelac2002-05-211-2/+2
* * using ../ for bswap.hZdenek Kabelac2002-05-211-1/+1
* * avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac2002-05-211-1/+1
* better av_freep()Fabrice Bellard2002-05-201-9/+2
* added proper memory handling functions - fixed include pathsFabrice Bellard2002-05-181-3/+7
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-071-0/+2
* move ABS() to common.hMichael Niedermayer2002-05-041-0/+1
* move put_string() to common.{c,h}Michael Niedermayer2002-05-031-0/+1
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-271-0/+3
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-191-0/+10
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-0/+3
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-041-2/+38
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-241-0/+39
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-0/+19
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-131-0/+1
* optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer2002-02-151-10/+76
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-121-1/+35
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-121-1/+106
OpenPOWER on IntegriCloud