aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/mathematics: Fix division by 0Michael Niedermayer2016-01-151-1/+1
* x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* avutil/timecode: Fix fps checkMichael Niedermayer2015-12-061-1/+1
* avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...Michael Niedermayer2015-12-061-3/+10
* avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rndMichael Niedermayer2015-12-061-2/+2
* avutil/integer: Fix av_mod_i() with negative dividendMichael Niedermayer2015-12-061-0/+8
* libavutil/channel_layout: Check strtol*() for failureMichael Niedermayer2015-11-261-2/+5
* avutil/file_open: avoid file handle inheritance on WindowsTobias Rapp2015-11-261-0/+3
* avutil/common: Add FFNABS()Michael Niedermayer2015-11-261-0/+9
* avutil/common: Document FFABS() corner caseMichael Niedermayer2015-11-261-0/+6
* avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui2015-07-281-1/+2
* arm: only enable setend on ARMv6Andreas Cadhalpun2015-07-281-1/+1
* libavutil/channel_layout: Correctly return layout when channel specification ...Simon Thelen2015-07-281-1/+1
* libavutil/softfloat: Fix av_normalize1_sf bias.Nedeljko Babic2015-07-281-1/+1
* avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer2015-05-211-1/+1
* avutil/dict: Use size_t for appending stringsMichael Niedermayer2015-05-211-1/+1
* libavutil/mem: use size_t for the length in av_strdup()Michael Niedermayer2015-05-211-1/+1
* avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-04-171-0/+8
* avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer2015-03-281-0/+1
* arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-211-0/+6
* avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer2015-03-211-1/+1
* Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"Michael Niedermayer2015-03-091-3/+0
* avutil/opencl: is_compiled flag not being cleared in av_opencl_uninitSrikanth G2015-03-061-0/+3
* avutil/opencl: don't include config.hJames Almer2015-02-121-4/+3
* avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-121-2/+2
* avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-121-2/+2
* opt: check memory allocationVittorio Giovara2015-02-121-0/+2
* Add FFMPEG_VERSION into the binary libsMichael Niedermayer2014-12-221-0/+3
* lavu/frame: fix malloc error path in av_frame_copy_props()wm42014-12-151-0/+1
* avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-291-1/+1
* avutil/buffer: Move USE_ATOMICS to thread.h to avoid it becoming out of sync ...Michael Niedermayer2014-11-292-2/+4
* libavutil/threads.h: correct an include to be localDave Yeo2014-11-291-1/+1
* libavutil/thread.h: Support OS/2 threadsDave Yeo2014-11-291-1/+3
* avutil/bprint: C++ compatible AVBPrint definition.Vadim Kalinsky2014-11-291-6/+9
* lavu/opt: add escaping to av_opt_serializeLukasz Marek2014-11-292-1/+16
* Merge commit 'fbd6c97f9ca858140df16dd07200ea0d4bdc1a83'Michael Niedermayer2014-11-272-3/+39
|\
| * lavu: fix memory leaks by using a mutex instead of atomicswm42014-11-272-56/+29
* | lavu/opt: add consts where possibleLukasz Marek2014-11-273-7/+15
* | Merge commit '2443e522f0059176ff8717c9c753eb6fe7e7bbf1'Michael Niedermayer2014-11-271-0/+53
|\|
| * lavu: add wrappers for the pthreads mutex APIAnton Khirnov2014-11-271-0/+53
* | lavu/imgutils: remove redundant and wrong check in av_image_fill_arraysStefano Sabatini2014-11-271-3/+0
* | msvc: Fix compilation errors due to header include order.Matthew Oliver2014-11-271-0/+1
* | libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos vcswapi2s(...Rong Yan2014-11-271-7/+31
* | Merge commit '9326d64ed1baadd7af60df6bbcc59cf1fefede48'Michael Niedermayer2014-11-272-9/+48
|\|
| * Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-272-9/+48
* | v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-261-0/+5
* | lavu/opt: handle NULL obj in av_opt_nextLukasz Marek2014-11-251-1/+4
* | Merge commit '277ff7f5dc134f1c2dfc4ea0ef3540340482e3d2'Michael Niedermayer2014-11-241-3/+0
|\|
| * lavu: move internal define to the only places where it is usedVittorio Giovara2014-11-241-4/+0
* | avutil/file: fix av_tempfile() documentationMichael Niedermayer2014-11-241-1/+2