17099 Commits (9ecfe0b87834576ce69401067fe1130a723eb2d4)

Author SHA1 Message Date
Gilles Chanteperdrix 4438d1c6ed rtsp: parse lang attribute in SDP 10 years ago
Gilles Chanteperdrix 1ec28a66f2 rtpdec: fix issue with conversion from unsigned to signed 10 years ago
Martin Storsjö ff394ca087 rtpdec_h264: Add a missing closing paren in a log message 10 years ago
Thomas Volkert 7a459be8e7 avformat/rtpdec_dv: fix bundled audio typo 10 years ago
Michael Niedermayer 2af5fb2f8c avformat/flacenc: Use av_clip_uintp2() 10 years ago
Gilles Chanteperdrix 73029abddc libavformat/rtpdec: fix issue with conversion from unsigned to signed 10 years ago
Thomas Volkert cbdd1806ea rtpdec_hevc: Implement parsing of aggregated packets 10 years ago
Martin Storsjö b878ba03e7 rtpdec_hevc: Initialize variables to silence false positive compiler warnings 10 years ago
Martin Storsjö 10e2d8b556 rtpdec_hevc: Use a shared function for parsing parameter sets 10 years ago
Martin Storsjö 0de0751084 rtpdec_h264: Make reusable functions non-static 10 years ago
Martin Storsjö 16163e6bf2 rtpdec_h264: Fix nal type counting after refactoring 10 years ago
Martin Storsjö a3cc519d1f rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc 10 years ago
Martin Storsjö 48183b3ad4 rtpdec_h264: Generalize parse_sprop_parameter_sets 10 years ago
Michael Niedermayer e78a729163 avformat/hlsenc: Use ff_rename() only for local files 10 years ago
Hendrik Leppkes da97e4c64a hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Lukasz Marek e19d1840da lavf/ffmenc: do not fail on missing codec 10 years ago
Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 10 years ago
Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 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