index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/mathematics: Fix division by 0
Michael Niedermayer
2016-01-15
1
-1
/
+1
*
x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
2016-01-08
1
-3
/
+3
*
avutil/timecode: Fix fps check
Michael Niedermayer
2015-12-06
1
-1
/
+1
*
avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...
Michael Niedermayer
2015-12-06
1
-3
/
+10
*
avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
Michael Niedermayer
2015-12-06
1
-2
/
+2
*
avutil/integer: Fix av_mod_i() with negative dividend
Michael Niedermayer
2015-12-06
1
-0
/
+8
*
libavutil/channel_layout: Check strtol*() for failure
Michael Niedermayer
2015-11-26
1
-2
/
+5
*
avutil/file_open: avoid file handle inheritance on Windows
Tobias Rapp
2015-11-26
1
-0
/
+3
*
avutil/common: Add FFNABS()
Michael Niedermayer
2015-11-26
1
-0
/
+9
*
avutil/common: Document FFABS() corner case
Michael Niedermayer
2015-11-26
1
-0
/
+6
*
avutil/fifo: Fix the case where func() returns less bytes than requested in a...
Zhang Rui
2015-07-28
1
-1
/
+2
*
arm: only enable setend on ARMv6
Andreas Cadhalpun
2015-07-28
1
-1
/
+1
*
libavutil/channel_layout: Correctly return layout when channel specification ...
Simon Thelen
2015-07-28
1
-1
/
+1
*
libavutil/softfloat: Fix av_normalize1_sf bias.
Nedeljko Babic
2015-07-28
1
-1
/
+1
*
avutil/avstring: Use size_t in av_strlcatf()
Michael Niedermayer
2015-05-21
1
-1
/
+1
*
avutil/dict: Use size_t for appending strings
Michael Niedermayer
2015-05-21
1
-1
/
+1
*
libavutil/mem: use size_t for the length in av_strdup()
Michael Niedermayer
2015-05-21
1
-1
/
+1
*
avutil/pca: Check for av_malloc* failures
Michael Niedermayer
2015-04-17
1
-0
/
+8
*
avutil/cpu: add missing check for mmxext to av_force_cpu_flags
James Almer
2015-03-28
1
-0
/
+1
*
arm: Suppress tags about used cpu arch and extensions
Martin Storsjö
2015-03-21
1
-0
/
+6
*
avutil/imgutils: correctly check for negative SAR components
Michael Niedermayer
2015-03-21
1
-1
/
+1
*
Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"
Michael Niedermayer
2015-03-09
1
-3
/
+0
*
avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit
Srikanth G
2015-03-06
1
-0
/
+3
*
avutil/opencl: don't include config.h
James Almer
2015-02-12
1
-4
/
+3
*
avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMT
Michael Niedermayer
2015-02-12
1
-2
/
+2
*
avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMT
Michael Niedermayer
2015-02-12
1
-2
/
+2
*
opt: check memory allocation
Vittorio Giovara
2015-02-12
1
-0
/
+2
*
Add FFMPEG_VERSION into the binary libs
Michael Niedermayer
2014-12-22
1
-0
/
+3
*
lavu/frame: fix malloc error path in av_frame_copy_props()
wm4
2014-12-15
1
-0
/
+1
*
avutil/ppc/util_altivec: add () to VEC_SPLAT16 macro
Michael Niedermayer
2014-11-29
1
-1
/
+1
*
avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...
Michael Niedermayer
2014-11-29
2
-2
/
+4
*
libavutil/threads.h: correct an include to be local
Dave Yeo
2014-11-29
1
-1
/
+1
*
libavutil/thread.h: Support OS/2 threads
Dave Yeo
2014-11-29
1
-1
/
+3
*
avutil/bprint: C++ compatible AVBPrint definition.
Vadim Kalinsky
2014-11-29
1
-6
/
+9
*
lavu/opt: add escaping to av_opt_serialize
Lukasz Marek
2014-11-29
2
-1
/
+16
*
Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'
Michael Niedermayer
2014-11-27
2
-3
/
+39
|
\
|
*
lavu: fix memory leaks by using a mutex instead of atomics
wm4
2014-11-27
2
-56
/
+29
*
|
lavu/opt: add consts where possible
Lukasz Marek
2014-11-27
3
-7
/
+15
*
|
Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'
Michael Niedermayer
2014-11-27
1
-0
/
+53
|
\
|
|
*
lavu: add wrappers for the pthreads mutex API
Anton Khirnov
2014-11-27
1
-0
/
+53
*
|
lavu/imgutils: remove redundant and wrong check in av_image_fill_arrays
Stefano Sabatini
2014-11-27
1
-3
/
+0
*
|
msvc: Fix compilation errors due to header include order.
Matthew Oliver
2014-11-27
1
-0
/
+1
*
|
libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...
Rong Yan
2014-11-27
1
-7
/
+31
*
|
Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'
Michael Niedermayer
2014-11-27
2
-9
/
+48
|
\
|
|
*
Share the utf8 to wchar conversion routine between lavf and lavu
Martin Storsjö
2014-11-27
2
-9
/
+48
*
|
v210enc: Add SIMD optimised 8-bit and 10-bit encoders
Kieran Kunhya
2014-11-26
1
-0
/
+5
*
|
lavu/opt: handle NULL obj in av_opt_next
Lukasz Marek
2014-11-25
1
-1
/
+4
*
|
Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'
Michael Niedermayer
2014-11-24
1
-3
/
+0
|
\
|
|
*
lavu: move internal define to the only places where it is used
Vittorio Giovara
2014-11-24
1
-4
/
+0
*
|
avutil/file: fix av_tempfile() documentation
Michael Niedermayer
2014-11-24
1
-1
/
+2
[next]