16944 Commits (99c76902cdc3f815d58ba16ccfc83e75acec1f4a)

Author SHA1 Message Date
Martin Storsjö 88434f9725 rtpdec: Remove unnecessary inline attributes 10 years ago
Martin Storsjö ec96a89c3e rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions 10 years ago
Martin Storsjö ac0e54fda9 rtpdec: Add const to string parameters in internal fmtp parsing functions 10 years ago
Martin Storsjö 12251f997b rtpdec: Remove unnecessary checks 10 years ago
Kevin Wheatley 3664703780 avformat/movenc: Fix writing ACLR atoms for DNxHD 10 years ago
Michael Niedermayer 847daac5c0 avformat/dss: Set packet position correctly 10 years ago
Martin Storsjö c82bf15dca rtpenc: Merge the h264 and hevc packetizers 10 years ago
Martin Storsjö 3567b91e49 rtpdec_hevc: Share the implementation of fragmented packets with h264 10 years ago
Martin Storsjö f3449062a8 rtpdec_hevc: Reduce indentation level by returning early on errors 10 years ago
Martin Storsjö 8633fb47db rtpdec_hevc: Share the implementation of parsing a=framesize with h264 10 years ago
Martin Storsjö 5956f489d0 rtpdec_hevc: Add asterisks at the start of each long comment line 10 years ago
Martin Storsjö 5d8cae4573 rtpdec: Get rid of all trivial .alloc/.free functions 10 years ago
Martin Storsjö e72605f80b rtpdec: Allow allocating and freeing the private data without explicit functions 10 years ago
Martin Storsjö 2b982e92f4 rtpdec: Set need_parsing via a handler field 10 years ago
Martin Storsjö b7a4c319fd rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler 10 years ago
Martin Storsjö b651c9139e rtpdec_mpa_robust: Move .enc_name to the start of the struct 10 years ago
Martin Storsjö db158f0dd2 rtpdec: Remove unnecessary _if_needed suffixes on functions 10 years ago
Martin Storsjö 353b492d0f rtpdec: Change enc_name to a pointer instead of a fixed-size buffer 10 years ago
Martin Storsjö 0752f700d6 rtpdec_h264: Remove an unnecessary include 10 years ago
Martin Storsjö 247764a592 rtpdec_h264: Remove unnecessary struct padding 10 years ago
Martin Storsjö fe414059ec rtpdec_amr: Use the common indentation style 10 years ago
Martin Storsjö 74d318f138 rtsp: Fix the indentation of a linewrapped statement 10 years ago
Martin Storsjö 3cd5828fc0 rtpdec: Add missing trailing commas 10 years ago
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