File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 428428- [ script] : Prepend bash with /usr/bin/env
429429- [ kmpp_buffer] : Close fd when deinit
430430- [ mpp_thread] : Fix thread name is not set
431- - Rename FFmpeg to FF for sdk release request
431+ - Rename FF for sdk release request
432432- [ kmpp_obj] : Fix kmpp obj get by sptr
433433- [ h265d] : Ensure the DTS is transmitted to the frame
434434- [ kmpp_obj] : Rename kmpp_obj_impl_put func
Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ typedef struct KmppFrameImpl_t {
4343 MppFrameColorPrimaries color_primaries ;
4444 MppFrameColorTransferCharacteristic color_trc ;
4545
46- /**
47- * YUV colorspace type.
48- * It must be accessed using av_frame_get_colorspace() and
49- * av_frame_set_colorspace().
50- * - encoding: Set by user
51- * - decoding: Set by libavcodec
52- */
5346 MppFrameColorSpace colorspace ;
5447 MppFrameChromaLocation chroma_location ;
5548
Original file line number Diff line number Diff line change @@ -135,13 +135,6 @@ struct MppFrameImpl_t {
135135 MppFrameColorPrimaries color_primaries ;
136136 MppFrameColorTransferCharacteristic color_trc ;
137137
138- /**
139- * YUV colorspace type.
140- * It must be accessed using av_frame_get_colorspace() and
141- * av_frame_set_colorspace().
142- * - encoding: Set by user
143- * - decoding: Set by libavcodec
144- */
145138 MppFrameColorSpace colorspace ;
146139 MppFrameChromaLocation chroma_location ;
147140
Original file line number Diff line number Diff line change @@ -34,15 +34,10 @@ NOTE:
3434 RV1108/RV1107
3535 RV1109/RV1126
36363. Mpp support all format hardware can support except VC1.
37- 4. you can get demo about mpp applied to linux and android.
38- Liunx : https://github.com/WainDing/mpp_linux_cpp
39- https://github.com/MUZLATAN
40- https://github.com/nyanmisaka
41- Android : https://github.com/c-xh/RKMediaCodecDemo
42- 5. offical github: https://github.com/rockchip-linux/mpp
37+ 4. offical github: https://github.com/rockchip-linux/mpp
4338 develop github: https://github.com/HermanChen/mpp
4439 develop gitee : https://gitee.com/hermanchen82/mpp
45- 6 . Commit message format should base on https://keepachangelog.com/en/1.0.0/
40+ 5 . Commit message format should base on https://keepachangelog.com/en/1.0.0/
4641
4742More document can be found at http://opensource.rock-chips.com/wiki_Mpp
4843
You can’t perform that action at this time.
0 commit comments