summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-203-9/+8
* extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-201-3/+12
* vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-201-30/+19
* vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-201-10/+12
* hevc: Add names for reserved NAL unit typesMark Thompson2017-05-161-0/+16
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-165-55/+56
* avconv: Flush output BSFs when stream copy reaches EOFMark Thompson2017-05-161-2/+8
* doc: Document hwupload, hwdownload and hwmap filtersMark Thompson2017-05-161-0/+98
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-05-152-0/+30
* movenc: Don't write any edit list if the start offset is zeroMartin Storsjö2017-05-151-2/+1
* movenc: Add an option for enabling negative CTS offsetsMartin Storsjö2017-05-152-4/+26
* checkasm: aarch64: Specify alignment for the register_init const arrayMartin Storsjö2017-05-151-1/+1
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-153-25/+5
* mpjpeg: Use proper CR/LF in multipart headersMartin Storsjö2017-05-111-4/+4
* h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-091-0/+7
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-093-61/+95
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-093-79/+86
* arm: Check for the .arch directive in configureMartin Storsjö2017-05-082-0/+6
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-042-21/+294
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-041-8/+8
* aacsbr: Turnoff in the event of over read.Alex Converse2017-05-031-0/+1
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-0212-50/+139
* bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-022-73/+74
* vlc: Add header #include when the types are usedLuca Barbato2017-05-0229-0/+29
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-012-0/+102
* vf_hwmap: Add reverse mapping for hardware framesMark Thompson2017-04-301-7/+61
* vf_hwmap: Add device derivationMark Thompson2017-04-301-18/+49
* hwcontext: Improve allocation in derived contextsMark Thompson2017-04-305-3/+26
OpenPOWER on IntegriCloud