summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: add CRI HCA decoderPaul B Mahol2020-03-17
* avcodec/allcodecs: move sdx2 to correct placePaul B Mahol2020-03-17
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-17
* avcodec: add ADPCM IMA MTF decoderPaul B Mahol2020-03-17
* h264dec: do not return a value from init_dimensions()Anton Khirnov2020-03-16
* vp3: eliminate copy_fieldsAnton Khirnov2020-03-16
* mpegvideo: drop an unnecessary function parameterAnton Khirnov2020-03-16
* mpegvideodata: drop useless commentsAnton Khirnov2020-03-16
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* diracdec: rewrite golomb readerLynne2020-03-12
* avcodec/cbs_jpeg: Check length for SOSMichael Niedermayer2020-03-12
* avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-03-11
* avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer2020-03-11
* avcodec/wavpack: check for allocation failurePaul B Mahol2020-03-11
* avcodec/wavpack: fix some syle issuesPaul B Mahol2020-03-11
* avcodec/wavpack: add support for DSD filesDavid Bryant2020-03-11
* lavc/aarch64: Remove unneeded file vp9mc_aarch64.cCarl Eugen Hoyos2020-03-11
* lavc/aarch64: Fix suffix of new file vp9mc_aarch64.Carl Eugen Hoyos2020-03-11
* lavc/aarch64: Fix compilation with --disable-neonCarl Eugen Hoyos2020-03-11
* lavc/aarch64: Move non-neon vp9 copy functions out of neon source file.Carl Eugen Hoyos2020-03-11
* avcodec/cbs_h2645: Treat slices without data as invalidAndreas Rheinhardt2020-03-10
* avcodec/cbs_h2645: Remove dead code to delete trailing zeroesAndreas Rheinhardt2020-03-10
* avcodec/v4l2_m2m: Avoid using intermediate bufferAndreas Rheinhardt2020-03-10
* API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataTypevectronic2020-03-10
* lavc/vaapi_encode_h265: fix conf_win_xxx_offset for 4:2:2/4:4:4 encodingLinjie Fu2020-03-09
* avcodec: add decoder for High Voltage Software's ALP ADPCMZane van Iperen2020-03-09
* dump_extradata: Insert extradata even for small packetsAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: CosmeticsAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Improve overread checksAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Stop reallocating the output bufferAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Consistently use pointer comparisonsAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Copy one NAL unit at a timeAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Try to avoid four byte startcodesAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Simplify extradata insertionAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Don't forget numOfPictureParameterSetsAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Add a comment about possible overreadAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Improve extradata overread checksAndreas Rheinhardt2020-03-06
* h264_mp4toannexb: Switch to GetByteContext to read extradataAndreas Rheinhardt2020-03-06
* bytestream: Make get_bytes_left compatible with overreadAndreas Rheinhardt2020-03-06
* avcodec/cbs_av1_syntax_template: Set seen_frame_header only after successfull...Michael Niedermayer2020-03-06
* avcodec/siren: Check several indexesMichael Niedermayer2020-03-04
* avcodec/cuviddec: use AVCodec.bsfs to filter packetsJames Almer2020-03-03
* avcodec/adpcm: Clip step index for ADPCM_IMA_APMMichael Niedermayer2020-03-02
* avcodec/cdtoons: Remove superfluous ;Andreas Rheinhardt2020-02-28
* lavc/v4l2_context: fix compile warning for incompatible pointer typeLinjie Fu2020-02-28
* lavc/avcodec.h: fix missing line breaks in API documentationLinjie Fu2020-02-28
* avcodec/mpegaudioenc_template: fix invalid shift of sampleMichael Niedermayer2020-02-27
* avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search()Michael Niedermayer2020-02-27
* avcodec/magicyuv: Check that there are enough lines for interlacing to be pos...Michael Niedermayer2020-02-25
* avcodec/utvideodec: add support for UQY0Paul B Mahol2020-02-25