summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/mjpegenc: Fix segfault when freeing incomplete contextAndreas Rheinhardt2021-03-31
* avcodec/tiff: Avoid forward declarationsAndreas Rheinhardt2021-03-31
* avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and bu...Mark Plomer2021-03-30
* avcodec/put_bits: Don't set size_in_bits, fix overflowAndreas Rheinhardt2021-03-30
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/dvenc: Avoid using PutBitContext fields directlyAndreas Rheinhardt2021-03-30
* avcodec/proresenc_kostya: Factor flushing PutBitContext outAndreas Rheinhardt2021-03-30
* avcodec/utvideoenc: Don't use bitcounts when byte-alignedAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec/put_bits: Add functions for amount of bytes written/leftAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc, wmavoice: Use put_bits_left() where appropriateAndreas Rheinhardt2021-03-30
* avcodec/dvenc: Remove dead error messageAndreas Rheinhardt2021-03-30
* avcodec/mlpenc: Avoid redundant temporary PutBitContextAndreas Rheinhardt2021-03-30
* avcodec/sonic: Remove outdated outcommented lineAndreas Rheinhardt2021-03-30
* avcodec/vorbisenc: Remove always-false checkAndreas Rheinhardt2021-03-30
* avcodec/setts_bsf: Check timebaseMichael Niedermayer2021-03-29
* avcodec/dvbsubdec: Support computing clut only onceMichael Niedermayer2021-03-29
* avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer2021-03-28
* avcodec/libxvid: remove unnecessary output packet data checkJames Almer2021-03-26