| Commit message (Expand) | Author | Age | Files | Lines |
* | aspect ratio cleanup | Michael Niedermayer | 2002-11-20 | 1 | -0/+26 |
* | * fixing some minor const warnings | Zdenek Kabelac | 2002-11-12 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2002-11-06 | 1 | -27/+0 |
* | faster ff_sqrt() | Michael Niedermayer | 2002-08-22 | 1 | -0/+7 |
* | dont trash table in GET_VLC | Michael Niedermayer | 2002-07-11 | 1 | -1/+1 |
* | get_vlc() optimization | Michael Niedermayer | 2002-07-10 | 1 | -1/+1 |
* | * declare av_free | Zdenek Kabelac | 2002-07-09 | 1 | -1/+1 |
* | new bitstream reader API (old get_bits() based one is emulated and will still... | Michael Niedermayer | 2002-07-09 | 1 | -163/+43 |
* | use #ifdef | Fabrice Bellard | 2002-06-17 | 1 | -1/+1 |
* | fixing get_bits_count at the end | Michael Niedermayer | 2002-06-02 | 1 | -3/+8 |
* | license/copyright change | Fabrice Bellard | 2002-05-25 | 1 | -11/+11 |
* | removed useless header includes - use av memory functions | Fabrice Bellard | 2002-05-18 | 1 | -7/+4 |
* | move put_string() to common.{c,h} | Michael Niedermayer | 2002-05-03 | 1 | -0/+9 |
* | fixed mpeg4 time stuff on encoding | Michael Niedermayer | 2002-04-17 | 1 | -0/+4 |
* | new motion estimation (epzs) not complete yet but allready pretty good :) | Michael Niedermayer | 2002-03-22 | 1 | -0/+1 |
* | support decoding (with mplayer) of 3 .mp4 files from mphq | Michael Niedermayer | 2002-03-13 | 1 | -0/+8 |
* | optimized the normal bitstream writer, its faster than the alternative one on... | Michael Niedermayer | 2002-02-15 | 1 | -114/+16 |
* | alternative bitstream writer (disabled by default, uncomment #define ALT_BIST... | Michael Niedermayer | 2002-02-12 | 1 | -4/+38 |
* | (m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org> | Arpi | 2002-01-26 | 1 | -0/+1 |
* | aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni... | Michael Niedermayer | 2002-01-11 | 1 | -38/+0 |
* | another bitstream reader code (faster on intel cpus) - patch by Michael Niede... | Michael Niedermayer | 2002-01-10 | 1 | -0/+16 |
* | - Bug fix on inter MCBPC table for inter+q. | Juanjo | 2001-11-03 | 1 | -0/+46 |
* | win32 fixes | Fabrice Bellard | 2001-08-13 | 1 | -16/+4 |
* | added MJPEG decoder + comments | Fabrice Bellard | 2001-08-06 | 1 | -2/+22 |
* | inlineing common case of get_bits() -> gives 2speedup. more optim coming soon... | Arpi | 2001-08-03 | 1 | -9/+9 |
* | Sync with mplayer's stuff | Nick Kurshev | 2001-07-30 | 1 | -3/+9 |
* | Initial revision | Fabrice Bellard | 2001-07-22 | 1 | -0/+469 |