Skip to content

StreamTranscoder: manage end of encoding #56

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

Conversation

cchampet
Copy link
Member

  • Transcoder: add init function to initialize all streams.
  • StreamTranscoder: add init function to pre-process frames necessary to
    delete the latency.
  • OutputEssence: add a CodedDesc and its getter function. With that, we
    can get the description of essence whithout knowing its type (video,
    audio...).
  • Update OutputVideo and OutputAudio to getVideoDesc and getAudioDesc by
    cast the CodedDesc in OutputEssence.
  • CodedDesc: add getLatency.
  • Update avProcessor app.: init the transcoder before start transcode.
  • fix Manage end of encoding #49

Clement Champetier added 3 commits August 13, 2014 12:44
* Transcoder: add init function to initialize all streams.
* StreamTranscoder: add init function to pre-process frames necessary to
delete the latency.
* OutputEssence: add a CodedDesc and its getter function. With that, we
can get the description of essence whithout knowing its type (video,
audio...).
* Update OutputVideo and OutputAudio to getVideoDesc and getAudioDesc by
cast the CodedDesc in OutputEssence.
* CodedDesc: add getLatency.
* Update avProcessor app.: init the transcoder before start transcode.
* fix avTranscoder#49
MarcAntoine-Arnaud added a commit that referenced this pull request Aug 13, 2014
StreamTranscoder: manage end of encoding
@MarcAntoine-Arnaud MarcAntoine-Arnaud merged commit a1435c1 into avTranscoder:master Aug 13, 2014
@cchampet cchampet deleted the dev_Manage_end_of_encoding branch September 17, 2014 08:05
valnoel added a commit to valnoel/avTranscoder that referenced this pull request Jan 20, 2015
…play_version

Library: display a correct avTranscoder version
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