2003-01-11 |
michaelni |
os2 support patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
libavcodec
|
2003-01-11 |
bellard |
added missing formats in all functions - added monoblack, monowhite and gray8 support for most conversions
libavcodec
|
2003-01-11 |
bellard |
moved avpicture_xxx to imgconvert
libavcodec
|
2003-01-11 |
bellard |
build update - avpicture_fill() returns the image size
libavcodec
|
2003-01-11 |
bellard |
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
libavcodec
|
2003-01-11 |
bellard |
simplified code (need automatic testing) - added primitive new format support.
libavcodec
|
2003-01-11 |
bellard |
moved avcodec_get_chroma_sub_sample() to imgconvert.c
libavcodec
|
2003-01-11 |
bellard |
new image formats - suppressed ill defined formats (endianness, unless specified, is always the one of the CPU) - added avcodec_get_pix_fmt_name()
libavcodec
|
2003-01-10 |
mellum |
Implement sad8x8 and sad16x16 with pix_abs.
libavcodec
|
2003-01-09 |
michaelni |
typo (noticed by kabi)
libavcodec
|
2003-01-09 |
michaelni |
qpel fix
libavcodec
|
2003-01-09 |
michaelni |
fixed wmv2 slices
libavcodec
|
2003-01-09 |
michaelni |
workaround dropable p frame after first frame bug
libavcodec
|
2003-01-08 |
bellard |
altivec patches by Romain Dolbeau
libavcodec
|
2003-01-07 |
bellard |
suppressed getopt.h
libavcodec
|
2003-01-07 |
bellard |
tests link all libavcodec
libavcodec
|
2003-01-07 |
bellard |
suppressed pix_norm_altivec
libavcodec
|
2003-01-07 |
bellard |
suppressed redundant math.h - suppressed M_PI redefinition
libavcodec
|
2003-01-07 |
bellard |
generic M_PI define
libavcodec
|
2003-01-07 |
bellard |
fft altivec by Romain Dolbeau - simplified patch, test it on PPC with fft-test and wma decoding
libavcodec
|
2003-01-07 |
bellard |
removed redundant includes
libavcodec
|
2003-01-07 |
bellard |
enabled SSE fft (first code using GCC 3.2 vector builtins on x86 - please tell me if you have better ideas for intrinsic naming or Makefile support)
libavcodec
|
2003-01-07 |
bellard |
align fixes for sse/altivec
libavcodec
|
2003-01-07 |
bellard |
enabled SSE fft on x86
libavcodec
|
2003-01-07 |
bellard |
use av_malloc instead of malloc
libavcodec
|
2003-01-07 |
bellard |
compile fixes
libavcodec
|
2003-01-07 |
bellard |
added define for builtins use - inverse fix by Romain Dolbeau
libavcodec
|
2003-01-07 |
michaelni |
PIC / ebx fix
libavcodec
|
2003-01-07 |
michaelni |
more gcc bug workarounds
libavcodec
|
2003-01-07 |
michaelni |
gcc 3.2.2 -O3 bug workaround (older gcc are very likely affected too but didnt check)
libavcodec
|
2003-01-06 |
bellard |
oops : better error resilience - should fix most wma decoding problems
libavcodec
|
2003-01-06 |
kabi |
* avoid usage of next/last buffer after flush
libavcodec
|