summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mmaldec: limit internal bufferingwm42016-04-30
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-30
* mmaldec: send only a single EOS packet on flushingwm42016-04-30
* mmaldec: correct package buffering accountingwm42016-04-30
* mmaldec: add vc1 decoding supportwm42016-04-30
* mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-30
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-30
* mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-30
* dds: Add support for monochrome imagesVittorio Giovara2016-04-26
* dds: Drop gray-alpha swappingVittorio Giovara2016-04-26
* 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