44 Commits (1bf63964985e4964d812c1516379707a0868ecb6)

Author SHA1 Message Date
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Diego Biurrun 7abd35a1ff avformat: Add av_cold attributes to init functions missing them 12 years ago
Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 12 years ago
Martin Storsjö 21f5c24b80 rtpdec_mpeg4: Return one AAC AU per AVPacket 12 years ago
Martin Storsjö a7ba324413 rtpdec_mpeg4: Check the remaining amount of data before reading 12 years ago
Martin Storsjö 977d4a3b8a rtpdec_mpeg4: Check the return value from malloc 12 years ago
Martin Storsjö 90c784cc13 rtpdec: Pass the sequence number to depacketizers 12 years ago
Martin Storsjö f3f60dcbdd rtpdec_mpeg4: Cosmetic cleanup 12 years ago
Janne Grunau 8dd0650fe6 rtpdec_mpeg4: au_headers is a single array, simple av_free is enough 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Lou Logan b22ecbc6a5 cosmetics: various spelling fixes 13 years ago
Martin Storsjö 456001486e rtsp: Don't expose the MS-RTSP RTX data stream to the caller 13 years ago
Diego Biurrun 32f3c541bc doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
Diego Biurrun c88ebdb42c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Martin Storsjö 9261e6cf3f rtp: Rename the open/close functions to alloc/free 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Clément Bœsch e31a744155 Remove a few if (p) av_free(p) forms 14 years ago
Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
Martin Storsjö 311baee795 Make hex_to_data a lavf internal function 14 years ago
Martin Storsjö 965a3ddb1f Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file 15 years ago
Martin Storsjö 1537817e38 Move SPACE_CHARS back to libavformat/internal.h 15 years ago
Josh Allmann 4332bfbff8 Reindent 15 years ago
Josh Allmann efc6d45196 rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizer 15 years ago
Josh Allmann 8b114d85ba rtpdec: Move space_chars from avformat/internal to rtpdec 15 years ago
Josh Allmann c47f567c70 rtpdec_mpeg4: Rename PayloadContext to be consistently 'data' 15 years ago
Josh Allmann ca937a5508 RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references to rtp_payload_data in rtpdec and rtsp 15 years ago
Josh Allmann 73e6c53e64 rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler 15 years ago
Josh Allmann 7fc8ac7fd8 RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c 15 years ago
Josh Allmann 9b3788efc3 RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c 15 years ago