| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -15/+15 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 1 | -1/+0 |
* | Remove stray line breaks from avpriv_{report_missing_feature|request_samples} | Diego Biurrun | 2015-12-26 | 1 | -2/+2 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | rtpdec_hevc: Drop extra sanity check for size of input packet | Vittorio Giovara | 2015-03-09 | 1 | -8/+0 |
* | rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec_hevc: Share the implementation of fragmented packets with h264 | Martin Storsjö | 2015-02-24 | 1 | -18/+2 |
* | rtpdec_hevc: Reduce indentation level by returning early on errors | Martin Storsjö | 2015-02-24 | 1 | -29/+29 |
* | rtpdec_hevc: Share the implementation of parsing a=framesize with h264 | Martin Storsjö | 2015-02-24 | 1 | -27/+1 |
* | rtpdec_hevc: Add asterisks at the start of each long comment line | Martin Storsjö | 2015-02-24 | 1 | -24/+24 |
* | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -12/+1 |
* | rtpdec: Set need_parsing via a handler field | Martin Storsjö | 2015-02-24 | 1 | -14/+1 |
* | rtpdec: Add missing trailing commas | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units | Martin Storsjö | 2015-02-23 | 1 | -1/+7 |
* | rtpdec_hevc: Implement parsing of aggregated packets | Thomas Volkert | 2015-02-21 | 1 | -13/+14 |
* | rtpdec_hevc: Initialize variables to silence false positive compiler warnings | Martin Storsjö | 2015-02-21 | 1 | -2/+2 |
* | rtpdec_hevc: Use a shared function for parsing parameter sets | Martin Storsjö | 2015-02-21 | 1 | -35/+3 |
* | rtpdec_hevc: drop unnecessary check | Vittorio Giovara | 2014-10-20 | 1 | -2/+0 |
* | rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy | Martin Storsjö | 2014-10-15 | 1 | -9/+5 |
* | rtpdec_hevc: Rename a variable for clarity | Martin Storsjö | 2014-10-15 | 1 | -8/+8 |
* | rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines | Martin Storsjö | 2014-10-15 | 1 | -2/+97 |
* | rtpdec_hevc: Drop a duplicated, nonstandard entry | Vittorio Giovara | 2014-09-24 | 1 | -11/+0 |
* | rtpdec: HEVC/H.265 support | Thomas Volkert | 2014-09-03 | 1 | -0/+372 |