index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
wmadec.c
Age
Commit message (
Expand
)
Author
2003-07-04
moved frame_count to wmadeccontext
Alex Beregszaszi
2003-07-04
uniformization (now it uses the same trace functions as h264, defined in comm...
Alex Beregszaszi
2003-06-10
works with old gcc versions too
Fabrice Bellard
2003-03-06
per file doxy
Michael Niedermayer
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-01-23
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-21
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-07
align fixes for sse/altivec
Fabrice Bellard
2003-01-06
oops : better error resilience - should fix most wma decoding problems
Fabrice Bellard
2002-10-31
* avoid negative numbers as well
Zdenek Kabelac
2002-10-31
10l
Nick Kurshev
2002-10-31
reverse first hunk
Nick Kurshev
2002-10-31
fixed debug compilation
Nick Kurshev
2002-10-31
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...
Fabrice Bellard
2002-10-29
use lrintf to avoid double conversion
Fabrice Bellard
2002-10-29
avoid name clash - fixed again block size selection
Fabrice Bellard
2002-10-28
fixed block size selection
Fabrice Bellard
2002-10-28
added wma decoder
Fabrice Bellard