23695 Commits (a0fd55c206cea0af3a688c62ca7bf9001d1b8b4b)

Author SHA1 Message Date
Michael Niedermayer 1ad6801a61 avformat/mov: Factor offset advancement out in probing 4 years ago
Michael Niedermayer 941e747d66 avformat/mov: simplify size code in probing a bit 4 years ago
Michael Niedermayer fec4a2d232 avformat/mov: Support size = 1 and size = 0 special cases in probing 4 years ago
Jan Ekström 752f14ff94 avformat/movenc: remove unnecessary HDR metadata log messages 4 years ago
Michael Niedermayer 2014b01352 avformat/samidec: Sanity check pts 4 years ago
Michael Niedermayer a0ceb0cdd4 avformat/avidec: Use 64bit in get_duration() 4 years ago
Michael Niedermayer 658f0606cb avformat/mov: Check for duplicate st3d 4 years ago
Michael Niedermayer 6c64351bb1 avformat/mvdec: Check for EOF in read_index() 4 years ago
Michael Niedermayer 25f240fcb3 avformat/id3v2: Check the return from avio_get_str() 4 years ago
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