summaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_mpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt2019-07-291-7/+21
* cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt2019-07-291-15/+14
* cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt2019-07-291-0/+3
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-291-3/+3
* cbs_mpeg2: Fix parsing of picture and slice headersAndreas Rheinhardt2019-07-271-19/+24
* cbs: Remove useless initializationsAndreas Rheinhardt2019-07-271-1/+1
* mpeg2_metadata, cbs_mpeg2: Fix handling of colour_descriptionAndreas Rheinhardt2019-07-271-0/+15
* cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undefAndreas Rheinhardt2019-06-071-1/+1
* cbs_mpeg2: Correct error codesAndreas Rheinhardt2019-05-291-3/+1
* cbs_mpeg2: Fix storage type for frame_centre_*_offsetAndreas Rheinhardt2019-05-291-0/+20
* cbs_mpeg2: Improve checks for invalid valuesAndreas Rheinhardt2019-05-281-6/+10
* cbs_mpeg2: Correct and use enum valuesAndreas Rheinhardt2019-05-281-13/+17
* cbs_mpeg2: Improve performance of writing slicesAndreas Rheinhardt2018-11-111-12/+27
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-021-12/+13
* avcodec/cbs_mpeg2: create a reference to the existing buffer when decomposing...James Almer2018-04-301-7/+2
* avcodec/cbs_mpeg2: use existing buffer reference when splitting fragmentsJames Almer2018-04-261-9/+3
* avcodec/cbs_mpeg2: use memcpy when assembling fragmentsJames Almer2018-04-251-3/+3
* 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