16842 Commits (c0e3b461185cee5e8624337e75a263e74543e15d)

Author SHA1 Message Date
  Lukasz Marek e19d1840da lavf/ffmenc: do not fail on missing codec 10 years ago
  Michael Niedermayer 0f55bc29d4 avformat/omadec: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer cb08687180 avformat/vqf: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer d44e0d8b93 avformat/wtvdec: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer 26c0cc154e avformat/mvdec: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer 80a851aa5e avformat/apngdec: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer 12987f8900 avformat/gxf: Use 64bit for res to avoid overflow 10 years ago
  Michael Niedermayer d1923d15a3 avformat/idcin: Use 64bit for ret to avoid overflow 10 years ago
  Michael Niedermayer 0e3d6e17de avformat/apngdec: Use 64bit ret to avoid overflow 10 years ago
  Michael Niedermayer d4936d28a1 avformat/asfdec: Use 64bit ret to avoid overflow 10 years ago
  Rodger Combs 62e95757d5 wtvdec: fix integer overflow resulting in errors with large files 10 years ago
  Martin Storsjö 46ad9ac964 rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a 10 years ago
  Martin Storsjö a335ed7671 rtpdec_h264: Remove an unnecessary check 10 years ago
  Martin Storsjö 176903ce83 rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a 10 years ago
  Martin Storsjö bb8c6ac840 rtpdec_h264: Make a parameter pointer const 10 years ago
  Martin Storsjö 7650caf013 rtpdec_h264: Use av_realloc instead of av_malloc+mempcy 10 years ago
  Martin Storsjö 8bdbf49c6f rtpdec_h264: Include the right header for AV_RB16 10 years ago
  Martin Storsjö ba2e07909b rtpdec_vp8: Set the keyframe flag 10 years ago
  Hendrik Leppkes 28bf05e7b5 hlsenc: remove the AVIOContext for the playlist from the muxer context 10 years ago
  Kevin Wheatley 31c7c0e156 avformat/movenc: Move avid DNxHD padding to the correct spot 10 years ago
  Michael Niedermayer be0cb7e053 avformat/dss: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
  Michael Niedermayer b2bbe8298b avformat/dss: Check sscanf() return value in dss_read_metadata_date() 10 years ago
  Oleksij Rempel 062cd5a975 lavf: Add DSS demuxer 10 years ago
  Kevin Wheatley fb3fb1d0d4 avformat/mov: Add simple ACLR atom reading to set the color range of the incomming track for codec's like DNxHD that utilise AVID's proprietary atom. 10 years ago
  Michael Niedermayer 9e008ed1b4 avformat/movenc: Fix use of uninitialized variable (ret) 10 years ago
  Michael Niedermayer b68d902b6e avformat/ffmenc: Use av_freep() to avoid leaving stale pointers in memory 10 years ago
  Michael Niedermayer c8c10a5fc7 avformat/ffmenc: Fix memleak of buf 10 years ago
  Michael Niedermayer 95165f7c1b avformat/movenc: Fix stts_entries allocation check 10 years ago
  Michael Niedermayer a4cd057bc7 avformat/matroskaenc: Use the correct data type for the chapter times 10 years ago
  Vittorio Giovara 195942ed9b riff: Support QT RLE Animation in avi ('rle ' FourCC) 10 years ago
  Vittorio Giovara c78dc12118 riff: Support ProRes in avi (APCH fourcc) 10 years ago
  Hugo Beauzée-Luyssen 3035d21b5a nutdec: Check memory allocations 10 years ago
  Hugo Beauzée-Luyssen a876585215 movenc: Check memory allocations 10 years ago
  Hugo Beauzée-Luyssen da7e31a240 rmdec: Check memory allocations from ff_rm_alloc_rmstream() 10 years ago
  Vittorio Giovara bb7701684c lavf: Document the codec context initialization 10 years ago
  Vittorio Giovara 5dc47a2bd5 matroskaenc: Validate chapter start and end times 10 years ago
  Michael Niedermayer 527f1d22a1 avformat/tedcaptionsdec: add () to protect the argument of ERR_CODE() 10 years ago
  Michael Niedermayer 0b638b83c6 avformat/mpc8: Add () to protect MKMPCTAG()s arguments 10 years ago
  Michael Niedermayer ced26a2c65 avformat/tls: add () to protect macro arguments 10 years ago
  wm4 4bf3fab281 hls: fix a null pointer dereference 10 years ago
  Kevin Wheatley 88868d81a5 avformat/rtpdec_h264: fix compile failure with -DDEBUG 10 years ago
  Michael Niedermayer 38e641a060 avformat/mov: Bypass av_add_index_entry() 10 years ago
  Yusuke Nakamura 4abfa387b8 mov: Change DTS-based seek into CTS-based seek. 10 years ago
  Michael Niedermayer 543e329a26 avformat/version: Bump version for "avformat/rtpdec: DV depacketizer (RFC 6469)" 10 years ago
  Thomas Volkert cbe508553a avformat/rtpdec: DV depacketizer (RFC 6469) 10 years ago
  Luca Barbato e1a57cbb1c ape: Use the proper variable type 10 years ago
  Federico Tomassetti b4cda0a999 ogg: check memory allocations 10 years ago
  Luca Barbato 53367b34e1 rtp: h264: Drop the asserts 10 years ago
  Luca Barbato 3b33dfb23c rtp: h264: Move FU-A NAL parsing to a function 10 years ago
  Luca Barbato f0a8747996 rtp: h264: Move STAP-A NAL parsing to a function 10 years ago