DALI icon indicating copy to clipboard operation
DALI copied to clipboard

Add MPEG-4 Part2 decoding support

Open awolant opened this issue 3 years ago • 7 comments

Adds MPEG-4 Part2 decoding support for FramesDecoder and FramesDecoderGpu for all usage patterns (regular, in-memory, no index).

Category:

Description:

Based on #4327 by @JanuszL

Requires https://github.com/NVIDIA/DALI_deps/pull/61 deps PR and https://github.com/NVIDIA/DALI_extra/pull/109 DALI_extra PR.

Additional information:

Affected modules and functionalities:

Key points relevant for the review:

Tests:

  • [ ] Existing tests apply
  • [x] New tests added
    • [ ] Python tests
    • [x] GTests
    • [ ] Benchmark
    • [ ] Other
  • [ ] N/A

Checklist

Documentation

  • [ ] Existing documentation applies
  • [x] Documentation updated
    • [ ] Docstring
    • [ ] Doxygen
    • [ ] RST
    • [ ] Jupyter
    • [x] Other
  • [ ] N/A

DALI team only

Requirements

  • [x] Implements new requirements
  • [ ] Affects existing requirements
  • [ ] N/A

REQ IDs: N/A

JIRA TASK: N/A

awolant avatar Oct 15 '22 13:10 awolant

CI MESSAGE: [6216597]: BUILD STARTED

dali-automaton avatar Oct 18 '22 15:10 dali-automaton

CI MESSAGE: [6216597]: BUILD FAILED

dali-automaton avatar Oct 18 '22 16:10 dali-automaton

CI MESSAGE: [6225403]: BUILD STARTED

dali-automaton avatar Oct 19 '22 08:10 dali-automaton

CI MESSAGE: [6225403]: BUILD FAILED

dali-automaton avatar Oct 19 '22 10:10 dali-automaton

CI MESSAGE: [6226244]: BUILD STARTED

dali-automaton avatar Oct 19 '22 10:10 dali-automaton

CI MESSAGE: [6226244]: BUILD FAILED

dali-automaton avatar Oct 19 '22 13:10 dali-automaton

I think you need to update conda/third_party/dali_ffmpeg/recipe/build.sh and https://github.com/NVIDIA/DALI/blame/main/docs/compilation.rst#L205

JanuszL avatar Oct 24 '22 15:10 JanuszL