| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/rtmpproto: Only include RTMP protocols that are enabled | Andreas Rheinhardt | 2021-02-02 | 1 | -9/+15 |
* | avformat/rtmppkt: Remove ff_amf_read_bool | Andreas Rheinhardt | 2021-02-02 | 2 | -17/+0 |
* | avcodec: add PFM image encoder | Paul B Mahol | 2021-02-02 | 1 | -1/+1 |
* | avformat/hlsenc: use AV_OPT_TYPE_DURATION | Limin Wang | 2021-02-02 | 1 | -9/+9 |
* | avformat/rmdec: Fix codecdata_length overflow check | Michael Niedermayer | 2021-02-02 | 1 | -1/+1 |
* | avformat/wavdec: Check block_align vs. channels before combining them | Michael Niedermayer | 2021-02-02 | 1 | -1/+2 |
* | avformat/tta: Use 64bit intermediate for index | Michael Niedermayer | 2021-02-02 | 1 | -1/+1 |
* | avformat/soxdec: Check channels to be positive | Michael Niedermayer | 2021-02-02 | 1 | -1/+1 |
* | avformat/smacker: Check for too small pts_inc | Michael Niedermayer | 2021-02-02 | 1 | -2/+2 |
* | avformat/sccdec: Use larger intermediate for ts/next_ts computation | Michael Niedermayer | 2021-02-02 | 1 | -2/+2 |
* | avformat/mxf: Establish register of local tags | Tomas Härdin | 2021-02-01 | 4 | -216/+250 |
* | avformat/sbgdec: Use av_sat_add64() in str_to_time() | Michael Niedermayer | 2021-02-01 | 1 | -1/+1 |
* | avformat/rtpdec: Avoid allocations of small dynamic buffers | Andreas Rheinhardt | 2021-01-31 | 1 | -25/+13 |
* | avformat/wavdec: Check avio_get_str16le() for failure | Michael Niedermayer | 2021-01-31 | 1 | -0/+4 |
* | avformat/flvdec: Check for EOF in amf_skip_tag() | Michael Niedermayer | 2021-01-29 | 1 | -0/+3 |
* | avformat/asfdec_o: Check lang_idx | Michael Niedermayer | 2021-01-29 | 1 | -0/+2 |
* | avformat/aiffdec: Check size before subtraction in get_aiff_header() | Michael Niedermayer | 2021-01-29 | 1 | -0/+2 |
* | avformat/utils: Use av_sat_sub64() in max_analyze_duration check | Michael Niedermayer | 2021-01-29 | 1 | -2/+4 |
* | avformat/electronicarts: More chunk_size checks | Michael Niedermayer | 2021-01-29 | 1 | -0/+6 |
* | avformat/tedcaptionsdec: Check for overflow in parse_int() | Michael Niedermayer | 2021-01-29 | 1 | -0/+2 |
* | avformat: Change avpriv_new_chapter() from O(n) to (1) in the common case | Michael Niedermayer | 2021-01-28 | 2 | -3/+13 |
* | avformat/nuv: Check channels | Michael Niedermayer | 2021-01-28 | 1 | -0/+4 |
* | avformat/mpc8: Check size before implicitly converting to int | Michael Niedermayer | 2021-01-28 | 1 | -1/+1 |
* | avformat/mxfenc: add Coding Equations and Color Primaries to local tags | Marton Balint | 2021-01-27 | 1 | -0/+2 |
* | avformat/url: Reorder elements of URLProtocol to make it smaller | Andreas Rheinhardt | 2021-01-27 | 1 | -1/+1 |
* | avformat/avidec: Simplify compile-time check for DV demuxer | Andreas Rheinhardt | 2021-01-27 | 1 | -1/+1 |
* | avformat/realtextdec: Avoid undefined overflow in the end of read_ts() | Michael Niedermayer | 2021-01-26 | 1 | -1/+1 |
* | avformat/nutdec: Fix integer overflow in count computation | Michael Niedermayer | 2021-01-26 | 1 | -1/+1 |
* | avformat/mvi: Use 64bit for testing dimensions | Michael Niedermayer | 2021-01-26 | 1 | -1/+1 |
* | avformat/utils: Check dts in update_initial_timestamps() more | Michael Niedermayer | 2021-01-26 | 1 | -0/+1 |
* | avformat/mpsubdec: Use av_sat_add/sub64() in fracval handling | Michael Niedermayer | 2021-01-26 | 1 | -2/+2 |
* | avformat/flvdec: Check for avio_read() failure in amf_get_string() | Michael Niedermayer | 2021-01-26 | 1 | -1/+6 |
* | avformat/flvdec: Check for nesting depth in amf_skip_tag() | Michael Niedermayer | 2021-01-26 | 1 | -3/+6 |
* | avformat/flvdec: Check for nesting depth in amf_parse_object() | Michael Niedermayer | 2021-01-26 | 1 | -0/+5 |
* | lavf/http: treat 308 as 301 | Robin Cooksey | 2021-01-25 | 1 | -1/+1 |
* | avformat/asfdec_o: Check for EOF in asf_read_marker() | Michael Niedermayer | 2021-01-25 | 1 | -0/+3 |
* | avformat/rtpdec: Constify RTPDynamicProtocolHandlers | Andreas Rheinhardt | 2021-01-24 | 3 | -13/+13 |
* | avformat/rtpdec: Remove next pointer from Protocol Handlers | Andreas Rheinhardt | 2021-01-24 | 1 | -2/+0 |
* | avformat/hlsenc: EXT-X-I-FRAMES-ONLY requires version 4 or higher | Zhao Zhili | 2021-01-24 | 1 | -0/+4 |
* | avformat/hls: change sequence number type to int64_t | Zhao Zhili | 2021-01-24 | 1 | -24/+32 |
* | avformat/swf: add support for reading and writing VP6A and Flash Screen Video... | Marton Balint | 2021-01-23 | 3 | -14/+35 |
* | avformat/swfenc: add support for muxing png images | Marton Balint | 2021-01-23 | 1 | -6/+8 |
* | avformat/swfenc: fix generation of FileAttributes tag | Marton Balint | 2021-01-23 | 1 | -3/+3 |
* | avformat/flvdec: Use av_sat_add64() for pts computation | Michael Niedermayer | 2021-01-23 | 1 | -1/+1 |
* | avformat/utils: Check dts - (1<<pts_wrap_bits) overflow | Michael Niedermayer | 2021-01-23 | 1 | -1/+1 |
* | avformat/bfi: Check chunk_header | Michael Niedermayer | 2021-01-23 | 1 | -0/+3 |
* | avformat/ads: Check size | Michael Niedermayer | 2021-01-23 | 1 | -2/+3 |
* | avformat/iff: Check block align also for ID_MAUD | Michael Niedermayer | 2021-01-23 | 1 | -1/+1 |
* | avformat/fitsdec: Better size checks | Michael Niedermayer | 2021-01-23 | 1 | -2/+8 |
* | avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags() | Michael Niedermayer | 2021-01-23 | 1 | -1/+4 |