]> git.sesse.net Git - ffmpeg/history - libavformat
avcodec/adpcm_ima_amv: use coded sample count
[ffmpeg] / libavformat /
2020-11-07 Michael Niedermayeravformat/mpegts: Limit copied data to space
2020-11-07 Limin Wangavformat/rtsp: support infinite initial_timeout for...
2020-11-05 Vesselin BontchevAdd support for playing Audible AAXC (.aaxc) files...
2020-11-05 Martin Storsjötls: Hook up the url_get_short_seek function in the...
2020-11-04 Michael Niedermayeravformat/bintext: Check width in idf_read_header()
2020-11-04 Michael Niedermayeravformat/iff: check size against INT64_MAX
2020-11-04 Michael Niedermayeravformat/vividas: improve extradata packing checks...
2020-11-04 Michael Niedermayeravformat/paf: Check for EOF in read_table()
2020-11-04 Michael Niedermayeravformat/gxf: Check pkt_len
2020-11-04 Michael Niedermayeravformat/aiffdec: Check packet size
2020-11-04 Michael Niedermayerlibavformat/aviobuf: Forward error from avio_read in...
2020-11-04 Michael Niedermayeravformat/rmdec: remove unneeded memset() on packet...
2020-11-04 Zane van Iperenavformat/argo_brp: remove block_align check for audio
2020-11-03 Andreas Rheinhardtavformat/apngdec: Remove goto fail that does nothing
2020-11-03 Andreas Rheinhardtavformat/apngdec: Check fcTL chunk length when reading...
2020-11-03 Andreas Rheinhardtavformat/apngdec: Fix size/overflow checks
2020-11-03 Andreas Rheinhardtavformat/apngdec: Return error for incomplete header
2020-11-03 Zane van Iperenavformat/argo_brp: bail if no video frames
2020-11-02 Michael Niedermayeravformat/concatdec: use av_strstart()
2020-10-30 Michael Niedermayeravformat/wavdec: Refuse to read chunks bigger than...
2020-10-30 Michael Niedermayeravformat/rsd: Check size and start before computing...
2020-10-30 Michael Niedermayeravformat/vividas: better check of current_sb_entry
2020-10-30 Michael Niedermayeravformat/iff: More completely check body_size
2020-10-30 Michael Niedermayeravformat/vividas use avpriv_set_pts_info()
2020-10-30 Michael Niedermayeravformat/xwma: Check for EOF in dpds_table read code
2020-10-30 Limin Wangavformat/mpegtsenc: check that not only first pts but...
2020-10-30 Limin Wangavformat/mpegtsenc: first_pts_check -> first_pts_checked
2020-10-30 Andreas Rheinhardtavformat/jacosubdec: Fix unintended fallthrough
2020-10-28 ruiquan.crqlavf/url: fix relative url parsing when the query strin...
2020-10-28 James Almeravcodec/codec2utils: move the remaining avpriv function...
2020-10-28 James Almerlibavcodec/codec2utils: remove codec2_version_from_extr...
2020-10-28 James Almeravcodec/codec2utils: remove avpriv prefix from inline...
2020-10-28 Anton Khirnovlavf: move AVStream.last_in_packet_buffer to AVStreamIn...
2020-10-28 Anton Khirnovlavf: move AVStream.probe_data to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.pts_buffer to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.*index_entries* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.interleaver_chunk_* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.{request_probe,skip_to_keyframe...
2020-10-28 Anton Khirnovlavf: move AVStream.{*skip_samples.*_discard_sample...
2020-10-28 Anton Khirnovlavf: move AVStream.{nb_decoded_frames,mux_ts_offset...
2020-10-28 Anton Khirnovlavf: move AVStream.{pts_wrap_*,update_initial_duration...
2020-10-28 Anton Khirnovlavf: move AVStream.pts_reorder_error[_count] to AVStre...
2020-10-28 Anton Khirnovlavf: move AVStream.{last_dts_for_order_check,dts_...
2020-10-28 Anton Khirnovlavf: move AVStream.{inject_global_side_data,display_as...
2020-10-28 Anton Khirnovlavf: move AVStream.info to AVStreamInternal
2020-10-28 Anton Khirnovavformat: add a stream event flag for new packets
2020-10-28 Anton Khirnovavformat: extend documentation of event_flags
2020-10-28 Anton Khirnovavformat: fix typo in doxy
2020-10-28 Anton Khirnovlavf/latmenc: use a local simplified copy of avpriv_cop...
2020-10-28 Anton Khirnovlavf/latmenc: fix units mismatch
2020-10-28 Yigit Uyanrtsp: increase the control uri size
2020-10-27 Limin Wangavformat/mpegtsenc: make first_pcr sync with the first...
2020-10-27 Limin Wangavformat/mpegtsenc: use total_size instead of avio_tell()
2020-10-25 Zane van Iperenavformat: add alp muxer
2020-10-25 Zane van Iperenavformat/alp: fix handling of TUN files
2020-10-25 Michael Niedermayeravformat/rmdec: Make expected_len 64bit
2020-10-25 Michael Niedermayeravformat/pcm: Check block_align
2020-10-25 Michael Niedermayeravformat/lrcdec: Clip timestamps
2020-10-25 Michael Niedermayeravformat/electronicarts: Check for EOF in each iteratio...
2020-10-24 Michael Niedermayeravformat/ifv: Check that total frames do not overflow
2020-10-24 Michael Niedermayeravformat/nistspheredec: Check bps
2020-10-24 Michael Niedermayeravformat/jacosubdec: Use 64bit inside get_shift()
2020-10-24 Michael Niedermayeravformat/genh: Check block_align
2020-10-24 Michael Niedermayeravformat/mvi: Check count for overflow
2020-10-23 Michael Niedermayeravformat/asfdec_f: Check for negative ext_len
2020-10-23 Michael Niedermayeravformat/bethsoftvid: Check image dimensions before use
2020-10-23 Michael Niedermayeravformat/genh: Check block_align for how it will be...
2020-10-23 Michael Niedermayeravformat/au: Check for EOF in au_read_annotation()
2020-10-23 Michael Niedermayeravformat/vividas: Check for zero v_size
2020-10-22 Michael Niedermayeravformat/segafilm: Do not assume AV_CODEC_ID_NONE is 0
2020-10-22 Michael Niedermayeravformat/segafilm: Check that there is a stream
2020-10-22 Limin Wangavformat/udp: cosmetics
2020-10-22 Limin Wangavformat/udp: clarify option description for timeout...
2020-10-22 Limin Wangavformat/rtsp: reuse POLLING_TIME and remove POLL_TIMEO...
2020-10-22 Limin Wangavformat/rtsp: support for listen_timeout option for sdp
2020-10-22 Limin Wangavformat/rtpproto: support for rtp read timeout
2020-10-22 bevislibavformat/hls: use local var url for log to avoid...
2020-10-21 Michael Niedermayeravformat/wtvdec: Check dir_length
2020-10-21 Michael Niedermayeravformat/ffmetadec: finalize AVBPrint on errors
2020-10-21 Zane van Iperenavformat/riff: prevent muxing adpcm_swf with a variable...
2020-10-20 Chris Micelilibavformat/utils: Fix misleading indent
2020-10-20 Michael Niedermayeravformat/boadec: Check that channels and block_align...
2020-10-20 Michael Niedermayeravformat/av1dec: Fix padding in obu_get_packet()
2020-10-20 Michael Niedermayeravformat/asfdec_f: Check name_len for overflow
2020-10-20 Andreas Rheinhardtavformat/hlsenc: Fix check for SPS
2020-10-20 Andreas Rheinhardtavformat/hlsenc: Fix mixed declaration and code
2020-10-20 Andreas Rheinhardtavformat/hlsenc: Don't use uninitialized buffer in...
2020-10-20 Andreas Rheinhardtavformat/hlsenc: Fix extradata length check
2020-10-20 Michael Niedermayeravformat/sbgdec: Check for timestamp overflow in parse_...
2020-10-20 Steven Liuavformat/hlsenc: support CODECS Attribute in hevc EXT...
2020-10-20 Steven Liuavformat/hlsenc: compute video_keyframe_size after...
2020-10-20 Steven Liuavformat/dashdec: check the root url length
2020-10-20 Steven Liuavformat/hlsenc: process hls_time value too small sence
2020-10-19 James Almeravformat/options: use the iterate API in format_child_c...
2020-10-18 Michael Niedermayeravformat/kvag: Fix integer overflow in bitrate computation
2020-10-18 Michael Niedermayeravformat/ape: Remove seektable and bittable
2020-10-18 Michael Niedermayeravformat/rmdec: sanity check coded_framesize
2020-10-17 Michael Niedermayeravformat/flvdec: Check for EOF in amf_parse_object()
2020-10-17 Michael Niedermayeravformat/icodec: Change order of operations to avoid...
2020-10-16 Brad Hardsavformat/mpegts: replace magic descriptor_tag values...
next