index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate avcodec_check_dimensions() in favor of the new function
Stefano Sabatini
2010-08-06
2
-12
/
+9
*
fft-test: free buffers before exiting
Måns Rullgård
2010-08-06
1
-0
/
+7
*
VP8: fix bug in prefetch
Jason Garrett-Glaser
2010-08-05
1
-2
/
+2
*
ARM: NEON H264 8x8 IDCT
Måns Rullgård
2010-08-05
2
-0
/
+213
*
Add file missing in r24702
Jason Garrett-Glaser
2010-08-05
1
-0
/
+170
*
H.264: SSE2/SSSE3 weighted prediction asm
Eli Friedman
2010-08-05
3
-0
/
+23
*
VP5/6/8: eliminate CABAC dependency
Jason Garrett-Glaser
2010-08-04
6
-20
/
+60
*
fft-test: exit with non-zero status if test failed
Måns Rullgård
2010-08-04
1
-8
/
+12
*
Fix VP8 decoder dependencies
Martin Storsjö
2010-08-04
1
-1
/
+1
*
VP8: partially inline decode_block_coeffs
Jason Garrett-Glaser
2010-08-04
1
-9
/
+15
*
Fix 100L in r24689
Jason Garrett-Glaser
2010-08-04
1
-2
/
+2
*
VP8: simplify decode_block_coeffs to avoid having to track nonzero coeffs
Jason Garrett-Glaser
2010-08-04
1
-10
/
+10
*
Cosmetics: add missing space to options.c
Jason Garrett-Glaser
2010-08-04
1
-1
/
+1
*
VP8: slightly faster DCT coefficient probability update
Jason Garrett-Glaser
2010-08-03
2
-3
/
+16
*
ARM: update struct offsets
Måns Rullgård
2010-08-03
1
-6
/
+6
*
Move cavs dsp functions to their own struct
Måns Rullgård
2010-08-03
10
-44
/
+78
*
Silence unused function warnings in vp56.h
Jason Garrett-Glaser
2010-08-03
1
-5
/
+5
*
VP8: make another RAC call branchy
Jason Garrett-Glaser
2010-08-03
1
-1
/
+1
*
VP5/6/8: add one inline missed in r24677
Jason Garrett-Glaser
2010-08-03
1
-1
/
+1
*
VP8: unroll partition type decoding tree
Jason Garrett-Glaser
2010-08-03
2
-11
/
+18
*
VP8: unroll splitmv decoding tree
Jason Garrett-Glaser
2010-08-03
2
-26
/
+12
*
VP8: unroll MB mode decoding tree
Jason Garrett-Glaser
2010-08-03
2
-31
/
+23
*
VP5/6/8: tweak some arithcoder inlining
Jason Garrett-Glaser
2010-08-03
1
-16
/
+19
*
vorbisdec: Return AVERROR(ENOMEM) on malloc() failure.
Alex Converse
2010-08-03
1
-0
/
+2
*
vorbisdec: Prevent a potential integer overflow.
Alex Converse
2010-08-03
1
-2
/
+2
*
The VP8 decoder does not depend on cabac.o.
Diego Biurrun
2010-08-02
1
-1
/
+1
*
The VP8 decoder does not depend on vp56.o and vp56data.o.
Diego Biurrun
2010-08-02
1
-2
/
+1
*
Remove redundant h264pred.o from VP8 objects list.
Diego Biurrun
2010-08-02
1
-1
/
+1
*
VP8: eliminate a dereference in coefficient decoding
Jason Garrett-Glaser
2010-08-02
2
-12
/
+19
*
VP8: much faster DC transform handling
Jason Garrett-Glaser
2010-08-02
3
-8
/
+29
*
vorbisdec: change a uint_fast32_t to 'unsigned', fix llvm-gcc build
Måns Rullgård
2010-08-02
1
-2
/
+2
*
VP8: move zeroing of luma DC block into the WHT
Jason Garrett-Glaser
2010-08-02
4
-7
/
+27
*
only store intra prediction modes on the boundary for keyframes, not as a plane.
Pascal Massimino
2010-08-02
1
-36
/
+33
*
Change a doxy comment to a normal one.
Benoit Fouet
2010-08-02
1
-1
/
+1
*
Fix doxygen comments.
Benoit Fouet
2010-08-02
1
-5
/
+5
*
VP8: simplify token_prob handling
Jason Garrett-Glaser
2010-08-02
2
-9
/
+6
*
prevent access to vp8_coeff_band[16]
Pascal Massimino
2010-08-01
1
-4
/
+4
*
Use word-writing instead of dword-writing (with two cached but otherwise
Ronald S. Bultje
2010-07-31
2
-105
/
+98
*
dca: fix dynrange coefficient in xch
Nick Brereton
2010-07-31
1
-1
/
+1
*
cosmetics: rename output_* to write_*
Justin Ruggles
2010-07-31
1
-6
/
+6
*
Simplify verbatim mode fallback by checking the frame size before writing.
Justin Ruggles
2010-07-31
1
-11
/
+7
*
Change max_framesize for small final frame.
Justin Ruggles
2010-07-31
1
-0
/
+6
*
Calculate an exact frame size before writing. Now the buffer size requirements
Justin Ruggles
2010-07-31
1
-14
/
+79
*
cosmetics: rename find_subblock_rice_params() to find_subframe_rice_params()
Justin Ruggles
2010-07-31
1
-7
/
+7
*
Reduce number of input parameters to find_subblock_rice_params().
Justin Ruggles
2010-07-31
1
-34
/
+22
*
10l: fix bit count for frame header
Justin Ruggles
2010-07-31
1
-1
/
+4
*
Simplify fallback to verbatim mode encoding.
Justin Ruggles
2010-07-31
1
-16
/
+14
*
cosmetics: line wrap and vertical alignment
Justin Ruggles
2010-07-31
1
-8
/
+10
*
Combine calc_rice_params_fixed() and calc_rice_params_lpc() into a single
Justin Ruggles
2010-07-31
1
-24
/
+14
*
Remove unneeded wrapper function.
Justin Ruggles
2010-07-31
1
-8
/
+1
[next]