Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mlafroce
/
tutorial-ffmpeg
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Raii Ejemplo 3
- #2
#2
Open
camiboj
wants to merge 12 commits into
mlafroce:master
mlafroce/tutorial-ffmpeg:master
from
camiboj:master
camiboj/tutorial-ffmpeg:master
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Raii Ejemplo 3
#2
camiboj
wants to merge 12 commits into
mlafroce:master
mlafroce/tutorial-ffmpeg:master
from
camiboj:master
camiboj/tutorial-ffmpeg:master
Copy head branch name to clipboard
Commits
Commits on Jun 10, 2019
made it raii
camiboj
committed
3753778
View commit details
Copy full SHA for 3753778
Browse repository at this point
CodecContantext was't really RAII. Now it is.
camiboj
committed
bedd9af
View commit details
Copy full SHA for bedd9af
Browse repository at this point
deleted unused function
camiboj
committed
f970711
View commit details
Copy full SHA for f970711
Browse repository at this point
deleted unused exception
camiboj
committed
8d8f5b3
View commit details
Copy full SHA for 8d8f5b3
Browse repository at this point
removed logic of ffmpeg from the main and encapsulated in SwsContext
camiboj
committed
ccc5b2e
View commit details
Copy full SHA for ccc5b2e
Browse repository at this point
added exception message
camiboj
committed
3ee427d
View commit details
Copy full SHA for 3ee427d
Browse repository at this point
deleted unused class
camiboj
committed
62b866e
View commit details
Copy full SHA for 62b866e
Browse repository at this point
Commits on Jun 12, 2019
Added the necessary classes to make threadpool
camiboj
committed
d2ff0c7
View commit details
Copy full SHA for d2ff0c7
Browse repository at this point
fighting with threads
camiboj
committed
839ff33
View commit details
Copy full SHA for 839ff33
Browse repository at this point
you were fighting with yourself stupid girl. Of course you must call 'start'. 'run' is a sequential function. 'start' is the one that make possible to execute 'run' in a thread
camiboj
committed
856ed5c
View commit details
Copy full SHA for 856ed5c
Browse repository at this point
deleted prints
camiboj
committed
f31bbc3
View commit details
Copy full SHA for f31bbc3
Browse repository at this point
Commits on Jun 13, 2019
instructions to compile and execute the important one
camiboj
committed
0ceb6fa
View commit details
Copy full SHA for 0ceb6fa
Browse repository at this point
You can’t perform that action at this time.