summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* af_bs2b: Add missing casts to complex pointer assignmentsDiego Biurrun2017-06-211-6/+8
* tls_gnutls: Readd support for nonblocking operationMartin Storsjö2017-06-201-4/+19
* tls_openssl: Readd support for nonblocking operationMartin Storsjö2017-06-201-2/+20
* movenc: allow alternative hvc1 h.265 codec tagJohn Stebbins2017-06-201-0/+1
* movenc: write correct format hvcc when tag is hvc1John Stebbins2017-06-201-1/+4
* movenc: move tags definitions to where they are usedJohn Stebbins2017-06-201-31/+31
* movenc: simplify codec_tag lookupJohn Stebbins2017-06-201-47/+13
* movenc: use correct tag list for AVOutputFormat.codec_tagJohn Stebbins2017-06-201-3/+34
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-202-4/+4
* doc: Drop the legacy symlink to READMELuca Barbato2017-06-191-1/+0
* d3d11va: Link directly to dxgi.dll and d3d11.dll functions if LoadLibrary is ...Martin Storsjö2017-06-182-33/+51
* avconv_hw: Free device on initialisation failureMark Thompson2017-06-181-1/+2
* vf_hwmap: Properly free a locally derived deviceMark Thompson2017-06-181-1/+7
* vf_hwmap: Add missing error codeMark Thompson2017-06-181-0/+1
* configure: Fix handling of _select dependenciesDiego Biurrun2017-06-171-10/+7
* build: Adjust dependencies for faan(i)dct componentsDiego Biurrun2017-06-171-2/+4
* configure: Factorize qsv dependenciesDiego Biurrun2017-06-171-8/+1
* configure: Add missing arch dependencies for arch extensionsDiego Biurrun2017-06-171-0/+12
* configure: Add x86 dependency for mmx_internalDiego Biurrun2017-06-171-1/+1
* build: Add missing idctdsp dependency for clearvideoDiego Biurrun2017-06-171-0/+1
* build: Add missing mpeg4audio dependency for RTP muxerDiego Biurrun2017-06-171-0/+1
* hwcontext: Mark local table static constMark Thompson2017-06-151-1/+1
* libfdk-aacdec: Correct buffer_size parameterMichael Niedermayer2017-06-131-1/+1
* mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* configure: Simplify AltiVec/VSX check with a helper functionDiego Biurrun2017-06-131-17/+7
* ppc: Drop support for Apple GCCDiego Biurrun2017-06-132-11/+4
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-1219-39/+98
* nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-102-0/+2
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-0820-461/+853
* dxva: move d3d11 locking/unlocking to functionswm42017-06-081-18/+28
* dxva: preparations for new hwaccel APIwm42017-06-086-43/+55
* lavc: set avctx->hwaccel before initwm42017-06-081-2/+2
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-0810-3/+681
* configure: Bail out if both GnuTLS and OpenSSL are enabledDiego Biurrun2017-06-061-0/+3
* configure: Move x86 assembler sanity check into assembler probe functionDiego Biurrun2017-06-031-4/+4
* build: Add missing zlib dependencies for several protocolsDiego Biurrun2017-06-031-0/+9
* cmdutils: Mark conditionally used variable as av_unusedDiego Biurrun2017-06-031-1/+2
* build: Skip generating .version files when reconfiguringDiego Biurrun2017-06-031-1/+1
* avutil/md5: fix misaligned readsJames Almer2017-06-021-12/+8
* tls: Hide backend implementation details from usersDiego Biurrun2017-06-027-18/+16
* smacker: Improve error handlingDiego Biurrun2017-06-011-23/+24
* smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-011-0/+5
* os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö2017-06-011-31/+0
* configure: Default to _WIN32_WINNT=0x0502 (XP) as minimum, for legacy mingwMartin Storsjö2017-06-011-0/+2
* hlsenc: Support recovery from an already present playlistLuca Barbato2017-05-311-10/+85
* avconv: Always initialize the opkt struct on streamcopyLuca Barbato2017-05-311-3/+3
* configure: Fix the msvcrt version check for mingw32Martin Storsjö2017-05-311-1/+1
* vaapi: Add ABGR map only if VA_FOURCC_ABGR is definedElviss Strazdins2017-05-291-0/+2
* configure: Do not check for the __builtin_vec_vsx_ldLuca Barbato2017-05-291-1/+8
* avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-201-1/+8
OpenPOWER on IntegriCloud