Wed, 27 Sep 2006 19:47:39 +0000 |
mru |
fix some signedness warnings
libavcodec
|
Sun, 10 Sep 2006 15:36:53 +0000 |
lu_zero |
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
libavcodec
|
Tue, 22 Aug 2006 16:23:56 +0000 |
banan |
Alignment of the LT window, segfault fix patch by Baptiste Coudurier.
libavcodec
|
Sat, 19 Aug 2006 08:46:52 +0000 |
banan |
SIMD vector optimizations. 3% faster overall decoding.
libavcodec
|
Tue, 08 Aug 2006 04:01:04 +0000 |
lorenm |
3dnow2 implementation of imdct.
libavcodec
|
Tue, 27 Jun 2006 12:13:01 +0000 |
reimar |
Do not read full byte when less than 8 bits are still to be read.
libavcodec
|
Tue, 27 Jun 2006 12:09:58 +0000 |
reimar |
Ignore overrun in spectral RLE decoding, fixes
libavcodec
|
Thu, 30 Mar 2006 14:58:36 +0000 |
michael |
reverting 1.31->1.33
libavcodec
|
Mon, 13 Mar 2006 23:29:00 +0000 |
michael |
fix coverity warning CID: 255 (uninitalized variable used to build tables which arent used, well there is a slight change of a FPU exception maybe ...)
libavcodec
|
Wed, 08 Mar 2006 09:26:57 +0000 |
banan |
Init simplification and 2% faster wma_decode_block on amd64 with tables use
libavcodec
|
Sat, 11 Feb 2006 19:39:05 +0000 |
henry |
- fix insufficient code length for exp_vlc
libavcodec
|
Sun, 05 Feb 2006 13:35:17 +0000 |
diego |
MSVC-compatible __align8/__align16 declaration
libavcodec
|
Thu, 12 Jan 2006 22:43:26 +0000 |
diego |
Update licensing information: The FSF changed postal address.
libavcodec
|
Sun, 08 Jan 2006 17:09:05 +0000 |
banan |
get_vlc -> get_vlc2 transition.
libavcodec
|
Tue, 27 Dec 2005 19:58:04 +0000 |
rtognimp |
Fix wma2 audio decoder
libavcodec
|
Sat, 17 Dec 2005 18:14:38 +0000 |
diego |
COSMETICS: Remove all trailing whitespace.
libavcodec
|
Tue, 28 Jun 2005 14:56:16 +0000 |
michael |
WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk)
libavcodec
|
Wed, 29 Dec 2004 17:50:25 +0000 |
michael |
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
libavcodec
|
Sat, 27 Nov 2004 18:10:06 +0000 |
michael |
Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>)
libavcodec
|
Thu, 19 Aug 2004 19:01:40 +0000 |
michael |
k6 pop fix patch by (Diego Biurrun <diego at biurrun dot de>)
libavcodec
|
Sat, 26 Jun 2004 10:35:55 +0000 |
alex |
altivec workaround
libavcodec
|
Sat, 24 Apr 2004 19:30:49 +0000 |
melanson |
add the minimal documentation to make this decoder useful
libavcodec
|
Sun, 18 Jan 2004 21:57:32 +0000 |
michael |
segfault fix
libavcodec
|
Fri, 04 Jul 2003 20:32:04 +0000 |
al3x |
moved frame_count to wmadeccontext
libavcodec
|
Fri, 04 Jul 2003 20:26:04 +0000 |
al3x |
uniformization (now it uses the same trace functions as h264, defined in common.h)
libavcodec
|
Tue, 10 Jun 2003 22:45:43 +0000 |
bellard |
works with old gcc versions too
libavcodec
|
Thu, 06 Mar 2003 11:32:04 +0000 |
michaelni |
per file doxy
libavcodec
|
Tue, 11 Feb 2003 16:35:48 +0000 |
kabi |
* UINTX -> uintx_t INTX -> intx_t
libavcodec
|
Thu, 23 Jan 2003 23:03:09 +0000 |
bellard |
use av_malloc() functions - added av_strdup and av_realloc()
libavcodec
|
Tue, 21 Jan 2003 17:34:12 +0000 |
michaelni |
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
libavcodec
|