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-07-09avcodec/h26[45]_metadata_bsf: Fix range of chroma_sample_loc_typeAndreas Rheinhardt
2022-03-24avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt
2022-01-01lavc/{av1, h264, h265}_metadata_bsf: fix description of tick_rateZhao Zhili
2021-12-23avcodec/h2645: Fix SEI->display matrix transformationAndreas Rheinhardt
2021-06-29avcodec/h264_metadata_bsf: Allow zeroing constraint_set4_flag and constraint_...Derek Buitenhuis
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-02avcodec/h264_metadata_bsf: Don't add AUD to extradataAndreas Rheinhardt
2021-03-13avcodec/h264_metadata_bsf: Check nb_units before accessing the first in h264_...Michael Niedermayer
2021-03-11avcodec: use the buffer_size_t typedef where requiredJames Almer
2021-01-22avcodec/h264_metadata_bsf: Don't use unitialized valueAndreas Rheinhardt
2021-01-21h264_metadata_bsf: Use common cbs bsf implementationMark Thompson
2021-01-21h264_metadata_bsf: Improve interpretation of input display matricesMark Thompson
2021-01-21h264_metadata_bsf: Refactor the filter function into smaller partsMark Thompson
2021-01-21cbs_h2645: Merge SEI message handling in common between codecsMark Thompson
2021-01-21h264: Use common SEI typesMark Thompson
2021-01-21h264_metadata_bsf: Move SEI user data parsing to init timeMark Thompson
2021-01-21cbs_h2645: Merge SEI messages in common between codecsMark Thompson
2020-07-07avcodec/h26[45]_metadata_bsf: Use separate contexts for reading/writingAndreas Rheinhardt
2020-07-07avcodec/cbs: Remove unused function parametersAndreas Rheinhardt
2020-07-04avcodec/h264_metadata_bsf: Fix invalid av_freepAndreas Rheinhardt
2020-05-22avcodec.h: split bitstream filters API into its own headerAnton Khirnov
2020-05-22lavc: rename bsf.h to bsf_internal.hAnton Khirnov
2020-05-03avcodec/h264_metadata: filter parameter sets in packet side dataJames Almer
2020-01-08avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphensLimin Wang
2019-07-29h264_metadata: Support overscan_appropriate_flagMark Thompson
2019-07-28av1/h264_metadata: Don't reinitialize dataAndreas Rheinhardt
2019-07-09cbs_h264, h264_metadata: Deleting SEI messages never failsAndreas Rheinhardt
2019-07-09cbs: ff_cbs_delete_unit: Replace return value with assertAndreas Rheinhardt
2019-07-08h264_metadata: Localize code for display orientationAndreas Rheinhardt
2019-07-08h264_metadata: Avoid allocations and copies of packet structuresAndreas Rheinhardt
2019-07-08av1/h264_metadata, filter_units: Count down when deleting unitsAndreas Rheinhardt
2019-03-27lavc/h264_levels: add MaxMBPS checking and update fate test.Decai Lin
2019-02-26libavcodec/cbs: Stop needlessly reallocating the units arrayAndreas Rheinhardt
2018-11-14h264_metadata: Don't use inferred value of buffering framesAndreas Rheinhardt
2018-11-14h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt
2018-09-25h264_metadata: Avoid integer overflow in bitrateMark Thompson
2018-09-23h264_metadata: Add option to set the level of the streamMark Thompson
2018-05-11h264_metadata: Fix AUD writingMark Thompson
2018-05-11h264_metadata: Remove redundant setting of SEI payload sizeMark Thompson
2018-03-21avcodec/h264_metadata: fix memory leak in case of output packet creation failureJames Almer
2018-03-20h264_metadata: Fix memory leak on multiple display orientation messagesMark Thompson
2018-03-18lavc/h264_metadata_bsf: support dump options.Jun Zhao
2018-03-18h264_metadata: Remove unused fieldsMark Thompson
2018-03-18h264_metadata: Add support for display orientation SEI messagesMark Thompson
2018-03-07h264_metadata: Actually fail when sei_user_data option is invalidMark Thompson
2018-02-22Merge commit '6d5a6dde5301c81e221a37b3f39bb03149492b98'Mark Thompson
2018-02-22Merge commit '78fa0b9033c0834c049e2aedf71a8c613fed87ab'Mark Thompson
2018-02-22Merge commit '69062d0f9b6aef5d9d9b8c9c9b5cfb23037caddb'Mark Thompson
2018-02-22Merge commit 'ce5870a3a8f2b10668ee4f04c2ae0287f66f31b2'Mark Thompson
2018-02-21h264_metadata: Add option to delete filler dataMark Thompson