summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/rmdec: Don't rely on unspecified order of evaluationAndreas Rheinhardt2021-04-08
* avformat/rmdec: Fix memleaks upon read_header failureAndreas Rheinhardt2021-04-08
* lavf: do not derive timebase from avg_frame_rateAnton Khirnov2021-04-08
* lavf/movenc: use framerate correctly in mov_write_tmcd_tagAnton Khirnov2021-04-08
* lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2Anton Khirnov2021-04-08
* lavf/webvttenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* lavf/matroskaenc: fix avio_printf argument types after bumpAnton Khirnov2021-04-08
* avformat/url: add ff_make_absolulte_url2 to be able to test windows path casesMarton Balint2021-04-07
* avformat/url: fix ff_make_absolute_url with Windows file pathsMarton Balint2021-04-07
* avformat/utils: add helper functions to retrieve index entries from an AVStreamJames Almer2021-04-07
* mov: Skip computing SAR from invalid display matrix elementsVittorio Giovara2021-04-06
* avformat/mov: check offset for overflow in mov_probe()Michael Niedermayer2021-04-05
* avformat/dss: Return 0 on successAndreas Rheinhardt2021-04-05
* avformat/dss: Avoid using intermediate bufferAndreas Rheinhardt2021-04-05
* avformat/dss: Set values known during read_header in read_headerAndreas Rheinhardt2021-04-05
* avformat/mpegtsenc: Preserve disposition in the absence of languageAndreas Rheinhardt2021-04-05
* avformat/vividas: Fix crash when seeking without audio streamAndreas Rheinhardt2021-04-02
* avformat/dss: Don't prematurely modify context variableAndreas Rheinhardt2021-04-02
* avformat/utils: Check allocations for failureAndreas Rheinhardt2021-04-02
* avformat/asf: Use ff_add_attached_pic() to read attached picsAndreas Rheinhardt2021-04-01
* avformat/utils: Free new streams in ff_add_attached_pic on errorAndreas Rheinhardt2021-04-01
* avformat: Add and use helper function to add attachment streamsAndreas Rheinhardt2021-04-01
* avformat/imx: Check palette chunk sizeMichael Niedermayer2021-04-01
* avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet...Michael Niedermayer2021-04-01
* tls_gnutls: Print the underlying IO error message and pass the error code thr...Martin Storsjö2021-04-01
* tls_openssl: Improve quality of printed error messages, pass IO error codes t...Martin Storsjö2021-04-01
* rtpenc_mpegts: add AVClass to the muxer contextGyan Doshi2021-04-01
* avformat/mpc8: check for size overflow in mpc8_get_chunk_header()Michael Niedermayer2021-03-31
* avformat/mov: Do not zero memory that is written too or unusedMichael Niedermayer2021-03-31
* avformat/mov: Ignore multiple STSC / STCOMichael Niedermayer2021-03-31
* avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields()Michael Niedermayer2021-03-31
* avformat/asf: Factor common code outAndreas Rheinhardt2021-03-31
* avformat/rtpdec: Fix prft wallclock time.Alok Priyadarshi2021-03-30
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* 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
* 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
* 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
* 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
* avformat/mov: Properly forward error codes from av_seekDerek Buitenhuis2021-03-26
* avformat/movenc: Avoid loosing cluster array on failureMichael 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