16894 Commits (83f18410bdcf149b58fb669cda65b1cdcdebf695)

Author SHA1 Message Date
  Michael Niedermayer 6c9537b807 avformat/hlsenc: Warn if a non file protocol is used 11 years ago
  Gilles Chanteperdrix cdcc370293 rtsp: punch holes again after pause 11 years ago
  Martin Storsjö fe208ca54b rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units 11 years ago
  Vittorio Giovara 35c6ce76b1 Canopus HQX decoder 11 years ago
  Martin Storsjö a388e72d1a rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible 11 years ago
  Martin Storsjö e2220e734f rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible 11 years ago
  Thomas Volkert c99915f7c7 rtpdec: DV depacketizer (RFC 6469) 11 years ago
  Michael Niedermayer 3518925a91 avformat/movenc: Check for memory allocation failures 11 years ago
  Michael Niedermayer 40adcf576f avformat/oggdec: Check for ost allocation failure 11 years ago
  Michael Niedermayer 9b8152bf04 avformat/oggdec: Check for av_malloc() failure and forward the error code 11 years ago
  Michael Niedermayer 5683810302 avformat/rmenc: Check for av_malloc() failure 11 years ago
  Gilles Chanteperdrix 22bb5bd7a3 avformat/rtsp: punch holes again after pause 11 years ago
  Gilles Chanteperdrix fee2cc39be avformat/rtpdec_mpeg4: reassemble fragmented AAC frames 11 years ago
  Gilles Chanteperdrix 44dc138ed2 rtpdec_mpeg4: reassemble fragmented AAC frames 11 years ago
  Gilles Chanteperdrix dcf969e98d rtpdec_mpeg4: add more verbose error logging 11 years ago
  Gilles Chanteperdrix 96084251e5 libavformat: add robust MPEG audio depacketization (RFC 5219) 11 years ago
  Gilles Chanteperdrix 5e5583efe4 libavformat: add AC3 RTP depacketization (RFC 4184) 11 years ago
  Gilles Chanteperdrix 4438d1c6ed rtsp: parse lang attribute in SDP 11 years ago
  Gilles Chanteperdrix 1ec28a66f2 rtpdec: fix issue with conversion from unsigned to signed 11 years ago
  Martin Storsjö ff394ca087 rtpdec_h264: Add a missing closing paren in a log message 11 years ago
  Thomas Volkert 7a459be8e7 avformat/rtpdec_dv: fix bundled audio typo 11 years ago
  Michael Niedermayer 2af5fb2f8c avformat/flacenc: Use av_clip_uintp2() 11 years ago
  Gilles Chanteperdrix 73029abddc libavformat/rtpdec: fix issue with conversion from unsigned to signed 11 years ago
  Thomas Volkert cbdd1806ea rtpdec_hevc: Implement parsing of aggregated packets 11 years ago
  Martin Storsjö b878ba03e7 rtpdec_hevc: Initialize variables to silence false positive compiler warnings 11 years ago
  Martin Storsjö 10e2d8b556 rtpdec_hevc: Use a shared function for parsing parameter sets 11 years ago
  Martin Storsjö 0de0751084 rtpdec_h264: Make reusable functions non-static 11 years ago
  Martin Storsjö 16163e6bf2 rtpdec_h264: Fix nal type counting after refactoring 11 years ago
  Martin Storsjö a3cc519d1f rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc 11 years ago
  Martin Storsjö 48183b3ad4 rtpdec_h264: Generalize parse_sprop_parameter_sets 11 years ago
  Michael Niedermayer e78a729163 avformat/hlsenc: Use ff_rename() only for local files 11 years ago
  Hendrik Leppkes da97e4c64a hlsenc: write playlist into a temp file and replace the original atomically 11 years ago
  Lukasz Marek e19d1840da lavf/ffmenc: do not fail on missing codec 11 years ago
  Hendrik Leppkes 3fe26bb608 hlsenc: write playlist into a temp file and replace the original atomically 11 years ago
  Hendrik Leppkes ff48ae94f9 hlsenc: remove the AVIOContext for the playlist from the muxer context 11 years ago
  Michael Niedermayer 0f55bc29d4 avformat/omadec: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer cb08687180 avformat/vqf: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer d44e0d8b93 avformat/wtvdec: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer 26c0cc154e avformat/mvdec: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer 80a851aa5e avformat/apngdec: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer 12987f8900 avformat/gxf: Use 64bit for res to avoid overflow 11 years ago
  Michael Niedermayer d1923d15a3 avformat/idcin: Use 64bit for ret to avoid overflow 11 years ago
  Michael Niedermayer 0e3d6e17de avformat/apngdec: Use 64bit ret to avoid overflow 11 years ago
  Michael Niedermayer d4936d28a1 avformat/asfdec: Use 64bit ret to avoid overflow 11 years ago
  Rodger Combs 62e95757d5 wtvdec: fix integer overflow resulting in errors with large files 11 years ago
  Martin Storsjö 46ad9ac964 rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a 11 years ago
  Martin Storsjö a335ed7671 rtpdec_h264: Remove an unnecessary check 11 years ago
  Martin Storsjö 176903ce83 rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a 11 years ago
  Martin Storsjö bb8c6ac840 rtpdec_h264: Make a parameter pointer const 11 years ago
  Martin Storsjö 7650caf013 rtpdec_h264: Use av_realloc instead of av_malloc+mempcy 11 years ago