git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
swscale: Remove unnecessary backslashes
[ffmpeg.git]
/
libswscale
/
ppc
/
2013-04-30
Diego Biurrun
ppc: Drop unnecessary ff_ name prefixes from static...
tree
|
commitdiff
2012-12-20
Diego Biurrun
miscellaneous typo fixes
tree
|
commitdiff
2012-10-08
Anton Khirnov
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
tree
|
commitdiff
2012-10-05
Mans Rullgard
ppc: swscale: rework yuv2planeX_altivec()
tree
|
commitdiff
2012-07-22
Diego Biurrun
swscale: Mark all init functions as av_cold
tree
|
commitdiff
2012-04-12
Diego Biurrun
build: Move all arch OBJS declarations into arch subdir...
tree
|
commitdiff
2012-04-09
Diego Biurrun
ppc: Add/remove a number of const qualifiers to fix...
tree
|
commitdiff
2012-03-06
Ronald S. Bultje
swscale: make filterPos 32bit.
tree
|
commitdiff
2012-03-02
Diego Biurrun
swscale: K&R formatting cosmetics for PowerPC code...
tree
|
commitdiff
2012-02-21
Diego Biurrun
swscale: K&R formatting cosmetics for PowerPC code...
tree
|
commitdiff
2012-02-09
Diego Biurrun
swscale: ppc: Add missing header #includes to pass...
tree
|
commitdiff
2012-01-25
Diego Biurrun
cosmetics: Remove some unnecessary block braces.
tree
|
commitdiff
2012-01-08
Diego Biurrun
swscale: K&R reformatting cosmetics for header files
tree
|
commitdiff
2012-01-04
Diego Biurrun
swscale: Use standard multiple inclusion guards in...
tree
|
commitdiff
2011-10-22
Ronald S. Bultje
swscale: update altivec yuv2planeX asm to new per-plane...
tree
|
commitdiff
2011-10-22
Kieran Kunhya
Split up yuv2yuvX functions
tree
|
commitdiff
2011-09-25
Mans Rullgard
ppc: fix some pointer to integer casts
tree
|
commitdiff
2011-08-18
Ronald S. Bultje
swscale: split hScale() function pointer into h[cy...
tree
|
commitdiff
2011-08-12
Luca Barbato
swscale: add dithering to yuv2yuvX_altivec_real
tree
|
commitdiff
2011-08-12
Ronald S. Bultje
swscale: use 15-bit intermediates for 9/10-bit scaling.
tree
|
commitdiff
2011-07-01
Ronald S. Bultje
swscale: for >8bit scaling, read in native bit-depth.
tree
|
commitdiff
2011-06-29
Ronald S. Bultje
swscale: implement >8bit scaling support.
tree
|
commitdiff
2011-06-28
Mans Rullgard
PPC: swscale: disable altivec functions for unsupported...
tree
|
commitdiff
2011-06-28
Ronald S. Bultje
swscale: change prototypes of scaled YUV output functions.
tree
|
commitdiff
2011-06-28
Ronald S. Bultje
swscale: split yuv2packedX_altivec in smaller functions.
tree
|
commitdiff
2011-06-26
Ronald S. Bultje
swscale: remove unused xInc/srcW arguments from hScale().
tree
|
commitdiff
2011-06-07
Ronald S. Bultje
swscale: extract SWS_FULL_CHR_H_INT conditional into...
tree
|
commitdiff
2011-06-07
Ronald S. Bultje
swscale: un-special-case yuv2yuvX16_c().
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: enable hScale_altivec_real.
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: split out ppc _template.c files from main...
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: remove indirections in ppc/swscale_template.c.
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: split out unscaled altivec YUV converters...
tree
|
commitdiff
2011-06-03
Ronald S. Bultje
swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
tree
|
commitdiff
2011-05-30
Diego Biurrun
swscale: Remove unused variable.
tree
|
commitdiff
2011-05-29
Diego Biurrun
swscale: Remove disabled code.
tree
|
commitdiff
2011-05-28
Anton Khirnov
sws: replace all long with int.
tree
|
commitdiff
2011-05-26
Ronald S. Bultje
swscale: fix compile on ppc.
tree
|
commitdiff
2011-05-24
Ronald S. Bultje
swscale: remove duplicate code in ppc/ subdirectory.
tree
|
commitdiff
2011-05-24
Ronald S. Bultje
swscale: force --enable-runtime-cpudetect and remove...
tree
|
commitdiff
2011-05-14
Ronald S. Bultje
[PATCH] Update pixdesc_be fate refs after adding 9...
tree
|
commitdiff
2011-05-11
Ronald S. Bultje
swscale: fix YUV420P 9/10bit support.
tree
|
commitdiff
2011-04-14
Janne Grunau
swscale: correct include path to fix ppc altivec build
tree
|
commitdiff
2011-04-14
Luca Barbato
swscale: partially move the arch specific code left
tree
|
commitdiff
2011-03-19
Mans Rullgard
Replace FFmpeg with Libav in licence headers
tree
|
commitdiff
2011-01-18
Janne Grunau
consolidate .gitignore patters into a single file
tree
|
commitdiff
2011-01-17
Janne Grunau
convert svn:ignore properties to .gitignore files
tree
|
commitdiff
2010-07-24
Reimar Döffinger
Fix compilation, forgot to add const also to the
tree
|
commitdiff
2010-07-24
Reimar Döffinger
More const-correctness fixes to avoid warnings.
tree
|
commitdiff
2010-07-24
Reimar Döffinger
Add some "const" to avoid incompatible pointer type...
tree
|
commitdiff
2010-01-22
Måns Rullgård
Move array specifiers outside DECLARE_ALIGNED() invocations
tree
|
commitdiff
2009-09-12
Ramiro Polla
Remove ; after while(0) in macros.
tree
|
commitdiff
2009-08-16
Ramiro Polla
Cosmetics:
tree
|
commitdiff
2009-08-16
Ramiro Polla
Indent libswscale:
tree
|
commitdiff
2009-08-10
Diego Biurrun
Remove disabled debug code.
tree
|
commitdiff
2009-06-04
Ramiro Polla
Use DECLARE_ALIGNED macro instead of __attribute__...
tree
|
commitdiff
2009-05-09
Diego Biurrun
Add missing const qualifiers to AltiVec function parame...
tree
|
commitdiff
2009-03-29
Diego Biurrun
Move swscale AltiVec template code to ppc subdirectory.
tree
|
commitdiff
2009-03-26
Ramiro Polla
Move yuv2rgb code to subdirs.
tree
|
commitdiff