summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* tls: Hook up the url_get_short_seek function in the TLS backendsMartin Storsjö2020-11-05
* avformat/bintext: Check width in idf_read_header()Michael Niedermayer2020-11-04
* avformat/iff: check size against INT64_MAXMichael Niedermayer2020-11-04
* avformat/vividas: improve extradata packing checks in track_header()Michael Niedermayer2020-11-04
* avformat/paf: Check for EOF in read_table()Michael Niedermayer2020-11-04
* avformat/gxf: Check pkt_lenMichael Niedermayer2020-11-04
* avformat/aiffdec: Check packet sizeMichael Niedermayer2020-11-04
* libavformat/aviobuf: Forward error from avio_read in ffio_read_size()Michael Niedermayer2020-11-04
* avformat/rmdec: remove unneeded memset() on packet allocationMichael Niedermayer2020-11-04
* avformat/argo_brp: remove block_align check for audioZane van Iperen2020-11-05
* avformat/apngdec: Remove goto fail that does nothingAndreas Rheinhardt2020-11-03
* avformat/apngdec: Check fcTL chunk length when reading headerAndreas Rheinhardt2020-11-03
* avformat/apngdec: Fix size/overflow checksAndreas Rheinhardt2020-11-03
* avformat/apngdec: Return error for incomplete headerAndreas Rheinhardt2020-11-03
* avformat/argo_brp: bail if no video framesZane van Iperen2020-11-03
* avformat/concatdec: use av_strstart()Michael Niedermayer2020-11-03
* avformat/wavdec: Refuse to read chunks bigger than the filesize in w64_read_h...Michael Niedermayer2020-10-30
* avformat/rsd: Check size and start before computing durationMichael Niedermayer2020-10-30
* avformat/vividas: better check of current_sb_entryMichael Niedermayer2020-10-30
* avformat/iff: More completely check body_sizeMichael Niedermayer2020-10-30
* avformat/vividas use avpriv_set_pts_info()Michael Niedermayer2020-10-30
* avformat/xwma: Check for EOF in dpds_table read codeMichael Niedermayer2020-10-30
* avformat/mpegtsenc: check that not only first pts but also first dts is validLimin Wang2020-10-30
* avformat/mpegtsenc: first_pts_check -> first_pts_checkedLimin Wang2020-10-30
* avformat/jacosubdec: Fix unintended fallthroughAndreas Rheinhardt2020-10-30
* lavf/url: fix relative url parsing when the query string or fragment has a colonruiquan.crq2020-10-28
* avcodec/codec2utils: move the remaining avpriv functions to lavfJames Almer2020-10-28
* libavcodec/codec2utils: remove codec2_version_from_extradata()James Almer2020-10-28
* avcodec/codec2utils: remove avpriv prefix from inline functionsJames Almer2020-10-28
* lavf: move AVStream.last_in_packet_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.probe_data to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.pts_buffer to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.interleaver_chunk_* to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{request_probe,skip_to_keyframe} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{*skip_samples.*_discard_sample} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{nb_decoded_frames,mux_ts_offset} to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{pts_wrap_*,update_initial_durations_done} to AVStreamInt...Anton Khirnov2020-10-28
* lavf: move AVStream.pts_reorder_error[_count] to AVStreamInternalAnton Khirnov2020-10-28
* lavf: move AVStream.{last_dts_for_order_check,dts_[mis]ordered} to AVStreamIn...Anton Khirnov2020-10-28
* lavf: move AVStream.{inject_global_side_data,display_aspect_ratio} to AVStrea...Anton Khirnov2020-10-28
* lavf: move AVStream.info to AVStreamInternalAnton Khirnov2020-10-28
* avformat: add a stream event flag for new packetsAnton Khirnov2020-10-28
* avformat: extend documentation of event_flagsAnton Khirnov2020-10-28
* avformat: fix typo in doxyAnton Khirnov2020-10-28
* lavf/latmenc: use a local simplified copy of avpriv_copy_bits()Anton Khirnov2020-10-28
* lavf/latmenc: fix units mismatchAnton Khirnov2020-10-28
* rtsp: increase the control uri sizeYigit Uyan2020-10-28
* avformat/mpegtsenc: make first_pcr sync with the first valid dtsLimin Wang2020-10-27
* avformat/mpegtsenc: use total_size instead of avio_tell()Limin Wang2020-10-27