summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mark read-only tables as staticDiego Biurrun2016-05-0515-28/+29
* configure: Document --enable-libfontconfigDiego Biurrun2016-05-051-0/+1
* vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-041-48/+0
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04361-964/+962
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-0411-13/+19
* h264: Drop broken trace debug outputDiego Biurrun2016-05-032-2/+0
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-035-20/+0
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-031-6/+8
* Drop pointless assert.h #includesDiego Biurrun2016-05-0325-51/+3
* mpegts: Validate the SL Packet Header ConfigurationLuca Barbato2016-05-031-0/+5
* fate: Add test for MTS2/MSS4Diego Biurrun2016-05-022-0/+132
* rtpdec_vp9: Support parsing the scalability structureMartin Storsjö2016-04-301-2/+58
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-301-3/+1
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-302-2/+2
* rtpdec_vp9: Update header parsing to spec draft 02Martin Storsjö2016-04-301-22/+12
* rtpdec_vp9: Make sure to free the temp buffer on closeMartin Storsjö2016-04-301-0/+6
* Revert "mmaldec: autodetect by default" since it breaks linking on systems wi...Janne Grunau2016-04-301-4/+3
* mmaldec: autodetect by defaultwm42016-04-301-3/+4
* mmaldec: limit internal bufferingwm42016-04-302-0/+11
* mmaldec: print the MMAL format FourCC automaticallywm42016-04-301-3/+4
* configure: fix mmal build dependencieswm42016-04-301-6/+5
* mmaldec: send only a single EOS packet on flushingwm42016-04-301-0/+2
* mmaldec: correct package buffering accountingwm42016-04-301-0/+3
* mmaldec: add vc1 decoding supportwm42016-04-305-1/+19
* mmaldec: Add mpeg2 decoding supportJulian Scheel2016-04-306-26/+56
* mmaldec: Fix avpriv_atomic_get usageJulian Scheel2016-04-301-1/+1
* mmaldec: Use av_assert0() instead of assert()Michael Niedermayer2016-04-301-1/+1
* testprogs: Mark some tables as static constDiego Biurrun2016-04-297-17/+17
* fate: Add test for MSS1Diego Biurrun2016-04-272-0/+140
* dds: Add support for monochrome imagesVittorio Giovara2016-04-263-0/+7
* dds: Drop gray-alpha swappingVittorio Giovara2016-04-262-13/+1
* dxva2_h264: Unbreak compilation after 3176217c6Martin Storsjö2016-04-251-0/+2
* ape: Unbreak adaptcoeffs computationLuca Barbato2016-04-241-2/+10
* h264: eliminate max_contextsAnton Khirnov2016-04-243-11/+2
* h264: allocate some tables per slice contexts, not threadsAnton Khirnov2016-04-241-1/+1
* h264: remove an artificial restriction on the number of slice threadsAnton Khirnov2016-04-243-22/+3
* h264: remove pointless setting of some variables in loop_filterAnton Khirnov2016-04-241-2/+0
* h264: remove a pointless commentAnton Khirnov2016-04-241-3/+0
* h264: make slice threading work with deblocking_filter=1Anton Khirnov2016-04-243-32/+48
* h264: remove H264Context.pict_typeAnton Khirnov2016-04-243-8/+2
* h264: drop a pointless indirectionAnton Khirnov2016-04-244-15/+14
* h264: remove unused H264SliceContext.rbsp_bufferAnton Khirnov2016-04-242-9/+1
* h264: merge ff_h264_free_context() into h264_decode_end()Anton Khirnov2016-04-242-46/+34
* h264: eliminate low_delayAnton Khirnov2016-04-243-26/+1
* h264: remove a stale commentAnton Khirnov2016-04-241-2/+0
* h264_refs: remove an unused parameter from ff_h264_fill_mbaff_ref_list()Anton Khirnov2016-04-243-3/+3
* h264_refs: make the H264Context const where possibleAnton Khirnov2016-04-242-8/+9
* h264_refs: reorder functions to avoid forward declarationsAnton Khirnov2016-04-241-36/+33
* h264: eliminate copy_fieldsAnton Khirnov2016-04-241-6/+18
* h264_parser: remove the remaining dependencies on the h264 decoderAnton Khirnov2016-04-247-96/+71