summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fftools/ffprobe: Add missing dispositionsAndreas Rheinhardt2021-03-31
* doc/demuxers: note support for flv variant KUXGyan Doshi2021-03-31
* avcodec/dv_profile: PAL DV files with dsf flag 0 - detect via pal flag and bu...Mark Plomer2021-03-30
* avformat/rtpdec: Fix prft wallclock time.Alok Priyadarshi2021-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
* avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guidMichael Niedermayer2021-03-29
* avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate()Michael Niedermayer2021-03-29
* avcodec/dvbsubdec: Support computing clut only onceMichael Niedermayer2021-03-29
* tools/target_dec_fuzzer: Adjust threshold for H264Michael Niedermayer2021-03-29
* tools/target_dec_fuzzer: Compute CLUT for DVBSUB only onceMichael Niedermayer2021-03-29
* avformat/cafdec: Do not build an index if all packets are the sameMichael Niedermayer2021-03-29
* avformat/sierravmd: Make struct smaller by reorderingAndreas Rheinhardt2021-03-28
* avformat/sierravmd: Remove outdated checkAndreas Rheinhardt2021-03-28
* avformat/segafilm: Remove outdated checkAndreas Rheinhardt2021-03-28
* avformat/utils: Remove redundant checkAndreas Rheinhardt2021-03-28
* avfilter/vf_paletteuse: Fix left shift outside of range of intAndreas Rheinhardt2021-03-28
* avfilter/asrc_sine: Fix invalid left shift of negative numberAndreas Rheinhardt2021-03-28
* avformat/webmdashenc: Don't pass NULL to memcmpAndreas Rheinhardt2021-03-28
* avformat/vividas: Use equals check with n in read_sb_block()Michael Niedermayer2021-03-28
* avcodec/sonic: Use unsigned temporary in predictor_calc_error()Michael Niedermayer2021-03-28
* avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shiftMichael Niedermayer2021-03-28
* avformat/flvdec: Check array entry numberMichael Niedermayer2021-03-28
* avformat/rtpenc_mpegts: stop leaksGyan Doshi2021-03-28
* doc/filters: note default for elbg pal8 optionGyan Doshi2021-03-28
* avcodec/libxvid: remove unnecessary output packet data checkJames Almer2021-03-26
* avformat/mov: Properly forward error codes from av_seekDerek Buitenhuis2021-03-26
* tools/target_dec_fuzzer: Adjust threshold for flacMichael Niedermayer2021-03-26
* avcodec/h264_slice: Check sps in h264_slice_header_init()Michael Niedermayer2021-03-26
* avcodec/aacpsy: Check model_priv_data before dereferencing in psy_3gpp_end()Michael Niedermayer2021-03-26
* avformat/movenc: Avoid loosing cluster array on failureMichael Niedermayer2021-03-26
* tools/target_dec_fuzzer: Adjust VP4 thresholdMichael Niedermayer2021-03-26
* avformat/avidec: Check for dv streams before using priv_data in parse ##dc/##wbMichael Niedermayer2021-03-26
* avformat/mov: Check sample size for overflow in mov_parse_stsd_audio()Michael Niedermayer2021-03-26
* avcodec/sga: Check for array end in lzss_decompress()Michael Niedermayer2021-03-26
* avformat/sbgdec: Check for overflow in last loop in expand_timestamps()Michael Niedermayer2021-03-26
* avcodec/ffwavesynth: Avoid signed integer overflow in phi_at()Michael Niedermayer2021-03-26
* avformat/rtpenc_mpegts: convey options for rtp muxerGyan Doshi2021-03-26
* avformat/rtpenc_mpegts: relay streamid to mpegts muxer streams.Gyan Doshi2021-03-26