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
*
Move av_fast_{m,re}alloc from lavc to lavu.
Anton Khirnov
2013-11-14
3
-1
/
+55
*
Deprecate obsolete XvMC hardware decoding support
Diego Biurrun
2013-11-13
4
-0
/
+10
*
attributes: disable flatten on llvm/clang
Vittorio Giovara
2013-11-03
1
-1
/
+1
*
h264: wait for initial complete frame before outputing frames
John Stebbins
2013-10-31
2
-1
/
+11
*
AVOptions: do not range check flag options.
Anton Khirnov
2013-10-27
1
-1
/
+2
*
avframe: mark source frame const in _ref and _clone
Vittorio Giovara
2013-10-27
2
-4
/
+4
*
mem: do not check for negative size
Vittorio Giovara
2013-10-26
1
-2
/
+2
*
libavutil: x86: Add AVX2 capable CPU detection.
Kieran Kunhya
2013-10-25
4
-0
/
+15
*
base64-test: Remove posibility of returning restricted exit codes
Derek Buitenhuis
2013-10-25
1
-1
/
+4
*
tree-test: Don't return restricted exit codes
Derek Buitenhuis
2013-10-24
1
-2
/
+2
*
avstring-test: Mark pointer passed to av_free() as non-const
Diego Biurrun
2013-10-23
1
-1
/
+2
*
mem: Make av_strdup allocate using av_realloc
Martin Storsjö
2013-10-16
1
-1
/
+1
*
x86: more AVX2 framework
Jason Garrett-Glaser
2013-10-14
1
-0
/
+11
*
x86inc: FMA3/4 Support
Jason Garrett-Glaser
2013-10-14
2
-1
/
+45
*
x86inc: Remove our FMA4 support
Derek Buitenhuis
2013-10-14
2
-11
/
+16
*
x86inc: Use VEX-encoded instructions in AVX functions
Henrik Gramner
2013-10-14
1
-84
/
+169
*
x86inc: Remove .rodata kludges
Henrik Gramner
2013-10-09
1
-11
/
+5
*
x86inc: remove misaligned cpu flag
Henrik Gramner
2013-10-07
1
-5
/
+4
*
x86inc: various minor backports from x264
Jason Garrett-Glaser
2013-10-07
1
-4
/
+3
*
x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"
Derek Buitenhuis
2013-10-07
1
-0
/
+2
*
x86inc: Utilize the shadow space on 64-bit Windows
Henrik Gramner
2013-10-07
1
-37
/
+46
*
x86inc: create xm# and ym#, analagous to m#
Loren Merritt
2013-10-07
1
-1
/
+25
*
x86inc: fix some corner cases of SWAP
Loren Merritt
2013-10-07
1
-27
/
+27
*
x86inc: Use SSE instead of SSE2 for copying data
Henrik Gramner
2013-10-07
1
-2
/
+2
*
x86inc: Set ELF hidden visibility for global constants
Henrik Gramner
2013-10-07
1
-1
/
+5
*
x86inc: activate REP_RET automatically
Loren Merritt
2013-10-07
1
-5
/
+31
*
doxy: Document avlog
Luca Barbato
2013-10-05
2
-10
/
+104
*
x86: cpu: Restore some explanatory comments removed in 7160bb7
Diego Biurrun
2013-10-03
1
-0
/
+2
*
Use correct Doxygen syntax
Diego Biurrun
2013-10-03
1
-1
/
+1
*
avframe: note that linesize is not the usable data size
Anton Khirnov
2013-09-28
1
-0
/
+3
*
pixdesc: fix NV20* descriptors
Michael Niedermayer
2013-09-24
1
-6
/
+6
*
avutil: Fix compilation with inline asm disabled on mingw
Alex Smith
2013-09-22
1
-0
/
+1
*
lavu: Add interleaved 4:2:2 8/10-bit formats
Kieran Kunhya
2013-09-21
3
-1
/
+41
*
mem: Handle av_reallocp(..., 0) properly
Martin Storsjö
2013-09-20
1
-0
/
+4
*
msvc/icl: Use __declspec(noinline)
Alex Smith
2013-09-20
1
-0
/
+2
*
msvc/icl: Use __declspec(deprecated)
Alex Smith
2013-09-20
2
-2
/
+12
*
mem: Introduce av_reallocp
Luca Barbato
2013-09-16
3
-1
/
+36
*
mem: Document the non-compatibility of av_realloc() and av_malloc()
Diego Biurrun
2013-09-14
1
-6
/
+18
*
Drop pointless directory name prefixes from #includes in the current dir
Diego Biurrun
2013-09-10
6
-8
/
+8
*
mem: Do not check unsigned values for negative size
Diego Biurrun
2013-09-05
1
-3
/
+3
*
mem: Improve documentation wording and spelling
Diego Biurrun
2013-09-05
2
-18
/
+16
*
mem: Document the av_realloc family of functions properly
Luca Barbato
2013-09-04
1
-3
/
+9
*
x86: Add and use more convenience macros to check CPU extension availability
Diego Biurrun
2013-08-29
1
-0
/
+13
*
arm: float_dsp: Propagate cpu_flags to vfp initialization function
Diego Biurrun
2013-08-29
3
-5
/
+3
*
ppc: Add and use convenience macro to check for AltiVec availability
Diego Biurrun
2013-08-28
2
-3
/
+30
*
avutil: Refactor CPU extension availability macros
Diego Biurrun
2013-08-28
3
-34
/
+40
*
avutil: Move internal CPU detection function declarations to private header
Diego Biurrun
2013-08-28
6
-5
/
+30
*
libavutil: Make avpriv_open a library-internal function on msvcrt
Martin Storsjö
2013-08-10
1
-0
/
+4
*
libavutil: Move avpriv_open to a new file, file_open.c
Martin Storsjö
2013-08-10
3
-64
/
+94
*
libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...
Martin Storsjö
2013-08-10
1
-1
/
+1
[next]