23665 Commits (6e8e9b7633d8b755e7a464a10ba5047f31cbd84d)

Author SHA1 Message Date
Andreas Rheinhardt 4666ce0aef avformat/rmdec: Don't rely on unspecified order of evaluation 4 years ago
Andreas Rheinhardt 9a471c5437 avformat/rmdec: Fix memleaks upon read_header failure 4 years ago
Anton Khirnov 04feb1c038 lavf: do not derive timebase from avg_frame_rate 4 years ago
Anton Khirnov 7ec8229982 lavf/movenc: use framerate correctly in mov_write_tmcd_tag 4 years ago
Anton Khirnov 270ddc2baf lavf: postpone removal of FF_API_COMPUTE_PKT_FIELDS2 4 years ago
Anton Khirnov 9168a1c0e6 lavf/webvttenc: fix avio_printf argument types after bump 4 years ago
Anton Khirnov 2822bfbbfb lavf/matroskaenc: fix avio_printf argument types after bump 4 years ago
Marton Balint fb4da90fec avformat/url: add ff_make_absolulte_url2 to be able to test windows path cases 4 years ago
Marton Balint 5dc5f289ce avformat/url: fix ff_make_absolute_url with Windows file paths 4 years ago
James Almer 557953a397 avformat/utils: add helper functions to retrieve index entries from an AVStream 4 years ago
Vittorio Giovara 9afde28093 mov: Skip computing SAR from invalid display matrix elements 4 years ago
Michael Niedermayer 0f6a3405e8 avformat/mov: check offset for overflow in mov_probe() 4 years ago
Andreas Rheinhardt b3652d9745 avformat/dss: Return 0 on success 4 years ago
Andreas Rheinhardt 48a594aba5 avformat/dss: Avoid using intermediate buffer 4 years ago
Andreas Rheinhardt ef8c8b4163 avformat/dss: Set values known during read_header in read_header 4 years ago
Andreas Rheinhardt 5d06d26be3 avformat/mpegtsenc: Preserve disposition in the absence of language 4 years ago
Andreas Rheinhardt af867e59d9 avformat/vividas: Fix crash when seeking without audio stream 4 years ago
Andreas Rheinhardt afa511ad34 avformat/dss: Don't prematurely modify context variable 4 years ago
Andreas Rheinhardt 543e4a1942 avformat/utils: Check allocations for failure 4 years ago
Andreas Rheinhardt ec4c04aa7b avformat/asf: Use ff_add_attached_pic() to read attached pics 4 years ago
Andreas Rheinhardt 7aee4762d3 avformat/utils: Free new streams in ff_add_attached_pic on error 4 years ago
Andreas Rheinhardt 39ecb63d0f avformat: Add and use helper function to add attachment streams 4 years ago
Michael Niedermayer f7a5150447 avformat/imx: Check palette chunk size 4 years ago
Michael Niedermayer cf2fd9204b avformat/rmdec: use larger intermediate type for audio_framesize * sub_packet_h check 4 years ago
Martin Storsjö b484e140ef tls_gnutls: Print the underlying IO error message and pass the error code through 4 years ago
Martin Storsjö 84ad471fce tls_openssl: Improve quality of printed error messages, pass IO error codes through 4 years ago
Gyan Doshi eac77f7cf0 rtpenc_mpegts: add AVClass to the muxer context 4 years ago
Michael Niedermayer 6cc65d3d67 avformat/mpc8: check for size overflow in mpc8_get_chunk_header() 4 years ago
Michael Niedermayer c1fe1114bc avformat/mov: Do not zero memory that is written too or unused 4 years ago
Michael Niedermayer 2611d20d35 avformat/mov: Ignore multiple STSC / STCO 4 years ago
Michael Niedermayer b37ff29e0e avformat/utils: Extend overflow check in dts wrap in compute_pkt_fields() 4 years ago
Andreas Rheinhardt dfeb9b3a8b avformat/asf: Factor common code out 4 years ago
Alok Priyadarshi 62f486e793 avformat/rtpdec: Fix prft wallclock time. 4 years ago
Andreas Rheinhardt c81b8e04aa Avoid intermediate bitcount for number of bytes in PutBitContext 4 years ago
Michael Niedermayer 1f74661543 avformat/wtvdec: Check size in SBE2_STREAM_DESC_EVENT / stream2_guid 4 years ago
Michael Niedermayer 6dc6e1cce0 avformat/utils: Fix integer overflow with duration_gcd in ff_rfps_calculate() 4 years ago
Michael Niedermayer ea12590c8e avformat/cafdec: Do not build an index if all packets are the same 4 years ago
Andreas Rheinhardt 558426b847 avformat/sierravmd: Make struct smaller by reordering 4 years ago
Andreas Rheinhardt 440a401d89 avformat/sierravmd: Remove outdated check 4 years ago
Andreas Rheinhardt 117a41b7e3 avformat/segafilm: Remove outdated check 4 years ago
Andreas Rheinhardt 63fcf3da01 avformat/utils: Remove redundant check 4 years ago
Andreas Rheinhardt a42c47b77f avformat/webmdashenc: Don't pass NULL to memcmp 4 years ago
Michael Niedermayer e44214a824 avformat/vividas: Use equals check with n in read_sb_block() 4 years ago
Michael Niedermayer 2c477be08a avformat/jacosubdec: Use 64bit intermediate for start/end timestamp shift 4 years ago
Michael Niedermayer b5d8fe1c87 avformat/flvdec: Check array entry number 4 years ago
Gyan Doshi 8b2bde0494 avformat/rtpenc_mpegts: stop leaks 4 years ago
Derek Buitenhuis f404a2716a avformat/mov: Properly forward error codes from av_seek 4 years ago
Michael Niedermayer 5c2ff44f91 avformat/movenc: Avoid loosing cluster array on failure 4 years ago
Michael Niedermayer f733688d30 avformat/avidec: Check for dv streams before using priv_data in parse ##dc/##wb 4 years ago
Michael Niedermayer d35677736a avformat/mov: Check sample size for overflow in mov_parse_stsd_audio() 4 years ago