summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Convert all AVClass struct declarations to designated initializers.Diego Biurrun2017-06-12
* nvenc: Add default value for AVCodecContext::refsSrinath K R2017-06-10
* dxva: add support for new dxva2 and d3d11 hwaccel APIswm42017-06-08
* dxva: move d3d11 locking/unlocking to functionswm42017-06-08
* dxva: preparations for new hwaccel APIwm42017-06-08
* lavc: set avctx->hwaccel before initwm42017-06-08
* lavu: add new D3D11 pixfmt and hwcontextwm42017-06-08
* configure: Bail out if both GnuTLS and OpenSSL are enabledDiego Biurrun2017-06-06
* configure: Move x86 assembler sanity check into assembler probe functionDiego Biurrun2017-06-03
* build: Add missing zlib dependencies for several protocolsDiego Biurrun2017-06-03
* cmdutils: Mark conditionally used variable as av_unusedDiego Biurrun2017-06-03
* build: Skip generating .version files when reconfiguringDiego Biurrun2017-06-03
* avutil/md5: fix misaligned readsJames Almer2017-06-02
* tls: Hide backend implementation details from usersDiego Biurrun2017-06-02
* smacker: Improve error handlingDiego Biurrun2017-06-01
* smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-01
* os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö2017-06-01
* configure: Default to _WIN32_WINNT=0x0502 (XP) as minimum, for legacy mingwMartin Storsjö2017-06-01
* hlsenc: Support recovery from an already present playlistLuca Barbato2017-05-31
* avconv: Always initialize the opkt struct on streamcopyLuca Barbato2017-05-31
* configure: Fix the msvcrt version check for mingw32Martin Storsjö2017-05-31
* vaapi: Add ABGR map only if VA_FOURCC_ABGR is definedElviss Strazdins2017-05-29
* configure: Do not check for the __builtin_vec_vsx_ldLuca Barbato2017-05-29
* avutil/hwcontext_dxva2: Don't improperly free IDirect3DSurface9 objectsAaron Levinson2017-05-20
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-20
* hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-20
* extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-20
* vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-20
* vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-20
* hevc: Add names for reserved NAL unit typesMark Thompson2017-05-16
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-16
* avconv: Flush output BSFs when stream copy reaches EOFMark Thompson2017-05-16
* doc: Document hwupload, hwdownload and hwmap filtersMark Thompson2017-05-16
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-05-15
* movenc: Don't write any edit list if the start offset is zeroMartin Storsjö2017-05-15
* movenc: Add an option for enabling negative CTS offsetsMartin Storsjö2017-05-15
* checkasm: aarch64: Specify alignment for the register_init const arrayMartin Storsjö2017-05-15
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-15
* mpjpeg: Use proper CR/LF in multipart headersMartin Storsjö2017-05-11
* h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-09
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-09
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-09
* arm: Check for the .arch directive in configureMartin Storsjö2017-05-08
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-04
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-04
* aacsbr: Turnoff in the event of over read.Alex Converse2017-05-03
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-02
* bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-02
* vlc: Add header #include when the types are usedLuca Barbato2017-05-02
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-01