]> git.sesse.net Git - ffmpeg/history - libavformat
avformat/mpegtsenc: check that not only first pts but also first dts is valid
[ffmpeg] / libavformat /
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...
2020-10-16 Zhao Zhiliavformat/udp: remove redundant setting of h->max_packet...
2020-10-16 Marton BalintRevert "aviobuf: Discard old buffered, previously read...
2020-10-16 Marton Balintavformat/libsrt: fix cleanups on failed libsrt_open...
2020-10-15 Michael Niedermayeravformat/subviewerdec: fail on AV_NOPTS_VALUE
2020-10-14 Chris Micelilibavformat/avidec: check memory allocation
2020-10-12 Paul B Maholavformat/isom: add support for RAW ASC Bayer BGGR in mov
2020-10-11 Carl Eugen Hoyoslavc, lavf: Remove newlines from calls to avpriv_reques...
2020-10-11 Justin RugglesAllow using only the mfra info for seeking using the...
2020-10-11 James Almeravformat/avformat.h: add missing FF_API_NEXT wrappers
2020-10-09 Marton Balintavformat/aviobuf: increase default read buffer size...
2020-10-09 Marton Balintavformat/aviobuf: fix indentation
2020-10-09 Marton Balintavformat/aviobuf: do not allocate a new buffer in ffio_...
2020-10-09 Marton Balintavformat/aviobuf: discard part of the IO buffer in...
2020-10-09 Marton Balintavformat/mpjpegdec: make sure we seek back to the ensur...
2020-10-09 Marton Balintavformat/mpegts: make sure mpegts_resync do not run...
2020-10-09 Marton Balintavformat/aviobuf: fix checks in ffio_ensure_seekback
2020-10-09 Marton Balintavformat/aviobuf: check if requested seekback buffer...
2020-10-09 Marton Balintavformat/aviobuf: write data into the IO buffer till...
2020-10-09 Andriy Gelmanavformat/rtsp: allocate correct max number of pollfds
2020-10-09 Andriy Gelmanavformat/rtspdec: add newline in log message
2020-10-08 Andreas Rheinhardtavformat/libopenmpt: Don't discard const
2020-10-08 Andreas Rheinhardtavformat/dashdec: Reset pointer to NULL after freeing it
2020-10-08 Christopher Degawalibavformat/dashdec: Fix issue with dash on Windows
2020-10-08 Carl Eugen Hoyoslavf/img2dec: Auto-detect Cintel scanner images.
2020-10-07 Paul B Maholavcodec: add Cintel RAW decoder
next