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
/
sh4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'
Michael Niedermayer
2013-02-26
1
-1
/
+0
|
\
|
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
|
Merge commit 'bf6b3ec924b4fb64d14df33077f4d4541d525dbf'
Michael Niedermayer
2013-02-09
2
-0
/
+2
|
\
\
|
|
/
|
*
dsputil: Move rnd_avg inline functions to a separate header
Diego Biurrun
2013-02-08
2
-0
/
+2
*
|
Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'
Michael Niedermayer
2013-02-09
1
-0
/
+1
|
\
\
|
|
/
|
*
dsputil: Move copy_block functions to a separate header
Diego Biurrun
2013-02-07
1
-0
/
+1
*
|
Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'
Michael Niedermayer
2013-02-07
4
-99
/
+134
|
\
\
|
|
/
|
*
dsputil: Separate h264chroma
Diego Biurrun
2013-02-06
4
-99
/
+134
*
|
Merge commit '48a4ffa722c0874b251de9d201babed52cef0bcb'
Michael Niedermayer
2013-02-06
1
-28
/
+0
|
\
\
|
|
/
|
*
sh4: drop unused functions
Luca Barbato
2013-02-05
1
-28
/
+0
*
|
Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'
Michael Niedermayer
2013-02-06
2
-4
/
+5
|
\
\
|
|
/
|
*
sh4: Fix silly type vs. variable name search and replace typo
Diego Biurrun
2013-02-05
1
-1
/
+1
|
*
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-02-05
2
-3
/
+4
*
|
Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'
Michael Niedermayer
2013-02-06
1
-1
/
+1
|
\
\
|
|
/
|
*
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
Diego Biurrun
2013-02-05
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-01-24
2
-410
/
+0
|
\
\
|
|
/
|
*
dsputil: Separate h264 qpel
Mans Rullgard
2013-01-24
2
-410
/
+0
*
|
Merge commit 'baf35bb4bc4fe7a2a4113c50989d11dd9ef81e76'
Michael Niedermayer
2013-01-23
1
-4
/
+4
|
\
\
|
|
/
|
*
dsputil: remove one array dimension from avg_no_rnd_pixels_tab.
Ronald S. Bultje
2013-01-22
1
-4
/
+4
*
|
Merge commit '32ff6432284f713e9f837ee5b36fc8e9f1902836'
Michael Niedermayer
2013-01-23
1
-9
/
+0
|
\
\
|
|
/
|
*
dsputil: remove avg_no_rnd_pixels8.
Ronald S. Bultje
2013-01-22
1
-9
/
+0
*
|
Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'
Michael Niedermayer
2013-01-23
3
-6
/
+6
|
\
\
|
|
/
|
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
3
-6
/
+6
*
|
Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'
Michael Niedermayer
2012-12-19
1
-1
/
+1
|
\
\
|
|
/
|
*
misc typo, style and wording fixes
Diego Biurrun
2012-12-18
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-12-10
2
-58
/
+0
|
\
\
|
|
/
|
*
sh4: dsputil: remove duplicate of ff_gmc_c()
Mans Rullgard
2012-12-10
2
-58
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-11
1
-0
/
+2
|
\
\
|
|
/
|
*
sh4: add required #include, fix build
Mans Rullgard
2012-10-11
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-26
1
-3
/
+3
|
\
\
|
|
/
|
*
build: prettyprinting cosmetics
Diego Biurrun
2012-03-26
1
-3
/
+3
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-16
4
-9
/
+9
|
\
\
|
|
/
|
*
sh4: Add ff_ prefix to nonstatic symbols
Martin Storsjö
2012-02-15
3
-5
/
+5
|
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
3
-4
/
+4
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-22
2
-2
/
+2
|
\
\
|
|
/
|
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
2
-2
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-21
1
-1
/
+2
|
\
\
|
|
/
|
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
1
-1
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-22
1
-1
/
+1
|
\
\
|
|
/
|
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
1
-1
/
+1
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-11
2
-6
/
+6
|
\
\
|
|
/
|
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
2
-0
/
+10
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-30
1
-151
/
+0
|
\
\
|
|
/
|
*
Remove disabled non-optimized code variants.
Diego Biurrun
2011-04-29
1
-151
/
+0
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-27
1
-2
/
+0
|
\
\
|
|
/
|
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+0
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
6
-24
/
+24
*
|
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-04-10
2
-0
/
+10
|
/
*
consolidate .gitignore patters into a single file
Janne Grunau
2011-01-18
1
-3
/
+0
*
convert svn:ignore properties to .gitignore files
Janne Grunau
2011-01-17
1
-0
/
+3
[next]