summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/h261dec: Initialize IDCT context during initAndreas Rheinhardt2021-04-08
* avcodec/rv34, mpegvideo: Fix segfault upon frame size change errorAndreas Rheinhardt2021-04-08
* avcodec/rv10: Don't presume context to be initializedAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Factor common freeing code outAndreas Rheinhardt2021-04-08
* avcodec/mpegvideo: Fix memleak upon allocation errorAndreas Rheinhardt2021-04-08
* Revert "avcodec: add FF_CODEC_CAP_INIT_CLEANUP for all codecs which use ff_mp...Andreas Rheinhardt2021-04-08
* avcodec/bsf: Simplify getting codec nameAndreas Rheinhardt2021-04-06
* avcodec/options: Remove always-true checkAndreas Rheinhardt2021-04-05
* avcodec/wmavoice: Check operations that can failAndreas Rheinhardt2021-04-03
* avcodec/mjpegdec: Fix leak in case ICC array allocations fail partiallyAndreas Rheinhardt2021-04-03
* avcodec/cfhd: Keep track of which subbands have been readMichael Niedermayer2021-04-03
* avcodec/cfhd: Require valid setup before Lowpass coefficients, BandHeader and...Michael Niedermayer2021-04-03
* avcodec/cfhd: Check transform_type consistentlyMichael Niedermayer2021-04-03
* avcodec/mjpegdec: Check initializing Huffman tablesAndreas Rheinhardt2021-04-03
* avcodec/mjpegdec: Fix leak in case of invalid external Huffman tablesAndreas Rheinhardt2021-04-03
* avcodec/a64multienc: Don't use static buffers, fix potential racesAndreas Rheinhardt2021-04-03
* avcodec/rawdec: Free bitstream_bufAndreas Rheinhardt2021-04-03
* avcodec/ass_split: Don't presume strlen to be >= 2Andreas Rheinhardt2021-04-02
* avcodec/binkaudio: Check return value of functions that can failAndreas Rheinhardt2021-04-02
* avcodec/binkaudio: Fix memleak upon init failureAndreas Rheinhardt2021-04-02
* avcodec/flacenc: Fix memleak upon init errorAndreas Rheinhardt2021-04-02
* avcodec/proresenc_anatoliy: Fix memleak upon init errorAndreas Rheinhardt2021-04-02
* avcodec/bsf: Fix segfault when freeing half-allocated BSFAndreas Rheinhardt2021-04-02
* avcodec/av1_metadata_bsf: Check for the existence of unitsAndreas Rheinhardt2021-04-02
* avcodec/h264_metadata_bsf: Don't add AUD to extradataAndreas Rheinhardt2021-04-02
* avcodec/tiff: Don't use separate temporary buffer for faxAndreas Rheinhardt2021-04-02
* avcodec/msmpeg4enc: Don't use code for static init that can failAndreas Rheinhardt2021-04-02
* avcodec/ac3enc: Simplify AC-3 bit countingAndreas Rheinhardt2021-04-02
* avcodec/[e]ac3enc: Fix indentationAndreas Rheinhardt2021-04-02
* avcodec/ac3enc: Avoid needlessly copying encoded packets aroundAndreas Rheinhardt2021-04-02
* avcodec/ac3enc: Use actual size of buffer in init_put_bits()Andreas Rheinhardt2021-04-02
* avcodec/adpcmenc: don't share a single AVClass between multiple AVCodecs.Zane van Iperen2021-04-02
* avcodec/flashsv2enc: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/motion_est: Fix invalid left shift of negative numbersAndreas Rheinhardt2021-04-01
* avcodec/g2meet: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/vmdvideo: Fix NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/mss12: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avcodec/lcldec: Fix undefined NULL + 0Andreas Rheinhardt2021-04-01
* avcodec/qtrleenc: Fix negative linesizes, don't use NULL + offsetAndreas Rheinhardt2021-04-01
* avcodec/qtrleenc: Use keyframe when no previous frame is availableAndreas Rheinhardt2021-04-01
* avcodec/proresdec2: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avcodec/mpegvideo_enc: Don't apply non-zero offset to null pointerAndreas Rheinhardt2021-04-01
* avcodec/dcaenc: Fix undefined left shift of negative numbersAndreas Rheinhardt2021-04-01
* avcodec/pnm_parser: Check image size addition for overflowMichael Niedermayer2021-04-01
* avcodec/lscrdec: Check length in decode_idat()Michael Niedermayer2021-04-01
* avcodec/h265_metadata_bsf: Check nb_units before accessing the first in h265_...Michael Niedermayer2021-04-01
* avcodec/exr: Check oe in huf_decode() before useMichael Niedermayer2021-04-01
* avcodec/h264_slice: Check input SPS in ff_h264_update_thread_context()Michael Niedermayer2021-03-31
* avcodec/mpegpicture: Keep ff_mpeg_framesize_alloc() failure state consistentMichael Niedermayer2021-03-31
* avcodec/mpegvideo: Update chroma_?_shift in ff_mpv_common_frame_size_change()Michael Niedermayer2021-03-31