summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4de220d2e3751c459f8739a08ac6ca52e63eba30'James Almer2017-09-273-2/+7
|\
| * frame: allow align=0 (meaning automatic) for av_frame_get_buffer()Anton Khirnov2017-02-113-2/+8
* | avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-276-31/+72
* | Merge commit 'e6bff23f1e11aefb16a2b5d6ee72bf7469c5a66e'James Almer2017-09-273-1/+53
|\ \ | |/
| * cpu: add a function for querying maximum required data alignmentAnton Khirnov2017-02-113-1/+27
* | Merge commit 'ce6d72d10776b03c6780d4aa676414ce002285d4'James Almer2017-09-271-1/+5
|\ \ | |/
| * imgutils: Document av_image_get_buffer_size()Vittorio Giovara2017-02-101-1/+5
* | avcodec/mips: Improve avc weighted mc msa functionsKaustubh Raste2017-09-271-0/+36
* | Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-261-2/+2
|\ \ | |/
| * asm: Consistently uppercase SECTION markersDiego Biurrun2017-02-031-1/+1
| * hwcontext_cuda: implement frames_get_constraintswm42017-02-011-0/+26
* | Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer2017-09-264-8/+8
|\ \ | |/
| * Mark some arrays that never change as const.Anton Khirnov2017-02-015-9/+9
| * fifo: Return the correct AVERROR valueLuca Barbato2017-01-261-1/+1
* | avcodec/mips: Improve hevc uni-w copy mc msa functionsKaustubh Raste2017-09-241-0/+30
* | pixdesc: Add API to map color property names to enum valuesVittorio Giovara2017-09-213-1/+91
* | avutil/hwcontext_dxva2: return an error when buffer allocation failsJames Almer2017-09-191-1/+3
* | hwcontext_vaapi: Fix DRM format mappingMark Thompson2017-09-191-8/+8
* | avutil/imgutils: Fix warning: missing braces around initializerMichael Niedermayer2017-09-161-1/+1
* | avcodec/mips: Improve hevc sao band filter msa functionsKaustubh Raste2017-09-151-0/+1
* | hwcontext_vaapi: Fix build failure with old libdrmJun Zhao2017-09-141-1/+3
* | hwcontext_vaapi: Add DRM to VAAPI mappingMark Thompson2017-09-131-1/+228
* | lavu: Add DRM hwcontextMark Thompson2017-09-139-1/+475
* | add missing ignore filesJesse Liu2017-09-101-0/+1
* | lavu/timer.h: add Linux Perf API supportClément Bœsch2017-09-081-3/+43
* | lavu/tests: move timer.h include earlierClément Bœsch2017-09-086-3/+15
* | lavu/tests/des: rename crypt to crypt_refClément Bœsch2017-09-081-3/+3
* | lavu/timer.h: factor out timer reportClément Bœsch2017-09-081-12/+15
* | avcodec/mips: Improve vp9 mc msa functionsKaustubh Raste2017-09-081-13/+11
* | libavutil/opencl: fix potential null dereferenceTimo Rothenpieler2017-08-271-1/+1
* | avutil/eval: add linear interpolation helperPaul B Mahol2017-08-191-1/+9
* | Add macros to x86util.asm .Ivan Kalvachev2017-08-181-8/+98
* | Add single precision planar RGB pixel formatsVittorio Giovara2017-08-154-1/+68
* | pixfmt: Support chroma-derived and ictcp color matricesVittorio Giovara2017-08-103-1/+7
* | d3d11va: Check WINAPI_FAMILY instead of HAVE_LOADLIBRARYMartin Storsjö2017-08-101-3/+3
* | imgutils: add function to clear an image to blackwm42017-08-083-1/+195
* | lavc, lavu: move frame cropping to a convenience functionwm42017-08-083-1/+135
* | libavutil: add GRAY9 pixel formatPaul B Mahol2017-08-073-2/+27
* | hwcontext_cuda : Support YUV444P16 formatYogender Gupta2017-08-032-2/+8
* | fate: update pixfmt_best test to check for endiannessTobias Rapp2017-07-271-0/+14
* | avutil/frame: add ICC Profile to av_frame_side_data_nameJames Almer2017-07-261-0/+1
* | libavcodec/mips: Optimize avc idct 4x4 for msaKaustubh Raste2017-07-251-0/+18
* | lavu/frame: add new side data type for ICC profilesRostislav Pehlivanov2017-07-252-1/+8
* | pixdesc: Reindent after previous commitMark Thompson2017-07-221-12/+12
* | pixdesc: Explicitly handle invalid arguments to av_find_best_pix_fmt_of_2()Mark Thompson2017-07-221-0/+6
* | libavutil/mips: Updated msa generic macrosKaustubh Raste2017-07-211-384/+245
* | avutil: merge slice threading implementation from avcodec and avfilterMuhammad Faiz2017-07-194-1/+313
* | pixdesc: Add a test for av_find_best_pix_fmt_of_2()Mark Thompson2017-07-182-0/+126
* | pixdesc: Improve scoring for opaque/unknown pixel formatsMark Thompson2017-07-181-4/+12
* | avutil/threadmessage: fix error return in case of av_fifo_alloc failureAleksandr Slobodeniuk2017-07-141-1/+1