summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/qsort: use the do while form for AV_QSORT, AV_MSORTGanesh Ajjanagadde2015-10-231-4/+4
* avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer2015-10-221-1/+1
* avutil: merge avpriv_float_dsp_init into avpriv_float_dsp_allocAndreas Cadhalpun2015-10-212-32/+28
* avutil: install des.h, rc4.h and tree.h as public headersAndreas Cadhalpun2015-10-211-0/+3
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-192-32/+22
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-191-0/+35
* avutil/opt: display a better default value for int/int64 optionsClément Bœsch2015-10-191-2/+22
* avutil: use EINVAL instead of -1 for the return code of crypto related init f...Ganesh Ajjanagadde2015-10-189-9/+9
* opencl: Force the use of 1.2 APIsTimothy Gu2015-10-171-0/+1
* opencl: Use "opencl" as log context nameTimothy Gu2015-10-171-1/+1
* opencl: Print compilation logTimothy Gu2015-10-171-3/+30
* opencl: Print error string when compilation failsTimothy Gu2015-10-171-1/+2
* avutil/mem: add av_warn_unused_resultGanesh Ajjanagadde2015-10-161-0/+2
* avutil: undo FF_API_CRYPTO_CONTEXT deprecationJames Almer2015-10-169-52/+0
* avutil/file: add av_warn_unused_result to av_file_mapGanesh Ajjanagadde2015-10-161-0/+1
* avutil/internal: add av_warn_unused_result to avpriv_openGanesh Ajjanagadde2015-10-161-0/+1
* avutil/cast5: update Doxygen for av_cast5_init with return informationGanesh Ajjanagadde2015-10-151-0/+1
* avutil/crc: use EINVAL instead of -1 for the return code of av_crc_init()Michael Niedermayer2015-10-161-2/+2
* winrt: multithreading supportwang-bin2015-10-161-1/+7
* Merge commit 'c53e796f8b69799b7ad6d28fbab981d37edf1bc9'Hendrik Leppkes2015-10-141-0/+17
|\
| * thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-141-0/+17
* | avutil/fifo: add function av_fifo_generic_peek_at()Zhang Rui2015-10-142-0/+72
* | avutil/intmath: use de Bruijn based ff_ctzGanesh Ajjanagadde2015-10-141-25/+7
* | Merge commit '11c5f438ff83da5040e85bfa6299f56b321d32ef'Hendrik Leppkes2015-10-143-5/+12
|\ \ | |/
| * dict: Change return type of av_dict_copy()Vittorio Giovara2015-10-123-5/+12
| * avutil/avstring: Inline some tiny functionsHenrik Gramner2015-10-032-26/+18
* | avutil/fifo: Fix thread saftey of av_fifo_generic_peek()Michael Niedermayer2015-10-131-8/+6
* | intmath: remove av_ctz.Ronald S. Bultje2015-10-112-13/+6
* | avutil/intmath: Change debruijn_ctz64 to use 8bit elementsMichael Niedermayer2015-10-111-1/+1
* | avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithmGanesh Ajjanagadde2015-10-112-5/+40
* | lavu/opt: add flag to return NULL when applicable in av_opt_getRodger Combs2015-10-093-3/+21
* | lavu/opt: switch AV_OPT flags to shift-based formattingRodger Combs2015-10-091-4/+4
* | avutil/attributes: add av_warn_unused_resultGanesh Ajjanagadde2015-10-051-0/+6
* | Merge commit '1aa24df74c052a73175c43e57d35b4835e537ec8'Hendrik Leppkes2015-10-033-1/+11
|\ \ | |/
| * lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-303-1/+11
| * mips: intreadwrite: Only execute that code for mips r1 or r2Vicente Olivert Riera2015-09-291-2/+8
| * pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-173-2/+6
* | x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2015-10-011-2/+3
* | avutil/avstring: Inline some tiny functionsHenrik Gramner2015-09-262-26/+18
* | avutil/opencl: Fix volatile pointerTimo Rothenpieler2015-09-261-2/+2
* | avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer2015-09-184-8/+10
* | avutil/log: fix zero length gnu_printf format string warningGanesh Ajjanagadde2015-09-171-1/+1
* | lavu/avstring: switch AV_ESCAPE_FLAGs to shift-based formattingRodger Combs2015-09-151-2/+2
* | Merge commit '7b02cb29d9d60cdd5ef321043d11d02023e7dc8f'Hendrik Leppkes2015-09-121-1/+2
|\ \ | |/
| * pixdesc: Document the component orderLuca Barbato2015-09-101-0/+7
| * pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes2015-09-101-1/+1
* | Merge commit 'e336c51e6ffcdb93fbcf3c6153d378400608526b'Hendrik Leppkes2015-09-121-1/+1
|\ \ | |/
| * pixdesc: Consistently order componentsHendrik Leppkes2015-09-101-50/+50
* | x86: port PSIGNW to cpuflagsJames Almer2015-09-111-5/+5
* | avutil/version: Bump for avpriv_get_trc_function_from_trc() and AVCOL_PRI/TRC...Michael Niedermayer2015-09-111-1/+1
OpenPOWER on IntegriCloud