summaryrefslogtreecommitdiffstats
path: root/libavcodec/common.c
Commit message (Expand)AuthorAgeFilesLines
* aspect ratio cleanupMichael Niedermayer2002-11-201-0/+26
* * fixing some minor const warningsZdenek Kabelac2002-11-121-2/+2
* cleanupMichael Niedermayer2002-11-061-27/+0
* faster ff_sqrt()Michael Niedermayer2002-08-221-0/+7
* dont trash table in GET_VLCMichael Niedermayer2002-07-111-1/+1
* get_vlc() optimizationMichael Niedermayer2002-07-101-1/+1
* * declare av_freeZdenek Kabelac2002-07-091-1/+1
* new bitstream reader API (old get_bits() based one is emulated and will still...Michael Niedermayer2002-07-091-163/+43
* use #ifdefFabrice Bellard2002-06-171-1/+1
* fixing get_bits_count at the endMichael Niedermayer2002-06-021-3/+8
* license/copyright changeFabrice Bellard2002-05-251-11/+11
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-7/+4
* move put_string() to common.{c,h}Michael Niedermayer2002-05-031-0/+9
* fixed mpeg4 time stuff on encodingMichael Niedermayer2002-04-171-0/+4
* new motion estimation (epzs) not complete yet but allready pretty good :)Michael Niedermayer2002-03-221-0/+1
* support decoding (with mplayer) of 3 .mp4 files from mphqMichael Niedermayer2002-03-131-0/+8
* optimized the normal bitstream writer, its faster than the alternative one on...Michael Niedermayer2002-02-151-114/+16
* alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer2002-02-121-4/+38
* (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>Arpi2002-01-261-0/+1
* aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni...Michael Niedermayer2002-01-111-38/+0
* another bitstream reader code (faster on intel cpus) - patch by Michael Niede...Michael Niedermayer2002-01-101-0/+16
* - Bug fix on inter MCBPC table for inter+q.Juanjo2001-11-031-0/+46
* win32 fixesFabrice Bellard2001-08-131-16/+4
* added MJPEG decoder + commentsFabrice Bellard2001-08-061-2/+22
* inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...Arpi2001-08-031-9/+9
* Sync with mplayer's stuffNick Kurshev2001-07-301-3/+9
* Initial revisionFabrice Bellard2001-07-221-0/+469
OpenPOWER on IntegriCloud