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
/
dsputil.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'
Michael Niedermayer
2013-12-09
1
-14
/
+0
|
\
|
*
dsputil: Move apply_window_int16 to ac3dsp
Diego Biurrun
2013-12-08
1
-14
/
+0
|
*
Remove all Alpha architecture optimizations
Diego Biurrun
2013-11-13
1
-1
/
+0
*
|
Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'
Michael Niedermayer
2013-11-08
1
-3
/
+0
|
\
\
|
|
/
|
*
dsputil: Split off H.263 bits into their own H263DSPContext
Diego Biurrun
2013-11-08
1
-3
/
+0
*
|
Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'
Michael Niedermayer
2013-08-29
1
-1
/
+1
|
\
\
|
|
/
|
*
dsputil: x86: Hide arch-specific initialization details
Diego Biurrun
2013-08-28
1
-1
/
+1
*
|
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
1
-3
/
+0
|
\
\
|
|
/
|
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-3
/
+0
|
*
dsputil: Remove dct_bits
Ronald S. Bultje
2013-04-19
1
-5
/
+0
|
*
dsputil: Remove hpel functions (moved to hpeldsp)
Ronald S. Bultje
2013-04-19
1
-49
/
+0
|
*
hpeldsp: Add half-pel functions (currently copies of dsputil)
Ronald S. Bultje
2013-04-19
1
-6
/
+1
|
*
dsputil: Make square put/avg_pixels functions local to h264qpel
Ronald S. Bultje
2013-04-10
1
-14
/
+4
|
*
lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables
Ronald S. Bultje
2013-04-08
1
-1
/
+1
*
|
Add avpriv_dsputil_init() and use it in lavfi where relevant.
Clément Bœsch
2013-04-14
1
-0
/
+1
*
|
Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'
Michael Niedermayer
2013-04-05
1
-2
/
+0
|
\
\
|
|
/
|
*
h261: Remove H.261 loop filter from dsputil
Diego Biurrun
2013-04-05
1
-2
/
+0
*
|
dsputil: remove duplicate or unused functions.
Ronald S. Bultje
2013-03-14
1
-5
/
+0
*
|
Merge commit 'a8b6015823e628047a45916404c00044c5e80415'
Michael Niedermayer
2013-03-13
1
-12
/
+12
|
\
\
|
|
/
|
*
dsputil: convert remaining functions to use ptrdiff_t strides
Luca Barbato
2013-03-12
1
-12
/
+12
|
*
h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil
Ronald S. Bultje
2013-02-19
1
-1
/
+0
|
*
dsputil: convert remaining op_pixels_func
Luca Barbato
2013-02-17
1
-1
/
+1
*
|
dsputil: remove hpel functions (moved to hpeldsp).
Ronald S. Bultje
2013-03-13
1
-49
/
+0
*
|
hpeldsp: add half-pel functions (currently copies of dsputil).
Ronald S. Bultje
2013-03-13
1
-6
/
+1
*
|
dsputil: make square put/avg_pixels functions local to h264qpel.
Ronald S. Bultje
2013-03-09
1
-16
/
+4
*
|
Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables.
Ronald S. Bultje
2013-03-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-02-14
1
-6
/
+0
|
\
\
|
|
/
|
*
dsputil: Move STRIDE_ALIGN macro to the only place it is used
Diego Biurrun
2013-02-13
1
-6
/
+0
*
|
Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.
Ronald S. Bultje
2013-02-12
1
-1
/
+0
*
|
Move ff_emulated_edge_mc prototypes to videodsp.
Ronald S. Bultje
2013-02-11
1
-8
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-02-09
1
-17
/
+0
|
\
\
|
|
/
|
*
dsputil: Move fdct function declarations to dct.h
Diego Biurrun
2013-02-09
1
-14
/
+0
*
|
Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'
Michael Niedermayer
2013-02-09
1
-26
/
+0
|
\
\
|
|
/
|
*
dsputil: Move LOCAL_ALIGNED macros to libavutil
Diego Biurrun
2013-02-08
1
-26
/
+0
*
|
Merge commit '059866eb17cd3c66422a61d3e9c3305f55830a50'
Michael Niedermayer
2013-02-09
1
-14
/
+0
|
\
\
|
|
/
|
*
dsputil: Move WRAPPER8_16_SQ macro to the only place it is used
Diego Biurrun
2013-02-08
1
-14
/
+0
*
|
Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'
Michael Niedermayer
2013-02-09
1
-23
/
+0
|
\
\
|
|
/
|
*
dsputil: Move rnd_avg inline functions to a separate header
Diego Biurrun
2013-02-08
1
-23
/
+0
*
|
Merge commit 'b9c2408b19dc9408e9dc0ce4a099af529bbfba3b'
Michael Niedermayer
2013-02-09
1
-8
/
+0
|
\
\
|
|
/
|
*
dsputil: Remove commented-out, unused function declarations
Diego Biurrun
2013-02-08
1
-8
/
+0
*
|
Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6'
Michael Niedermayer
2013-02-09
1
-8
/
+0
|
\
\
|
|
/
|
*
dsputil: Move ff_shrink* function declarations to separate header
Diego Biurrun
2013-02-07
1
-5
/
+0
|
*
dsputil: Move ff_svq3 function declarations to a separate header
Diego Biurrun
2013-02-07
1
-3
/
+0
*
|
Merge commit '6a4430407404bfe55581e66a86a496c9adf6fb44'
Michael Niedermayer
2013-02-09
1
-20
/
+0
|
\
\
|
|
/
|
*
dsputil: Move ff_h264_idct function declarations to a separate header
Diego Biurrun
2013-02-07
1
-18
/
+0
*
|
Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'
Michael Niedermayer
2013-02-09
1
-69
/
+0
|
\
\
|
|
/
|
*
dsputil: Move copy_block functions to a separate header
Diego Biurrun
2013-02-07
1
-36
/
+0
|
*
dsputil: Drop unused functions copy_block{2|4|16}
Diego Biurrun
2013-02-07
1
-33
/
+0
*
|
Merge commit 'b5b7b75e91e291c810ebd01868a42b53f267a87c'
Michael Niedermayer
2013-02-09
1
-24
/
+0
|
\
\
|
|
/
|
*
dsputil: Move get_penalty_factor() to the only place it is used.
Diego Biurrun
2013-02-07
1
-20
/
+0
[next]