summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Collapse)AuthorAge
* generic M_PI defineFabrice Bellard2003-01-07
| | | | Originally committed as revision 1418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some rudimentary support for sparc64Philip Gladstone2002-11-26
| | | | Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio cleanupMichael Niedermayer2002-11-20
| | | | Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor warning fixZdenek Kabelac2002-11-14
| | | | Originally committed as revision 1209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing header gameMichael Niedermayer2002-11-10
| | | | | | MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-06
| | | | Originally committed as revision 1172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put MIN/MAX under ifndef MAX/MINMichael Niedermayer2002-11-01
| | | | Originally committed as revision 1138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete mpeg4 GMC decoding supportMichael Niedermayer2002-10-16
| | | | Originally committed as revision 1046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer2002-09-29
| | | | Originally committed as revision 982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
| | | | Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster ff_sqrt()Michael Niedermayer2002-08-22
| | | | Originally committed as revision 859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* this include isn;t longer need and now generate a lot of warnings patch by ↵Bohdan Horst2002-07-23
| | | | | | Bohdan Horst <nexus at hoth.amu.edu.pl> Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
| | | | | | | | | 1. errno's are negative on beos, so negating them gives positive values. 2. the -shared flag is -nostart on beos. 3. building the shared lib on beos requires -fomit-frame-pointer 4. beos doesn't have oss support Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force inlining on get_vlc2.Falk Hüffner2002-07-13
| | | | Originally committed as revision 756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
| | | | Originally committed as revision 748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont trash table in GET_VLCMichael Niedermayer2002-07-11
| | | | Originally committed as revision 741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some cruft.Falk Hüffner2002-07-10
| | | | Originally committed as revision 740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc() optimizationsMichael Niedermayer2002-07-10
| | | | Originally committed as revision 737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc() optimizationMichael Niedermayer2002-07-10
| | | | Originally committed as revision 735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* c std doesnt like negative shifts -> use asmMichael Niedermayer2002-07-09
| | | | Originally committed as revision 730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc3 bug workaroundMichael Niedermayer2002-07-09
| | | | Originally committed as revision 727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new bitstream reader API (old get_bits() based one is emulated and will ↵Michael Niedermayer2002-07-09
| | | | | | | | still be supported in the future cuz its simpler) minor optimizations to get_vlc Originally committed as revision 725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Move "restrict" fallback to common.hFalk Hüffner2002-07-04
| | | | | | * Don't include config.h in dsputil.c Originally committed as revision 721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Activate ALT_BITSTREAM_READER by default on Alpha, since it seems toFalk Hüffner2002-07-02
| | | | | | be a noticeable win (at least for me :) Originally committed as revision 712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverted to inttypes.h since it gives problems on some unixesFabrice Bellard2002-06-13
| | | | Originally committed as revision 690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not export internal functions - use stdint.hFabrice Bellard2002-06-11
| | | | Originally committed as revision 682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sqrtMichael Niedermayer2002-06-02
| | | | | | MAX, MIN Originally committed as revision 637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * for this moment bswap.h included ahead of HAVE_AV_CONFIG_H checkZdenek Kabelac2002-05-27
| | | | | | | | | as its functionality is used even in those parts which are being compiled without this flag - generaly this would require more complicated cleanup patch - for now leaving for the main author Originally committed as revision 614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mangle issueFabrice Bellard2002-05-26
| | | | Originally committed as revision 605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better logic for bswapFabrice Bellard2002-05-25
| | | | Originally committed as revision 596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an av_abort macro that aborts, but also prints out the location of the ↵Philip Gladstone2002-05-24
| | | | | | | | abort. Helps track down bugs. Originally committed as revision 576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * restored previous non '..' versionZdenek Kabelac2002-05-21
| | | | Originally committed as revision 558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using ../ for bswap.hZdenek Kabelac2002-05-21
| | | | Originally committed as revision 556 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avoid conflicts with non-ffmpeg config.h and also it's consistentZdenek Kabelac2002-05-21
| | | | | | with few other header files included from the main ffmpeg's dir Originally committed as revision 555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better av_freep()Fabrice Bellard2002-05-20
| | | | Originally committed as revision 541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added proper memory handling functions - fixed include pathsFabrice Bellard2002-05-18
| | | | Originally committed as revision 516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clamp intra matrix to 8bit for mjpeg (workaround for qscale>=25)Alex Beregszaszi2002-05-07
| | | | Originally committed as revision 451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ABS() to common.hMichael Niedermayer2002-05-04
| | | | | | print mb_types in nice looking format support Originally committed as revision 440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move put_string() to common.{c,h}Michael Niedermayer2002-05-03
| | | | Originally committed as revision 439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed msmpeg4 infinite loop if buggy streamMichael Niedermayer2002-04-27
| | | | | | | | | | rewrote quantizer fixed bias (+10% compression/quality for h263 like codecs) qscale=1 support mpeg1 intra frames looks far less blocky added codec_id field Originally committed as revision 423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* much better ME for b frames (a bit slow though)Michael Niedermayer2002-04-19
| | | | | | | fixed MC rounding for b frames fixed hq mode with b-frames Originally committed as revision 406 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-17
| | | | | | | | | | | | | mpeg4 b-frame enoding support removed old, out-commented ratecontrol reuse motion compensation code between encoding & decoding prefix newly added global functions with ff_ to reduce namespace polution b-frame ME (unfinished, but working) added some comments to mpegvideo.h do MC on encoding only once if possible bugs? ;) Originally committed as revision 403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dump_stream support (nicely formated 0s and 1s)Michael Niedermayer2002-04-04
| | | | Originally committed as revision 375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* resync marker support, needed for some mp4 filesMichael Niedermayer2002-03-24
| | | | Originally committed as revision 358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-22
| | | | | | | | unlimited mv search range minor bugfix in the mpeg4 header parser reset picture in gop counter if scene change is detected Originally committed as revision 344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-13
| | | | | | optimize h263_pred_motion() Originally committed as revision 330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimized the normal bitstream writer, its faster than the alternative one ↵Michael Niedermayer2002-02-15
| | | | | | on p3 now ... lets hope its at least not slower on p4 & k7 Originally committed as revision 299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aligned bitstream writer (1% slower on p3 but perhaps its faster on p4?)Michael Niedermayer2002-02-12
| | | | Originally committed as revision 296 to svn://svn.ffmpeg.org/ffmpeg/trunk