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
*
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
*
atrac1: decode mono audio directly to output buffer
Justin Ruggles
2011-10-29
1
-6
/
+2
*
atrac1: check output buffer size before decoding
Justin Ruggles
2011-10-29
1
-2
/
+9
*
cook: return AVERROR_PATCHWELCOME instead of ENOTSUP
Justin Ruggles
2011-10-29
1
-7
/
+7
*
cook: check output buffer size before decoding
Justin Ruggles
2011-10-29
1
-3
/
+9
*
cook: do not needlessly set *data_size to 0
Justin Ruggles
2011-10-29
1
-1
/
+0
*
cook: remove pointless return statements
Justin Ruggles
2011-10-29
1
-2
/
+0
*
cook: simplify decouple_info()
Justin Ruggles
2011-10-29
1
-17
/
+14
*
cook: return appropriate error codes instead of -1
Justin Ruggles
2011-10-29
1
-22
/
+23
*
cook: avoid hardcoded sizes in sizeof()
Justin Ruggles
2011-10-29
1
-10
/
+11
*
cook: remove unneeded #includes
Justin Ruggles
2011-10-29
1
-5
/
+0
*
cook: output float samples instead of converting to int16
Justin Ruggles
2011-10-29
1
-14
/
+13
*
utvideo: account for coupled lines in YUV420 format
Kostya Shishkov
2011-10-28
1
-7
/
+9
*
vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
2011-10-28
1
-14
/
+45
*
vp8: fix overflow in segmentation map caching.
Ronald S. Bultje
2011-10-28
1
-18
/
+30
*
Fix decoding of lossless 4:2:2 H.264
Anton Mitrofanov
2011-10-28
1
-1
/
+1
*
Fix decoding of lossless 10-bit 4:4:4 H.264
Anton Mitrofanov
2011-10-28
1
-1
/
+1
*
isom: Add MPEG4SYSTEMS dummy object type indication.
Alex Converse
2011-10-28
1
-0
/
+2
*
aacdec: allow output reconfiguration on channel changes
Michael Niedermayer
2011-10-28
1
-1
/
+1
*
nellymoserenc: take float input samples instead of int16
Justin Ruggles
2011-10-28
1
-7
/
+5
*
nellymoserdec: use dsp functions for overlap and windowing
Justin Ruggles
2011-10-28
1
-19
/
+4
*
nellymoserdec: do not fail if there is extra data in the packet
Justin Ruggles
2011-10-28
1
-5
/
+4
*
nellymoserdec: fail if output buffer is too small
Justin Ruggles
2011-10-28
1
-1
/
+5
*
nellymoserdec: remove pointless buffer size check.
Justin Ruggles
2011-10-28
1
-5
/
+0
*
snow: do not draw_edge if emu_edge is set
Michael Niedermayer
2011-10-28
1
-3
/
+1
*
wmavoice: move output buffer size check to synth_superframe().
Justin Ruggles
2011-10-28
1
-9
/
+10
[next]