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
|
Tue, 07 Jan 2003 17:46:08 +0000 |
bellard |
align fixes for sse/altivec
libavcodec
|
Mon, 06 Jan 2003 22:47:42 +0000 |
bellard |
oops : better error resilience - should fix most wma decoding problems
libavcodec
|
Thu, 31 Oct 2002 20:22:30 +0000 |
kabi |
* avoid negative numbers as well
libavcodec
|
Thu, 31 Oct 2002 18:22:15 +0000 |
nickols_k |
10l
libavcodec
|
Thu, 31 Oct 2002 18:17:25 +0000 |
nickols_k |
reverse first hunk
libavcodec
|
Thu, 31 Oct 2002 18:08:19 +0000 |
nickols_k |
fixed debug compilation
libavcodec
|
Thu, 31 Oct 2002 00:07:13 +0000 |
bellard |
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does not need to be initialized)
libavcodec
|
Tue, 29 Oct 2002 22:39:11 +0000 |
bellard |
use lrintf to avoid double conversion
libavcodec
|
Tue, 29 Oct 2002 22:27:30 +0000 |
bellard |
avoid name clash - fixed again block size selection
libavcodec
|
Mon, 28 Oct 2002 01:42:05 +0000 |
bellard |
fixed block size selection
libavcodec
|
Mon, 28 Oct 2002 00:48:55 +0000 |
bellard |
added wma decoder
libavcodec
|