index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
2011-11-02
2
-4
/
+4
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
12
-13
/
+13
*
vp3: remove some pointless comments
Diego Biurrun
2011-11-02
1
-9
/
+0
*
lavc: use designated initialisers for parsers.
Anton Khirnov
2011-11-02
23
-122
/
+106
*
g726dec: add flush() function to reset state when seeking
Justin Ruggles
2011-11-01
1
-0
/
+7
*
g726: don't pass index to g726_reset()
Justin Ruggles
2011-11-01
1
-4
/
+4
*
g726enc: add private option for setting code size directly.
Justin Ruggles
2011-11-01
1
-9
/
+29
*
g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Justin Ruggles
2011-11-01
1
-0
/
+2
*
g726: group the g726_encoder AVCodec with the other encoding functions
Justin Ruggles
2011-11-01
1
-15
/
+13
*
g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Justin Ruggles
2011-11-01
1
-2
/
+2
*
g726enc: use av_assert0() for sample_rate validation
Justin Ruggles
2011-11-01
1
-4
/
+2
*
g726: treat sample rates other than 8kHz as unofficial.
Justin Ruggles
2011-11-01
1
-0
/
+15
*
g726dec: remove the sample_rate validation
Justin Ruggles
2011-11-01
1
-5
/
+0
*
g726: use bits_per_coded_sample instead of bitrate to determine mode
Justin Ruggles
2011-11-01
1
-21
/
+19
*
g726: split the init function for the encoder and decoder
Justin Ruggles
2011-11-01
1
-14
/
+35
*
g726: pre-calculate the number of output samples.
Justin Ruggles
2011-11-01
1
-3
/
+11
*
g726: use int16_t instead of short
Justin Ruggles
2011-11-01
1
-2
/
+2
*
libdirac/libschroedinger: Drop unnecessary symbol prefixes.
Diego Biurrun
2011-10-30
9
-95
/
+94
*
cin audio: use sign_extend() instead of casting to int16_t
Justin Ruggles
2011-10-29
1
-1
/
+2
*
cin audio: restructure decoding loop to avoid a separate counter variable
Justin Ruggles
2011-10-29
1
-11
/
+14
*
cin audio: use local variable for delta value
Justin Ruggles
2011-10-29
1
-5
/
+8
*
cin audio: remove unneeded cast from void*
Justin Ruggles
2011-10-29
1
-1
/
+1
*
cin audio: validate the channel count
Justin Ruggles
2011-10-29
1
-0
/
+5
*
cin audio: remove unneeded AVCodecContext pointer from CinAudioContext
Justin Ruggles
2011-10-29
1
-2
/
+0
*
flacdec: use av_get_bytes_per_sample() to get sample size
Justin Ruggles
2011-10-29
1
-1
/
+2
*
dca: handle errors from dca_decode_block()
Justin Ruggles
2011-10-29
1
-2
/
+8
*
dca: return error if the frame header is invalid
Justin Ruggles
2011-10-29
1
-4
/
+3
*
dca: return proper error codes instead of -1
Justin Ruggles
2011-10-29
1
-24
/
+25
*
utvideo: handle empty Huffman trees
Kostya Shishkov
2011-10-29
1
-4
/
+33
*
binkaudio: change short to int16_t
Justin Ruggles
2011-10-29
1
-3
/
+3
*
binkaudio: only decode one block at a time.
Justin Ruggles
2011-10-29
1
-17
/
+38
*
binkaudio: store interleaved overlap samples in BinkAudioContext.
Justin Ruggles
2011-10-29
1
-4
/
+12
*
binkaudio: pre-calculate quantization factors
Justin Ruggles
2011-10-29
1
-2
/
+7
*
binkaudio: add some buffer overread checks.
Justin Ruggles
2011-10-29
1
-10
/
+37
*
atrac3: support float or int16 output using request_sample_fmt
Justin Ruggles
2011-10-29
1
-10
/
+23
*
atrac3: add CODEC_CAP_SUBFRAMES capability
Justin Ruggles
2011-10-29
1
-0
/
+1
*
atrac3: return appropriate error codes instead of -1
Justin Ruggles
2011-10-29
1
-14
/
+14
*
atrac3: make sure all memory is freed on init failure
Justin Ruggles
2011-10-29
1
-5
/
+9
*
atrac3: add a couple macro constants
Justin Ruggles
2011-10-29
1
-13
/
+16
*
atrac3: return error if packet is too small
Justin Ruggles
2011-10-29
1
-2
/
+1
*
atrac3: check output buffer size before decoding
Justin Ruggles
2011-10-29
1
-2
/
+8
*
atrac3: use separate pointers for each channel in decodeFrame()
Justin Ruggles
2011-10-29
1
-9
/
+8
*
atrac3: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
2011-10-29
1
-7
/
+19
*
atrac3: decode mono directly to the output buffer
Justin Ruggles
2011-10-29
1
-14
/
+11
*
atrac3: decode output to float samples instead of converting to s16
Justin Ruggles
2011-10-29
1
-8
/
+7
*
atrac1: return appropriate error codes instead of -1
Justin Ruggles
2011-10-29
1
-5
/
+5
*
atrac1: check for ff_mdct_init() failure
Justin Ruggles
2011-10-29
1
-15
/
+22
*
atrac1: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
2011-10-29
1
-7
/
+19
*
atrac1: fix a typo
Justin Ruggles
2011-10-29
1
-1
/
+1
*
atrac1: validate number of channels
Justin Ruggles
2011-10-29
1
-0
/
+5
[next]