summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc/h264: create AVFrame side data from H.264 timecodesDevin Heitmueller2018-10-233-17/+67
* lavc/qsvenc_jpeg: set a default qualityZhong Li2018-10-231-0/+6
* lavc/qsvenc_jpeg: add async_depth supportZhong Li2018-10-231-0/+1
* avcodec/jpeg2000dec: Fix off by 1 error in JPEG2000_PGOD_CPRL handlingMichael Niedermayer2018-10-231-1/+1
* avcodec/ilbcdec: Check startindexMichael Niedermayer2018-10-231-1/+1
* cbs_h2645: Allocate all internal buffers with paddingMark Thompson2018-10-222-2/+3
* cbs_h264: Fix SPS used for pic_timing timestampMark Thompson2018-10-221-11/+4
* cbs_h264: Actually decompose end-of-sequence NAL unitsMark Thompson2018-10-222-1/+49
* avcodec/mpeg4videodec: Fix typo in sprite delta checkMichael Niedermayer2018-10-221-1/+1
* lavc/sinewin: Do not declare AAC 120/960 tables as const.Carl Eugen Hoyos2018-10-194-5/+10
* avcodec/proresenc_aw : use for frame flag in the header the same value than t...Martin Vignali2018-10-181-1/+1
* avcodec/proresenc_aw : add support for prores 444Martin Vignali2018-10-181-51/+117
* avcodec/prores_enc : not calculate dct a each quantif search stepMartin Vignali2018-10-181-40/+51
* avcodec/proresenc_aw : use qp close to the official encoderMartin Vignali2018-10-181-2/+2
* avcodec/proresenc_aw : use AVframe primaries, transfert, colorspace for frame...Martin Vignali2018-10-181-3/+3
* avcodec/proresenc_aw : use scan table from prores_data fileMartin Vignali2018-10-182-14/+4
* avcodec/h264_cavlc: Check mb_skip_runMichael Niedermayer2018-10-181-2/+8
* avcodec/ilbcdec: Fix multiple integer overflowsMichael Niedermayer2018-10-181-9/+9
* avcodec/ilbcdec: Fix multiple invalid left shiftsMichael Niedermayer2018-10-181-7/+7
* avcodec/ilbcdec: Limit indexes in create_augmented_vector()Michael Niedermayer2018-10-181-5/+6
* avcodec/ra144: Fix integer overflow in add_wav()Michael Niedermayer2018-10-181-1/+1
* lavc/mjpegdec: Support 2:3 subsampling.Carl Eugen Hoyos2018-10-182-5/+10
* trace_headers: Fix memory leaks on syntax read failuresMark Thompson2018-10-161-10/+4
* avcodec/cbs: ensure user_data is padded for GBC parsingAman Gupta2018-10-152-2/+2
* avcodec/cbs: fix crash in sei_pic_timestampAman Gupta2018-10-151-0/+6
* avcodec/cbs_h264: silence errors about end_of_seq nalusAman Gupta2018-10-151-0/+3
* avcodec/av1_parse: Check obu_sizeMichael Niedermayer2018-10-151-2/+2
* avcodec/cuviddec: properly take deinterlacing and display delay into account ...Timo Rothenpieler2018-10-141-1/+5
* avcodec/imm4: improve decoding of some filesPaul B Mahol2018-10-141-15/+49
* avcodec/imm4: stop using FAAN idctPaul B Mahol2018-10-121-8/+15
* avcodec/avpacket: fix whitespaceAman Gupta2018-10-121-4/+4
* avcodec/mediacodec: add av_mediacodec_render_buffer_at_time()Aman Gupta2018-10-114-2/+36
* libavcodec/libaomenc.c: Added code for computing PSNR/SSIMSam John2018-10-111-5/+59
* avcodec/ffv1dec_template: Check for the end of input after 1024 pixelsMichael Niedermayer2018-10-121-0/+5
* avcodec/aacdec_template: Allow duplicated elementsMichael Niedermayer2018-10-121-4/+7
* h264_slice: Copy the value of x264_build before calling h264_slice_header_ini...Derek Buitenhuis2018-10-091-1/+1
* avcodec/speedhq: Make speedhq_vlc constMichael Niedermayer2018-10-071-39/+34
* avcodec/vc1_loopfilter: Fix colums typosMichael Niedermayer2018-10-071-3/+3
* libavcodec/v4l2_buffers.h: fix cant typosMichael Niedermayer2018-10-071-2/+2
* avcodec/unary: Improve get_unary() docsMichael Niedermayer2018-10-071-1/+14
* av1_metadata: Fix constraint on setting chroma_sample_positionMark Thompson2018-10-061-6/+2
* avcodec/libaomdec: remove bogus commentJames Almer2018-10-041-1/+0
* avcodec: add an AV1 parserJames Almer2018-10-034-2/+232
* avcodec/av1_metadata: add an option to insert and remove Temporal Delimiter OBUsJames Almer2018-10-031-1/+36
* avcodec/rasc: unref both frames on reinitMichael Niedermayer2018-10-031-1/+1
* avcodec/rasc: Fix off by 1 error in vertical coordinateMichael Niedermayer2018-10-031-3/+3
* avcodec/tiff: check remaining packet size for stripsMichael Niedermayer2018-10-031-1/+3
* avcodec/scpr: Skip frames which change nothingMichael Niedermayer2018-09-301-1/+3
* avcodec/wcmv: Fix integer overflowsMichael Niedermayer2018-09-301-0/+4
* avcodec/gdv: Remove unused variableMichael Niedermayer2018-09-301-1/+1
OpenPOWER on IntegriCloud