summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-30
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-30
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-04-30
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-04-30
* Revert "mmaldec: autodetect by default" since it breaks linking on systems wi...Janne Grunau2016-04-30
* mmaldec: autodetect by defaultwm42016-04-30
* mmaldec: limit internal bufferingwm42016-04-30
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-30
* configure: fix mmal build dependencieswm42016-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
* testprogs: Mark some tables as static constDiego Biurrun2016-04-29
* fate: Add test for MSS1Diego Biurrun2016-04-27
* 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