summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* pixdesc: Drop unneeded deprecation warning guardsVittorio Giovara2016-01-25
* qsvenc: Add private option to replace coder_typeVittorio Giovara2016-01-25
* avplay: Allow to override the codecLuca Barbato2016-01-25
* avplay: Statically allocate the player stateLuca Barbato2016-01-25
* avplay: Rename cur_stream to playerLuca Barbato2016-01-25
* avplay: Rename VideoState to PlayerStateLuca Barbato2016-01-25
* avplay: Allocate the refresh thread next to the decode threadLuca Barbato2016-01-25
* avplay: Move the stream setup in the main threadLuca Barbato2016-01-25
* hls: eliminate ffurl_* usageAnton Khirnov2016-01-24
* lavf: allow custom IO for all filesAnton Khirnov2016-01-24
* qsvenc: fix a typoAnton Khirnov2016-01-23
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-23
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-23
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-23
* x86inc: Use more consistent indentationHenrik Gramner2016-01-23
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-23
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-23
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-23
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2016-01-23
* pixdesc: fix and extend doxy for av_pix_fmt_get_chroma_sub_sample()Anton Khirnov2016-01-23
* configure: Correctly add openssl cflags and libsLuca Barbato2016-01-23
* libavcodec: Add missing AVClass pointersMartin Storsjö2016-01-22
* lavc: Move pre_me to codec private optionsVittorio Giovara2016-01-21
* lavc: Move me_penalty_compensation to codec private optionsVittorio Giovara2016-01-21
* lavc: Move prediction_method to codec private optionsVittorio Giovara2016-01-21
* lavc: Move {min,max}_prediction_order to codec private optionsVittorio Giovara2016-01-21
* lavc: Move rtp_payload_size to codec private optionsVittorio Giovara2016-01-21
* lavc: Move timecode_frame_start to codec private optionsVittorio Giovara2016-01-21
* lavc: Move context_model to codec private optionsVittorio Giovara2016-01-21
* lavc: Move mpeg_quant to codec private optionsVittorio Giovara2016-01-21
* lavc: Move noise_reduction to codec private optionsVittorio Giovara2016-01-21
* lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-21