projects
/
libav.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
gsm demuxer: do not allocate packet twice.
2011-11-02
Justin Ruggles
gsm demuxer: do not allocate packet twice.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
flvenc: use first packet delay as global delay.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
ac3enc: doxygen update.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: return error codes instead of 0 for error conditions.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: return meaningful error codes instead of -1
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: do not set channel layout for stereo
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: validate channel count
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: check for ff_fft_init() failure
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: check output buffer size before decoding
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
imc: use DSPContext.bswap16_buf() to byte-swap packet...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
libgsm: add flush function to reset the decoder state...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
libgsm: simplify decoding by using a loop
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
gsm: log error message when packet is too small
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
libgsmdec: do not needlessly set *data_size to 0
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
gsmdec: do not needlessly set *data_size to 0
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
gsmdec: add flush function to reset the decoder state...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
libgsmdec: check output buffer size before decoding
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
gsmdec: log error message when output buffer is too...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
gsm: use av_get_bytes_per_sample() in frame_bytes calculation
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
Create separate functions for the raw GSM demuxer.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726dec: add flush() function to reset state when seeking
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: don't pass index to g726_reset()
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726enc: add private option for setting code size directly.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DE...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: group the g726_encoder AVCodec with the other...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: return AVERROR(EINVAL) instead of -1 for invalid...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726enc: use av_assert0() for sample_rate validation
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: treat sample rates other than 8kHz as unofficial.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726dec: remove the sample_rate validation
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: use bits_per_coded_sample instead of bitrate...
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: split the init function for the encoder and decoder
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: pre-calculate the number of output samples.
commit
|
commitdiff
|
tree
2011-11-02
Justin Ruggles
g726: use int16_t instead of short
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: use sign_extend() instead of casting to...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: restructure decoding loop to avoid a separate...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: use local variable for delta value
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: remove unneeded cast from void*
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: validate the channel count
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cin audio: remove unneeded AVCodecContext pointer from...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
dsicin: fix several audio-related fields in the CIN...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
flacdec: use av_get_bytes_per_sample() to get sample...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
dca: handle errors from dca_decode_block()
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
dca: return error if the frame header is invalid
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
dca: return proper error codes instead of -1
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
binkaudio: change short to int16_t
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
binkaudio: only decode one block at a time.
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
binkaudio: store interleaved overlap samples in BinkAudioCon...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
binkaudio: pre-calculate quantization factors
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
binkaudio: add some buffer overread checks.
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: support float or int16 output using request_sample_fmt
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: add CODEC_CAP_SUBFRAMES capability
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: return appropriate error codes instead of -1
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: make sure all memory is freed on init failure
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: add a couple macro constants
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: return error if packet is too small
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: check output buffer size before decoding
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: use separate pointers for each channel in decodeFrame()
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: use optimized float_interleave() function for...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: decode mono directly to the output buffer
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac3: decode output to float samples instead of converting...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: return appropriate error codes instead of -1
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: check for ff_mdct_init() failure
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: use optimized float_interleave() function for...
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: fix a typo
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: validate number of channels
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: decode mono audio directly to output buffer
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
atrac1: check output buffer size before decoding
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: return AVERROR_PATCHWELCOME instead of ENOTSUP
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: check output buffer size before decoding
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: do not needlessly set *data_size to 0
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: remove pointless return statements
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: simplify decouple_info()
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: return appropriate error codes instead of -1
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: avoid hardcoded sizes in sizeof()
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: remove unneeded #includes
commit
|
commitdiff
|
tree
2011-10-29
Justin Ruggles
cook: output float samples instead of converting to...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
nellymoserenc: take float input samples instead of...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
nellymoserdec: use dsp functions for overlap and windowing
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
nellymoserdec: do not fail if there is extra data in...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
nellymoserdec: fail if output buffer is too small
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
nellymoserdec: remove pointless buffer size check.
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
wmavoice: move output buffer size check to synth_superframe().
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
wmavoice: only set data_size to 0 when necessary
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
wmapro: fix strict-aliasing violations by using av_alias32
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
wmapro: use FmtConvertContext.float_interleave() to...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
wmadec: consolidate 2 output buffer size checks into...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: assert that s->samples is not negative before...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: use FFALIGN macro for internal data buffer...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: do not keep incrementing the input data pointer...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: check for input buffer overflow while reading...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: use unsigned int for offset
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: remove pointless increment of 'buf'
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: set s->currentframeblocks after validating...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: use unsigned int for 'nblocks' and make sure...
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: do not set s->samples until after validation.
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: check for data buffer realloc failure
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: return meaningful error values in ape_decode_frame()
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: correct an error message
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: cosmetics
commit
|
commitdiff
|
tree
2011-10-28
Justin Ruggles
apedec: return meaningful error codes from ape_decode_init()
commit
|
commitdiff
|
tree
next