index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
wmadec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
altivec workaround
Alex Beregszaszi
2004-06-26
1
-0
/
+5
*
add the minimal documentation to make this decoder useful
Mike Melanson
2004-04-24
1
-0
/
+9
*
segfault fix
Michael Niedermayer
2004-01-18
1
-0
/
+5
*
moved frame_count to wmadeccontext
Alex Beregszaszi
2003-07-04
1
-4
/
+10
*
uniformization (now it uses the same trace functions as h264, defined in comm...
Alex Beregszaszi
2003-07-04
1
-79
/
+30
*
works with old gcc versions too
Fabrice Bellard
2003-06-10
1
-1
/
+1
*
per file doxy
Michael Niedermayer
2003-03-06
1
-0
/
+6
*
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2003-02-11
1
-1
/
+1
*
use av_malloc() functions - added av_strdup and av_realloc()
Fabrice Bellard
2003-01-23
1
-3
/
+3
*
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us...
Michael Niedermayer
2003-01-21
1
-3
/
+3
*
align fixes for sse/altivec
Fabrice Bellard
2003-01-07
1
-6
/
+6
*
oops : better error resilience - should fix most wma decoding problems
Fabrice Bellard
2003-01-06
1
-5
/
+9
*
* avoid negative numbers as well
Zdenek Kabelac
2002-10-31
1
-1
/
+1
*
10l
Nick Kurshev
2002-10-31
1
-2
/
+2
*
reverse first hunk
Nick Kurshev
2002-10-31
1
-3
/
+3
*
fixed debug compilation
Nick Kurshev
2002-10-31
1
-2
/
+2
*
fixed nb_block_sizes detection - fixed codec_id test (avctx->codec_id does no...
Fabrice Bellard
2002-10-31
1
-4
/
+11
*
use lrintf to avoid double conversion
Fabrice Bellard
2002-10-29
1
-1
/
+1
*
avoid name clash - fixed again block size selection
Fabrice Bellard
2002-10-29
1
-5
/
+6
*
fixed block size selection
Fabrice Bellard
2002-10-28
1
-1
/
+1
*
added wma decoder
Fabrice Bellard
2002-10-28
1
-0
/
+1339