3199 Commits (29f427c2397befc369a45999f24fc34d848510ea)

Author SHA1 Message Date
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Janne Grunau 1619274fb3 av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE 11 years ago
James Almer 85065d2a7c x86/float_dsp: add missing femms 11 years ago
James Almer dcaf9660b6 x86/float_dsp: port vector_fmul_window to yasm 11 years ago
James Almer fc8db12a73 x86/vp9: inital AVX2 intra_pred 11 years ago
Michael Niedermayer e374e77292 avutil/libm: fix fminf() emulation build failure due to undefined FFMIN 11 years ago
Michael Niedermayer afce834843 avutil/libm: Replace macro based fminf() by function 11 years ago
Michael Niedermayer 3133e7fd44 avutil/libm: use FFMIN instead of fmin() 11 years ago
Michael Niedermayer 2c1bf3fc96 avutil/libm: fix fminf typo 11 years ago
Michael Niedermayer 97508af274 build: add fminf() emulation 11 years ago
Diego Biurrun d816e125fe dict: const correctness for av_dict_get() and av_dict_copy() 11 years ago
Michael Niedermayer d37c620c84 avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64le 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 2422a7ffe4 Loose mplayer in MPlayer/incoming/ 11 years ago
Michael Niedermayer 3e7b4b9fbd Add direct link to ML in missing_feature_sample() 11 years ago
Janne Grunau d5a5598198 build: check if AS supports the '.func' directive 11 years ago
Janne Grunau 68a06b3a63 aarch64: use '#' for whole line asm comments 11 years ago
Janne Grunau 6a0fa4d86f aarch64: remove optional :pg_hi21: for adrp instruction 11 years ago
Janne Grunau fd2981ea92 aarch64: add darwin style PAGE/PAGEOFF relocations 11 years ago
Michael Niedermayer 666e29fe9e avutil/mathematics/av_add_stable: Avoid av_cmp_q() call 11 years ago
Michael Niedermayer e9add0d85b av_add_stable: Add fast special case where step can be represented exactly 11 years ago
Michael Niedermayer 4956d0e5a6 avutil/mathematics/av_add_stable: check for the common case of inc=1 11 years ago
Michael Niedermayer 5b7519fbaa avutil/mathematics/av_add_stable: avoid unneeded variable 11 years ago
Diego Biurrun 880e2aa236 Remove all Blackfin architecture optimizations 11 years ago
Michael Niedermayer 00759d71a2 avutil/opt: add av_opt_copy() 11 years ago
Michael Niedermayer f028b7af7b avutil/opt: add opt_size() 11 years ago
wm4 8c02adc62d lavu: add all color-related enums to AVFrame 11 years ago
Michael Niedermayer 879aa062f9 avutil/frame: frame_copy_video: support copying from a smaller to a larger frame 11 years ago
Christophe Gisquet 2267003981 x86: hpeldsp: better factorization 11 years ago
Martin Storsjö 08cd92144e aarch64: Use the correct syntax for relocations 11 years ago
Roman Savchenko a53551cba8 frame: fix the error path in av_frame_copy_props() 11 years ago
James Almer 561bfc85eb x86/dsputilenc: implement SSE2 versions of pix_{sum16, norm1} 11 years ago
Diego Biurrun b5aa485513 ppc: Move vec_unaligned_load macro to util_altivec 11 years ago
Diego Biurrun 593886b5dd ppc: util_altivec: Drop unused macros 11 years ago
Thierry Foucu 12875df324 Timecode: Support 48fps 11 years ago
Nicolas George 55cc60cd6d lavu: add thread message API. 11 years ago
Carl Eugen Hoyos 4d8c28deab imgutils: make systematic palette opaque. 11 years ago
Clément Bœsch fa972dcf1a avutil/display: use hypot(). 11 years ago
Michael Niedermayer 6310eb8010 avutil/cpu: force mmx on selection of higher x86 SIMD features 11 years ago
Lukasz Marek 7336e39f3c lavu/fifo: add av_fifo_alloc_array function 11 years ago
Martin Storsjö 82fc9f4b38 display: Include mathematics.h for fallback definition of NAN 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Olivier Langlois 0eec06ed87 lavu: add av_gettime_relative() 11 years ago
Michael Niedermayer 3690393f68 avutil/dict: delay addition of const from e12a73246d until next major ABI bump 11 years ago
Michael Niedermayer acb6f3af4f avutil/fifo: delay addition of const from 78d3453c4a until next major ABI bump 11 years ago
Michael Niedermayer 0fdc3cd86f avutil/version: add FF_CONST_AVUTIL53 11 years ago
Anton Khirnov 66e6c8a7b4 lavu: Add a pixel format for new VDA hwaccel 11 years ago
Matt Oliver c6bf660bef opencl: Make init_mtx static with volatile lock 11 years ago
Lukasz Marek 351f6118c7 lavu/fifo: add av_fifo_freep function 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago