summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* arm: add a cpu flag for the VFPv2 vector modeJanne Grunau2015-12-145-1/+13
* arm64: add cycle counter supportJanne Grunau2015-12-142-1/+47
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-145-2/+7
* xtea: Add functions for little endian modeMartin Storsjö2015-11-133-14/+105
* xtea: Clarify that the current API works in big endian modeMartin Storsjö2015-11-131-2/+4
* thread: Provide no-op variants for pthread_onceLuca Barbato2015-10-141-0/+17
* 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
* 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
* pixdesc: Document the component orderLuca Barbato2015-09-101-0/+7
* pixdesc: Add missing alpha flag for yuva420p9beHendrik Leppkes2015-09-101-1/+1
* pixdesc: Consistently order componentsHendrik Leppkes2015-09-101-50/+50
* lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-074-370/+390
* lavu: Remove bit packing from AVComponentDescriptorVittorio Giovara2015-09-071-5/+5
* lavu: extend size of the AVPixFmtDescriptor.flags fieldwm42015-09-071-1/+5
* des: Add missing includeVittorio Giovara2015-08-311-0/+1
* Bump major versions of all librariesVittorio Giovara2015-08-281-2/+2
* Postpone API-incompatible changes until the next bumpVittorio Giovara2015-08-281-4/+4
* lavu: Drop deprecated private lls functionsVittorio Giovara2015-08-283-29/+0
* lavu: Drop deprecated context size variablesVittorio Giovara2015-08-289-34/+0
* lavu: Drop deprecated duplicated AVFrame/AVCodecContext parametersVittorio Giovara2015-08-282-102/+0
* lavu: Drop deprecated AV_CPU_FLAG_MMX2 symbolVittorio Giovara2015-08-282-6/+0
* lavu: Drop deprecated audioconvert.h headerVittorio Giovara2015-08-283-10/+0
* lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-283-28/+0
* lavu: Drop deprecated external access to AVPixFmtDescriptor tableVittorio Giovara2015-08-283-14/+1
* lavu: Drop deprecated old_pix_fmt.h and related codeVittorio Giovara2015-08-285-194/+0
* channel_layout: Add a 16channel default layoutLuca Barbato2015-08-232-0/+3
* x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-12/+0
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
* x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
* x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-22/+40
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
* des: extend av_des_init() doxyJames Almer2015-07-311-0/+1
* des: add av_des_alloc()James Almer2015-07-312-3/+33
* xtea: add av_xtea_alloc()James Almer2015-07-312-0/+22
* rc4: extend av_rc4_init() doxyJames Almer2015-07-311-0/+1
* rc4: add av_rc4_alloc()James Almer2015-07-312-3/+34
* blowfish: add av_blowfish_alloc()James Almer2015-07-313-1/+29
* hmac: add missing version bump and APIChanges entryJames Almer2015-07-301-1/+1
* fate: add test vectors for HMAC SHA and SHA-2James Almer2015-07-291-10/+36
* hmac: add support for SHA-2James Almer2015-07-292-5/+28
* parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
* parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+4
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-1/+1
* lavu: add an API function to return the Libav version stringwm42015-07-022-0/+14
OpenPOWER on IntegriCloud