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
/
vmdav.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-09-25
1
-42
/
+79
|
\
|
*
vmdaudio: fix decoding of 16-bit audio format.
Justin Ruggles
2011-09-25
1
-40
/
+80
*
|
Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder.
Laurent Aimar
2011-09-25
1
-2
/
+2
*
|
Fix out of bound reads in rle_unpack() of vmd video decoder.
Laurent Aimar
2011-09-25
1
-8
/
+15
*
|
Check for out of bound reads in vmd_decode() of vmd video decoder.
Laurent Aimar
2011-09-25
1
-4
/
+19
*
|
Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder.
Laurent Aimar
2011-09-25
1
-3
/
+3
*
|
Prevent out of bound read in lz_unpack in vmd video decoder.
Laurent Aimar
2011-09-25
1
-6
/
+18
*
|
Prevent NULL dereferences when the previous frame is missing in vmd video dec...
Laurent Aimar
2011-09-24
1
-4
/
+5
*
|
Check for invalid update parameters in vmd video decoder.
Laurent Aimar
2011-09-24
1
-0
/
+10
*
|
Fix potential overread in vmd audio decoder.
Laurent Aimar
2011-09-24
1
-1
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-30
1
-17
/
+14
|
\
\
|
|
/
|
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-17
/
+14
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-06-21
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Justin Ruggles
2011-06-20
1
-1
/
+1
|
*
Remove unused variables
Mans Rullgard
2011-06-02
1
-2
/
+0
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
Justin Ruggles
2011-02-23
1
-8
/
+7
|
*
vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...
Justin Ruggles
2011-02-23
1
-12
/
+8
|
*
vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...
Justin Ruggles
2011-02-23
1
-3
/
+5
|
*
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...
Justin Ruggles
2011-02-23
1
-12
/
+12
|
*
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-23
1
-8
/
+8
|
*
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
Justin Ruggles
2011-02-23
1
-14
/
+9
|
*
cosmetics: remove debugging cruft
Justin Ruggles
2011-02-23
1
-3
/
+0
|
*
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-23
1
-11
/
+11
|
*
vmdaudio: simplify buffer pointer and header size handling.
Justin Ruggles
2011-02-23
1
-9
/
+10
|
*
vmdaudio: set *data_size to zero when skipping small packets and add a warnin...
Justin Ruggles
2011-02-23
1
-1
/
+4
|
*
vmdaudio: validate block type
Justin Ruggles
2011-02-23
1
-0
/
+4
|
*
vmdaudio: use macros and a local variable for block type.
Justin Ruggles
2011-02-23
1
-3
/
+10
|
*
vmdaudio: correct the silent chunk count in the first block.
Justin Ruggles
2011-02-23
1
-5
/
+1
|
*
vmdaudio: output audio samples for standalone silent blocks.
Justin Ruggles
2011-02-23
1
-1
/
+1
|
*
vmdaudio: remove duplicated code by merging mono and stereo decoding.
Justin Ruggles
2011-02-23
1
-22
/
+1
|
*
vmdaudio: fix raw_block_size calculation.
Justin Ruggles
2011-02-23
1
-1
/
+2
|
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
|
Fix various unused variable warnings
Clément Bœsch
2011-05-30
1
-2
/
+0
*
|
lavc: set defaults in internal codec frames
Stefano Sabatini
2011-05-07
1
-0
/
+3
*
|
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
Justin Ruggles
2011-02-26
1
-8
/
+7
*
|
vmdaudio: remove unnecessary fields from VmdAudioContext and use the correspo...
Justin Ruggles
2011-02-26
1
-12
/
+8
*
|
vmdaudio: add out_bps to VmdAudioContext and use it to replace hard-coded sam...
Justin Ruggles
2011-02-26
1
-3
/
+5
*
|
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then...
Justin Ruggles
2011-02-26
1
-12
/
+12
*
|
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-26
1
-8
/
+8
*
|
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
Justin Ruggles
2011-02-26
1
-14
/
+9
*
|
cosmetics: remove debugging cruft
Justin Ruggles
2011-02-26
1
-3
/
+0
*
|
cosmetics: reindent after previous commit
Justin Ruggles
2011-02-26
1
-11
/
+11
*
|
vmdaudio: simplify buffer pointer and header size handling.
Justin Ruggles
2011-02-26
1
-9
/
+10
*
|
vmdaudio: set *data_size to zero when skipping small packets and add a warnin...
Justin Ruggles
2011-02-26
1
-1
/
+4
*
|
vmdaudio: validate block type
Justin Ruggles
2011-02-26
1
-0
/
+4
*
|
vmdaudio: use macros and a local variable for block type.
Justin Ruggles
2011-02-26
1
-3
/
+10
*
|
vmdaudio: correct the silent chunk count in the first block.
Justin Ruggles
2011-02-26
1
-5
/
+1
*
|
vmdaudio: output audio samples for standalone silent blocks.
Justin Ruggles
2011-02-26
1
-1
/
+1
*
|
vmdaudio: remove duplicated code by merging mono and stereo decoding.
Justin Ruggles
2011-02-26
1
-22
/
+1
[next]