Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavf: always use av_free | Michael Niedermayer | 2014-03-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Tim Walker <tdskywalker@gmail.com> | ||||
* | lavf: simplify ff_hevc_annexb2mp4_buf | Tim Walker | 2014-03-10 | 1 | -40/+3 |
| | | | | | | Use ff_hevc_annexb2mp4 instead of duplicating its functionality, and update the documentation to match the new behavior. | ||||
* | hevc: Use get_se_golomb_long | Luca Barbato | 2014-03-10 | 1 | -5/+5 |
| | | | | | Do not use inline functions that refer to tables present in other libraries. | ||||
* | movenc: enable Annex B to MP4 conversion for HEVC tracks. | Tim Walker | 2014-03-09 | 1 | -0/+101 |
| | |||||
* | movenc: write hvcC tag for HEVC. | Tim Walker | 2014-03-09 | 1 | -0/+1076 |