summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_hevc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
* Remove stray line breaks from avpriv_{report_missing_feature|request_samples}Diego Biurrun2015-12-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* rtpdec_hevc: Drop extra sanity check for size of input packetVittorio Giovara2015-03-09
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-24
* rtpdec_hevc: Reduce indentation level by returning early on errorsMartin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-24
* rtpdec_hevc: Add asterisks at the start of each long comment lineMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-24
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-24
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-23
* rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert2015-02-21
* rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö2015-02-21
* rtpdec_hevc: Use a shared function for parsing parameter setsMartin Storsjö2015-02-21
* rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-20
* rtpdec_hevc: Use av_realloc instead of av_malloc+memcpyMartin Storsjö2014-10-15
* rtpdec_hevc: Rename a variable for clarityMartin Storsjö2014-10-15
* rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp linesMartin Storsjö2014-10-15
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-24
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-03