22853 Commits (de5cb6c060236c4667eac1006dfd1e54f06bde9f)

Author SHA1 Message Date
Andreas Rheinhardt 0841063ce6 avformat/matroskadec: Fix memleaks in WebM DASH manifest demuxer 5 years ago
Andreas Rheinhardt 1ef30571a0 avformat/matroskadec: Use right number of tracks 5 years ago
Andreas Rheinhardt 3714d452b8 avformat/matroskadec: Fix handling gigantic durations 5 years ago
Andreas Rheinhardt cbe336c9e8 avformat/matroskadec: Move AVBufferRef instead of copying, fix memleak 5 years ago
Przemysław Sobala 9d80f3ec4b avformat/dashenc: Add hls_master_name option 5 years ago
Andreas Rheinhardt 19a876fd69 avformat/hlsenc: Always treat numbers as decimal 5 years ago
Michael Niedermayer 0aa2768cb2 avformat/mxfdec: free duplicated utf16 strings 5 years ago
Michael Niedermayer c517c3f474 avformat/4xm: Check that a video stream was created before returning packets for it 5 years ago
Michael Niedermayer 04ddace9e8 avformat/utils: Print analyze duration and probesize when printing a suggestion to increase them 5 years ago
Michael Niedermayer 70277f1232 avformat/oggdec: Disable mid stream codec changes 5 years ago
Michael Niedermayer 9b5fc789fb avformat/ape: Cleanup after ape_read_header() failure 5 years ago
David Holroyd ffc1208266 lavf/prompeg: prompeg_write() must report data all was written 5 years ago
Paul B Mahol 416dc133b9 avformat/sccdec: move pos variables outside of loop 5 years ago
Michael Niedermayer 0e15b01b4e avformat/thp: Check fps 5 years ago
Michael Niedermayer 9a42a67c5c avformat/mpl2dec: Fix integer overflow with duration 5 years ago
Dale Curtis bf446711bc avformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_find_next_sample(). 5 years ago
Paul B Mahol 49d07642f3 avformat/sccdec: split line with multiple subs 5 years ago
Andreas Rheinhardt c33e56c7a6 avformat/aviobuf: Also return truncated buffer in avio_get_dyn_buf() 5 years ago
Andreas Rheinhardt 7be9b0bb38 avformat/aviobuf: Return better error codes 5 years ago
Andreas Rheinhardt fa0bc627c5 avformat/aviobuf: Stop restricting dynamic buffer sizes to INT_MAX/2 5 years ago
Andreas Rheinhardt 88d5ae068f avformat/aviobuf: Simplify dyn_buf_write() a bit 5 years ago
Andreas Rheinhardt 28a078eded avformat/aviobuf: Don't check for overflow after it happened 5 years ago
Anton Khirnov 7aa7d68971 AVFormatContext: switch to child_class_iterate() 5 years ago
Anton Khirnov 2cbd544519 AVIOContext: switch to child_class_iterate() 5 years ago
Anton Khirnov 43ed2b86d6 URLContext: switch to child_class_iterate() 5 years ago
Anton Khirnov 202e06870e lavf/dump: schedule use of deprecated API for removal 5 years ago
Steven Liu 9dfb19baeb avformat/hls: check segment duration value of EXTINF 5 years ago
Steven Liu ea1940c6e2 avformat/hls: check output string is usable of ff_make_absolute_url 5 years ago
Steven Liu 029ff31af6 avformat/url: check return value of strchr 5 years ago
Brad Hards fb819697f6 avformat/mpegts: add constants for MPEG-TS transport stream identifiers 5 years ago
Marton Balint 81975cd24b avformat/fifo: add timeshift option to delay output 5 years ago
Michael Niedermayer c5079bf3bc Bump minor versions after branching 4.3 5 years ago
Michael Niedermayer 0a8a96c251 Bump minor versions to separate 4.3 from master 5 years ago
Michael Niedermayer 49e766aa4c Revert "lavf/mp3dec: don't adjust start time; packets are not adjusted." 5 years ago
Michael Niedermayer a5313ce654 avformat/4xm: Cleanup on GET_LIST_HEADER() failure 5 years ago
Michael Niedermayer 5bd5c31087 avformat/mlvdec: fail reading a packet with 0 streams 5 years ago
Michael Niedermayer 1ba8484559 avformat/thp: Check compcount 5 years ago
Michael Niedermayer 8edfd0598d avformat/oggdec: Do not hardcode arbitrary and sometimes unavailable size 5 years ago
Michael Niedermayer 108ee4b4a5 avformat/oggdec: Initialize return value from ogg_read_page() and check it everywhere 5 years ago
Dale Curtis 63ce7c71bc avformat: Fix overflow in compute_pkt_fields(). 5 years ago
Michael Niedermayer 71a822fa35 avformat/rawdec: fix identifier names 5 years ago
Samuel Foss 5bbd93c3ee avformat/utils: Find a fallback probe decoder that will also match a forced decoder's codec. 5 years ago
Nicolas George a45be55d5b lavf/tee: pass options to protocol. 5 years ago
Limin Wang cca8f53a8e avformat/prompeg: av_dict_set() -> av_dict_set_int() 5 years ago
Limin Wang 6e911898fc avformat/rtpproto: av_dict_set() -> av_dict_set_int() 5 years ago
Limin Wang cb14c6ff8f avformat/rtspdec: av_dict_set() -> av_dict_set_int() 5 years ago
Przemysław Sobala 2a9ffd89fc avformat/dashenc: use AVStream timebase when computing missing bitrate 5 years ago
Brad Hards b8d6d9376c avformat/mpegtsenc: set stream_id correctly based on KLV profile selected 5 years ago
Zane van Iperen 4aa07d1a74 avformat: add kvag muxer 5 years ago
Dale Curtis 57564a2cfc avformat/oggparsetheora: Don't update start time when lastpts is AV_NOPTS_VALUE. 5 years ago