14059 Commits (25c675b5a744134b334d438e5c47412a02fc4ff1)

Author SHA1 Message Date
Derek Buitenhuis 55ae13e3de nut: Fix unchecked allocations 12 years ago
Michael Niedermayer 7e3e653618 avformat/bintext: protect against potential overflow of chars_per_frame 12 years ago
Nicolas George c4e6024adc lavf/tee: fix leak of bsfs array. 12 years ago
Nicolas George 5a12142aca lavf/tee: fix leak of select option. 12 years ago
Nicolas George 59f809e992 lavf/tee: fix leak of strdup/strtoked buffer. 12 years ago
Luca Barbato ea71aafd68 avio: Use AVERROR_PROTOCOL_NOT_FOUND 12 years ago
Paul B Mahol f5ed83c383 avformat/mxfdec; parse random index pack to get last partition offset and use it when footer partition offset is missing 12 years ago
Clément Bœsch 4189fe11ff avformat/vobsub: fix invalid sub queue access while seeking. 12 years ago
Michael Niedermayer 88d4ff4b5f avformat/utils: Check av_packet_new_side_data() return before using it 12 years ago
Michael Niedermayer eb5cc8febc avformat/oggparsespeex: Check for extradata allocation failure 12 years ago
Michael Niedermayer 2c1e075308 avformat/oggparseflac: check ff_alloc_extradata() return code 12 years ago
Michael Niedermayer b294a4beec avformat/oggparsecelt/celt_header: fix memleak 12 years ago
Michael Niedermayer baab248c49 avformat/network: check for fcntl() failure in ff_socket() 12 years ago
Michael Niedermayer 78e6f83ce0 avformat/au: add assert to help source code analyzers 12 years ago
Michael Niedermayer 6838e1f547 avformat/oggdec: favor av_freep() over av_free() 12 years ago
Michael Niedermayer d5ec8ba7f2 Do not leave positive values undefined when negative are defined as error 12 years ago
Michael Niedermayer fec6d547cc avformat/wtvdec: drop SHIFT_SECTOR_BITS() macro 12 years ago
Michael Niedermayer 5d2a83571b avformat/wtv: rename to wtv_common 12 years ago
Carl Eugen Hoyos 9860fb445a Fix decoding of G.726 in AIFF. 12 years ago
Carl Eugen Hoyos 6e65e34837 lavf/riff: Fix a comment. 12 years ago
Carl Eugen Hoyos 640c70ddc2 avformat: Use G726LE decoder for Sun AU files 12 years ago
Carl Eugen Hoyos 5b9f39860d Support 4k AVC-Intra in mov. 12 years ago
Luca Barbato 2b72f8ac32 wtv: Seek by sector properly 12 years ago
Paul B Mahol a688176535 avformat/flvdec: use avpriv_request_sample() 12 years ago
Dirk Farin 56cf6151ae avformat/hevcdec: add more irap cases to hevc_probe() 12 years ago
Dirk Farin 2ac31773f3 avformat/hevcdec: cosmetics, whitespaces 12 years ago
Carl Eugen Hoyos a0d13d84a9 Add some necessary casts in the wtv demuxer. 12 years ago
Carl Eugen Hoyos d0b7d24b80 Support HEVC in transport streams. 12 years ago
Michael Niedermayer f58cb772d9 avformat/mov: fix "correctly" typo 12 years ago
Yusuke Nakamura 16b6839de6 lavf/matroskadec: Support HEVC demuxing. 12 years ago
Yusuke Nakamura 53f903b7c5 lavf/mov: Support HEVC demuxing. 12 years ago
Mickaël Raulet 93c1fe4de3 hevc: add ts demux support 12 years ago
Michael Niedermayer 12cc3bf29a avformat: rename a few more h.265 to HEVC 12 years ago
Stefano Sabatini 1120fd7852 lavf/segment: simplify logic and fix !=0 check on segment_end return value 12 years ago
Billy Shambrook 67e507e10e lavf/segment: log segments as they end to AV_LOG_VERBOSE 12 years ago
Stefano Sabatini 3b9f8e7cd9 lavf/segment: simplify segment_count update 12 years ago
Vignesh Venkatasubramanian d6f86d74ed matroskadec: Demux support for SeekPreRoll and CodecDelay 12 years ago
Michael Niedermayer 708b32b6f7 http: Check the auth string contents and not only the pointer 12 years ago
Paul B Mahol 42a8d8aee8 avformat/rpl: use avpriv_report_missing_feature/avpriv_request_sample 12 years ago
Carl Eugen Hoyos f7ed044eea Support H.264 fourcc UMSV. 12 years ago
Martin Storsjö 84a125c4c2 rtmp: Allocate the prev_pkt arrays dynamically 12 years ago
James Almer 1d4476d5da movenc: use ff_alloc_extradata() 12 years ago
James Almer 00408f95e7 oggparsecelt: use ff_alloc_extradata() 12 years ago
James Almer aae8975ffb oggparseopus: use ff_alloc_extradata() 12 years ago
Michael Niedermayer 5970f4bb02 avformat/http: check the auth string contents not the pointer which cannot be NULL 12 years ago
Paul B Mahol 5340c3dd8d avformat/westwood_vqa: s/unsigned char/uint8_t & s/unsigned int/uint32_t 12 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 12 years ago
Paul B Mahol 3fd79833e2 avformat: add ff_alloc_extradata() helper 12 years ago
Michael Niedermayer 522f78f8ea avformat/oggparseopus: fix nb_headers 12 years ago
Martin Storsjö 71549a857b http: Support auth method detection for POST 12 years ago