| Commit message (Expand) | Author | Age | Files | Lines |
* | all: Remove unnecessary libavcodec/internal.h inclusions | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+1 |
* | avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit | Andreas Rheinhardt | 2022-02-08 | 1 | -1/+1 |
* | avcodec/cbs_av1: add an option to select an operating point | James Almer | 2021-01-04 | 1 | -1/+29 |
* | avcodec/cbs_av1: ensure Sequence Header unit content is always reference counted | James Almer | 2020-12-01 | 1 | -0/+4 |
* | avcodec/cbs_av1: add support for standard MP4/Matroska extradata | Jan Ekström | 2020-11-24 | 1 | -0/+34 |
* | avcodec/cbs_av1: add a range check to tg_end | James Almer | 2020-11-11 | 1 | -0/+1 |
* | avcodec/cbs_av1: Free content in cbs_av1_free_metadata() | Michael Niedermayer | 2020-10-12 | 1 | -0/+1 |
* | avcodec/cbs_av1: implement a CodedBitstreamType.flush() callback | James Almer | 2020-09-29 | 1 | -0/+14 |
* | cbs_av1: Use table-based alloc/free | Mark Thompson | 2020-09-02 | 1 | -46/+39 |
* | avcodec/cbs_av1: always store temporal_id and spatial_id in CodedBitstreamAV1... | James Almer | 2020-08-23 | 1 | -6/+0 |
* | Revert "avcodec/cbs_av1: keep separate reference frame state for reading and ... | James Almer | 2020-07-16 | 1 | -4/+0 |
* | avcodec/cbs: Remove unused function parameters | Andreas Rheinhardt | 2020-07-07 | 1 | -2/+2 |
* | avcodec/cbs_av1: Simplify writing uvlc elements | Andreas Rheinhardt | 2020-06-24 | 1 | -10/+5 |
* | avcodec/cbs_av1: Fix writing uvlc numbers >= INT_MAX | Andreas Rheinhardt | 2020-06-24 | 1 | -2/+3 |
* | avcodec/cbs_av1: abort when written inferred values don't match | James Almer | 2020-06-14 | 1 | -1/+2 |
* | avcodec/cbs: Avoid leaving the ... out in calls to variadic macros | Andreas Rheinhardt | 2020-04-12 | 1 | -8/+8 |
* | avcodec/cbs_av1: Check leb128 values read | Michael Niedermayer | 2020-01-18 | 1 | -0/+3 |
* | avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LIST | Fei Wang | 2019-12-10 | 1 | -0/+1 |
* | avcodec/cbs_av1: keep separate reference frame state for reading and writing | James Almer | 2019-11-18 | 1 | -0/+4 |
* | avcodec/cbs: Factor out common code for writing units | Andreas Rheinhardt | 2019-11-17 | 1 | -54/+5 |
* | avcodec/cbs_av1: support one byte long OBUs when the size is not set in the b... | James Almer | 2019-11-12 | 1 | -7/+6 |
* | avcodec/cbs_av1: Make overread check more robust | Andreas Rheinhardt | 2019-09-29 | 1 | -2/+2 |
* | cbs: Don't set AVBuffer's opaque | Andreas Rheinhardt | 2019-07-29 | 1 | -1/+1 |
* | cbs: Remove useless initializations | Andreas Rheinhardt | 2019-07-27 | 1 | -7/+7 |
* | cbs_av1, cbs_jpeg, cbs_mpeg2, cbs_vp9: Fix undef | Andreas Rheinhardt | 2019-06-07 | 1 | -3/+2 |
* | avcodec/cbs_av1: use the new signed value read/write functions | James Almer | 2019-04-16 | 1 | -60/+8 |
* | avcodec/cbs_av1: add support for Padding OBUs | James Almer | 2019-04-14 | 1 | -0/+20 |
* | avcodec/cbs_av1: add a function to strip trailing zeroes from a buffer size | James Almer | 2019-04-14 | 1 | -0/+11 |
* | avcodec/cbs_av1: fix parsing spatial_id | James Almer | 2019-04-02 | 1 | -1/+1 |
* | avcodec/cbs_av1: don't call cbs_av1_read_trailing_bits() when no bits remain ... | James Almer | 2019-02-10 | 1 | -2/+6 |
* | cbs_av1: Fix reading of overlong uvlc codes | Mark Thompson | 2018-12-22 | 1 | -18/+40 |
* | lavc/cbs: Do not use format specifier "z" on Windows. | Carl Eugen Hoyos | 2018-12-17 | 1 | -5/+5 |
* | avcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs wi... | James Almer | 2018-11-18 | 1 | -10/+6 |
* | avcodec/cbs_av1: fix parsing signed integer values | James Almer | 2018-11-14 | 1 | -21/+9 |
* | cbs_av1: Support redundant frame headers | Mark Thompson | 2018-11-05 | 1 | -4/+12 |
* | cbs_av1: Fix header writing when already aligned | Mark Thompson | 2018-11-05 | 1 | -1/+1 |
* | lavc: Add coded bitstream read/write support for AV1 | Mark Thompson | 2018-09-26 | 1 | -0/+1320 |