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
  • libavcodec
  • libx264.c
Find file
BlameHistoryPermalink
  • Marton Balint's avatar
    avcodec/libx264: remove FF_CODEC_CAP_INIT_THREADSAFE flag · 00e7e4b1
    Marton Balint authored Oct 20, 2018
    Libx264 uses strtok which is not thread safe. Strtok is used in
    x264_param_default_preset in param_apply_tune in x264/common/base.c.
    Therefore the flag must be removed.
    
    x264 fixed the issue, once the fix is pushed to stable, an #if can be added
    to re-enable the flag based on X264_BUILD number.
    
    Fixes ticket #7446.
    Signed-off-by: 's avatarMarton Balint <cus@passwd.hu>
    (cherry picked from commit b02490a4)
    00e7e4b1
libx264.c 42.3 KB
EditWeb IDE

Replace libx264.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.