2002-11-20 |
michaelni |
aspect ratio cleanup
libavcodec
|
2002-11-12 |
kabi |
* fixing some minor const warnings
libavcodec
|
2002-11-06 |
michaelni |
cleanup
libavcodec
|
2002-08-22 |
michaelni |
faster ff_sqrt()
libavcodec
|
2002-07-11 |
michaelni |
dont trash table in GET_VLC
libavcodec
|
2002-07-10 |
michaelni |
get_vlc() optimization
libavcodec
|
2002-07-09 |
kabi |
* declare av_free
libavcodec
|
2002-07-09 |
michaelni |
new bitstream reader API (old get_bits() based one is emulated and will still be supported in the future cuz its simpler)
libavcodec
|
2002-06-17 |
bellard |
use #ifdef
libavcodec
|
2002-06-02 |
michaelni |
fixing get_bits_count at the end
libavcodec
|
2002-05-25 |
glantau |
license/copyright change
libavcodec
|
2002-05-18 |
glantau |
removed useless header includes - use av memory functions
libavcodec
|
2002-05-03 |
michaelni |
move put_string() to common.{c,h}
libavcodec
|
2002-04-17 |
michaelni |
fixed mpeg4 time stuff on encoding
libavcodec
|
2002-03-22 |
michaelni |
new motion estimation (epzs) not complete yet but allready pretty good :)
libavcodec
|
2002-03-13 |
michaelni |
support decoding (with mplayer) of 3 .mp4 files from mphq
libavcodec
|
2002-02-15 |
michaelni |
optimized the normal bitstream writer, its faster than the alternative one on p3 now ... lets hope its at least not slower on p4 & k7
libavcodec
|
2002-02-12 |
michaelni |
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
libavcodec
|
2002-01-26 |
arpi_esp |
(m)jpeg pad/flush with 1 instead of 0, fix by Rik Snel <rsnel@cube.dyndns.org>
libavcodec
|
2002-01-11 |
arpi_esp |
aligned bitstream support (optional) - patch by ichael Niedermayer <michaelni@gmx.at>
libavcodec
|
2002-01-10 |
uid46427 |
another bitstream reader code (faster on intel cpus) - patch by Michael Niedermayer <michaelni@gmx.at>
libavcodec
|
2001-11-03 |
pulento |
- Bug fix on inter MCBPC table for inter+q.
libavcodec
|
2001-08-13 |
glantau |
win32 fixes
libavcodec
|
2001-08-06 |
glantau |
added MJPEG decoder + comments
libavcodec
|
2001-08-03 |
arpi_esp |
inlineing common case of get_bits() -> gives 2speedup. more optim coming soon...
libavcodec
|
2001-07-30 |
nickols_k |
Sync with mplayer's stuff
libavcodec
|
2001-07-22 |
glantau |
Initial revision
libavcodec
|