summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-151-0/+43
* utvideodec: Support UQY2Paul B Mahol2017-04-133-40/+252
* golomb: Simplify get_ur_golomb_jpeglsLuca Barbato2017-04-131-8/+4
* utvideodec: Prevent possible signed overflowGanesh Ajjanagadde2017-04-131-2/+2
* Add FM Screen Capture Codec decoderPaul B Mahol2017-04-136-1/+647
* hevc: Add NEON 16x16 IDCTAlexandra Hájková2017-04-122-0/+201
* ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-126-20/+85
* decode: Initialize ret before using itVittorio Giovara2017-04-101-1/+1
* mpeg4videodec: raise an error if sprite_trajectory.table is NULLSean McGovern2017-04-051-0/+4
* qsvenc: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-021-0/+7
* qsvdec: Allow use of hw_device_ctx to make the internal sessionMark Thompson2017-04-021-2/+14
* qsv: Add ability to create a session from a deviceMark Thompson2017-04-024-24/+46
* vaapi_encode: Add VP9 supportMark Thompson2017-04-024-1/+314
* vp9: Add bsf to fix reordering in raw streamsMark Thompson2017-04-023-0/+413
* vp9: Add bsf to merge superframesRonald S. Bultje2017-04-023-0/+209
* pthread_frame: Propagate sw_pix_fmt across threadsMark Thompson2017-04-021-0/+1
* hevc: Avoid using LOCAL_ALIGNED for 4 byte alignmentMartin Storsjö2017-03-311-1/+1
* dcadec: remove extra indirectionAnton Khirnov2017-03-291-6/+3
* hevcdec: Use LOCAL_ALIGNED_* for declaring local variables with alignmentMartin Storsjö2017-03-291-10/+12
* arm: Always build the hevcdsp_init_arm.c fileMartin Storsjö2017-03-281-2/+2
* hevc: Add NEON 4x4 and 8x8 IDCTAlexandra Hájková2017-03-275-0/+280
* lavc: Drop deprecated stream codec tagVittorio Giovara2017-03-233-15/+1
* lavc: Drop deprecated options moved to private contextsVittorio Giovara2017-03-2314-357/+1
* lavc: Drop deprecated time_base variable for decodingVittorio Giovara2017-03-234-18/+0
* lavc: Drop deprecated way of setting audio delay on encodeVittorio Giovara2017-03-233-12/+0
* lavc: Drop deprecated global afd fieldVittorio Giovara2017-03-235-36/+0
* lavc: Drop deprecated avctx codec nameVittorio Giovara2017-03-232-10/+0
* lavc: Drop deprecated codec flagsVittorio Giovara2017-03-235-205/+0
* lavc: Drop deprecated unused public membersVittorio Giovara2017-03-233-33/+0
* lavc: Drop deprecated emu edge functionalityVittorio Giovara2017-03-234-35/+0
* lavc: Drop deprecated av_fast_malloc() compatibilityVittorio Giovara2017-03-232-8/+0
* lavc: Drop deprecated macroblock type symbolsVittorio Giovara2017-03-233-31/+0
* lavc: Drop deprecated public symbolsVittorio Giovara2017-03-233-38/+0
* lavc: Drop deprecated error rate optionVittorio Giovara2017-03-234-22/+0
* lavc: Remove deprecated XvMC support hacksDiego Biurrun2017-03-2331-786/+24
* lavc: Drop deprecated architectures symbolsVittorio Giovara2017-03-233-24/+0
* lavc: Drop deprecated extended aspect ratio symbolVittorio Giovara2017-03-233-9/+0
* lavc: Drop deprecated workaround bugs optionsVittorio Giovara2017-03-233-18/+0
* lavc: Drop deprecated debug mv functionalityVittorio Giovara2017-03-233-37/+0
* lavc: Drop deprecated way of setting codec dimensionsVittorio Giovara2017-03-233-18/+0
* lavc: Drop deprecated voxware codec entryVittorio Giovara2017-03-233-15/+0
* lavc: Drop deprecated VDPAU buffer fieldsVittorio Giovara2017-03-232-47/+0
* lavc: Drop deprecated VDPAU codec capabilityVittorio Giovara2017-03-233-43/+0
* lavc: Drop deprecated lowres optionVittorio Giovara2017-03-232-17/+0
* lavc: Drop deprecated missing sample log functionVittorio Giovara2017-03-233-62/+0
* lavc: Drop deprecated chroma subsample functionVittorio Giovara2017-03-233-18/+0
* Bump major versions of all librariesVittorio Giovara2017-03-231-11/+11
* dca: Refactor dca_filter_channels() a littleLuca Barbato2017-03-211-4/+6
* dca: Validate the channel mapLuca Barbato2017-03-211-0/+3
* nvenc: Allow different const qps for I, P and B framesKonda Raju2017-03-211-9/+19
OpenPOWER on IntegriCloud