Thu, 11 May 2006 00:06:50 +0000 |
lorenm |
fix a crash on x86_64
libavcodec
|
Wed, 10 May 2006 11:59:09 +0000 |
bcoudurier |
fix alac decoder on little endian
libavcodec
|
Wed, 10 May 2006 11:05:03 +0000 |
michael |
cosmetics (initalize variables where they are used)
libavcodec
|
Wed, 10 May 2006 10:57:27 +0000 |
michael |
decoders should (IMHO) not duplicate frames, the application can do this if it wants
libavcodec
|
Tue, 09 May 2006 08:40:38 +0000 |
michael |
allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard)
libavcodec
|
Mon, 08 May 2006 13:44:54 +0000 |
michael |
add outcommented chunk of code to handle stuffing MBs at the end of slices (IMHO the standard doesnt allow this and there are no real world files which need it)
libavcodec
|
Sun, 07 May 2006 17:30:00 +0000 |
bcoudurier |
vorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch by Denes Balatoni <dbalatoni at programozo dot hu>
libavcodec
|
Sun, 07 May 2006 11:48:07 +0000 |
michael |
make zero motion vector threshold user setable
libavcodec
|
Sat, 06 May 2006 10:57:38 +0000 |
diego |
Further simplify AMR build.
libavcodec
|
Fri, 05 May 2006 18:08:01 +0000 |
lorenm |
reinit quant matrices if pps is overwritten by another of the same pps_id.
libavcodec
|
Fri, 05 May 2006 10:27:44 +0000 |
diego |
Ignore errors from recursive AMR cleans.
libavcodec
|
Fri, 05 May 2006 09:41:06 +0000 |
diego |
Unconditionally clean AMR subdirs.
libavcodec
|
Tue, 02 May 2006 18:45:04 +0000 |
lu_zero |
Macosx fix
libavcodec
|
Tue, 02 May 2006 09:03:22 +0000 |
michael |
d10 decoding fix
libavcodec
|
Mon, 01 May 2006 00:28:36 +0000 |
aurel |
clip_uint8 now return an uint8_t so no need to &0xFF
libavcodec
|