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
*
multiple inclusion guard cleanup
Diego Biurrun
2011-05-21
2
-2
/
+2
*
Add av_clip_uintp2() function
Mans Rullgard
2011-05-13
1
-0
/
+15
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-2
/
+0
*
swscale: fix YUV420P 9/10bit support.
Ronald S. Bultje
2011-05-11
1
-2
/
+2
*
swscale: extend YUV422p support to 10bits depth
Baptiste Coudurier
2011-05-11
2
-0
/
+26
*
Remove unused softfloat implementation.
Diego Biurrun
2011-05-11
3
-199
/
+1
*
AVOptions: make default_val a union, as proposed in AVOption2.
Anton Khirnov
2011-05-10
2
-58
/
+11
*
Add pixel formats for 9- and 10-bit yuv420p.
Oskar Arvidsson
2011-05-10
2
-0
/
+52
*
log: Fix an oob array read.
Alex Converse
2011-05-08
1
-1
/
+1
*
Ban strncpy() it's too easy to misuse.
Alex Converse
2011-05-08
1
-0
/
+2
*
Replace strncpy() with av_strlcpy().
Alex Converse
2011-05-03
1
-1
/
+2
*
Fix races in default av_log handler
Reinhard Tartler
2011-04-29
1
-3
/
+4
*
bswap.h: Remove disabled code.
Diego Biurrun
2011-04-29
1
-6
/
+0
*
Eliminate pointless '#if 1' statements without matching '#else'.
Diego Biurrun
2011-04-26
1
-2
/
+1
*
Increase alignment of av_malloc() as needed by AVX ASM.
Vitor Sessak
2011-04-26
1
-9
/
+7
*
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
Stefano Sabatini
2011-04-26
2
-1
/
+34
*
bswap: use native types for av_bwap16().
Jason Garrett-Glaser
2011-04-22
1
-2
/
+2
*
error: sort, pack, and align error code and string definitions
Stefano Sabatini
2011-04-21
2
-24
/
+20
*
Provide a fallback version of the libm function trunc
Martin Storsjö
2011-04-21
1
-0
/
+7
*
error: change AVERROR_EOF value
Anton Khirnov
2011-04-21
1
-1
/
+1
*
error: remove AVERROR_NUMEXPECTED
Stefano Sabatini
2011-04-21
2
-2
/
+0
*
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
Stefano Sabatini
2011-04-21
3
-3
/
+5
*
Remove a version check in av_log made unnecessary by the big bump.
Diego Biurrun
2011-04-20
1
-1
/
+1
*
lavu: remove disabled ff_random_get_seed cruft.
Anton Khirnov
2011-04-19
1
-8
/
+0
*
lavu: remove disabled sha1 cruft.
Anton Khirnov
2011-04-19
3
-82
/
+0
*
lavu: remove misc disabled cruft
Anton Khirnov
2011-04-19
5
-33
/
+8
*
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
Anton Khirnov
2011-04-19
3
-56
/
+0
*
lavu: remove FF_API_OLD_EVAL_NAMES cruft
Anton Khirnov
2011-04-19
3
-68
/
+0
*
Bump major versions of all libraries.
Anton Khirnov
2011-04-18
1
-3
/
+3
*
Replace more FFmpeg references by Libav.
Diego Biurrun
2011-04-17
2
-2
/
+2
*
avutil: make aes and sha api public
Alexis Ballier
2011-04-14
1
-0
/
+2
*
eval: add support for trunc, ceil, and floor functions
Stefano Sabatini
2011-04-10
2
-3
/
+20
*
os: fix OpenBSD/PowerPC compilation
Brad
2011-04-10
1
-0
/
+1
*
pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
Peter Ross
2011-04-10
3
-1
/
+27
*
Remove unnecessary icc version checks
Mans Rullgard
2011-03-23
3
-5
/
+5
*
cosmetics: indentation
Justin Ruggles
2011-03-22
1
-8
/
+8
*
Add a CPU flag for the Atom processor.
Justin Ruggles
2011-03-22
3
-2
/
+12
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
102
-409
/
+409
*
use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_*
Janne Grunau
2011-03-16
1
-1
/
+1
*
replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION
Janne Grunau
2011-03-16
1
-1
/
+1
*
Add AVERROR_EXIT.
Nicolas George
2011-03-15
2
-0
/
+3
*
x86: use raw opcode for xgetbv instruction
Mans Rullgard
2011-02-20
1
-1
/
+1
*
x86: check for AVX support
Mans Rullgard
2011-02-20
3
-1
/
+15
*
Force inlining of avutil common routines
Jason Garrett-Glaser
2011-02-17
2
-18
/
+18
*
lavf, lavu: bump minor versions and add an APIChanges entry for av_ prefixes
Anton Khirnov
2011-02-17
1
-1
/
+1
*
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-17
2
-0
/
+47
*
Deprecate parse_date() in favor of av_parse_time().
Stefano Sabatini
2011-02-16
2
-0
/
+271
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
10
-1
/
+1371
*
Add check for Athlon64 and similar AMD processors with slow SSE2.
Justin Ruggles
2011-02-11
1
-1
/
+16
*
Frame-based multithreading framework using pthreads
Alexander Strange
2011-02-09
1
-0
/
+11
[next]