Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavformat
  • movenccenc.c
Find file
BlameHistoryPermalink
  • erankor's avatar
    movenc: support cenc (common encryption) · 4469e8eb
    erankor authored Dec 07, 2015
    support writing encrypted mp4 using aes-ctr, conforming to ISO/IEC
    23001-7.
    
    3 new parameters were added:
    - encryption_scheme - allowed values are none (default) and cenc-aes-ctr
    - encryption_key - 128 bit encryption key (hex)
    - encryption_kid - 128 bit encryption key identifier (hex)
    Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
    4469e8eb
movenccenc.c 10.7 KB
EditWeb IDE

Replace movenccenc.c

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.