summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* lavu/dict: add more testsLukasz Marek2015-04-02
* lavu/dict: fix set function when reuse existing key pointerLukasz Marek2015-04-02
* lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_intLukasz Marek2015-04-02
* avutil/eval: check for av_malloc failureMichael Niedermayer2015-04-01
* avutil/eval: factor av_expr_free() calls outMichael Niedermayer2015-04-01
* lavu/avstring: add av_append_path_component() funcionLukasz Marek2015-03-31
* avutil/hmac: Check av_hmac_alloc() return codeMichael Niedermayer2015-03-30
* avutil/pca: Check for av_malloc* failuresMichael Niedermayer2015-03-30
* Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1'Michael Niedermayer2015-03-29
|\
| * lavc: add MMAL hardware decoder wrapperwm42015-03-29
* | avutil/timer: give each printed value of STOP_TIMER a fixed lengthMichael Niedermayer2015-03-27
* | avutil/timer: show histogram of cpu cycles each run tookMichael Niedermayer2015-03-27
* | avutil/cpu: add missing check for mmxext to av_force_cpu_flagsJames Almer2015-03-26
* | avutil: make AVFrameSideData buffers ref-counted.Ronald S. Bultje2015-03-25
* | lavu/frame: move av_frame_copy_props() up in the file.Ronald S. Bultje2015-03-25
* | avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411PMichael Niedermayer2015-03-24
* | Merge commit '312a9ef04bf6b55e68e4a61694b169cd3cc69bb8'Michael Niedermayer2015-03-24
|\|
| * pixfmt: Update documentation with prefixed pixel formatsVittorio Giovara2015-03-23
* | Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d'Michael Niedermayer2015-03-24
|\|
| * pixdesc: Replace a few leftover instances of non AV-prefixed flagsVittorio Giovara2015-03-23
* | Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827'Michael Niedermayer2015-03-24
|\|
| * mov: Write the display matrix in orderVittorio Giovara2015-03-23
| * Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-17
* | avutil/frame: Add some very basic documentation for AVFrameSideDataMichael Niedermayer2015-03-23
* | libavutil: add bmi2 optimized av_mod_uintp2James Almer2015-03-20
* | libavutil: add av_mod_uintp2James Almer2015-03-20
* | mips/float_dsp: fix vector_fmul_window_mips on mips64James Cowgill2015-03-18
* | OpenCL uninit bug fix - clear is_compiled flagsrikanth2015-03-16
* | mips/asmdefs: use _ABI64 as defined by gccJames Cowgill2015-03-12
* | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-12
* | avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-12
* | Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer2015-03-07
|\|
| * arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-07
* | mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_James Cowgill2015-03-07
* | Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"Michael Niedermayer2015-03-07
* | configure: Make compilable with VS2015 (missing hunk)Peter Tissen2015-03-06
* | avutil/opencl: is_compiled flag not being cleared in av_opencl_uninitSrikanth G2015-03-06
* | mips: port optimizations to mips n64James Cowgill2015-03-06
* | avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-05
* | mips/float_dsp: fix a bug in vector_fmul_window_mipsNedeljko Babic2015-03-05
* | avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley2015-03-05
* | pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes2015-03-04
* | pixelutils: indent comments in pixdesc.h to be clearerPeter Cordes2015-03-04
* | avutil/common: minor simplification in av_clip_intp2_c()Michael Niedermayer2015-03-02
* | avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-01
* | avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer2015-03-01
* | avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-01
* | avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer2015-03-01
* | avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer2015-02-28
* | libavutil: add x86 optimized av_popcountJames Almer2015-02-25