summaryrefslogtreecommitdiffstats
path: root/libavcodec/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cygwin's mangling by Felix Buenemann <atmosfear@users.sourceforge.net>Nick Kurshev2002-01-201-1/+1
* (commited by michael / arpi was crazy enough to give me his password)Michael Niedermayer2002-01-121-12/+38
* aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer2002-01-111-11/+132
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-101-1/+64
* fixed gcc-3.0.x compilation (by Michael Niedermayer)Nick Kurshev2001-11-101-1/+1
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-031-0/+14
* suppressed mpglibFabrice Bellard2001-09-231-1/+0
* version changeFabrice Bellard2001-09-161-2/+2
* added get_bits_count()Fabrice Bellard2001-09-151-1/+5
* win32 fixesFabrice Bellard2001-08-151-2/+31
* log2 to av_log2 - added integer version defineFabrice Bellard2001-08-151-2/+3
OpenPOWER on IntegriCloud