summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-245-130/+159
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-247-275/+333
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-2411-152/+162
* h264_parser: move the H264DSPContext to the parser contextAnton Khirnov2016-04-241-3/+3
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-2417-630/+677
* h264_parser: eliminate H264SliceContext usageAnton Khirnov2016-04-241-34/+32
* h264_parse: make sure the ref count is zeroed on all failure pathsAnton Khirnov2016-04-241-6/+9
* h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-246-53/+60
* h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-241-8/+3
* h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-243-2/+6
* h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-244-128/+28
* h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov2016-04-241-1/+10
* libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-211-0/+7
* libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-211-0/+5
* build: Silence the lcov-reset targetDiego Biurrun2016-04-211-1/+1
* libavformat: Update the comment about AVOutputFormat flagsMartin Storsjö2016-04-211-1/+1
* movenc: Handle pts == NOPTS when autoflushingMartin Storsjö2016-04-211-1/+4
* movenc: Update a comment to reflect how the code actually behavesMartin Storsjö2016-04-191-1/+2
* img2enc: Refactor the atomic renaming codeLuca Barbato2016-04-191-27/+46
* ape: Avoid undefined behaviourLuca Barbato2016-04-191-1/+1
* indeo3: Avoid undefined behaviourLuca Barbato2016-04-191-4/+4
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-191-0/+41
* pixfmt: fix wrong commentThomas Guillem2016-04-191-2/+2
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-195-147/+23
* hwcontext: initialize sw_format in av_hwframe_ctx_alloc()Anton Khirnov2016-04-151-0/+1
* lavc: move the vaapi encoders further down in the list of codecsAnton Khirnov2016-04-151-3/+3
* vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_h265: Add constant-bitrate encode supportMark Thompson2016-04-151-23/+109
* vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson2016-04-151-0/+28
* vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-151-3/+18
* vaapi_encode: Add support for codec-local optionsMark Thompson2016-04-152-0/+6
* vaapi_h264: Add constant-bitrate encode supportMark Thompson2016-04-151-25/+110
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-155-42/+73
* FATE: add an H.264 test with unescaped extradataAnton Khirnov2016-04-152-0/+15
* FATE: add an H.264 test with invalid reference listsAnton Khirnov2016-04-152-0/+17
* libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö2016-04-121-1/+2
* omx: Add support for zerocopy input of framesMartin Storsjö2016-04-122-4/+75
* omx: Add support for broadcom OMX on raspberry piMartin Storsjö2016-04-124-9/+54
* libavcodec: Add H264/MPEG4 encoders based on OpenMAX ILMartin Storsjö2016-04-126-1/+836
* mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-121-14/+8
* testprogs: Add missing libm.h includesMartin Storsjö2016-04-112-0/+3
* build: Split test programs off into separate filesDiego Biurrun2016-04-0754-2173/+2636
* build: Group declarations for hw-accelerated de-/encoding separatelyDiego Biurrun2016-04-072-50/+69
* build: miscellaneous cosmeticsDiego Biurrun2016-04-0718-92/+153
* configure: cosmetics: Drop pointless end-of-line semicolonsDiego Biurrun2016-04-071-26/+26
* fate: Update DDS testsVittorio Giovara2016-04-064-1/+7
* dds: Simplify postprocessing checkVittorio Giovara2016-04-061-3/+1
* dds: Add support for alpha-only filesVittorio Giovara2016-04-061-0/+2
* dds: Add support for rgb555 filesVittorio Giovara2016-04-061-0/+4
* fate: Update Screenpresso testsVittorio Giovara2016-04-044-2/+25