summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* ratecontrol: Reorder functions to avoid forward declarationsVittorio Giovara2016-07-20
* ratecontrol: Move Xvid-related functions to the place they are actually usedVittorio Giovara2016-07-20
* ratecontrol: Move mpegenc-only function where it is usedVittorio Giovara2016-07-20
* ratecontrol: Drop commented out cruftVittorio Giovara2016-07-20
* x86: huffyuv: Use EXTERNAL_SSSE3_FAST convenience macro where appropriateDiego Biurrun2016-07-20
* x86: Use *_FAST/*_SLOW CPU feature detection macros where appropriateDiego Biurrun2016-07-20
* x86: hpeldsp: Don't check for bitexact flag when initializing VP3-specific codeDiego Biurrun2016-07-20
* x86: hpeldsp: Drop unused function parametersDiego Biurrun2016-07-20
* x86: hpeldsp: Use EXTERNAL_SSE2_FAST where appropriateDiego Biurrun2016-07-20
* x86: hpeldsp: Split off VP3-specific bits into a separate fileDiego Biurrun2016-07-20
* h264dec: do not call finish_setup() if we have not started a frameAnton Khirnov2016-07-20
* h264dec: handle zero-sized NAL units in get_last_needed_nal()Anton Khirnov2016-07-20
* h264dec: make sure not to call finish_setup() more than once per frameAnton Khirnov2016-07-20
* hevc: set profile based on the profile compatibility flags if neededHendrik Leppkes2016-07-20
* hevc: Add AVX2 DC IDCTJames Almer2016-07-18
* hevc: Add coefficient limiting to speed up IDCTMickaël Raulet2016-07-18
* hevc: Add DC IDCTMickaël Raulet2016-07-18
* hevcdsp_template: Templatize IDCTMickaël Raulet2016-07-18
* hevc: Separate adding residual to prediction from IDCTAlexandra Hájková2016-07-18
* hevc: offer DXVA2 for 10bit 420Anton Khirnov2016-07-15
* h264: fix decoding multiple fields per packet with slice threadsAnton Khirnov2016-07-15
* h264: eliminate decode_postinit()Anton Khirnov2016-07-15
* libopenh264enc: Simplify init by setting FF_CODEC_CAP_INIT_CLEANUPMartin Storsjö2016-07-15
* libopenh264enc: Return a more sensible error code in some init failure pathsMartin Storsjö2016-07-15
* libopenh264dec: Simplify the init thanks to FF_CODEC_CAP_INIT_CLEANUP being setMartin Storsjö2016-07-15
* libopenh264dec: Fix cleanup if the init failed earlyMartin Storsjö2016-07-15
* h264: Log more information about invalid NALu sizeVittorio Giovara2016-07-13
* h2645_parse: handle embedded Annex B NAL units in size prefixed NAL unitsJanne Grunau2016-07-13
* h264_ps: export actual height in MBs as SPS.mb_heightAnton Khirnov2016-07-11
* d3d11va: don't keep the context lock while waiting for a frameSteve Lhomme2016-07-11
* vp8dsp: Remove the comment saying that the height is equal to the widthMartin Storsjö2016-07-10
* vp8/armv6: mc: avoid boolean expression in calculationJanne Grunau2016-07-10
* libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-09
* arm: Fix a typo in a commentMartin Storsjö2016-07-06
* vp8dsp: Clarify the first dimension of the mc function tablesMartin Storsjö2016-07-06
* qsvdec: when a frames ctx is supplied, use its frame dimensionsAnton Khirnov2016-07-03
* qsvdec: add support for P010 (10-bit 420) decodingAnton Khirnov2016-07-03
* qsvdec: use the same mfxFrameInfo for allocating frames that was passed to DE...Anton Khirnov2016-07-03
* qsvdec: make ff_qsv_map_pixfmt() return a MFX fourcc as wellAnton Khirnov2016-07-03
* vaapi_encode: Respect driver quirks around buffer destructionMark Thompson2016-07-02
* tiffenc: Check zlib support for deflate option during initializationVittorio Giovara2016-06-29
* tiffenc: Check av_pix_fmt_desc_get() return valueVittorio Giovara2016-06-29
* targaenc: Move size check to initialization functionVittorio Giovara2016-06-29
* rle: K&R formatting cosmeticsVittorio Giovara2016-06-29
* build: Drop unnecessary libavcodec <-> libavformat object dependenciesDiego Biurrun2016-06-29
* build: Move MP2 muxer declaration away from MP3 muxer codeDiego Biurrun2016-06-29
* build: Move ff_mpeg12_frame_rate_tab to a separate fileDiego Biurrun2016-06-29
* build: Add a new component for H.264 parsing codeDiego Biurrun2016-06-29
* ffv1: Report additional bitstream information in verbose modeLuca Barbato2016-06-29
* ffv1: Remove version 2 and mark version 3 as non-experimentalLuca Barbato2016-06-29