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
[BSW] Insert AUD has wrong order in AVC encoder #155
Comments
|
BTW: I think HEVC Encoder insert AUD has the same issue in BSW/SKL |
|
@mypopydev that is correct. we will add the fix later. |
mypopydev
added a commit
to mypopydev/intel-vaapi-driver
that referenced
this issue
May 17, 2017
If find the AUD NAL in raw data list, it will insert AUD first in the bitstream. Fix intel#155 Signed-off-by: Jun Zhao <jun.zhao@intel.com>
mypopydev
added a commit
to mypopydev/intel-vaapi-driver
that referenced
this issue
May 17, 2017
If find the AUD NAL in raw data list, it will insert AUD first in the bitstream. Fix intel#155 Signed-off-by: Jun Zhao <jun.zhao@intel.com>
mypopydev
added a commit
to mypopydev/intel-vaapi-driver
that referenced
this issue
May 19, 2017
If find the AUD NAL in raw data list, it will insert AUD first in the bitstream. Fix intel#155 Signed-off-by: Jun Zhao <jun.zhao@intel.com>
xhaihao
pushed a commit
that referenced
this issue
May 22, 2017
If find the AUD NAL in raw data list, it will insert AUD first in the bitstream. Fix #155 Signed-off-by: Jun Zhao <jun.zhao@intel.com>
mypopydev
added a commit
to mypopydev/intel-vaapi-driver
that referenced
this issue
May 24, 2017
If find the AUD NAL in raw data list, it will insert AUD first in the bitstream. Fix intel#155 Signed-off-by: Jun Zhao <jun.zhao@intel.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
More information, you can refer to:
https://patchwork.ffmpeg.org/patch/3544/
I know the commit fd52137 fix this issue in GEN9 (I've verified in SKL with master branch), but GEN8 don't have this fix.
The text was updated successfully, but these errors were encountered: