index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: h264dsp_neon cosmetics
Mans Rullgard
2011-12-02
1
-313
/
+313
*
ARM: make some NEON macros reusable
Janne Grunau
2011-12-02
3
-61
/
+65
*
ARM: fix indentation in ff_dsputil_init_neon()
Mans Rullgard
2011-12-01
1
-41
/
+39
*
ARM: NEON put/avg_pixels8/16 cosmetics
Mans Rullgard
2011-12-01
1
-57
/
+57
*
ARM: add remaining NEON avg_pixels8/16 functions
Mans Rullgard
2011-12-01
2
-0
/
+75
*
ARM: clean up NEON put/avg_pixels macros
Mans Rullgard
2011-12-01
1
-69
/
+86
*
dca: ARMv6 optimised decode_blockcode()
Mans Rullgard
2011-11-25
1
-0
/
+55
*
ARM: remove needless .text/.align directives
Mans Rullgard
2011-11-23
9
-14
/
+0
*
ARM: add explicit .arch and .fpu directives to asm.S
Mans Rullgard
2011-11-22
1
-0
/
+16
*
Remove redundant filename self-references inside files.
Diego Biurrun
2011-11-08
1
-1
/
+0
*
mpegvideo: remove some unused variables from MpegEncContext.
Anton Khirnov
2011-10-23
1
-6
/
+6
*
H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
2011-10-21
2
-117
/
+46
*
h264: 4:2:2 intra decoding support
Baptiste Coudurier
2011-10-21
2
-7
/
+8
*
ARM: check for inline asm 'y' operand modifier support
Mans Rullgard
2011-10-03
1
-1
/
+1
*
dca: NEON optimised high freq VQ decoding
Mans Rullgard
2011-09-30
1
-0
/
+49
*
ARM: NEON optimised vector_fmac_scalar()
Mans Rullgard
2011-09-28
2
-0
/
+51
*
mpeg12enc: add intra_vlc private option.
Anton Khirnov
2011-08-31
1
-6
/
+6
*
arm: Avoid using the movw instruction needlessly
Måns Rullgård
2011-08-03
1
-2
/
+2
*
Move an int64_t down in MpegEncContext
Martin Storsjö
2011-08-03
1
-6
/
+6
*
dsputil: remove some unused functions
Mans Rullgard
2011-07-27
2
-118
/
+0
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
4
-4
/
+4
*
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
1
-1
/
+2
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
4
-6
/
+8
*
arm: remove disabled function dct_unquantize_h263_inter_iwmmxt()
Diego Biurrun
2011-07-16
1
-20
/
+0
*
ARM: use const macro to define constant data in asm
Mans Rullgard
2011-07-10
6
-25
/
+20
*
ARM: workaround for bug in GNU assembler
Mans Rullgard
2011-07-05
1
-1
/
+1
*
ARM: allow unaligned buffer in fixed-point NEON FFT4
Mans Rullgard
2011-07-04
1
-2
/
+2
*
ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6
Mans Rullgard
2011-07-02
1
-6
/
+1
*
ARM: NEON optimised vector_clip_int32()
Mans Rullgard
2011-07-02
2
-0
/
+19
*
ARM: remove check for PLD instruction
Mans Rullgard
2011-06-29
1
-5
/
+2
*
ARM: allow building in Thumb2 mode
Mans Rullgard
2011-06-23
28
-145
/
+415
*
ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes
Mans Rullgard
2011-06-15
2
-19
/
+25
*
ARM: factor some repetitive code into macros
Mans Rullgard
2011-06-14
2
-174
/
+69
*
4:4:4 H.264 decoding support
Jason Garrett-Glaser
2011-06-13
1
-1
/
+2
*
ARM: jrevdct_arm: simplify stack usage
Mans Rullgard
2011-06-13
1
-6
/
+3
*
ARM: jrevdct_arm: use push/pop mnemonics
Mans Rullgard
2011-06-13
1
-8
/
+8
*
ARM: jrevdct_arm: misc cleanup
Mans Rullgard
2011-06-13
1
-6
/
+4
*
ARM: optimised mpadsp_apply_window_fixed
Mans Rullgard
2011-06-13
3
-0
/
+179
*
ARM: remove MUL64 and MAC64 inline asm
Mans Rullgard
2011-06-06
1
-30
/
+1
*
ARM: remove MULL inline asm
Mans Rullgard
2011-06-04
1
-12
/
+0
*
ARM: ac3dsp: optimised update_bap_counts()
Mans Rullgard
2011-06-01
3
-1
/
+39
*
ARM: fix MUL64 inline asm for pre-armv6
Mans Rullgard
2011-05-31
1
-3
/
+11
*
ARM: simplify inline asm with 64-bit operands
Mans Rullgard
2011-05-30
1
-8
/
+5
*
ARM: enable UAL syntax in asm.S
Mans Rullgard
2011-05-29
5
-6
/
+3
*
ARM: unbreak build
Mans Rullgard
2011-05-28
1
-1
/
+0
*
ac3enc: modify mantissa bit counting to keep bap counts for all values of bap
Justin Ruggles
2011-05-28
2
-54
/
+0
*
ARM: aacdec: fix constraints on inline asm
Mans Rullgard
2011-05-28
1
-75
/
+78
*
ARM: remove unnecessary volatile from inline asm
Mans Rullgard
2011-05-28
2
-34
/
+34
*
ARM: add "cc" clobbers to inline asm where needed
Mans Rullgard
2011-05-28
3
-4
/
+7
*
ARM: disable ff_vector_fmul_vfp on VFPv3 systems
Mans Rullgard
2011-05-27
1
-1
/
+2
[next]