summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer2018-03-051-1/+2
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-211-45/+46
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-201-45/+46
* | Merge commit '1d12a545ce828eaf4fb37295400008ea37635ab8'Mark Thompson2018-02-211-2/+2
|\ \ | |/
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-201-2/+2
| * cbs_mpeg2: Fix marker_bit typeMark Thompson2017-12-021-1/+1
| * cbs: Add padding to slice data allocationsMark Thompson2017-12-021-1/+4
| * cbs: Add buffer padding when splitting fragmentsMark Thompson2017-09-121-1/+2
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-121-2/+3
| * lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-201-0/+409
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-171-1/+1
* cbs_mpeg2: Fix format specifierMark Thompson2017-10-241-1/+1
* cbs_mpeg2: Fix type for marker_bit readingMark Thompson2017-10-241-1/+1
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-171-0/+414
OpenPOWER on IntegriCloud