git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
configure: add support for new CPUs
2014-04-28
James Almer
configure: add support for new CPUs
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-25
James Almer
swresample: add swri_resample_double_sse2
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-25
James Almer
vp9: use LOCAL_ALIGNED_32 for left/top intra_pred pointers
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-25
James Almer
lavu: add LOCAL_ALIGNED_32
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-24
James Almer
x86/mpegaudiodsp: define apply_window_mp3 as SSE
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-19
James Almer
x86/float_dsp: remove duplicated code from vector_dmul_scalar
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-19
James Almer
fate: add DTS-ES test
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-18
James Almer
configure: Remove deprecated incompatible_fork_abi...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-17
James Almer
x86/dsputil: use HADDD where applicable
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-17
James Almer
x86: move horizontal add macros to x86util
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-16
James Almer
x86/float_dsp: unroll loop in vector_fmac_scalar
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-16
James Almer
x86/float_dsp: use SWAP in vector_fmac_scalar Win64
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-13
James Almer
x86/synth_filter: remove the fma3 version ifdefs
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-10
James Almer
lavf/rtspcodes: add missing header include
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-05
James Almer
x86/dcadsp: add ff_dca_lfe_fir0_fma3
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-05
James Almer
x86/synth_filter: compile avx and fma3 functions unconditionally
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-04
James Almer
x86/synth_filter: add synth_filter_fma3
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-04
James Almer
x86/synth_filter: add synth_filter_avx
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-04
James Almer
x86/synth_filter: add synth_filter_sse
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-04
James Almer
oggenc: check return value of av_mallocz()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-04-03
James Almer
riff: Add ITRK tag
commit
|
commitdiff
|
tree
2014-04-02
James Almer
lavc/kbdwin: add missing stdint.h include
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-25
James Almer
x86/cpu: check for OS support before enabling AVX2
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-24
James Almer
swresample/resample: sse float linear interpolation
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-24
James Almer
swresample/resample: mmx2/sse2 int16 linear interpolation
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-20
James Almer
swresample: add swri_resample_float_sse
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-18
James Almer
swresample: reuse COMMON_CORE asm where possible
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-18
James Almer
swresample: change COMMON_CORE_INT16 asm from SSSE3...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-17
James Almer
x86/synth_filter: improve FMA version
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-14
James Almer
configure: add missing avx2 support check
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-13
James Almer
x86/float_dsp: add ff_vector_{fmul_add, fmac_scalar...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-06
James Almer
x86/dsputil: add emms to ff_scalarproduct_int16_mmxext()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-06
James Almer
lavd/Makefile: Add fbdev_common.h to SKIPHEADERS
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-05
James Almer
x86/synth_filter: add synth_filter_fma3
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-04
James Almer
x86/synth_filter: add missing HAVE_YASM guard
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-02
James Almer
x86/synth_filter: Revert the switch to float ops with...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-02
James Almer
x86/synth_filter: add synth_filter_avx
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-03-01
James Almer
x86/synth_filter: add synth_filter_sse
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-27
James Almer
x86/imdct36: use sse3 instructions in the last BUTTERF...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-27
James Almer
x86/imdct36: don't build imdct36_float_sse on x86_64...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-24
James Almer
x86: Move XOP emulation to x86util
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-24
James Almer
oggdec: validate VP8 keyframes
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-23
James Almer
x86: add detection for Bit Manipulation Instruction...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-23
James Almer
x86: add detection for FMA3 instruction set
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-23
James Almer
x86: add missing XOP checks and macros
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-22
James Almer
x86: add detection for Bit Manipulation Instruction...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-22
James Almer
x86: add detection for FMA3 instruction set
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-17
James Almer
tta/x86: add ff_ttafilter_process_dec_{ssse3, sse4}
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-16
James Almer
x86/fladsp: add missing check to ff_flacdsp_init_x86()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-13
James Almer
flac/x86: add ff_flac_lpc_32_xop()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-13
James Almer
x86inc: Extend FMA_INSTR functionality
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-13
James Almer
tta: split off hybrid filter processing as ttadsp
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-11
James Almer
x86: add missing XOP checks and macros
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-02-06
James Almer
x86/cpu: add missing avx2 AVOption in av_parse_cpu_flags()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-28
James Almer
x86/vp9lpf: add ff_vp9_loop_filter_[vh]_88_16_sse2()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-18
James Almer
vp9/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxext
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-17
James Almer
vp9/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-15
James Almer
fate: add WebP Exif metadata test
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-15
James Almer
webp: fix capitalization of the word Exif
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-14
James Almer
webp: add support for EXIF metadata chunks
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-03
James Almer
matroskadec: Export the MuxingApp element value as...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2014-01-02
James Almer
fate: Add OggVP8 demux test
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-30
James Almer
oggdec: add support for VP8 demuxing
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-25
James Almer
matroskadec: Fix bug when parsing realaudio codec parameters
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-13
James Almer
configure: remove redundant definition of __USE_MINGW_ANSI_STDIO
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-12
James Almer
avformat/oggparseopus: Check opus_duration() return...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-09
James Almer
common.mak: Less ugly version of the previous windres fix
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-09
James Almer
configure: Move MinGW64 specific check to the correct...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-09
James Almer
common.mak: fix the current fate failures with windres
commit
|
commitdiff
|
tree
2013-12-07
James Almer
libvpxenc: token_parts is VP8 specific
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-07
James Almer
windres: Track dependencies
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-06
James Almer
avresample: Include libavutil/avutil.h in version.h
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-06
James Almer
lavf/mux: Don't write "encoder" metadata tag when bitexact...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-12-05
James Almer
Add Windows resource file support for shared libraries
Originally written by
James Almer
<jamrial@gmail.com>
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-11-30
James Almer
lavfi/Makefile: Don't compile lavfutils.c and lswsutils...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-11-25
James Almer
Partially revert "Merge commit 'f187557ab4612776f7f527ecf3d4...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-23
James Almer
lavf/adtsenc: Add support for APE tags
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-15
James Almer
fate: add vorbiscomment cover art test
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-14
James Almer
movenc: use ff_alloc_extradata()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-14
James Almer
oggparsecelt: use ff_alloc_extradata()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-14
James Almer
oggparseopus: use ff_alloc_extradata()
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-12
James Almer
oggvorbisdec: add support for embedded cover art
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-12
James Almer
flac: move picture parsing code in a separate file
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-10-12
James Almer
oggparsevorbis: support official chapter extension
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-21
James Almer
matroska: Add the CueDuration element
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-20
James Almer
matroskaenc: Add CuePoints for subtitle tracks
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-18
James Almer
matroskaenc: Write muxingapp and writingapp elements...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-18
James Almer
fate: Fix exif tests ffprobe dependency
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-18
James Almer
doc/APIchanges: Fix two hashes
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-15
James Almer
matroskadec: Mute "Unknown entry" log messages for...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-15
James Almer
matroskaenc: Bump DocTypeVersion to 4
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-11
James Almer
lavu/sha512: Fully unroll the transform function loops
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-11
James Almer
lavu/sha: Fully unroll the transform function loops
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-09
James Almer
lavu/ripemd: Add a size optimized version of the transform...
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-09
James Almer
lavu/ripemd: Fully unroll the transform function loops
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-08
James Almer
doc: add *install-doc that covers all documentation
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-07
James Almer
doc: rename *install-doc to *install-html
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-09-07
James Almer
doc: fix install-doc dependencies
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-08-18
James Almer
matroskadec: Improve TTA duration calculation
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
2013-08-10
James Almer
lavd: Fix make checkheaders
Signed-off-by:
James Almer
<jamrial@gmail.com>
commit
|
commitdiff
|
tree
next