index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/x86/bswap: force inline asm versions with ICC
James Almer
2015-07-18
1
-1
/
+1
*
avutil/intmath: check for ICC before GCC
James Almer
2015-07-18
1
-9
/
+9
*
avutil/frame: Update AVFrame docs library references
Michael Niedermayer
2015-07-18
1
-7
/
+7
*
avutil/fifo: Fix the case where func() returns less bytes than requested in a...
Zhang Rui
2015-07-14
1
-1
/
+2
*
avutil/mem_internal: add missing header includes
James Almer
2015-07-13
1
-0
/
+3
*
avutil/frame: fix crash with av_frame_unref(NULL)
Michael Niedermayer
2015-07-13
1
-0
/
+3
*
Factor duplicated ff_fast_malloc() out into mem_internal.h
Michael Niedermayer
2015-07-13
2
-16
/
+44
*
avutil/mem: Fix potential overflow in overallocation code
Michael Niedermayer
2015-07-11
1
-2
/
+2
*
Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'
Michael Niedermayer
2015-07-09
1
-1
/
+6
|
\
|
*
x86: Serialize rdtsc in read_time()
Henrik Gramner
2015-07-09
1
-1
/
+6
*
|
Put a space between string literals and macros.
Chris Watkins
2015-07-07
1
-2
/
+2
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functions
Shivraj Patil
2015-07-07
1
-0
/
+37
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functions
Shivraj Patil
2015-07-06
1
-0
/
+59
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functions
Shivraj Patil
2015-07-06
1
-0
/
+34
*
|
Merge commit '832129431fd5c693b12c32a1563944c631feaf36'
Michael Niedermayer
2015-07-03
1
-1
/
+1
|
\
\
|
|
/
|
*
lavu: Add version information for av_version_info()
Vittorio Giovara
2015-07-03
1
-1
/
+1
*
|
Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'
Michael Niedermayer
2015-07-03
2
-5
/
+5
|
\
\
|
|
/
|
*
lavu: add an API function to return the Libav version string
wm4
2015-07-02
2
-0
/
+14
*
|
lavu: Makefile: skip atomic.c if native atomics are available
Rodger Combs
2015-07-01
1
-1
/
+2
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functions
Shivraj Patil
2015-07-01
1
-0
/
+94
*
|
lavu: add an API function to return the FFmpeg version string
wm4
2015-07-01
2
-0
/
+12
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functions
Shivraj Patil
2015-06-29
1
-0
/
+8
*
|
avutil/x86/intmath: add missing check for inline assembly
James Almer
2015-06-27
1
-1
/
+1
*
|
avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()
James Almer
2015-06-27
1
-0
/
+7
*
|
avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACE
Zhang Rui
2015-06-26
1
-2
/
+2
*
|
avutil/fixed_dsp: remove ff_ prefix from static function
James Almer
2015-06-20
1
-2
/
+2
*
|
avutil/avstring: Do not print NULL
Michael Niedermayer
2015-06-19
1
-1
/
+1
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functions
Shivraj Patil
2015-06-19
1
-0
/
+162
*
|
avutil/crc: Fix type of p table so its content fits without overflwoing
Michael Niedermayer
2015-06-19
1
-1
/
+2
*
|
avutil/avstring: Fix undefined shift
Michael Niedermayer
2015-06-19
1
-1
/
+1
*
|
avutil/aes: Fix types
Michael Niedermayer
2015-06-19
1
-2
/
+2
*
|
avutil/adler32: Fix data type in test code
Michael Niedermayer
2015-06-19
1
-1
/
+1
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functions
Shivraj Patil
2015-06-18
1
-0
/
+21
*
|
doc: avoid incorrect phrase 'allows to'
Andreas Cadhalpun
2015-06-16
1
-1
/
+1
*
|
doc: fix spelling errors
Andreas Cadhalpun
2015-06-14
2
-2
/
+2
*
|
softfloat: make av_div_sf() inline
James Almer
2015-06-13
1
-1
/
+1
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functions
Shivraj Patil
2015-06-13
1
-0
/
+124
*
|
avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()
Michael Niedermayer
2015-06-12
1
-1
/
+1
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC idct functions
Shivraj Patil
2015-06-11
1
-0
/
+96
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC intra prediction fun...
Shivraj Patil
2015-06-11
1
-0
/
+11
*
|
avutil/softfloat: Move av_sf2double() to header
Michael Niedermayer
2015-06-11
2
-6
/
+6
*
|
avutil/softfloat: properly separate testcode
Michael Niedermayer
2015-06-11
2
-8
/
+10
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC chroma mc functions
Shivraj Patil
2015-06-11
1
-0
/
+56
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC intra prediction fu...
Shivraj Patil
2015-06-10
1
-0
/
+46
*
|
avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC loop filter and sao...
Shivraj Patil
2015-06-10
1
-1
/
+110
*
|
libavutil/channel_layout: Correctly return layout when channel specification ...
Simon Thelen
2015-06-09
1
-1
/
+1
*
|
Merge commit 'a6f19d6a9f8d1e08653d9d77581e8c823f4955c2'
Michael Niedermayer
2015-06-08
1
-5
/
+6
|
\
\
|
|
/
|
*
configure: Support MSVC 2015
Luca Barbato
2015-06-08
1
-5
/
+6
|
*
x86: check for AV_CPU_FLAG_AVXSLOW where useful
James Almer
2015-05-31
2
-2
/
+2
*
|
avutil/colorspace: Remove RGB_TO_Y/U/V
Michael Niedermayer
2015-06-06
1
-12
/
+0
[next]