summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer2022-04-041-1/+1
* avcodec/vp9_superframe_split_bsf: Don't read inexistent dataAndreas Rheinhardt2022-04-011-0/+4
* avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized framesAndreas Rheinhardt2022-04-011-1/+1
* avcodec/vp9_superframe_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-04-011-0/+9
* avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-04-011-0/+5
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format()...James Almer2022-03-281-3/+3
* avcodec/pixlet: Avoid signed integer overflow in scaling in filterfn()Michael Niedermayer2022-03-281-2/+2
* avcodec/sonic: Use unsigned for predictor_k to avoid undefined behaviorMichael Niedermayer2022-03-281-1/+1
* avcodec/libuavs3d: Check ff_set_dimensions() for failureMichael Niedermayer2022-03-281-1/+3
* avcodec/speexdec: Align some commentsMichael Niedermayer2022-03-281-20/+20
* avcodec/speexdec: Use correct doxygen commentsMichael Niedermayer2022-03-281-5/+5
* avcodec/mjpegbdec: Set buf_sizeMichael Niedermayer2022-03-281-0/+1
* avcodec/argo: Check packet sizeMichael Niedermayer2022-03-281-0/+3
* avcodec/g729_parser: Check channelsMichael Niedermayer2022-03-281-0/+3
* avcodec/movtextdec: add () to CMP() macro to avoid unexpected behaviorMichael Niedermayer2022-03-281-1/+1
* avcodec/jpeglsdec: Fix if( code styleMichael Niedermayer2022-03-281-3/+3
* avcodec/jpeglsdec: Check get_ur_golomb_jpegls() for errorMichael Niedermayer2022-03-281-0/+2
* avcodec/motion_est: fix indention of ff_get_best_fcode()Michael Niedermayer2022-03-281-3/+3
* avcodec/motion_est: Fix xy indexing on range violation in ff_get_best_fcode()Michael Niedermayer2022-03-281-2/+1
* avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using uns...Michael Niedermayer2022-03-281-1/+1
* avcodec/cfhd: Avoid signed integer overflow in coeffMichael Niedermayer2022-03-281-2/+2
* avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failureJames Almer2022-02-011-1/+3
* avcodec/h264_parser: don't alter decoder private dataJames Almer2022-01-251-5/+2
* avcodec/apedec: Fix integer overflows in predictor_update_3930()Michael Niedermayer2022-01-131-8/+8
* avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer2022-01-101-2/+2
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-101-1/+1
* avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian2022-01-091-0/+18
* avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian2022-01-091-25/+2
* lavc/av1dec: use frame split bsfFei Wang2022-01-081-0/+1
* aarch64: Disable ff_hevc_sao_band_filter_8x8_8_neon out of precautionMartin Storsjö2022-01-071-1/+5
* avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer2022-01-061-0/+3
* avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt2022-01-061-0/+1
* avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt2022-01-051-3/+2
* avcodec/Makefile: Add missing HEVC decoder->h274.o dependencyAndreas Rheinhardt2022-01-051-1/+2
* avcodec/Makefile: Add missing mpegaudiodata.o dependency to MPEGAUDIOAndreas Rheinhardt2022-01-051-1/+2
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-051-0/+2
* lib*/version.h: Bump Versions before release/5.0 branchAndreas Rheinhardt2022-01-041-1/+1
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-042-34/+27
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-047-12/+66
* avcodec/internal: Remove unused av_export_avcodecAndreas Rheinhardt2022-01-041-6/+0
* avcodec/mpegaudiodata: Unavpriv mpa_bitrate and mpa_frequency tabsAndreas Rheinhardt2022-01-048-32/+82
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-048-27/+67
* configure, avcodec/Makefile: Add new mpeg4audio CONFIG_EXTRA groupAndreas Rheinhardt2022-01-041-14/+9
* avcodec/jpegtables: Unavpriv MJPEG-tablesAndreas Rheinhardt2022-01-0412-134/+161
* avcodec/dca: Unavpriv dca_sample_ratesAndreas Rheinhardt2022-01-047-14/+67
* avcodec/ac3tab: Unavpriv ac3_channel_layout_tabAndreas Rheinhardt2022-01-049-24/+78
* avcodec/raw: Reduce number of avpriv symbolsAndreas Rheinhardt2022-01-044-26/+46
* lavc/hevcdec: Parse DOVI RPU NALsNiklas Haas2022-01-042-8/+31
* lavc: Implement Dolby Vision RPU parsingNiklas Haas2022-01-043-0/+537
* Makefile: Redo duplicating object files in shared buildsAndreas Rheinhardt2022-01-041-2/+8