Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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