17446 Commits (56abf35151c635caa3eb04bbb90454bae5463a09)

Author SHA1 Message Date
Michael Niedermayer 56abf35151 avformat/nutdec: Fix use of uinitialized value 10 years ago
Michael Niedermayer a23379a0a6 avformat/rtpdec_xiph: Move pkt_len onto one side of the check 10 years ago
Michael Niedermayer aa5169935e avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet() 10 years ago
Michael Niedermayer 81198a6837 avformat/rtpenc_jpeg: Check remaining buffer size for SOS 10 years ago
Michael Niedermayer c3671e1d57 avformat/riffenc: Use size_t for strlen in ff_riff_write_info_tag() 10 years ago
Marton Balint 93cc5ca7ed lavf/img2dec: add option to disable pattern matching 10 years ago
Michael Niedermayer 59db9e6949 avformat/internal: Fix warning about struct declaration 10 years ago
Carl Eugen Hoyos da5c6a97bb riff: Add MultiScope II fourcc MSC2 as MJPEG 10 years ago
Michael Niedermayer 62a1e0035a avformat/mlvdec: Use AVFormatContext->open_cb() 10 years ago
Michael Niedermayer a228f7d5e5 avformat/avformat: slightly more verbose documentation for open_cb() 10 years ago
Michael Niedermayer 77ccc9145a avformat/mov: Use open_cb() if set 10 years ago
Michael Niedermayer 541d75f9a0 avformat: add callback for opening further files 10 years ago
Andreas Cadhalpun 0382c94f13 id3v2: catch avio_read errors in check_tag 10 years ago
Michael Niedermayer 2b97cc2e5b avformat/mov: Pass MovContext into mov_open_dref() 10 years ago
Michael Niedermayer ab6dc86343 avformat/vorbiscomment: Use 64bit int for ff_vorbiscomment_length() 10 years ago
Michael Niedermayer 66f26b3e8e avformat/matroskaenc: Check ff_vorbiscomment_length in put_flac_codecpriv() 10 years ago
Michael Niedermayer 0db5b2b9f8 avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() 10 years ago
Michael Niedermayer 40a7700b82 avformat/flacenc: Check length in flac_write_block_comment() 10 years ago
Michael Niedermayer eca38864a6 avformat/vorbiscomment: Check entry length in ff_vorbiscomment_write() 10 years ago
Michael Niedermayer a633928d47 avformat/subtitles: Use size_t for len 10 years ago
Michael Niedermayer 17b26308a2 avformat/matroskadec: Use size_t for the variable holding a strlen() value. 10 years ago
Michael Niedermayer 95efc65129 avformat/url: Use size_t for len from strlen() 10 years ago
James Almer 32a4177a62 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Martin Storsjö b8d2630c53 dashenc: Reduce the segment duration if cutting out parts with edit lists 10 years ago
James Almer ac1a1cb948 dashenc: replace attribute id with contentType for the AdaptationSet element 10 years ago
Michael Niedermayer 004564c930 avformat/wavenc: Check umid length 10 years ago
Michael Niedermayer ecb4ae7879 avformat/wavenc: fix string length variable types 10 years ago
Michael Niedermayer d66b623ad0 avformat/nutenc: Fix writing strings larger than 2gb 10 years ago
Michael Niedermayer a649f36f75 avformat/http: Mark lower_proto as const in http_listen() 10 years ago
Michael Niedermayer 3d65570f25 avformat/mxf: Always evaluate PRINT_KEY() arguments at compile time 10 years ago
Michael Niedermayer 8b42b22222 avformat/mxf: Simplify PRINT_KEY() 10 years ago
Reimar Döffinger 5af621278d avformat_alloc_context: initialize raw_packet_buffer_remaining_size. 10 years ago
wm4 379e5603f4 id3v2: Do not export empty APIC description 10 years ago
Luca Barbato 254f3daba4 nut: Make sure to clean up on read_header failure 10 years ago
Andreas Cadhalpun 4d0ee4962b avi: Validate sample_size 10 years ago
Andreas Cadhalpun b34257eefd nut: Check chapter creation in decode_info_header 10 years ago
wm4 b697b297b7 id3v2: do not export APIC description if empty 10 years ago
Carl Eugen Hoyos 2279de6eca lavf/img2dec: Autodetect qdraw images. 10 years ago
Michael Niedermayer 3e14ed05f1 avformat/internal: always check arguments of hex_dump_debug() 10 years ago
Michael Niedermayer 374cf93548 avformat/asfdec: do not define print_guid() to nothing 10 years ago
Michael Niedermayer e0010bb91f mux: Do not leave stale side data pointers in ff_interleave_add_packet() 10 years ago
Vittorio Giovara 6c8c7c2462 dump: Print AVAudioServiceType side data 10 years ago
Vittorio Giovara 7b734ee55d lavf: Open PICT images with Quickdraw 10 years ago
Carl Eugen Hoyos e31cdb5cc8 lavf/riff: Add MultiScope II fourcc MSC2 as MJPEG. 10 years ago
Michael Niedermayer 9d4fdfe24c avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dts 10 years ago
Michael Niedermayer 7ac5c38ec5 avformat/mux: Add avoid_negative_ts_use_pts 10 years ago
Michael Niedermayer c7369f3a4b avformat/avidec: print a warning for negative sample_size 10 years ago
Andreas Cadhalpun ca234639ac avidec: avoid infinite loop due to negative ast->sample_size 10 years ago
Andreas Cadhalpun 0eec40b713 avidec: check for valid bit_rate range 10 years ago
Carl Eugen Hoyos 8ad04d24c8 lavf/apngenc: Fix png remuxing by using default extension apng. 10 years ago