summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_parser: Reduce needed history for parsing mb indexMichael Niedermayer2018-06-251-8/+11
* avcodec/magicyuv: Check bits left in flags&1 branchMichael Niedermayer2018-06-251-0/+4
* avcodec/mjpegdec: Check for end of bitstream in ljpeg_decode_rgb_scan()Michael Niedermayer2018-06-231-0/+5
* libavcodec/ffv1enc: minor cosmetic fixMichael Niedermayer2018-06-231-1/+1
* lavc/dpx: Support 10-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-211-7/+8
* lavc/dpx: Support 12-bit packing method b (msbpad).Carl Eugen Hoyos2018-06-211-13/+9
* avcodec/libzvbi-teletextdec: propagate ERASE_PAGE flag for repeated subtitle ...Marton Balint2018-06-201-0/+15
* avcodec/libx265: apply lavc maxrate, bufsize & rc_init_occupancyGyan Doshi2018-06-192-1/+9
* Revert "avcodec/mediacodecdec: wait on first frame after input buffers are full"Aman Gupta2018-06-182-1/+8
* avcodec/videotoolboxenc: fix invalid session on iOSThomas Guillem2018-06-181-2/+21
* avcodec/videotoolboxenc: split initializationThomas Guillem2018-06-181-20/+28
* avcodec/videotoolboxenc: fix mutex/cond leak in error pathThomas Guillem2018-06-181-2/+3
* avcodec/vc1: remove unused ff_vc1_loop_filter_iblkJerome Borsboom2018-06-182-31/+0
* avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom2018-06-181-49/+30
* avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom2018-06-181-19/+39
* Revert "avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_cla...Carl Eugen Hoyos2018-06-183-67/+97
* avcodec/vc1: support multi-slice field interlaced pictures with hwaccelJerome Borsboom2018-06-171-7/+60
* avcodec/vaapi_vc1: slice_vertical_position starts from zero for the second fieldJerome Borsboom2018-06-171-1/+7
* lavc/pngdec: Replace the number by macro for bprint initJun Zhao2018-06-171-2/+2
* lavc/dvdsubenc: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* avcodec/vc1: remove unused ff_vc1_loop_filter_iblkJerome Borsboom2018-06-162-31/+0
* avcodec/vc1: rewrite vc1_decode_i_blocks to align with VC-1 specJerome Borsboom2018-06-161-49/+30
* avcodec/vc1: add Simple and Main profile to vc1_put_signed_blocks_clampedJerome Borsboom2018-06-161-17/+37
* avcodec/vc1: fix overlap and loop filtering for Simple and Main profileJerome Borsboom2018-06-161-15/+20
* avcodec/vc1: fix overlap smoothing filter for P framesJerome Borsboom2018-06-161-25/+35
* lavc/dpx: Allow packed 12-bit little-endian images.Carl Eugen Hoyos2018-06-161-13/+0
* avcodec/aacdec_fixed: Fix undefined integer overflow in apply_independent_cou...Michael Niedermayer2018-06-151-1/+1
* avcodec/dirac_dwt_template: Fix undefined behavior in interleave()Michael Niedermayer2018-06-151-2/+2
* avcodec/decode: Consider STRIDE_ALIGN in get_buffer_internal() when checking ...Michael Niedermayer2018-06-151-1/+1
* avcodec/nvenc: enable nvenc encoder instance reusePavel Koshevoy2018-06-151-2/+10
* lavc/dpx: Reset n_datum for every new line when decoding 12bit.Carl Eugen Hoyos2018-06-152-3/+4
* avcodec/mpeg4videodec: Clear bits_per_raw_sample if it has originated from a ...Michael Niedermayer2018-06-131-0/+6
* lavc/qsv: suppress code scan complainZhong Li2018-06-131-1/+4
* avcodec/h264_slice: Fix overflow in recovery_frame computationMichael Niedermayer2018-06-111-3/+9
* avcodec/h264_ps: Move MAX_LOG2_MAX_FRAME_NUM to header so it can be used in h...Michael Niedermayer2018-06-112-1/+1
* avcodec/h264_mc_template: Only prefetch motion if the list is used.Michael Niedermayer2018-06-111-1/+2
* avcodec/xwddec: Use ff_set_dimensions()Michael Niedermayer2018-06-111-2/+6
* avcodec/wavpack: Fix overflow in adding tailMichael Niedermayer2018-06-111-1/+1
* avcodec/libzvbi-teletextdec: add support for selecting subtitle pages onlyMarton Balint2018-06-102-11/+24
* lavc/aacsbr: fix make checkheaders warningJun Zhao2018-06-102-12/+12
* lavc/dolby_e: fix make checkheaders warningJun Zhao2018-06-102-86/+87
* avcodec/avcodec.h: add AV_CODEC_ID_TTMLMarton Balint2018-06-083-2/+11
* avcodec/shorten: Fix multiple integer overflowsMichael Niedermayer2018-06-071-2/+2
* avcodec/shorten: Fix undefined shift in fix_bitshift()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Fix a negative left shift in shorten_decode_frame()Michael Niedermayer2018-06-071-1/+1
* avcodec/shorten: Sanity check nmeansMichael Niedermayer2018-06-071-0/+4
* lavc/profiles: Mention AAC-LC only once.Carl Eugen Hoyos2018-06-061-1/+0
* avcodec/shorten: Check non COMM chunk len before skip in decode_aiff_header()Michael Niedermayer2018-06-061-2/+2
* avcodec/mjpegdec: Fix integer overflow in ljpeg_decode_rgb_scan()Michael Niedermayer2018-06-061-1/+1
* avcodec/truemotion2: Fix overflow in tm2_apply_deltas()Michael Niedermayer2018-06-061-1/+1
OpenPOWER on IntegriCloud