git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
g723.1: drop unnecessary variable buf_ptr in formant_postfilter()
2012-08-13
Mans Rullgard
g723.1: drop unnecessary variable buf_ptr in formant_postfil...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: make scale_vector() output to a separate buffer
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: make autocorr_max() work on an arbitrary buffer
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: do not needlessly use int64_t
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: use saturating addition functions
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: optimise scale_vector()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: remove useless uses of MUL64()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: remove unnecessary argument 'shift' from dot_product()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
celp: optimise ff_celp_lp_synthesis_filter()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-13
Mans Rullgard
libavutil: add saturating addition functions
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
dict: move struct AVDictionary definition to dict.c
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
dict: add av_dict_count()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
g723.1: fix addition overflow
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
g723.1: simplify and fix multiplication overflow
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
g723.1: deobfuscate an expression
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
g723.1: remove unused #includes
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-10
Mans Rullgard
ARM: add missing "cc" clobber in av_clipl_int32_arm()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
libavutil: remove unused av_abort() macro
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
ffmenc: replace if/abort with assert()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
libavutil: drop offsetof() fallback definition
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
libavutil: drop fallback definitions of INTxx_MIN/MAX
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
motion_est: drop inline from sad_hpel_motion_search()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
motion_est: remove unused macros
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
motion_est: remove useless no_motion_search() function
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
mpegvideo: reduce excessive inlining of mpeg_motion()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
mpegvideo: convert mpegvideo_common.h to a .c file
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-09
Mans Rullgard
build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-08
Mans Rullgard
Move MASK_ABS macro to libavcodec/mathops.h
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-08
Mans Rullgard
x86: move MANGLE() and related macros to libavutil...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-08
Mans Rullgard
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
configure: add --enable/disable-random option
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
build: change checkheaders to use regular build rules
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
ARM: use Q/R inline asm operand modifiers only if supported
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
x86: fix build with nasm 2.08
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
x86: use nop cpu directives only if supported
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
x86: fix rNmp macros with nasm
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
build: add trailing / to yasm/nasm -I flags
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
x86: use 32-bit source registers with movd instruction
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-07
Mans Rullgard
x86: add colons after labels
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-06
Mans Rullgard
build: generalise rules and variable settings for av...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-06
Mans Rullgard
imc: remove unused field IMCContext.one_div_log2
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-06
Mans Rullgard
imc: fix size of a memset()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-06
Mans Rullgard
imc: remove empty if() block
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-06
Mans Rullgard
fate: simplify variable setting filter.mak
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-05
Mans Rullgard
rational: add av_inv_q() returning the inverse of an...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-04
Mans Rullgard
fate: force pix_fmt in lagarith-rgb32 test
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-03
Mans Rullgard
ARMv6: vp8: fix stack allocation with Apple's assembler
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-03
Mans Rullgard
ARM: vp56: allow inline asm to build with clang
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-02
Mans Rullgard
vc1dec: remove useless #include simple_idct.h
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-02
Mans Rullgard
dct-test: always link with aandcttab.o
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-02
Mans Rullgard
vp8: pack struct VP8ThreadData more efficiently
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-02
Mans Rullgard
x86: remove libmpeg2 mmx(ext) idct functions
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-01
Mans Rullgard
ARM: use =const syntax instead of explicit literal...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-08-01
Mans Rullgard
ARM: use standard syntax for all LDRD/STRD instructions
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-29
Mans Rullgard
fate: amix: specify f32 sample format for comparison
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-29
Mans Rullgard
tiny_psnr: support 32-bit float samples
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-29
Mans Rullgard
eamad/eatgq/eatqi: call special EA IDCT directly
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-29
Mans Rullgard
eamad: remove use of MpegEncContext
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-29
Mans Rullgard
mpegvideo: remove unnecessary inclusions of faandct.h
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-28
Mans Rullgard
fate: make yadif tests consistent across systems
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-28
Mans Rullgard
build: support non-standard replacements for -c flag
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-28
Mans Rullgard
build: support non-standard replacements for -E flag
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-26
Mans Rullgard
build: use COMPILE template for HOSTOBJS
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-26
Mans Rullgard
build: do full flag handling for all compiler-type...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-22
Mans Rullgard
configure: respect CC_O setting in check_cc
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: add more passthrough flags in tms470 filter
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: move flag filtering functions out of if...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: add filtering of host cflags/ldflags
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: initialise all flag filters at the same...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: add filtering of linker flags
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: name some variables more consistently
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: remove filter_cppflags
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-21
Mans Rullgard
configure: set icc_version where it is needed
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-19
Mans Rullgard
Print full compiler identification, not only version...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-19
Mans Rullgard
flacdec: reverse lpc coeff order, simplify filter
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-18
Mans Rullgard
ppc: fix build with altivec disabled
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-18
Mans Rullgard
vp3: move idct and loop filter pointers to new vp3dsp...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-18
Mans Rullgard
build: add CONFIG_VP3DSP, reduce repetition in OBJS...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-06
Mans Rullgard
configure: add functions for testing code fragments
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-05
Mans Rullgard
lavc: options: add planar names for request_sample_fmt
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-05
Mans Rullgard
flacdec: add planar output support
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-05
Mans Rullgard
h264: use templates to avoid excessive inlining
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
lavfi: reclassify showfiltfmts as a TESTPROG
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacdec: move lpc filter to flacdsp
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacdec: split off channel decorrelation as flacdsp
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacdec: factor out code setting avctx->sample_fmt
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flac: make FLAC_CHMODE_* constants consecutive
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacdec: allocate sample buffers with av_malloc
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacdec: remove curr_bps from FLACContext
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
fate: add flac encode/decode tests with various options
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-04
Mans Rullgard
flacenc: add option for forcing stereo decorrelation...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-03
Mans Rullgard
configure: do not disable av_always_inline with --enable...
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-03
Mans Rullgard
x86: lavfi: fix gradfun/yadif build with mmx/sse disabled
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-02
Mans Rullgard
flacdec: remove redundant setting of avctx->sample_fmt
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-02
Mans Rullgard
snow: remove VLA in mc_block()
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-02
Mans Rullgard
vf_yadif: move x86 init code to x86/yadif.c
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-02
Mans Rullgard
vf_gradfun: move x86 init code to x86/gradfun.c
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-01
Mans Rullgard
smacker: remove some unused code
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
2012-07-01
Mans Rullgard
dsicin: remove dead assignment
Signed-off-by:
Mans Rullgard
<mans@mansr.com>
commit
|
commitdiff
|
tree
next