aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'eccc03c8fbc603a0a3257df66f0705f74fe2581a'Mark Thompson2018-02-213-0/+56
|\
| * cbs_h264: Add support for filler NAL unitsMark Thompson2018-02-203-0/+56
* | Merge commit '7157d959264f3729da463725c6faa580d9394d19'Mark Thompson2018-02-213-2/+15
|\|
| * cbs_h264: Move slice_group_id array out of PPS structureMark Thompson2018-02-203-2/+15
* | Merge commit '78fa0b9033c0834c049e2aedf71a8c613fed87ab'Mark Thompson2018-02-211-1/+1
|\|
| * h264_metadata: Always add the SEI user data to the first access unitMark Thompson2018-02-201-2/+6
* | Merge commit '69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb'Mark Thompson2018-02-211-53/+19
|\|
| * h264_metadata: Use common SEI addition functionMark Thompson2018-02-201-53/+19
* | Merge commit 'a2ca8ed903b435446031a8a0792ca535e6ee2913'Mark Thompson2018-02-212-0/+114
|\|
| * cbs_h264: Add utility functions to insert/delete SEI messagesMark Thompson2018-02-202-0/+114
* | Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-2115-279/+404
|\|
| * cbs: Refcount all the things!Mark Thompson2018-02-2015-279/+404
* | Merge commit '13ca5d34ba5c473211daaae0a101123bcaada3e6'Mark Thompson2018-02-211-0/+16
|\|
| * cbs_h264: Add hack for pic_timing with no active SPSMark Thompson2018-02-201-0/+16
* | Merge commit '0e4c166cdd6446522a085dd9731967d09ac71f72'Mark Thompson2018-02-211-0/+2
|\|
| * cbs_h2645: Remove active ps references when it is replacedMark Thompson2018-02-201-0/+2
* | Merge commit 'a3daecd6375279d9fdb863ac9db3545a33e97651'Mark Thompson2018-02-211-1/+1
|\|
| * cbs: Demote the "decomposition unimplemented" warningMark Thompson2018-02-201-1/+1
* | Merge commit '67eb2b16daa77f6ba3e04a28ca18e53193723b7f'Mark Thompson2018-02-211-2/+19
|\|
| * vaapi_h265: Mark unused entries in RefPicList[01] as explicitly invalidMark Thompson2018-02-201-2/+19
* | Merge commit '216c44dfc17252ec0681dcb0bbeeb45a9d14eca7'Mark Thompson2018-02-211-2/+2
|\|
| * vaapi_encode: Destroy output buffer pool before VA contextMark Thompson2018-02-201-2/+2
* | Merge commit 'c8e135ea9225137050a6315fd9ba9c0f242c90b6'Mark Thompson2018-02-211-4/+6
|\|
| * vaapi_encode: Allocate slice structures and parameter buffers dynamicallyJun Zhao2018-02-202-14/+32
* | Merge commit '254e728d207c173a3714e6a01c9d68fcb3af8b73'Mark Thompson2018-02-211-3/+3
|\|
| * cbs: Minor comment fixes / cosmeticsMark Thompson2018-02-202-4/+34
* | Merge commit '1d12a545ce828eaf4fb37295400008ea37635ab8'Mark Thompson2018-02-211-2/+2
|\|
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-204-12/+25
| * cbs: Allocate the context inside the init functionMark Thompson2018-02-2010-66/+80
| * build: Ignore generated mpeg12framerate test binaryDiego Biurrun2018-02-121-0/+1
| * avcodec/vc1dec: fix mby_start for interlaced contentMichael Niedermayer2018-02-111-2/+2
| * lavc/qsv: default la_ds to MFX_LOOKAHEAD_DS_UNKNOWNRuiling Song2018-02-121-2/+3
* | avcodec/diracdec: Fix integer overflow in mv computationMichael Niedermayer2018-02-201-2/+2
* | avcodec/h264_parse: Clear invalid chroma weights in ff_h264_pred_weight_table()Michael Niedermayer2018-02-201-1/+4
* | avcodec/aacdec_templat: Fix integer overflow in apply_ltp()Michael Niedermayer2018-02-201-1/+1
* | avcodec/jpeg2000dwt: Fix integer overflows in sr_1d53()Michael Niedermayer2018-02-201-4/+4
* | avcodec/diracdec: Use int64 in global mv to prevent overflowMichael Niedermayer2018-02-201-2/+2
* | avcodec/dxtory: Remove code that corrupts dimensionsMichael Niedermayer2018-02-201-5/+1
* | avcodec/mediacodecdec: refactor to take advantage of new decoding apiAman Gupta2018-02-193-91/+80
* | avcodec/dirac_dwt_template: Fix Integer overflow in horizontal_compose_dd137i()Michael Niedermayer2018-02-181-4/+4
* | avcodec/hevcdec: Check luma/chroma_log2_weight_denomMichael Niedermayer2018-02-181-3/+9
* | avcodec/h264: Increase field_poc to 64bit in ff_h264_init_poc() to detect ove...Michael Niedermayer2018-02-173-3/+11
* | avcodec/jpeg2000dec: Use av_image_check_size2()Michael Niedermayer2018-02-171-1/+1
* | avcodec/vp8: Check for bitstream end before vp7_fade_frame()Michael Niedermayer2018-02-171-0/+2
* | avcodec/exr: Check remaining bits in last get code loopMichael Niedermayer2018-02-171-1/+1
* | avcodec/h264_cabac: Tighten allowed coeff_abs rangeMichael Niedermayer2018-02-151-1/+1
* | avcodec/ffv1: Support for GBRAP10 and GBRAP12Jérôme Martinez2018-02-154-4/+9
* | avcodec: remove unnecessary calls to ff_init_buffer_info()James Almer2018-02-144-18/+2
* | avpacket: reset dst side_data fields in av_packet_copy_propsYusuke Nakamura2018-02-141-0/+2
* | avcodec/h264_cavlc: Set valid qscale value in ff_h264_decode_mb_cavlc()Xiaohan Wang2018-02-141-0/+1