summaryrefslogtreecommitdiff
path: root/libavformat/hevc.c
Commit message (Collapse)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
| | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
* lavf/hevc: pad the RBSP buffer as required by the bistream readerAnton Khirnov2015-07-08
|
* Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
| | | | This applies to every library where performance is not critical.
* lavf: always use av_freeMichael Niedermayer2014-03-10
| | | | Signed-off-by: Tim Walker <tdskywalker@gmail.com>
* lavf: simplify ff_hevc_annexb2mp4_bufTim Walker2014-03-10
| | | | | | Use ff_hevc_annexb2mp4 instead of duplicating its functionality, and update the documentation to match the new behavior.
* hevc: Use get_se_golomb_longLuca Barbato2014-03-10
| | | | | Do not use inline functions that refer to tables present in other libraries.
* movenc: enable Annex B to MP4 conversion for HEVC tracks.Tim Walker2014-03-09
|
* movenc: write hvcC tag for HEVC.Tim Walker2014-03-09