summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/vc1_block: simplify ac_val computationMichael Niedermayer2018-04-241-3/+3
* avcodec/clearvideo: display warning if decoder overreads inputPaul B Mahol2018-04-241-0/+3
* avcodec/clearvideo: do not try to return frame when it is same as previous onePaul B Mahol2018-04-241-5/+2
* avcodec/ffv1enc: Check that the crc + version combination is supportedMichael Niedermayer2018-04-241-0/+4
* avcodec/vaapi: do not parse MVMODE for VC-1 interlaced frame picturesJerome Borsboom2018-04-231-3/+5
* avcodec/vc1: check return value of bitplane_decoding()Paul B Mahol2018-04-231-0/+2
* avcodec/prores_ks : use official quant_matrix (for proxy and xq codec luma an...Martin Vignali2018-04-221-16/+83
* avcodec/vc1_pred: set ref_field_type earlierJerome Borsboom2018-04-211-4/+4
* avcodec: Fix AVClass .versionMichael Niedermayer2018-04-193-4/+4
* avcodec/sheervideodata: Fix libavutil includeMichael Niedermayer2018-04-191-1/+1
* avcodec/sbc: Fix non static function prefixMichael Niedermayer2018-04-194-4/+4
* avcodec/opusenc_psy: Fix warning: ISO C90 forbids mixed declarations and codeMichael Niedermayer2018-04-191-3/+2
* avcodec/dsicinvideo: Fail if there is only a small fraction of the data avail...Michael Niedermayer2018-04-191-0/+7
* avcodec/dsicinvideo: Propagate errors from cin_decode_rle()Michael Niedermayer2018-04-191-4/+12
* avcodec/dfa: Check dimension against maximumMichael Niedermayer2018-04-191-1/+1
* avcodec/cinepak: Skip empty framesMichael Niedermayer2018-04-191-0/+7
* avcodec/cinepak: move some checks prior to frame allocationMichael Niedermayer2018-04-191-5/+22
* aac: Rework extradata parsing codeVittorio Giovara2018-04-191-14/+8
* avcodec/mediacodecdec_common: make stride and slice-height non-mandatory fieldsMatthieu Bouron2018-04-191-2/+2
* lavc/dxva2_internal: Cast the dxva2 and d3d11 decoders and cfgs to (void *).Carl Eugen Hoyos2018-04-181-2/+2
* avcodec/proresdec_lgpl: pass return values instead of discarding themPaul B Mahol2018-04-181-4/+5
* Bump minor versions after release/4.0 branchingMichael Niedermayer2018-04-161-1/+1
* Bump minor versions for branching release/4.0Michael Niedermayer2018-04-161-1/+1
* amfenc: Remove spurious initialisationsMark Thompson2018-04-151-47/+29
* amfenc: Add DXVA2 hardware frame input supportAlexander Kravchenko2018-04-151-0/+79
* amfenc: Ensure that the software format of hardware frames is validAlexander Kravchenko2018-04-151-3/+9
* amfenc: Do not automatically download/upload unknown hardware input framesMark Thompson2018-04-151-53/+35
* amfenc: Fail to open if the user-supplied device is not usableMark Thompson2018-04-151-49/+81
* avcodec/nvdec: correctly set intra_pic_flag for h264/hevcTimo Rothenpieler2018-04-152-2/+8
* avcodec/aac_ac3_parser: account for data already in the parsing bufferHendrik Leppkes2018-04-151-0/+3
* avcodec/dxv: add support for "high" quality modePaul B Mahol2018-04-151-35/+780
* Merge commit '8f144d9e3d5cb2ca92e5bdf7cc9f72effa1bd2ce'James Almer2018-04-135-25/+7
|\
| * Drop Windows XP support remnantsDiego Biurrun2018-04-094-20/+5
| * w32pthreads: always use Vista+ API, drop XP supportwm42018-04-092-8/+0
* | Merge commit 'cc06f7bd10c236539b4f6f87b795c459dd873770'James Almer2018-04-131-0/+11
|\ \ | |/
| * libx265: Support tiny video sizesVittorio Giovara2018-04-091-0/+11
* | Merge commit '54307b35311e9a871b3d8ecb2b2eecfc16de0163'James Almer2018-04-131-1/+3
|\ \ | |/
| * lavc/qsvdec: set complete_frame flags for progressive pictureZhong Li2018-04-081-1/+3
* | Merge commit 'cca5e4f040971db6de0bfe6968f00c021d8a9c42'James Almer2018-04-135-6/+39
|\ \ | |/
| * qsv: adding Multi Frame Encode supportMaxym Dmytrychenko2018-04-085-7/+39
* | Merge commit '52ed83fa1a7f5170447eff6fad0b6c57119596e9'James Almer2018-04-133-0/+36
|\ \ | |/
| * lavc/qsvdec: expose frame pic_type and key_frameZhong Li2018-04-083-0/+36
| * libaom: remove references to RGB pixfmtsJames Almer2018-04-041-44/+0
| * libaom: remove references to yuv440p pixfmtJames Almer2018-04-011-4/+0
* | avcodec/utils: Enforce minimum width also for VP5/6Michael Niedermayer2018-04-131-1/+4
* | avcodec/truemotion2: Propagate out of bounds error from GET_TOK()Michael Niedermayer2018-04-131-0/+6
* | avcodec/magicyuvenc: mark as experimentalPaul B Mahol2018-04-131-1/+1
* | avcodec/vp9: add profile 2 10-bit DXVA2/D3D11 decoding supportHendrik Leppkes2018-04-131-1/+1
* | avcodec/dxva2: add VP9 10-bit Profile2 mode mappingsHendrik Leppkes2018-04-131-1/+7
* | avcodec/nv{enc,dec}: use sane version checking macroTimo Rothenpieler2018-04-134-3/+15
OpenPOWER on IntegriCloud