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
*
Bink version 'b' audio decoder
Peter Ross
2011-02-25
2
-6
/
+18
*
binkaudio: simplify frame_len_bits and frame_len calculation
Peter Ross
2011-02-25
1
-4
/
+2
*
binkaudio: remove unnecessary loop
Peter Ross
2011-02-25
1
-5
/
+2
*
binkaudio: perform band table scaling in decode_init
Peter Ross
2011-02-25
1
-5
/
+5
*
bink: use LOCAL_ALIGNED for aligned stack data
Mans Rullgard
2011-02-25
1
-1
/
+1
*
dxva2: define required feature selection macros
Kyle
2011-02-25
1
-0
/
+2
*
dca: use EXT_AUDIO_ID field to determine core extensions
Anssi Hannula
2011-02-24
1
-20
/
+49
*
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
*
aacdec: Reduce the size of buf_mdct.
Young Han Lee
2011-02-21
2
-9
/
+12
*
vp8: ppc: fix invalid reads in altivec epel mc
Mans Rullgard
2011-02-21
1
-7
/
+14
*
ppc: fix vc1 inverse transform, unbreak build
Mans Rullgard
2011-02-21
1
-17
/
+17
*
targa: prevent integer overflow in bufsize check.
Ronald S. Bultje
2011-02-21
1
-1
/
+1
*
VC1: merge idct8x8, coeff adjustments and put_pixels.
Ronald S. Bultje
2011-02-21
5
-40
/
+170
*
dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
Ronald S. Bultje
2011-02-21
2
-14
/
+18
*
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Ronald S. Bultje
2011-02-21
1
-35
/
+13
*
amrnb: use correct size when copying lsf_r array
Mans Rullgard
2011-02-20
1
-1
/
+1
*
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Ronald S. Bultje
2011-02-20
1
-3
/
+11
*
dsputil_mmx.c: remove ff_vector128.
Ronald S. Bultje
2011-02-19
1
-4
/
+1
*
Fix invalid reads in VC1 decoder
Reimar Döffinger
2011-02-19
1
-1
/
+1
*
Fix VP3 edge emulation
David Conrad
2011-02-19
1
-2
/
+1
*
aacdec: dsputilize the scalar multiplication in intensity stereo
Young Han Lee
2011-02-19
1
-5
/
+7
*
VP3: fix decoding of videos with stride > 2048
Jason Garrett-Glaser
2011-02-18
1
-14
/
+6
*
targa: fix potential buffer overreads
Jean-Daniel Dupas
2011-02-18
1
-10
/
+34
*
Fix PPC build.
Ronald S. Bultje
2011-02-17
3
-6
/
+27
*
VP8: init one less near_mv
Jason Garrett-Glaser
2011-02-17
1
-1
/
+0
*
VP8: split out declarations to new header
Jason Garrett-Glaser
2011-02-17
3
-213
/
+248
*
VP8: faster MV clipping
Jason Garrett-Glaser
2011-02-17
1
-10
/
+19
*
dsputil: move VC1-specific stuff into VC1DSPContext.
Ronald S. Bultje
2011-02-17
13
-221
/
+272
*
VC1: simplify a calculation in a loop.
Ronald S. Bultje
2011-02-17
1
-1
/
+1
*
VC1: transpose IDCT 8x8 coeffs while reading.
Ronald S. Bultje
2011-02-17
4
-58
/
+63
*
mdct: remove unnecessary multiplication
Young Han Lee
2011-02-17
1
-1
/
+1
*
ac3enc: fix bug in stereo rematrixing decision.
Justin Ruggles
2011-02-16
1
-2
/
+1
*
vbv_delay AVOption for ABI compatibility
Michael Niedermayer
2011-02-16
1
-0
/
+1
*
Set maximum lowres value for the MJPEG decoder to 3.
Carl Eugen Hoyos
2011-02-16
1
-1
/
+1
*
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
Justin Ruggles
2011-02-16
1
-2
/
+1
[next]