23386 Commits (1bda9bb68a1e273816c2c640e74e6de4f5632c33)

Author SHA1 Message Date
Paul B Mahol e0fd35d867 avformat/fitsenc: write DATAMIN/DATAMAX to encoded output 4 years ago
Michael Niedermayer 2c60eb6c5a avformat/mov: factor size out of probe code 4 years ago
Michael Niedermayer 5552ceaf56 avformat/wtvdec: Check len in parse_chunks() to avoid overflow 4 years ago
Michael Niedermayer 69754e07f5 avformat/wtvdec: Check for EOF before potentially reseting the eof state 4 years ago
Michael Niedermayer 2c8cd4490a avformat/asfdec_f: Add an additional check for the extradata size 4 years ago
Michael Niedermayer 7e5034f97e avformat/3dostr: Check sample_rate 4 years ago
Marton Balint cae57cae1f avformat/libsrt: fix race condition with libsrt_network_wait_fd and epoll 4 years ago
Marton Balint 5cf01ed5cd avformat/libsrt: fix or simplify some function return values 4 years ago
Marton Balint d4e4ffd348 avformat/libsrt: close listen fd immediately after accept 4 years ago
Paul B Mahol e28b6e0448 avformat/img2dec: improve xbm probing 4 years ago
Paul B Mahol 6b8ef5119c avformat/cdxl: add back options to override sample and frame rate 4 years ago
Paul B Mahol 84d5df5446 avformat: add xbm_pipe demuxer 4 years ago
Limin Wang 81c462ad95 avformat/mxfenc: prefer to use the configured metadata 4 years ago
Limin Wang 9605307e78 avformat/mxf: add platform local tag 4 years ago
Limin Wang 3f8db7eea0 avformat/mxfdec: set toolkit version metadata 4 years ago
Paul B Mahol cba716f55e avformat/cdxl: improve frame rate guessing for standard cdxl 4 years ago
Michael Niedermayer 842c268c64 avformat/4xm: Make audio_frame_count 64bit 4 years ago
Michael Niedermayer 4f70e1ec0c avformat/mov: Use av_mul_q() to avoid integer overflows 4 years ago
Paul B Mahol e955f5ac01 avformat: add binka demuxer 4 years ago
Michael Niedermayer b12e713b80 avformat/rmdec: Reorder operations to avoid overflow 4 years ago
Michael Niedermayer ab82c10578 avformat/mvdec: Sanity check SAMPLE_WIDTH 4 years ago
sfan5 a44c42dc31 avformat/dashdec: Avoid segfault when URL template is unexpectedly missing 4 years ago
sfan5 5a98a027d6 avformat/dashdec: Fix missing NULL check 4 years ago
Steven Liu 29ef547c16 avformat/dashdec: rename variable name for more readable 4 years ago
Steven Liu 756897eff4 avformat/dashdec: check init_section before use it. 4 years ago
Paul B Mahol a8b3a51790 avformat/cdxl: rework probe and fix sample rate and frame rate 4 years ago
Andreas Rheinhardt 1873d128f9 avformat/qtpalette: Use better headers 4 years ago
Andreas Rheinhardt e9513052b5 avformat/rtsp: Fix build failure when RTP demuxers are disabled 4 years ago
Andreas Rheinhardt 7936cfc157 avformat/Makefile: Only compile qtpalette.c when needed 4 years ago
Andreas Rheinhardt d97e84b46f avformat/qtpalette: Move default palette to their only user 4 years ago
Andreas Rheinhardt a703410d25 avformat/cutils, dvenc: Move ff_brktimegm to its only user 4 years ago
Paul B Mahol e818951505 avformat/cdxl: add support for custom 24bit pal8 formats 4 years ago
Tomas Härdin e6254d5ab9 avformat/mxfdec: Add missing const to mxf_mastering_display* 4 years ago
Anton Khirnov b7251aed46 av_dump_format(): reduce indentation for streams 4 years ago
Anton Khirnov 3696c3b161 av_dump_format(): increase indentation for chapter metadata 4 years ago
Anton Khirnov 80aad8886a av_dump_format: add a heading for chapters 4 years ago
Andreas Rheinhardt bb072a0369 avformat/rtmppkt: Only compile ff_rtmp_packet_dump if defined(DEBUG) 4 years ago
Andreas Rheinhardt 7b43646e18 avformat/avio: Remove ffurl_open 4 years ago
Andreas Rheinhardt 5cad6c6e85 avformat/rtmpproto: Only include RTMP protocols that are enabled 4 years ago
Andreas Rheinhardt 82d5316c57 avformat/rtmppkt: Remove ff_amf_read_bool 4 years ago
Paul B Mahol 85bdf18917 avcodec: add PFM image encoder 4 years ago
Limin Wang 38caef3876 avformat/hlsenc: use AV_OPT_TYPE_DURATION 4 years ago
Michael Niedermayer 3c41d0bfd6 avformat/rmdec: Fix codecdata_length overflow check 4 years ago
Michael Niedermayer 0af0a80cef avformat/wavdec: Check block_align vs. channels before combining them 4 years ago
Michael Niedermayer fd61b42b4c avformat/tta: Use 64bit intermediate for index 4 years ago
Michael Niedermayer b0588b73da avformat/soxdec: Check channels to be positive 4 years ago
Michael Niedermayer f54aab94a3 avformat/smacker: Check for too small pts_inc 4 years ago
Michael Niedermayer 92b1949191 avformat/sccdec: Use larger intermediate for ts/next_ts computation 4 years ago
Tomas Härdin ff0618b5c4 avformat/mxf: Establish register of local tags 4 years ago
Michael Niedermayer 5441699f83 avformat/sbgdec: Use av_sat_add64() in str_to_time() 4 years ago