42697 Commits (d64cbd4fda01c6e33e9e5e6f859e81c47bdb1760)

Author SHA1 Message Date
Paul B Mahol d64cbd4fda remove CHAR_MIN/CHAR_MAX usage 5 years ago
Paul B Mahol fed0de3728 avcodec: add CRI HCA decoder 5 years ago
Paul B Mahol 0bbc4914da avcodec/allcodecs: move sdx2 to correct place 5 years ago
Paul B Mahol c6bbdba9cd avcodec: add derf dpcm decoder 5 years ago
Paul B Mahol 230703a9fa avcodec: add ADPCM IMA MTF decoder 5 years ago
Anton Khirnov e38b8b0dc6 h264dec: do not return a value from init_dimensions() 5 years ago
Anton Khirnov 1b17988cb5 vp3: eliminate copy_fields 5 years ago
Anton Khirnov 7f0a7e3e63 mpegvideo: drop an unnecessary function parameter 5 years ago
Anton Khirnov 2e53b7eea1 mpegvideodata: drop useless comments 5 years ago
Andreas Rheinhardt cc2a9509ce libavcodec, libpostproc: Remove outcommented START/STOP_TIMER 5 years ago
Lynne 675bb1f4f9 diracdec: rewrite golomb reader 5 years ago
Michael Niedermayer 1812352d76 avcodec/cbs_jpeg: Check length for SOS 5 years ago
Michael Niedermayer 0a11ef68f0 avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSX 5 years ago
Michael Niedermayer c40df2166c avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra() 5 years ago
Paul B Mahol b3c46e26aa avcodec/wavpack: check for allocation failure 5 years ago
Paul B Mahol 2c08cd284d avcodec/wavpack: fix some syle issues 5 years ago
David Bryant 9a13ed522f avcodec/wavpack: add support for DSD files 5 years ago
Carl Eugen Hoyos 34d7c8d942 lavc/aarch64: Remove unneeded file vp9mc_aarch64.c 5 years ago
Carl Eugen Hoyos 951bd25572 lavc/aarch64: Fix suffix of new file vp9mc_aarch64. 5 years ago
Carl Eugen Hoyos 213c796561 lavc/aarch64: Fix compilation with --disable-neon 5 years ago
Carl Eugen Hoyos 9a21754904 lavc/aarch64: Move non-neon vp9 copy functions out of neon source file. 5 years ago
Andreas Rheinhardt 66fac1ff7c avcodec/cbs_h2645: Treat slices without data as invalid 5 years ago
Andreas Rheinhardt 8f701932b3 avcodec/cbs_h2645: Remove dead code to delete trailing zeroes 5 years ago
Andreas Rheinhardt 6ee7375ef5 avcodec/v4l2_m2m: Avoid using intermediate buffer 5 years ago
vectronic 05d27f342b API: add AV_PKT_DATA_ICC_PROFILE to AVPacketSideDataType 5 years ago
Linjie Fu 2847c5c6f9 lavc/vaapi_encode_h265: fix conf_win_xxx_offset for 4:2:2/4:4:4 encoding 5 years ago
Zane van Iperen d90413e1e5 avcodec: add decoder for High Voltage Software's ALP ADPCM 5 years ago
Andreas Rheinhardt a88a3cdb4b dump_extradata: Insert extradata even for small packets 5 years ago
Andreas Rheinhardt 4a141f8e02 h264_mp4toannexb: Cosmetics 5 years ago
Andreas Rheinhardt 824f750880 h264_mp4toannexb: Improve overread checks 5 years ago
Andreas Rheinhardt cb47c6c614 h264_mp4toannexb: Stop reallocating the output buffer 5 years ago
Andreas Rheinhardt 84c87e41a6 h264_mp4toannexb: Consistently use pointer comparisons 5 years ago
Andreas Rheinhardt c177520f67 h264_mp4toannexb: Copy one NAL unit at a time 5 years ago
Andreas Rheinhardt 518bbe9eac h264_mp4toannexb: Try to avoid four byte startcodes 5 years ago
Andreas Rheinhardt aa486b4b66 h264_mp4toannexb: Simplify extradata insertion 5 years ago
Andreas Rheinhardt 4b4f8bd4a5 h264_mp4toannexb: Don't forget numOfPictureParameterSets 5 years ago
Andreas Rheinhardt 015950596c h264_mp4toannexb: Add a comment about possible overread 5 years ago
Andreas Rheinhardt 268dffc12b h264_mp4toannexb: Improve extradata overread checks 5 years ago
Andreas Rheinhardt 0ccb31f135 h264_mp4toannexb: Switch to GetByteContext to read extradata 5 years ago
Andreas Rheinhardt 7f96325bc4 bytestream: Make get_bytes_left compatible with overread 5 years ago
Michael Niedermayer a2e4879432 avcodec/cbs_av1_syntax_template: Set seen_frame_header only after successfull uncompressed_header() 5 years ago
Michael Niedermayer 12ec8ad24b avcodec/siren: Check several indexes 5 years ago
James Almer 3117f47f19 avcodec/cuviddec: use AVCodec.bsfs to filter packets 5 years ago
Michael Niedermayer ac73879f1b avcodec/adpcm: Clip step index for ADPCM_IMA_APM 5 years ago
Andreas Rheinhardt b6879b61df avcodec/cdtoons: Remove superfluous ; 5 years ago
Linjie Fu dfa1fc17a5 lavc/v4l2_context: fix compile warning for incompatible pointer type 5 years ago
Linjie Fu 220c7dadc4 lavc/avcodec.h: fix missing line breaks in API documentation 5 years ago
Michael Niedermayer a2c97a8342 avcodec/mpegaudioenc_template: fix invalid shift of sample 5 years ago
Michael Niedermayer e13eee37ee avcodec/motion_est_template: Fix invalid shifts in no_sub_motion_search() 5 years ago
Michael Niedermayer f8a0e9f9f7 avcodec/magicyuv: Check that there are enough lines for interlacing to be possible 5 years ago