summaryrefslogtreecommitdiff
path: root/libavcodec/common.h
Commit message (Collapse)AuthorAge
...
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * 'externaly' visible option list begins avoptions_ prefixZdenek Kabelac2003-03-10
| | | | | | * fixed FLAG AVOption Originally committed as revision 1661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifiedAlex Beregszaszi2003-03-09
| | | | Originally committed as revision 1655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * more generic avoption_parseZdenek Kabelac2003-03-07
| | | | | | * reused help ptr for sub ptr Originally committed as revision 1642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more cosmetics so that doxygen output is readable ...Michael Niedermayer2003-03-06
| | | | Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using const buffers for readingZdenek Kabelac2003-02-24
| | | | Originally committed as revision 1603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc2() "docs"Michael Niedermayer2003-02-24
| | | | Originally committed as revision 1599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * still unfinished code for OptionsZdenek Kabelac2003-02-10
| | | | | | * demo code - awating more comments Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32: added vsnprintfFabrice Bellard2003-01-28
| | | | Originally committed as revision 1518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing av_log2Michael Niedermayer2003-01-27
| | | | Originally committed as revision 1515 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)Slavik Gnatenko2003-01-11
| | | | Originally committed as revision 1447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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