summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Move VLC and RL_VLC_ELEM structure definitions to a separate headerAlexandra Hájková2016-05-17
* mpeg4videodec: Call av_log() in check_marker() with AVCodecContext instead of...Alexandra Hájková2016-05-16
* Move check_marker() from get_bits to mpeg4videodecAlexandra Hájková2016-05-16
* lavc: mark the old audio/video encoding API as deprecatedAnton Khirnov2016-05-16
* avpacket: fix setting AVPacket.data in av_packet_ref()Anton Khirnov2016-05-16
* lavc: make avcodec_open2() fail when the timebase is not set for encodingAnton Khirnov2016-05-16
* tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-13
* Split global .gitignore file into per-directory filesDiego Biurrun2016-05-13
* Add some more deprecation guardsDiego Biurrun2016-05-11
* Reduce the scope of some variablesDiego Biurrun2016-05-11
* pgssub: Fix subpicture colorspace and rangeJan Ekström2016-05-10
* simple_idct_template: Fix strict aliasing violationMichael Niedermayer2016-05-10
* Mark read-only tables as staticDiego Biurrun2016-05-05
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* h264: Drop broken trace debug outputDiego Biurrun2016-05-03
* vaapi: Drop pointless debug outputDiego Biurrun2016-05-03
* libopencore-amr: Fix ff_dlog()/av_log() invocationsDiego Biurrun2016-05-03
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* 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