17195 Commits (19321a295a641cbc067ec0df597bc1b69addf049)

Author SHA1 Message Date
Gilles Chanteperdrix 04a1be8e28 libavformat: add T.140 RTP depacketization (RFC 4103) 10 years ago
Martin Storsjö 26524e3581 rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA 10 years ago
Clément Bœsch cc69ccb6d4 avformat/nutdec: fix isom and mpa build deps 10 years ago
Michael Niedermayer 4d1b017c38 avformat/mov: Check av_add_index_entry() return value 10 years ago
Michael Niedermayer 6c9537b807 avformat/hlsenc: Warn if a non file protocol is used 10 years ago
Gilles Chanteperdrix cdcc370293 rtsp: punch holes again after pause 10 years ago
Martin Storsjö fe208ca54b rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units 10 years ago
Vittorio Giovara 35c6ce76b1 Canopus HQX decoder 10 years ago
Martin Storsjö a388e72d1a rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible 10 years ago
Martin Storsjö e2220e734f rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible 10 years ago
Thomas Volkert c99915f7c7 rtpdec: DV depacketizer (RFC 6469) 10 years ago
Michael Niedermayer 3518925a91 avformat/movenc: Check for memory allocation failures 10 years ago
Michael Niedermayer 40adcf576f avformat/oggdec: Check for ost allocation failure 10 years ago
Michael Niedermayer 9b8152bf04 avformat/oggdec: Check for av_malloc() failure and forward the error code 10 years ago
Michael Niedermayer 5683810302 avformat/rmenc: Check for av_malloc() failure 10 years ago
Gilles Chanteperdrix 22bb5bd7a3 avformat/rtsp: punch holes again after pause 10 years ago
Gilles Chanteperdrix fee2cc39be avformat/rtpdec_mpeg4: reassemble fragmented AAC frames 10 years ago
Gilles Chanteperdrix 44dc138ed2 rtpdec_mpeg4: reassemble fragmented AAC frames 10 years ago
Gilles Chanteperdrix dcf969e98d rtpdec_mpeg4: add more verbose error logging 10 years ago
Gilles Chanteperdrix 96084251e5 libavformat: add robust MPEG audio depacketization (RFC 5219) 10 years ago
Gilles Chanteperdrix 5e5583efe4 libavformat: add AC3 RTP depacketization (RFC 4184) 10 years ago
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