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
*
pixfmt: fix YUV422/444 wrong endian comment
Can Wu
2011-06-29
1
-6
/
+6
*
build: include sub-makefiles using full path instead of symlinks
Mans Rullgard
2011-06-28
1
-1
/
+1
*
avutil: Remove unused arbitrary precision integer code.
Diego Biurrun
2011-06-28
3
-312
/
+0
*
build: Remove redundant config.mak includes from subdirectory Makefiles.
Diego Biurrun
2011-06-25
1
-2
/
+0
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
6
-51
/
+51
*
Use av_printf_format to check the usage of printf style functions
Martin Storsjö
2011-06-23
2
-6
/
+4
*
Add av_printf_format, for marking printf style format strings and their param...
Martin Storsjö
2011-06-23
2
-1
/
+3
*
ARM: allow building in Thumb2 mode
Mans Rullgard
2011-06-23
1
-0
/
+2
*
intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
Uoti Urpala
2011-06-16
1
-10
/
+10
*
Add minor bumps and APIChanges entries for lavf private options.
Anton Khirnov
2011-06-16
1
-1
/
+1
*
dict: add AV_DICT_APPEND flag.
Anton Khirnov
2011-06-16
2
-1
/
+14
*
AVOptions: add av_opt_find() as a replacement for av_find_opt.
Anton Khirnov
2011-06-16
4
-5
/
+66
*
AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
Anton Khirnov
2011-06-16
2
-0
/
+39
*
libavutil/swscale: YUV444P10/YUV444P9 support.
Ronald S. Bultje
2011-06-10
2
-0
/
+52
*
avoptions: Add an av_opt_flag_is_set function for inspecting flag fields
Martin Storsjö
2011-06-10
3
-1
/
+21
*
Move metadata API from lavf to lavu.
Anton Khirnov
2011-06-08
5
-1
/
+197
*
samplefmt: add av_get_bytes_per_sample()
Stefano Sabatini
2011-06-07
3
-4
/
+25
*
inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
Diego Biurrun
2011-06-07
1
-1
/
+1
*
Drop unnecessary directory prefixes from #include directives.
Diego Biurrun
2011-06-07
6
-10
/
+11
*
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
Diego Biurrun
2011-06-05
1
-2
/
+0
*
AVOptions: add av_opt_free convenience function.
Anton Khirnov
2011-06-05
3
-1
/
+14
*
Fix build of eval-test program
Mans Rullgard
2011-06-05
1
-1
/
+1
*
Fix error check in av_file_map()
Mans Rullgard
2011-06-04
1
-1
/
+1
*
ARM: simplify inline asm with 64-bit operands
Mans Rullgard
2011-05-30
1
-9
/
+8
*
ARM: improve FASTDIV asm
Mans Rullgard
2011-05-28
1
-6
/
+6
*
lavu: add av_get_pix_fmt_name() convenience function
Stefano Sabatini
2011-05-28
3
-1
/
+16
*
ARM: add ARMv6 optimised av_clip_uintp2
Mans Rullgard
2011-05-26
1
-0
/
+9
*
ARM: remove volatile from asm statements in libavutil/intmath
Mans Rullgard
2011-05-26
1
-16
/
+16
*
ARM: fix av_clipl_int32_arm()
Mans Rullgard
2011-05-26
1
-0
/
+1
*
AVOptions: set string default values.
Anton Khirnov
2011-05-26
1
-1
/
+3
*
avoptions: Return explicitly NAN or {0,0} if the option isn't found
Martin Storsjö
2011-05-25
1
-2
/
+2
*
Move emms_c() from libavcodec to libavutil.
Ronald S. Bultje
2011-05-24
1
-0
/
+14
*
avoptions: Check the return value from av_get_number
Martin Storsjö
2011-05-22
1
-3
/
+6
*
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
[next]