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
/
bfin
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: bfin: Fix indentation in the dsputil init function
Martin Storsjö
2013-04-19
1
-2
/
+2
*
bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
Ronald S. Bultje
2013-04-19
7
-465
/
+552
*
vp3: Use full transpose for all IDCTs
Ronald S. Bultje
2013-04-15
1
-1
/
+0
*
vp3: bfin: Transpose the IDCTs
Martin Storsjö
2013-04-15
1
-2
/
+8
*
bfin: Match DEFUN_END macros to the right functions
Martin Storsjö
2013-04-15
1
-1
/
+2
*
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-04-08
1
-1
/
+1
*
bfin: Make vp3 functions static
Martin Storsjö
2013-04-08
2
-6
/
+4
*
bfin: Don't use the vp3 idct functions if bitexact behaviour is expected
Martin Storsjö
2013-04-08
1
-2
/
+4
*
Remove unnecessary dsputil.h #includes
Diego Biurrun
2013-02-26
1
-1
/
+0
*
Add av_cold attributes to arch-specific init functions
Diego Biurrun
2013-02-05
3
-3
/
+6
*
Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.
Diego Biurrun
2013-02-05
1
-14
/
+14
*
bfin: unbreak compilation
Luca Barbato
2013-01-29
2
-0
/
+30
*
bfin: Separate VP3 initialization code
Diego Biurrun
2013-01-28
4
-13
/
+11
*
bfin: update VP3 idct
Luca Barbato
2013-01-28
1
-0
/
+6
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
9
-29
/
+30
*
lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.
Ronald S. Bultje
2013-01-20
1
-1
/
+2
*
build: non-x86: Only compile mpegvideo optimizations when necessary
Diego Biurrun
2012-10-09
1
-1
/
+2
*
build: prettyprinting cosmetics
Diego Biurrun
2012-03-26
1
-7
/
+7
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
cosmetics: Delete empty lines at end of file.
Diego Biurrun
2012-02-09
7
-13
/
+0
*
Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
2011-11-02
2
-8
/
+6
*
dsputil: update per-arch init funcs for non-h264 high bit depth
Mans Rullgard
2011-07-21
1
-1
/
+1
*
dsputil: template get_pixels() for different bit depths
Mans Rullgard
2011-07-21
1
-1
/
+1
*
jfdctint: add 10-bit version
Mans Rullgard
2011-07-21
1
-3
/
+3
*
simple_idct: add 10-bit version
Mans Rullgard
2011-07-20
1
-10
/
+12
*
Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...
Oskar Arvidsson
2011-05-10
1
-0
/
+5
*
mpegaudio: remove CONFIG_MPEGAUDIO_HP option
Mans Rullgard
2011-05-09
1
-10
/
+0
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
10
-40
/
+40
*
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
*
Remove misplaced Doxygen comment.
Diego Biurrun
2010-07-02
1
-12
/
+0
*
Improve some uses of ff_cropTbl with constant offset
Måns Rullgård
2010-06-22
1
-2
/
+2
*
Simplify arch-specific object file lists
Måns Rullgård
2010-03-16
1
-1
/
+1
*
Move arch-specific makefile parts into $arch/Makefile
Måns Rullgård
2010-03-16
1
-0
/
+7
*
Add missing includes in bfin and sh4 files
Måns Rullgård
2010-03-08
1
-0
/
+3
*
bfin: fix function prototypes
Måns Rullgård
2010-03-08
3
-39
/
+33
*
Blackfin: use SRAM only when CONFIG_SRAM is set
Måns Rullgård
2010-01-31
5
-8
/
+13
*
Add necessary #include for config.h.
Diego Biurrun
2009-08-24
1
-0
/
+2
*
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-07-22
1
-1
/
+0
*
blackfin: disable broken dsputil functions
Måns Rullgård
2009-05-28
2
-5
/
+5
*
blackfin: add missing const in function prototypes
Måns Rullgård
2009-05-28
1
-3
/
+3
*
blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto
Måns Rullgård
2009-05-28
1
-3
/
+6
*
blackfin: use DCT function pointer in dct_quantize_bfin()
Måns Rullgård
2009-05-28
1
-5
/
+1
*
Remove file name from file headers.
Diego Biurrun
2009-02-09
2
-3
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Delete unnecessary 'extern' keywords.
Diego Biurrun
2008-12-03
3
-34
/
+34
*
Convert asm keyword into __asm__.
Diego Pettenò
2008-10-16
3
-6
/
+6
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
3
-9
/
+9
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
3
-7
/
+7
[next]