summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: add IMM5 decoderPaul B Mahol2019-08-29
* avcodec/msrle: add a flush() callbackPaul B Mahol2019-08-29
* avcodec/ivi: Allocate bufs laterMichael Niedermayer2019-08-29
* avcodec/tta: Fix integer overflow in predictionMichael Niedermayer2019-08-29
* avcodec/vb: Check input packet size to be large enough to contain flagsMichael Niedermayer2019-08-29
* avcodec/cavsdec: Limit the number of access units per packet to 2Michael Niedermayer2019-08-29
* lavc/cbs_h2645: Use av_realloc instead of av_mallocThierry Foucu2019-08-28
* avcodec/dsd: use uint8_t instead of unsigned charPaul B Mahol2019-08-28
* avcodec/dsddec: add slice threading supportPaul B Mahol2019-08-28
* avcodec/h264_refs: do not use invalid mmco values in case of errorPaul B Mahol2019-08-28
* avcodec/tiff: add missing break in tiff_decode_tag()Paul B Mahol2019-08-28
* libavcodec/amfenc: Vulkan initialization support for encoder.OvchinnikovDmitrii2019-08-27
* avcodec/qtrle: don't clear the palette when flushingJames Almer2019-08-27
* avcodec/qtrle: call ff_reget_buffer() only when the picture data is going to ...James Almer2019-08-27
* Revert "avcodec/qtrle: Do not output duplicated frames on insufficient input"James Almer2019-08-27
* avcodec/atrac9dec: Check block_alignMichael Niedermayer2019-08-27
* avcodec/qtrle: add a flush() callbackJames Almer2019-08-27
* avcodec/h2645_parse: zero initialize the rbsp bufferJames Almer2019-08-27
* avcodec/vaapi_encode: respect -force_key_frames settingAman Gupta2019-08-26
* avcodec/alac: Check for bps of 0Michael Niedermayer2019-08-26
* lavc/x264: Also clean-up libx264rgb after init errors.Carl Eugen Hoyos2019-08-25
* avcodec/mlp_parser: export AVCodecContext frame_sizeJames Almer2019-08-24
* avcodec/mlp_parse: move TrueHD channel layout and sample rate related code to...James Almer2019-08-24
* avcodec/videotoolbox_hevc: avoid leaking cached_hw_frames_ctxPavel Koshevoy2019-08-23
* avcodec/omx: Fix handling of fragmented buffersDave Stevenson2019-08-23
* avcodec/omx: ensure zerocopy mode can be disabled on rpi buildsAman Gupta2019-08-23
* avcodec/omx: add support for -force_key_framesAman Gupta2019-08-23
* avcodec/alac: Fix multiple integer overflows in lpc_prediction()Michael Niedermayer2019-08-23
* avcodec/smacker: Check that not all tables are skipedMichael Niedermayer2019-08-23
* avcodec/pictordec: Optimize picmemset() for single plane full linesMichael Niedermayer2019-08-23
* avcodec/pnm_parser: Use memmove() to handle "overread"Michael Niedermayer2019-08-23
* avcodec/parser: Optimize ff_combine_frame() with massivly negative nextMichael Niedermayer2019-08-23
* avcodec/pnm: skip reading trailing bytes in get_pnm()Michael Niedermayer2019-08-23
* avcodec/pnm: Check magic bytes directly without pnm_get()Michael Niedermayer2019-08-23
* avcodec/lcldec: Check mthread_inlen instead of clipingMichael Niedermayer2019-08-23
* avcodec/rl2: set dimensionsMichael Niedermayer2019-08-23
* Change libaom default to crf=32.elliottk2019-08-23
* avcodec/h264_parse: retry decoding SPS with complete NALJun Li2019-08-23
* avcodec/aacdec: Add FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-08-23
* avcodec/idcinvideo: Add 320x240 default maximum resolutionMichael Niedermayer2019-08-23
* avcodec: remove some dead assignmentsMarton Balint2019-08-22
* avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer2019-08-22
* avcodec/alsdec: Fix integer overflow in decode_var_block_data()Michael Niedermayer2019-08-21
* avcodec/internal: Bump sane_nb_chanelsMichael Niedermayer2019-08-21
* avcodec/alsdec: Limit maximum channels to 512Michael Niedermayer2019-08-21
* lavc/qsvdec: Add VP9 decoder supportZhong Li2019-08-20
* lavc/qsvdec: Add mjpeg decoder supportZhong Li2019-08-20
* lavc/qsvdec: remove orignal parser code since not needed nowZhong Li2019-08-20
* lavc/qsvdec: Replace current parser with MFXVideoDECODE_DecodeHeader()Zhong Li2019-08-20
* lavc/qsv: make function qsv_map_fourcc() can be called externallyZhong Li2019-08-20