summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: add GBRAP to avcodec_align_dimensions2Paul B Mahol2015-01-141-0/+1
* imgutils: create misc functions for dealing with buffersStefano Sabatini2015-01-142-88/+13
* png: improve signature checkVittorio Giovara2015-01-141-3/+4
* mpeg4audio: check the init_get_bits() return valueAnton Khirnov2015-01-091-2/+4
* libfdk-aacdec: Make sure decoding doesn't add any extra delay in the latest v...Martin Storsjö2015-01-081-0/+11
* libopenh264enc: Fix a typo and some nitpicksMartin Storsjö2015-01-081-2/+2
* xsub: Support DXSA subtitlesAlexandre Colucci2015-01-071-4/+11
* libavcodec: Add an OpenH264 encoder wrapperMartin Storsjö2015-01-064-1/+231
* msmpeg4: check memory allocations and propagate errorsVittorio Giovara2015-01-063-7/+17
* ulti: invert the order of parameters of ulti_decode_frame()Vittorio Giovara2015-01-061-4/+3
* vda: error out if decoded CVPixelBuffer is emptyStefano Pigozzi2015-01-051-11/+12
* ffv1: const correctness for encode_rgb_frame()Diego Biurrun2015-01-051-9/+9
* ffv1: Drop unnecessary casts and const qualifiers to match function signaturesDiego Biurrun2015-01-051-4/+4
* h264: restore a block mistakenly removed in e10fd08aAnton Khirnov2014-12-271-0/+2
* vdpau: add support for the H.264 High 4:4:4 Predictive profileRémi Denis-Courmont2014-12-252-6/+24
* vdpau: add support for 4:2:2 and 4:4:4 chroma samplingRémi Denis-Courmont2014-12-252-4/+8
* vdpau: add helper for surface chroma type and sizeRémi Denis-Courmont2014-12-253-5/+68
* libavcodec: add AV_HWACCEL_ALLOW_HIGH_DEPTH flagRémi Denis-Courmont2014-12-252-1/+7
* avcodec: add AVCodecContext.sw_pix_fmtRémi Denis-Courmont2014-12-253-5/+19
* h264: factor hwaccel pixel formats listRémi Denis-Courmont2014-12-251-54/+35
* mpegts: add support for OpusKieran Kunhya2014-12-203-21/+138
* on2avc: check number of channelsMichael Niedermayer2014-12-191-0/+4
* smc: fix the bounds checkMichael Niedermayer2014-12-191-1/+1
* gifdec: refactor interleave end handlingMichael Niedermayer2014-12-191-10/+5
* mmvideo: check frame dimensionsAnton Khirnov2014-12-191-0/+7
* jvdec: check frame dimensionsAnton Khirnov2014-12-191-0/+7
* mjpegdec: check for pixel format changesAnton Khirnov2014-12-191-17/+23
* imgconvert: check memory allocations and propagate errorsVittorio Giovara2014-12-181-5/+11
* wma: check memory allocations and propagate errorsVittorio Giovara2014-12-181-9/+19
* takdec: check av_samples_get_buffer_size() return valueVittorio Giovara2014-12-181-0/+2
* aacps: invert the order of parameters of ipdopd_reset()Vittorio Giovara2014-12-181-1/+1
* assdec: check the right variableVittorio Giovara2014-12-181-1/+1
* aacenc: correctly check returned valueVittorio Giovara2014-12-181-3/+4
* lcl: return an appropriate error codeVittorio Giovara2014-12-181-1/+1
* a64multi: check elbg return valuesVittorio Giovara2014-12-181-2/+8
* roqvideo: check memory allocations and propagate errorsVittorio Giovara2014-12-181-23/+62
* elbg: check memory allocations and propagate errorsVittorio Giovara2014-12-182-16/+33
* theora: support different visible and coded frame sizeVittorio Giovara2014-12-181-16/+45
* DPX parserPaul B Mahol2014-12-184-2/+120
* tiff: support encoding and decoding 64bit imagesCarl Eugen Hoyos2014-12-183-4/+10
* h261dec: Fix context initialization sequenceMichael Niedermayer2014-12-181-2/+1
* h261enc: Disallow sliced encodingMartin Storsjö2014-12-181-0/+1
* tiff: set the correct return value when check_size() failsVittorio Giovara2014-12-151-1/+3
* tiff: Check the check_size() return value and forward itLuca Barbato2014-12-151-23/+40
* prores: Evaluate all the quantizersLuca Barbato2014-12-151-3/+2
* mpegvideo: move REBASE_PICTURE where it is usedVittorio Giovara2014-12-153-6/+6
* mpegvideo: remove unused function declarationVittorio Giovara2014-12-151-1/+0
* hevc: always clip luma_log2_weight_denomVittorio Giovara2014-12-151-1/+1
* vaapi: wrap codec specific functions in appropiate #ifsThiago Santos2014-12-141-0/+4
* svq1dec: Unbreak the scratch buffer allocationMichael Niedermayer2014-12-141-2/+3
OpenPOWER on IntegriCloud