summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-03
* Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-02
* Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-31
* dxv: Check to make sure we don't overrun buffers on corrupt inputsMartin Storsjö2016-07-31
* qsvdec: only access hwaccel_context is the pixel format is QSVAnton Khirnov2016-07-31
* Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-31
* ac3dec: Add some inline hintsLuca Barbato2016-07-29
* ac3dec: Simplify skippingLuca Barbato2016-07-29
* ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato2016-07-29
* ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato2016-07-29
* mimic: do not release the newly obsolete reference at the end of decodingAnton Khirnov2016-07-29
* hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessaryDiego Biurrun2016-07-25
* vpx: Support color rangeLuca Barbato2016-07-23
* qsvenc: print warnings from encode/initAnton Khirnov2016-07-22
* qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-07-22
* qsv: print more complete error messagesAnton Khirnov2016-07-22
* qsvenc: take only the allocated dimensions from the frames contextAnton Khirnov2016-07-22
* qsvenc: add support for p010Anton Khirnov2016-07-22
* qsv: handle the semi-packed formats in map_fourcc as wellAnton Khirnov2016-07-22
* lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov2016-07-22
* lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov2016-07-22
* 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