]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2021-04-02 Andreas Rheinhardtavcodec/[e]ac3enc: Fix indentation
2021-04-02 Andreas Rheinhardtavcodec/ac3enc: Avoid needlessly copying encoded packet...
2021-04-02 Andreas Rheinhardtavcodec/ac3enc: Use actual size of buffer in init_put_b...
2021-04-02 Gyan Doshidoc/muxers: add entry for A64 muxer
2021-04-02 Gyan Doshidoc/encoders: add entry for a64 encoders
2021-04-01 Zane van Iperenavcodec/adpcmenc: don't share a single AVClass between...
2021-04-01 Alan Kellylibswscale/x86/yuv2yuvX: Removes unrolling for mmx...
2021-04-01 Alan Kellylibswscale/x86/swscale: Only call ff_yuv2yuvX functions...
2021-04-01 Alan Kellytests/checkasm/sw_scale: adds additional tests sizes...
2021-04-01 Andreas Rheinhardtavformat/asf: Use ff_add_attached_pic() to read attache...
2021-04-01 Andreas Rheinhardtavformat/utils: Free new streams in ff_add_attached_pic...
2021-04-01 Andreas Rheinhardtavformat: Add and use helper function to add attachment...
2021-04-01 Andreas Rheinhardtavcodec/flashsv2enc: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavutil/pixdesc: Fix 1 << 32
2021-04-01 Andreas Rheinhardtavcodec/motion_est: Fix invalid left shift of negative...
2021-04-01 Andreas Rheinhardtavfilter/vf_codecview: Fix undefined left shifts of...
2021-04-01 Andreas Rheinhardtavcodec/g2meet: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavutil/base64: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/vmdvideo: Fix NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/mss12: Don't apply non-zero offset to null...
2021-04-01 Andreas Rheinhardtavcodec/lcldec: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/qtrleenc: Fix negative linesizes, don't use...
2021-04-01 Andreas Rheinhardtavcodec/qtrleenc: Use keyframe when no previous frame...
2021-04-01 Andreas Rheinhardtlibswresample/audioconvert: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/proresdec2: Don't apply non-zero offset to...
2021-04-01 Andreas Rheinhardtavcodec/mpegvideo_enc: Don't apply non-zero offset...
2021-04-01 Andreas Rheinhardtavfilter/af_hdcd: Fix undefined shifts
2021-04-01 Andreas Rheinhardtavcodec/dcaenc: Fix undefined left shift of negative...
2021-04-01 Andreas Rheinhardttests/matroska: Add test for remuxing annex B H.264...
2021-04-01 Michael Niedermayeravcodec/pnm_parser: Check image size addition for overflow
2021-04-01 Michael Niedermayeravcodec/lscrdec: Check length in decode_idat()
2021-04-01 Michael Niedermayertools/target_dem_fuzzer: Fix packet leak
2021-04-01 Michael Niedermayeravformat/imx: Check palette chunk size
2021-04-01 Michael Niedermayeravcodec/h265_metadata_bsf: Check nb_units before access...
2021-04-01 Michael Niedermayeravformat/rmdec: use larger intermediate type for audio_...
2021-04-01 Michael Niedermayeravcodec/exr: Check oe in huf_decode() before use
2021-04-01 Martin Storsjötls_gnutls: Print the underlying IO error message and...
2021-04-01 Martin Storsjötls_openssl: Improve quality of printed error messages...
2021-04-01 Gyan Doshirtpenc_mpegts: add AVClass to the muxer context
2021-03-31 Michael Niedermayeravcodec/h264_slice: Check input SPS in ff_h264_update_t...
2021-03-31 Michael Niedermayeravcodec/mpegpicture: Keep ff_mpeg_framesize_alloc(...
2021-03-31 Michael Niedermayeravformat/mpc8: check for size overflow in mpc8_get_chun...
2021-03-31 Michael Niedermayeravformat/mov: Do not zero memory that is written too...
2021-03-31 Michael Niedermayeravcodec/mpegvideo: Update chroma_?_shift in ff_mpv_comm...
2021-03-31 Michael Niedermayeravformat/mov: Ignore multiple STSC / STCO
2021-03-31 Michael Niedermayeravformat/utils: Extend overflow check in dts wrap in...
2021-03-31 Michael Niedermayeravfilter/vf_scale: Fix adding 0 to NULL (which is UB...
2021-03-31 Michael Niedermayeravutil/common: Add FF_PTR_ADD()
2021-03-31 Andreas Rheinhardtavformat/asf: Factor common code out
2021-03-31 Andreas Rheinhardtavcodec/mjpegenc: Fix segfault when freeing incomplete...
2021-03-31 Andreas Rheinhardtavcodec/tiff: Avoid forward declarations
2021-03-31 Andreas Rheinhardttests/matroska: Add test for WebVTT in WebM
2021-03-31 Andreas Rheinhardtfftools/ffprobe: Add missing dispositions
2021-03-31 Gyan Doshidoc/demuxers: note support for flv variant KUX
2021-03-30 Mark Plomeravcodec/dv_profile: PAL DV files with dsf flag 0 -...
2021-03-30 Alok Priyadarshiavformat/rtpdec: Fix prft wallclock time.
2021-03-30 Andreas Rheinhardtavcodec/put_bits: Don't set size_in_bits, fix overflow
2021-03-30 Andreas RheinhardtAvoid intermediate bitcount for number of bytes in...
2021-03-30 Andreas Rheinhardtavcodec/dvenc: Avoid using PutBitContext fields directly
2021-03-30 Andreas Rheinhardtavcodec/proresenc_kostya: Factor flushing PutBitContext out
2021-03-30 Andreas Rheinhardtavcodec/utvideoenc: Don't use bitcounts when byte-aligned
2021-03-30 Andreas Rheinhardtavcodec: Remove cumbersome way of checking for amount...
2021-03-30 Andreas Rheinhardtavcodec/put_bits: Add functions for amount of bytes...
2021-03-30 Andreas Rheinhardtavcodec/vorbisenc, wmavoice: Use put_bits_left() where...
2021-03-30 Andreas Rheinhardtavcodec/dvenc: Remove dead error message
2021-03-30 Andreas Rheinhardtavcodec/mlpenc: Avoid redundant temporary PutBitContext
2021-03-30 Andreas Rheinhardtavcodec/sonic: Remove outdated outcommented line
2021-03-30 Andreas Rheinhardtavcodec/vorbisenc: Remove always-false check
2021-03-29 Michael Niedermayeravcodec/setts_bsf: Check timebase
2021-03-29 Michael Niedermayeravformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT...
2021-03-29 Michael Niedermayeravformat/utils: Fix integer overflow with duration_gcd...
2021-03-29 Michael Niedermayeravcodec/dvbsubdec: Support computing clut only once
2021-03-29 Michael Niedermayertools/target_dec_fuzzer: Adjust threshold for H264
2021-03-29 Michael Niedermayertools/target_dec_fuzzer: Compute CLUT for DVBSUB only...
2021-03-29 Michael Niedermayeravformat/cafdec: Do not build an index if all packets...
2021-03-28 Andreas Rheinhardtavformat/sierravmd: Make struct smaller by reordering
2021-03-28 Andreas Rheinhardtavformat/sierravmd: Remove outdated check
2021-03-28 Andreas Rheinhardtavformat/segafilm: Remove outdated check
2021-03-28 Andreas Rheinhardtavformat/utils: Remove redundant check
2021-03-28 Andreas Rheinhardtavfilter/vf_paletteuse: Fix left shift outside of range...
2021-03-28 Andreas Rheinhardtavfilter/asrc_sine: Fix invalid left shift of negative...
2021-03-28 Andreas Rheinhardtavformat/webmdashenc: Don't pass NULL to memcmp
2021-03-28 Michael Niedermayeravformat/vividas: Use equals check with n in read_sb_bl...
2021-03-28 Michael Niedermayeravcodec/sonic: Use unsigned temporary in predictor_calc...
2021-03-28 Michael Niedermayeravformat/jacosubdec: Use 64bit intermediate for start...
2021-03-28 Michael Niedermayeravformat/flvdec: Check array entry number
2021-03-28 Gyan Doshiavformat/rtpenc_mpegts: stop leaks
2021-03-28 Gyan Doshidoc/filters: note default for elbg pal8 option
2021-03-26 James Almeravcodec/libxvid: remove unnecessary output packet data...
2021-03-26 Derek Buitenhuisavformat/mov: Properly forward error codes from av_seek
2021-03-26 Michael Niedermayertools/target_dec_fuzzer: Adjust threshold for flac
2021-03-26 Michael Niedermayeravcodec/h264_slice: Check sps in h264_slice_header_init()
2021-03-26 Michael Niedermayeravcodec/aacpsy: Check model_priv_data before dereferenc...
2021-03-26 Michael Niedermayeravformat/movenc: Avoid loosing cluster array on failure
2021-03-26 Michael Niedermayertools/target_dec_fuzzer: Adjust VP4 threshold
2021-03-26 Michael Niedermayeravformat/avidec: Check for dv streams before using...
2021-03-26 Michael Niedermayeravformat/mov: Check sample size for overflow in mov_par...
2021-03-26 Michael Niedermayeravcodec/sga: Check for array end in lzss_decompress()
2021-03-26 Michael Niedermayeravformat/sbgdec: Check for overflow in last loop in...
2021-03-26 Michael Niedermayeravcodec/ffwavesynth: Avoid signed integer overflow...
next