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
/
wavpack.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
Anton Khirnov
2013-10-28
1
-3
/
+5
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
wavpack: check that all the channels were coded.
Anton Khirnov
2013-05-28
1
-0
/
+5
*
wavpack: check that there aren't too many blocks per packet
Anton Khirnov
2013-05-28
1
-0
/
+5
*
wavpack: extract channel information from the bitstream
Anton Khirnov
2013-05-28
1
-17
/
+18
*
wavpack: extract sample rate from the bitstream
Anton Khirnov
2013-05-28
1
-23
/
+43
*
matroskadec: export full wavpack blocks.
Anton Khirnov
2013-05-28
1
-40
/
+12
*
wavpack demuxer: export full wavpack blocks.
Anton Khirnov
2013-05-28
1
-19
/
+14
*
wavpack: don't set sample format in init.
Anton Khirnov
2013-05-28
1
-4
/
+1
*
wavpack: remove a useless parameter from wavpack_decode_block().
Anton Khirnov
2013-05-28
1
-5
/
+4
*
wavpack: return an error on 0-sized blocks
Anton Khirnov
2013-05-28
1
-6
/
+1
*
wavpack: remove a useless check.
Anton Khirnov
2013-05-28
1
-5
/
+0
*
wavpack: add an error message to a failure.
Anton Khirnov
2013-05-28
1
-1
/
+4
*
wavpack: return 0 instead of samples count from decoding functions
Anton Khirnov
2013-05-28
1
-15
/
+14
*
wavpack: switch to planar output
Anton Khirnov
2013-05-28
1
-76
/
+44
*
wavpack: drop redundant if/else blocks
Anton Khirnov
2013-05-28
1
-14
/
+2
*
wavpack: remove the subframes codec cap
Anton Khirnov
2013-05-28
1
-1
/
+1
*
wavpack: check packet size early
Luca Barbato
2013-05-22
1
-0
/
+3
*
wavpack: use bytestream2 in wavpack_decode_block
Luca Barbato
2013-05-22
1
-83
/
+83
*
wavpack: validate samples size parsed in wavpack_decode_block
Luca Barbato
2013-05-18
1
-0
/
+3
*
wavpack: return meaningful errors
Luca Barbato
2013-05-18
1
-16
/
+16
*
wavpack: K&R formatting cosmetics
Luca Barbato
2013-05-18
1
-126
/
+159
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-1
/
+1
*
wavpack: decode directly to the user-provided AVFrame
Justin Ruggles
2013-02-12
1
-10
/
+4
*
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
2012-12-04
1
-1
/
+2
*
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
Justin Ruggles
2012-11-11
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit
Hendrik Leppkes
2012-07-23
1
-0
/
+1
*
wavpack: Fix an integer overflow
Derek Buitenhuis
2012-03-02
1
-1
/
+1
*
wavpack: Don't shift minclip/maxclip
Derek Buitenhuis
2012-02-23
1
-2
/
+2
*
wavpack: add needed braces for 2 statements inside an if block
Justin Ruggles
2012-02-10
1
-1
/
+2
*
wavpack: allow user to disable CRC checking
Paul B Mahol
2012-02-10
1
-16
/
+21
*
wavpack: fix clipping for 32-bit lossy mode
Kostya Shishkov
2012-01-15
1
-8
/
+19
*
wavpack: fix typos in previous cosmetic clean-up commit
Justin Ruggles
2012-01-02
1
-2
/
+2
*
wavpack: cosmetics: K&R pretty-printing
Justin Ruggles
2012-01-02
1
-322
/
+337
*
wavpack: determine sample_fmt before requesting a buffer
Hendrik Leppkes
2012-01-01
1
-13
/
+18
*
Drop ALT_ prefix from BITSTREAM_READER_LE name.
Diego Biurrun
2011-12-22
1
-1
/
+1
*
wavpack: Fix 32-bit clipping
Derek Buitenhuis
2011-12-16
1
-2
/
+2
*
wavpack: Clip samples after shifting
Derek Buitenhuis
2011-12-16
1
-2
/
+2
*
wavpack: Properly clip samples during lossy decode
Derek Buitenhuis
2011-12-03
1
-2
/
+9
*
Add avcodec_decode_audio4().
Justin Ruggles
2011-12-02
1
-72
/
+44
*
wavpack: calculate bpp using av_get_bytes_per_sample()
Justin Ruggles
2011-10-23
1
-3
/
+1
*
wavpack: Reset internal state on corrupted blocks
Laurent Aimar
2011-10-07
1
-10
/
+13
*
Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.
Laurent Aimar
2011-09-10
1
-2
/
+3
*
wavpack: Check error codes rather than working around error conditions.
Alex Converse
2011-09-08
1
-3
/
+10
*
Fixed invalid access in wavpack decoder on corrupted bitstream.
Laurent Aimar
2011-09-08
1
-14
/
+35
*
Fixed invalid writes in wavpack decoder on corrupted bitstreams.
Laurent Aimar
2011-09-08
1
-3
/
+3
*
Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.
Laurent Aimar
2011-09-08
1
-1
/
+1
*
wavpack: fix wrong return value in wavpack_decode_block()
Kostya Shishkov
2011-09-05
1
-1
/
+1
*
wavpack: use context reset in appropriate places
Kostya Shishkov
2011-09-05
1
-3
/
+4
[next]