summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/pixfmt: Clarify DV example comments for AVChromaLocationTim Nicholson2015-05-221-1/+1
* avutil/pixfmt: s/luma sample positions/horizontal luma sample positions/Michael Niedermayer2015-05-211-1/+1
* avutil/pixfmt: make luma sample positions even more explicit in the AVChromaL...Michael Niedermayer2015-05-211-4/+7
* avutil/pixfmt: Clarify mpeg example comments for AVChromaLocationMichael Niedermayer2015-05-211-2/+2
* avutil/pixfmt: clarify chroma location text further, as "first" is ambigousMichael Niedermayer2015-05-211-3/+3
* avutil/pixfmt: Clarify that the ASCII art describes the location of the first...Michael Niedermayer2015-05-211-1/+2
* avutil/pixfmt: Improve ascii art showing the meaning of the AVChromaLocation ...Michael Niedermayer2015-05-191-3/+7
* libavutil/softfloat: Add test case for av_add_sfNedeljko Babic2015-05-141-2/+29
* imgutils: initialize palette padding bytes in av_image_allocAndreas Cadhalpun2015-05-131-0/+8
* avutil/avstring: Use size_t in av_strlcatf()Michael Niedermayer2015-05-111-1/+1
* avutil/dict: Use size_t for appending stringsMichael Niedermayer2015-05-101-1/+1
* libavutil/mem: use size_t for the length in av_strdup()Michael Niedermayer2015-05-101-1/+1
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC uni copy, uni horiz...Shivraj Patil2015-05-071-0/+533
* ripemd: move ripemd{256, 320} into separate functionsJames Almer2015-05-071-132/+222
* lavu: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-062-0/+54
* avutil/internal: Suppress empty body warning from emms_c()Michael Niedermayer2015-05-061-1/+1
* avutil/opt: Avoid division by 0Michael Niedermayer2015-05-031-1/+2
* avutil/cast5: Make iv array staticMichael Niedermayer2015-05-021-1/+1
* avutil/cast5: Mark key_bits as constMichael Niedermayer2015-05-021-1/+1
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and weight/biwe...Shivraj Patil2015-05-011-0/+475
* avutil/softfloat_tables: add missing stdint.h includeJames Almer2015-04-301-0/+2
* libavutil/softfloat: Add functions.Nedeljko Babic2015-04-302-1/+352
* libavutil/softfloat: Added av_normalize_sf in av_add_sfNedeljko Babic2015-04-301-2/+2
* libavutil/softfloat: exponent adjusted for aac fixed point decNedeljko Babic2015-04-301-4/+4
* OpenCL: Fix ABI incompatibility issuesManeesh Gupta2015-04-282-12/+40
* avutil/log: more complete description of av_log functionMatteo Nastasi (mop)2015-04-261-1/+1
* avutil/softfloat: document av_int2sf()Michael Niedermayer2015-04-251-0/+4
* avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc func...Shivraj Patil2015-04-241-0/+133
* avutil/frame: fix everythnig/everything typoClément Bœsch2015-04-241-1/+1
* Merge commit 'eaa2d123f0a643664721593d248ece6bcd85f1e6'Michael Niedermayer2015-04-202-1/+12
|\
| * log: Print a full backtrace along with error messages under ValgrindVittorio Giovara2015-04-202-1/+12
| * avutil: remove pointless bmi1 defineJames Almer2015-04-191-3/+2
* | avutil/mips/generic_macros_msa: volatile doesnt need __Michael Niedermayer2015-04-201-2/+2
* | Merge commit 'c253340ae6f74ffd8798bbd476e46d1b33a2d56e'Michael Niedermayer2015-04-203-4/+19
|\ \ | |/
| * log: Introduce a more verbose debug levelVittorio Giovara2015-04-193-4/+19
* | avutil: remove pointless bmi1 defineJames Almer2015-04-181-3/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vert...Shivraj Patil2015-04-171-0/+285
* | libavutil/softfloat: Change order of fields in SoftFloat structure.Nedeljko Babic2015-04-151-7/+7
* | avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not suppo...Shivraj Patil2015-04-101-2/+2
* | avutil/x86/Makefile: fix conditional x86/emms.o buildMichael Niedermayer2015-04-091-2/+2
* | avutil/x86/Makefile: Make building and linking of emms.c conditionalRonald S. Bultje2015-04-081-1/+3
* | Merge commit '27f274628234c1f934b9a6a6380ed567c1b4ceae'Michael Niedermayer2015-04-072-17/+23
|\ \ | |/
| * parseutils: Make av_small_strptime publicLuca Barbato2015-04-073-6/+37
* | Merge commit '108f2f381acb93827fb4add0517eeae859afa3bf'Michael Niedermayer2015-04-071-56/+59
|\ \ | |/
| * parseutils: Extend small_strptime to be used in avformatLuca Barbato2015-04-061-50/+58
* | lavu/dict: add more testsLukasz Marek2015-04-021-0/+53
* | lavu/dict: fix set function when reuse existing key pointerLukasz Marek2015-04-021-20/+24
* | lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_intLukasz Marek2015-04-021-0/+1
* | avutil/eval: check for av_malloc failureMichael Niedermayer2015-04-011-0/+4
* | avutil/eval: factor av_expr_free() calls outMichael Niedermayer2015-04-011-2/+2
OpenPOWER on IntegriCloud