41380 Commits (f4b59334bd898c47c9ac30999a346176548630a8)
 

Author SHA1 Message Date
Martin Storsjö f4b59334bd rtpdec: Remove the now unused .alloc field 10 years ago
Martin Storsjö 78791c086b rtpdec: Use .init instead of .alloc to set default values 10 years ago
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
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
Diego Biurrun ce52869c22 fate: Rename fate-dts test to fate-dca-core 10 years ago
Diego Biurrun cb4cb7b0ea qsv: Skip qsv.h compilation if qsv is not enabled 10 years ago
Gilles Chanteperdrix cdcc370293 rtsp: punch holes again after pause 10 years ago
Federico Tomassetti 061c489895 eamad: check for out of bounds read 10 years ago
Federico Tomassetti 161442ff2c mdec: check for out of bounds read 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
Carl Eugen Hoyos 36a6fb989b hevc_deblock: Fix compilation with nasm 10 years ago
Vittorio Giovara e570f895cd libschroedinger: Check memory allocations 10 years ago
Vittorio Giovara 521979e6b1 configure: Properly fail when libcdio/cdparanoia is not found 10 years ago
Vittorio Giovara f7cc6627c0 configure: Use pkg-config for libdc1394 discovery 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
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 5cbae5651d mpegaudio_parser: add MP3 ADU headers parser 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
Peter Meerwald 12655c4804 libavresample: NEON optimized FIR audio resampling 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