summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_mpeg2.c
Commit message (Expand)AuthorAge
* avcodec/cbs: Remove ff_cbs_alloc_unit_contentAndreas Rheinhardt2022-08-08
* avcodec/cbs_internal: Use unions to shrink size of descriptorsAndreas Rheinhardt2022-08-08
* avcodec/cbs_mpeg2: Use smaller scope for variablesAndreas Rheinhardt2022-02-08
* avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt2022-02-08
* avcodec/cbs_mpeg2: Simplify splitting fragmentAndreas Rheinhardt2022-02-08
* avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unitAndreas Rheinhardt2022-02-08
* avcodec/cbs_mpeg2: Remove redundant counterAndreas Rheinhardt2022-02-08
* cbs_mpeg2: Use table-based alloc/freeMark Thompson2020-09-02
* avcodec/cbs: Remove unused function parametersAndreas Rheinhardt2020-07-07
* avcodec/cbs: Avoid leaving the ... out in calls to variadic macrosAndreas Rheinhardt2020-04-12
* avcodec/cbs_mpeg2: Treat slices without data as invalidAndreas Rheinhardt2020-02-09
* avcodec/cbs: Fix potential overflowAndreas Rheinhardt2019-11-17
* avcodec/cbs: Factor out common code for writing unitsAndreas Rheinhardt2019-11-17
* cbs_mpeg2: Fix parsing the last unitAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Rearrange start code searchAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Decompose Sequence EndAndreas Rheinhardt2019-07-29
* cbs: Don't set AVBuffer's opaqueAndreas Rheinhardt2019-07-29
* cbs_mpeg2: Fix parsing of picture and slice headersAndreas Rheinhardt2019-07-27
* cbs: Remove useless initializationsAndreas Rheinhardt2019-07-27
* mpeg2_metadata, cbs_mpeg2: Fix handling of colour_descriptionAndreas Rheinhardt2019-07-27
* cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undefAndreas Rheinhardt2019-06-07
* cbs_mpeg2: Correct error codesAndreas Rheinhardt2019-05-29
* cbs_mpeg2: Fix storage type for frame_centre_*_offsetAndreas Rheinhardt2019-05-29
* cbs_mpeg2: Improve checks for invalid valuesAndreas Rheinhardt2019-05-28
* cbs_mpeg2: Correct and use enum valuesAndreas Rheinhardt2019-05-28
* cbs_mpeg2: Improve performance of writing slicesAndreas Rheinhardt2018-11-11
* cbs: Add support for array subscripts in trace outputMark Thompson2018-05-02
* avcodec/cbs_mpeg2: create a reference to the existing buffer when decomposing...James Almer2018-04-30
* avcodec/cbs_mpeg2: use existing buffer reference when splitting fragmentsJames Almer2018-04-26
* avcodec/cbs_mpeg2: use memcpy when assembling fragmentsJames Almer2018-04-25
* avcodec/cbs: use a reference to the assembled CodedBitstreamFragment buffer w...James Almer2018-03-05
* Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson2018-02-21
|\
| * cbs: Refcount all the things!Mark Thompson2018-02-20
* | Merge commit '1d12a545ce828eaf4fb37295400008ea37635ab8'Mark Thompson2018-02-21
|\|
| * cbs: Add an explicit type for coded bitstream unit typesMark Thompson2018-02-20
| * cbs_mpeg2: Fix marker_bit typeMark Thompson2017-12-02
| * cbs: Add padding to slice data allocationsMark Thompson2017-12-02
| * cbs: Add buffer padding when splitting fragmentsMark Thompson2017-09-12
| * cbs: Always check for bitstream end before readingMark Thompson2017-09-12
| * lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-08-20
* lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos2017-12-17
* cbs_mpeg2: Fix format specifierMark Thompson2017-10-24
* cbs_mpeg2: Fix type for marker_bit readingMark Thompson2017-10-24
* lavc: Add coded bitstream read/write support for MPEG-2Mark Thompson2017-10-17