summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi: add a filter for uploading normal frames to CUDAAnton Khirnov2016-02-14
* avconv: use the new buffersrc parameters APIAnton Khirnov2016-02-14
* lavfi: pass the hw frames context through the filter chainAnton Khirnov2016-02-14
* hwcontext: add a CUDA implementationAnton Khirnov2016-02-14
* pixfmt: add a CUDA hwaccelled formatAnton Khirnov2016-02-14
* Allow linking to CUDA dynamically instead of dlopen()ing it at runtimeAnton Khirnov2016-02-14
* avconv_vdpau: use the hwcontext API to simplify codeAnton Khirnov2016-02-14
* hwcontext: add a VDPAU implementationAnton Khirnov2016-02-14
* lavu: add a framework for handling hwaccel framesAnton Khirnov2016-02-14
* buffer: add support for pools using caller data in allocationAnton Khirnov2016-02-14
* buffersrc: default SAR to 0 (unknown) rather than 1Anton Khirnov2016-02-14
* configure: Restore the --enable-everything behaviourLuca Barbato2016-02-14
* configure: Print which libraries will be builtLuca Barbato2016-02-14
* configure: Use `require` for the non-component optionsLuca Barbato2016-02-14
* mov: Use the correct type for sizeLuca Barbato2016-02-14
* vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-13
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-13
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-13
* lavf: Dump the cpb side data informationLuca Barbato2016-02-13
* nvenc: rename a misnamed functionAnton Khirnov2016-02-12
* nvenc: merge input and output surface structsAnton Khirnov2016-02-12
* nvenc: factor out the pixel format listAnton Khirnov2016-02-12
* buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-12
* eatqi: Remove MpegEncContext dependencyVittorio Giovara2016-02-09
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-09
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-09
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-09
* tiny_psnr: Support large filesThomas Lee2016-02-09
* dnxhd: Make the encoder message friendlierLuca Barbato2016-02-09
* configure: Refactor toolchain flag settingDiego Biurrun2016-02-09
* avplay: drop support for building without lavfiAnton Khirnov2016-02-09
* flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-08
* asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-02-07
* asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun2016-02-07
* asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-02-07
* asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-02-07
* msvc: Fix libx264 linkingHenrik Gramner2016-02-06
* doc: Improve the channelsplit exampleVicente Jimenez Aguilar2016-02-06
* configure: Support MSYS2 mingw-w64 64bitLuca Barbato2016-02-06
* v210: Use separate sample_factorsLuca Barbato2016-02-01
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-01
* libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-01
* configure: add missing avx2 support checkJames Almer2016-01-28
* x86: Add ymm_reg structJames Almer2016-01-28
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-26
* lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-25
* yuv4mpegenc: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-25
* pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara2016-01-25