Skip to content

Dev Profile #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 30, 2014
Merged

Conversation

cchampet
Copy link
Member

  • InputVideo: add setProfile.
  • InputFile: add setProfile.
  • OutputFile: add setProfile.
  • SConstruct: add debug compilation option (-g).
  • Update some comments.

Clement Champetier added 17 commits July 28, 2014 14:35
Construct a CodedDesc from an AVCodec and an AVCodecContext.
Can set the profile of an InputStream.
* Add class ParamSet in common file.
* Remove set functions in CodedDesc.
* Update setProfile of:
     * IntputVideo.
     * OutputVideo.
     * OutputAudio.
Can set a profile of the output (a format profile).
* Allocate AVFormatContext in OuputFile's constructor (before the
setup).
* Reason: if setProfile before setup, the AVFormatContext is NULL and so
wa can set no format options.
To enable debug mode (breakpoints...).
Can set a profile of the input (a format profile).
Get the format name from the given filename.
Check match between a format name and a filename.
Get existing format profiles.
* avProfileFormat is necessary in a format profileDesc.
* Update _outputFormat depending on avProfileFormat in the profile.
@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit 9c1534a into avTranscoder:master Jul 30, 2014
@cchampet cchampet deleted the dev_FormatProfile branch August 6, 2014 12:21
cchampet pushed a commit to cchampet/avTranscoder that referenced this pull request Jan 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants