41369 Commits (5d8cae45737bed6239bd6b6e0698802dbe1463c8)
 

Author SHA1 Message Date
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
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
Clément Bœsch a982c5d74f tests: drop bc dependency 10 years ago
Anton Khirnov a06b0b1295 h264: initialize H264Context.avctx in init_thread_copy 10 years ago
Anton Khirnov 0dea4c77cc h264: only ref cur_pic in update_thread_context if it is initialized 10 years ago
Peter Meerwald 9abc80f1ed libavcodec: Make use of av_clip functions 10 years ago
Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm 10 years ago
Peter Meerwald bf07d813f6 libavutil: Add av_clip_intp2 10 years ago