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
*
h264chroma: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
3
-16
/
+22
*
idct: Change type of array stride parameters to ptrdiff_t
Diego Biurrun
2016-09-29
8
-27
/
+33
*
hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...
Diego Biurrun
2016-09-29
1
-8
/
+8
*
lavc: add clobber tests for the new encoding/decoding API
Anton Khirnov
2016-09-28
1
-0
/
+20
*
audiodsp: reorder arguments for vector_clipf
Anton Khirnov
2016-09-22
2
-5
/
+3
*
blockdsp: drop the high_bit_depth parameter
Anton Khirnov
2016-09-22
3
-8
/
+6
*
pixblockdsp: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-09-14
1
-2
/
+3
*
vp56: Separate VP5 and VP6 dsp initialization
Diego Biurrun
2016-08-26
1
-2
/
+2
*
vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3c
Diego Biurrun
2016-08-26
1
-12
/
+12
*
vp56: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-08-26
1
-2
/
+2
*
vp3: Change type of stride parameters to ptrdiff_t
Diego Biurrun
2016-08-26
1
-3
/
+3
*
simple_idct: arm: Drop disabled code variant
Diego Biurrun
2016-08-17
1
-7
/
+0
*
vp8/armv6: mc: avoid boolean expression in calculation
Janne Grunau
2016-07-10
1
-7
/
+2
*
arm: Fix a typo in a comment
Martin Storsjö
2016-07-06
2
-2
/
+2
*
libavcodec: fix constness in clobber test avcodec_open2() wrappers
Clément Bœsch
2016-06-26
1
-1
/
+1
*
tests: Move all test programs to a subdirectory
Diego Biurrun
2016-05-13
1
-40
/
+0
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
4
-6
/
+6
*
build: miscellaneous cosmetics
Diego Biurrun
2016-04-07
1
-4
/
+4
*
fft: Split MDCT bits off from FFT
Diego Biurrun
2016-03-01
5
-25
/
+89
*
rdft: arm: Split RDFT initialization into a separate file
Diego Biurrun
2016-02-26
3
-13
/
+34
*
fft: arm: Drop unnecessary #include, add missing ones
Diego Biurrun
2016-02-26
2
-1
/
+5
*
build: Add vc1dsp component for more fine-grained dependencies
Diego Biurrun
2016-02-19
1
-3
/
+3
*
dca: remove unused decode_hf function and quant_d tables
Alexandra Hájková
2015-12-24
2
-36
/
+0
*
arm: add ff_int32_to_float_fmul_array8_neon
Janne Grunau
2015-12-14
2
-0
/
+41
*
arm: add a cpu flag for the VFPv2 vector mode
Janne Grunau
2015-12-14
3
-4
/
+4
*
arm: use a local label instead of the function symbol in ff_prefetch_arm
Janne Grunau
2015-07-20
1
-1
/
+2
*
h264: arm: use intra pred8x8 functions only for chroma_format_idc <= 1
Janne Grunau
2015-07-18
1
-14
/
+16
*
configure: Factor out g722dsp module
Vittorio Giovara
2015-07-17
1
-4
/
+2
*
configure: Factor out vp8dsp module
Vittorio Giovara
2015-07-17
1
-12
/
+6
*
configure: Factor out rv34dsp module
Vittorio Giovara
2015-07-17
1
-3
/
+2
*
configure: Factor out flacdsp module
Vittorio Giovara
2015-07-17
1
-2
/
+2
*
lavc: do not compile fmtconvert unconditionally
Anton Khirnov
2015-02-28
1
-4
/
+3
*
fmtconvert: drop unused functions
Anton Khirnov
2015-02-28
4
-434
/
+0
*
g722: Add ARM NEON implementation for g722_apply_qmf()
Peter Meerwald
2015-02-15
3
-0
/
+108
*
arm: mlpdsp: handle pic offset calculation in a macro
Janne Grunau
2014-12-09
1
-16
/
+20
*
arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm position ...
Janne Grunau
2014-12-09
1
-10
/
+13
*
arm: Use .data.rel.ro for const data with relocations
Martin Storsjö
2014-12-09
3
-3
/
+3
*
arm: fft_vfp: Unify the behaviour in ff_fft_calc_vfp between arm/thumb
Martin Storsjö
2014-12-08
1
-10
/
+5
*
arm: fft_vfp: Add a missing "endconst" when building in thumb mode
Martin Storsjö
2014-12-08
1
-0
/
+1
*
motion_est: convert stride to ptrdiff_t
Vittorio Giovara
2014-11-24
1
-5
/
+5
*
idctdsp: Add global function pointers for {add|put}_pixels_clamped functions
Diego Biurrun
2014-09-02
1
-7
/
+0
*
build: Add explanatory comments to (optimization) blocks in the Makefiles
Diego Biurrun
2014-08-15
1
-0
/
+18
*
mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes
Diego Biurrun
2014-08-15
3
-4
/
+4
*
vc-1: Add platform-specific start code search routine to VC1DSPContext.
Ben Avison
2014-08-04
1
-0
/
+3
*
h264: Move start code search functions into separate source files.
Ben Avison
2014-08-04
4
-6
/
+31
*
qpeldsp: Mark source pointer in qpel_mc_func function pointer const
Diego Biurrun
2014-07-25
2
-66
/
+68
*
arm: Macroize the test for 'setend' CPU instruction support
Ben Avison
2014-07-21
1
-5
/
+1
*
dct-test: Move arch-specific bits into arch-specific subdirectories
Diego Biurrun
2014-07-21
1
-0
/
+40
*
idct: Move arm-specific declarations to a header in the arm directory
Diego Biurrun
2014-07-20
5
-15
/
+44
*
idctdsp: prettyprinting cosmetics
Diego Biurrun
2014-07-18
4
-20
/
+20
[next]