summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * libfdk-aacdec: Correct buffer_size parameterMichael Niedermayer2017-06-131-1/+1
* | Merge commit '04f691cd4fb7d226e54df886a21ba201cb5019f4'James Almer2017-11-011-0/+1
|\ \ | |/
| * mmal: Add missing .item_name to AVClass declarationDiego Biurrun2017-06-131-0/+1
* | Merge commit 'e2edf1529cb35eaf043e3f8e5cba498ed06e2563'James Almer2017-11-011-17/+7
|\ \ | |/
| * configure: Simplify AltiVec/VSX check with a helper functionDiego Biurrun2017-06-131-17/+7
* | Merge commit 'd76479c5020ca43e67d47ba3767146b192dc4782'James Almer2017-11-012-11/+4
|\ \ | |/
| * ppc: Drop support for Apple GCCDiego Biurrun2017-06-132-11/+4
* | Merge commit '97cfe1d8bd1968143e2ba9aa46ebe9504a835e24'James Almer2017-11-0114-32/+63
|\ \ | |/
| * Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-1219-39/+98
* | lavf/img2enc: remove redundant option 'updatefirst'Gyan Doshi2017-11-011-2/+1
* | Merge commit '98ea98069b40c34aa7b762096f8f380012a7dd84'James Almer2017-11-010-0/+0
|\ \ | |/
| * nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-102-0/+2
* | Merge commit 'f9e7a2f95a7194a8736cc1416a03a1a0155a3e9f'James Almer2017-11-010-0/+0
|\ \ | |/
| * 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
* | Merge commit 'ed434be106a4615e0419b3ac7664220741afda2d'James Almer2017-11-010-0/+0
|\ \ | |/
| * 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
* | lavc/ppc/hpeldsp_altivec: Remove declaration of two unused variables.Carl Eugen Hoyos2017-11-011-1/+1
* | avcodec/dca: return standard error codes in avpriv_dca_parse_core_frame_header()James Almer2017-11-012-5/+18
* | avcodec/h264idct_template: Fix integer overflows in ff_h264_idct8_add()Michael Niedermayer2017-11-011-4/+4
* | avcodec/xan: Improve overlapping checkMichael Niedermayer2017-11-011-1/+1
* | Merge commit '908f737d6c2900b5d34319ca6ea1d1cb71221463'James Almer2017-11-011-1/+2
|\ \ | |/
| * cmdutils: Mark conditionally used variable as av_unusedDiego Biurrun2017-06-031-1/+2
* | Merge commit 'f960fd2fb1218d49866d0bf47cbf839233fb9904'James Almer2017-11-011-1/+1
|\ \ | |/
| * build: Skip generating .version files when reconfiguringDiego Biurrun2017-06-031-1/+1
* | Merge commit 'a876958d0fdd8bf10d315175daff12cd7d768053'James Almer2017-11-010-0/+0
|\ \ | |/
| * avutil/md5: fix misaligned readsJames Almer2017-06-021-12/+8
* | ffmpeg: Fix flush packet stream copy input timestamp handlingMark Thompson2017-11-011-2/+2
* | Merge commit '61cec5adaacb358783c18aa07362f15824c1b274'James Almer2017-11-019-29/+25
|\ \ | |/
| * tls: Hide backend implementation details from usersDiego Biurrun2017-06-027-18/+16
* | Merge commit '5edded9df31bc4712a023f89941b4c278f1bd6f5'James Almer2017-11-011-7/+8
|\ \ | |/
| * smacker: Improve error handlingDiego Biurrun2017-06-011-23/+24
* | Merge commit 'b98f082d8ddc0a0d8317114d8414ab51de60ef02'James Almer2017-11-011-1/+2
|\ \ | |/
| * smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-011-0/+5
* | Merge commit '2ca759657bcda328acc312e5882a940333a3e268'James Almer2017-11-011-31/+0
|\ \ | |/
| * os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö2017-06-011-31/+0
* | doc/libav-merge: mention skipped hlsenc commitJames Almer2017-11-011-0/+1
* | Merge commit '4d444d04c1e19cd02ac836d411433906a9f32613'James Almer2017-11-011-2/+2
|\ \ | |/
| * configure: Default to _WIN32_WINNT=0x0502 (XP) as minimum, for legacy mingwMartin Storsjö2017-06-011-0/+2
* | Merge commit '16cb06bb30390c3d74312fc6aead818e19bfd8e4'James Almer2017-11-010-0/+0
|\ \ | |/
| * hlsenc: Support recovery from an already present playlistLuca Barbato2017-05-311-10/+85
* | avformat/mux: be less strict with bitstream filter failuresJames Almer2017-11-011-1/+3
* | avformat/movenc: let avpriv_ac3_parse_header() allocate the AC3HeaderInfo structJames Almer2017-11-011-29/+43
* | lavc/ppc/h264dsp: Fix function prototype after bc26fe89.Carl Eugen Hoyos2017-11-011-2/+2
* | lavc/ppc/svq1enc_altivec: Fix function prototype after dad31083.Carl Eugen Hoyos2017-11-011-1/+1
OpenPOWER on IntegriCloud