summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vdpau: Support for VDPAU accelerated HEVC decodingPhilip Langdale2016-02-136-1/+439
* hevc: Track long and short term RPS size for VDPAUPhilip Langdale2016-02-132-3/+6
* dxva2_hevc: properly signal the num_delta_pocs from the SPS RPSHendrik Leppkes2016-02-133-1/+3
* lavf: Dump the cpb side data informationLuca Barbato2016-02-131-0/+20
* nvenc: rename a misnamed functionAnton Khirnov2016-02-121-2/+2
* nvenc: merge input and output surface structsAnton Khirnov2016-02-122-89/+45
* nvenc: factor out the pixel format listAnton Khirnov2016-02-124-16/+13
* buffersrc: do not discard the error from ff_filter_frame()Anton Khirnov2016-02-121-1/+1
* eatqi: Remove MpegEncContext dependencyVittorio Giovara2016-02-093-41/+53
* mpeg1: Make intra-block decoding independent of MpegEncContextVittorio Giovara2016-02-094-98/+113
* mpeg12dec: Refactor mpeg1_decode_block_intra()Diego Biurrun2016-02-091-11/+18
* mpeg12dec: Always close reader on errorVittorio Giovara2016-02-091-15/+48
* tiny_psnr: Support large filesThomas Lee2016-02-091-5/+5
* dnxhd: Make the encoder message friendlierLuca Barbato2016-02-093-2/+27
* configure: Refactor toolchain flag settingDiego Biurrun2016-02-091-27/+26
* avplay: drop support for building without lavfiAnton Khirnov2016-02-092-86/+7
* flacenc: Load default prediction_order parameters if none is selectedMichael Niedermayer2016-02-081-2/+4
* asfdec: make sure packet_size is non-zero before seekingAndreas Cadhalpun2016-02-071-0/+4
* asfdec: check for too small size in asf_read_unknownAndreas Cadhalpun2016-02-071-1/+6
* asfdec: check avio_skip in asf_read_simple_indexAndreas Cadhalpun2016-02-071-2/+6
* asfdec: break if EOF is reached after asf_read_packet_headerAndreas Cadhalpun2016-02-071-0/+2
* msvc: Fix libx264 linkingHenrik Gramner2016-02-061-0/+1
* doc: Improve the channelsplit exampleVicente Jimenez Aguilar2016-02-061-3/+3
* configure: Support MSYS2 mingw-w64 64bitLuca Barbato2016-02-061-2/+2
* v210: Use separate sample_factorsLuca Barbato2016-02-013-9/+20
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-013-9/+32
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-014-23/+47
* flacenc: Restore defaults and range for {min, max}_prediction_orderDerek Buitenhuis2016-02-011-2/+2
* libx264: Make sure to preserve default option valuesVittorio Giovara2016-02-011-11/+12
* configure: add missing avx2 support checkJames Almer2016-01-281-0/+1
* x86: Add ymm_reg structJames Almer2016-01-281-0/+1
* v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-261-0/+6
* lavfi: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-253-10/+9
* yuv4mpegenc: Use AV_CEIL_RSHIFT where neededVittorio Giovara2016-01-251-2/+2
* pixdesc: Use AV_CEIL_RSHIFT in documentationVittorio Giovara2016-01-251-3/+3
* pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-251-2/+0
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-252-2/+10
* avplay: Allow to override the codecLuca Barbato2016-01-251-2/+59
* avplay: Statically allocate the player stateLuca Barbato2016-01-251-18/+17
* avplay: Rename cur_stream to playerLuca Barbato2016-01-251-53/+53
* avplay: Rename VideoState to PlayerStateLuca Barbato2016-01-251-40/+40
* avplay: Allocate the refresh thread next to the decode threadLuca Barbato2016-01-251-1/+1
* avplay: Move the stream setup in the main threadLuca Barbato2016-01-251-21/+44
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-241-44/+25
* lavf: allow custom IO for all filesAnton Khirnov2016-01-2415-68/+130
* qsvenc: fix a typoAnton Khirnov2016-01-231-1/+1
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-233-5/+28
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-231-2/+4
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-231-4/+2
* x86inc: Use more consistent indentationHenrik Gramner2016-01-231-67/+67
OpenPOWER on IntegriCloud