summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* dxva2_h264: Unbreak compilation after 3176217c6Martin Storsjö2016-04-25
* ape: Unbreak adaptcoeffs computationLuca Barbato2016-04-24
* h264: eliminate max_contextsAnton Khirnov2016-04-24
* h264: allocate some tables per slice contexts, not threadsAnton Khirnov2016-04-24
* h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-24
* h264: remove pointless setting of some variables in loop_filterAnton Khirnov2016-04-24
* h264: remove a pointless commentAnton Khirnov2016-04-24
* h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-24
* h264: remove H264Context.pict_typeAnton Khirnov2016-04-24
* h264: drop a pointless indirectionAnton Khirnov2016-04-24
* h264: remove unused H264SliceContext.rbsp_bufferAnton Khirnov2016-04-24
* h264: merge ff_h264_free_context() into h264_decode_end()Anton Khirnov2016-04-24
* h264: eliminate low_delayAnton Khirnov2016-04-24
* h264: remove a stale commentAnton Khirnov2016-04-24
* h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-24
* h264_refs: make the H264Context const where possibleAnton Khirnov2016-04-24
* h264_refs: reorder functions to avoid forward declarationsAnton Khirnov2016-04-24
* h264: eliminate copy_fieldsAnton Khirnov2016-04-24
* h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-24
* h264: decouple extradata parsing from the decoderAnton Khirnov2016-04-24
* h264: decouple h264_sei from the h264 decoderAnton Khirnov2016-04-24
* h264: factor out calculating the POC count into a separate fileAnton Khirnov2016-04-24
* h264_parser: move the H264DSPContext to the parser contextAnton Khirnov2016-04-24
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* h264_parser: eliminate H264SliceContext usageAnton Khirnov2016-04-24
* h264_parse: make sure the ref count is zeroed on all failure pathsAnton Khirnov2016-04-24
* h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-24
* h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-24
* h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-24
* h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-24
* h264_mp4toannexb_bsf: do not fail on annex B extradataAnton Khirnov2016-04-24
* libx264: Forbid inverted Stereo3D modeVittorio Giovara2016-04-21
* libx264: Allow Stereo3D monoscopic valueVittorio Giovara2016-04-21
* ape: Avoid undefined behaviourLuca Barbato2016-04-19
* indeo3: Avoid undefined behaviourLuca Barbato2016-04-19
* libxvid: Create extradata in init using a dummy frameDerek Buitenhuis2016-04-19
* Generate the lists of enabled protocols/bsfs from configure.Anton Khirnov2016-04-19
* lavc: move the vaapi encoders further down in the list of codecsAnton Khirnov2016-04-15
* vaapi_h265: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-15
* vaapi_h265: Add constant-bitrate encode supportMark Thompson2016-04-15
* vaapi_h264: Add encode quality option (for quality-speed tradeoff)Mark Thompson2016-04-15
* vaapi_h264: Add -qp option, use it to replace use of -global_qualityMark Thompson2016-04-15
* vaapi_encode: Add support for codec-local optionsMark Thompson2016-04-15
* vaapi_h264: Add constant-bitrate encode supportMark Thompson2016-04-15
* vaapi_encode: Refactor slightly to allow easier setting of global optionsMark Thompson2016-04-15
* libavcodec: Document that encoders may use the framerate field in AVCodecContextMartin Storsjö2016-04-12
* omx: Add support for zerocopy input of framesMartin Storsjö2016-04-12
* omx: Add support for broadcom OMX on raspberry piMartin Storsjö2016-04-12
* libavcodec: Add H264/MPEG4 encoders based on OpenMAX ILMartin Storsjö2016-04-12
* mmaldec: Use imgutils.h for copying framesMartin Storsjö2016-04-12