summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | avutil/color_utils: Add basic transfer functions for each AVColorTransferChar...Kevin Wheatley2015-09-102-0/+183
* | avutil/pixfmt: Name "SMPTE ST 428-1" in AVColorPrimaries the same as in AVCol...Michael Niedermayer2015-09-101-1/+1
* | avutil/pixdesc: Use "-" in color_primaries_names to be consistent with color_...Michael Niedermayer2015-09-101-1/+1
* | avutil/pixdesc: Add SMPTE ST 2084 and ST 428-1 pixel descriptionsKevin Wheatley2015-09-101-1/+2
* | avutil/pixfmt: Add additional primaries and transfer characteristic enumerati...Kevin Wheatley2015-09-101-9/+12
* | avutil/opt: refactor pixel/sample fmt common caseClément Bœsch2015-09-081-7/+3
* | avutil/opt: add AV_OPT_TYPE_BOOLClément Bœsch2015-09-083-2/+65
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-10/+10
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-084-456/+478
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-074-370/+390
* | Merge commit '6b3ef7f080293956b2e5212b83135c6b051212e9'Hendrik Leppkes2015-09-081-5/+5
|\ \ | |/
| * lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-071-5/+5
* | Merge commit 'b8b5d8274471129f122858bc74ad09284dae6ab7'Hendrik Leppkes2015-09-081-1/+5
|\ \ | |/
| * lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-071-1/+5
* | Merge commit 'a686e58165ca0f83966431a9166cb6e17bf6095c'Hendrik Leppkes2015-09-071-0/+1
|\ \ | |/
| * des: Add missing includeVittorio Giovara2015-08-311-0/+1
* | Merge commit 'e88103a7f92cf27a2868b50acc8a9912f6088249'Hendrik Leppkes2015-09-051-2/+2
|\ \ | |/
| * Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* | avutil/pixfmt: remove duplicate AVPixelFormat valuesJames Almer2015-09-051-58/+9
* | lavu: Drop FF_API_GET_CHANNEL_LAYOUT_COMPAT cruftHendrik Leppkes2015-09-054-49/+0
* | lavu: Drop old deprecated AVOption APIHendrik Leppkes2015-09-053-181/+0
* | lavu/hmac: remove deprecated type idsHendrik Leppkes2015-09-053-13/+0
* | Remove FF_CONST_AVUTIL55 cruftHendrik Leppkes2015-09-053-14/+6
OpenPOWER on IntegriCloud