summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dcadec: reorganise context dataAlexandra Khirnova2015-10-072-159/+187
* g2m: Relax resolution change constraintsVittorio Giovara2015-10-071-2/+1
* mmaldec: be more tolerant against MMAL not returning decoded outputwm42015-10-041-2/+14
* mmaldec: refactor to have more context per MMAL input bufferwm42015-10-041-9/+10
* avcodec: Do not lock during open for codecs marked as having threadsafe initDerek Buitenhuis2015-10-041-17/+21
* rangecoder: Use AV_RB16 instead of bytestream_get_be16Vittorio Giovara2015-10-041-2/+4
* hevc: Simplify logical checkVittorio Giovara2015-10-041-1/+1
* h264: Use the correct argument context in debug logVittorio Giovara2015-10-041-1/+1
* h263: Drop uninitialized variable use from log messageVittorio Giovara2015-10-041-2/+2
* dvbsubdec: Fix function return typeVittorio Giovara2015-10-041-1/+2
* dv: Mark internal frame reference as constVittorio Giovara2015-10-042-7/+8
* dcadec: Always initialize return variableVittorio Giovara2015-10-041-1/+1
* d3d11va: make av_d3d11va_alloc_context() available at all timesAnton Khirnov2015-10-032-1/+12
* d3d11va: check for malloc failureAnton Khirnov2015-10-031-0/+5
* dnxhddata: Deduplicate cid 1256 chroma tableChristophe Gisquet2015-10-021-12/+2
* dnxhddata: Deduplicate dnx100 tablesJeremy James2015-10-021-48/+7
* dnxhddata: Fix cid 1260 luma and chroma tablesJeremy James2015-10-021-16/+16
* dnxhddata: Fix 10-bit DNxHD quant matricesJoseph Artsimovich2015-10-021-32/+34
* x264: Add option to force IDR framesDerek Buitenhuis2015-10-011-5/+18
* x264: Expose the NV21 input supportYu Xiaolei2015-10-011-0/+6
* dcadec: make a number of samples per subband per subsubframe a named constantAlexandra Khirnova2015-10-011-19/+21
* Screenpresso SPV1 decoderVittorio Giovara2015-09-306-1/+197
* lavu: Deprecate AVFrame.error[]Vittorio Giovara2015-09-303-9/+20
* dnxhddec: Enable frame threadingVittorio Giovara2015-09-291-8/+11
* dnxhddec: Decode and use interlace mb flagChristophe Gisquet2015-09-291-4/+19
* lavc: Simplify checking quant bias optionVittorio Giovara2015-09-292-6/+3
* motion_est_template: Fix undefined left shift of negative numberGanesh Ajjanagadde2015-09-291-1/+2
* mlpdec: Fix a undefined left shift of negative numberGanesh Ajjanagadde2015-09-291-1/+1
* lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-296-33/+33
* libopenh264enc: Use av_log() to log messagesGregory J. Wolfe2015-09-291-0/+38
* qsvdec: make ff_qsv_decode_init() staticAnton Khirnov2015-09-282-4/+2
* qsvdec: close the MFX decoder on uninitAnton Khirnov2015-09-281-0/+3
* qsv: document AVQSVContext membersAnton Khirnov2015-09-281-0/+19
* qsvenc: mark the encoders as INIT_CLEANUPAnton Khirnov2015-09-283-0/+3
* qsvenc: do not try to close the encoder if the session is NULLAnton Khirnov2015-09-281-1/+2
* qsvdec: list supported pixel formatsAnton Khirnov2015-09-282-0/+9
* vdpau: fix constrained baseline fallbackwm42015-09-281-2/+1
* lavc: reimplement avcodec_get_type() using codec descriptorswm42015-09-282-14/+6
* vdpau: deprecate av_vdpau_get_profile()Rémi Denis-Courmont2015-09-282-0/+8
* dxv: Improve error messageVittorio Giovara2015-09-241-1/+2
* dxv: Support RAW intermediate compressionVittorio Giovara2015-09-241-3/+25
* dxv: Print texture information after header parsingVittorio Giovara2015-09-241-5/+13
* dxv: Support the original first versionVittorio Giovara2015-09-241-1/+1
* dxv: Parse ancillary encoder informationVittorio Giovara2015-09-241-5/+9
* mmal: Fix AVBufferRef usagewm42015-09-241-3/+6
* mmal: Remove setting extradata on input formatwm42015-09-241-7/+0
* mmal: drop the h264 BSFwm42015-09-241-37/+27
* d3d11va: WindowsPhone requires a mutex around ID3D11VideoContextSteve Lhomme2015-09-175-6/+64
* pixfmt: Add new SMPTE color primaries and transfer characteristic valuesKevin Wheatley2015-09-171-0/+3
* dcadec: set channel layout in a separate functionAlexandra Hájková2015-09-161-57/+69
OpenPOWER on IntegriCloud