Searched hist:"657983 b8c215b60694fad0f469a15ae2d84f343b" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | AVCodecEncoder.h | 657983b8c215b60694fad0f469a15ae2d84f343b Thu Oct 21 10:29:20 UTC 2010 Stephan Aßmus <superstippi@gmx.de> * Introduce some currently disabled code to store the AVCodecContext pointer in the media_format user data section. * In the AVCodecEncoder, optionally use the AVCodecContext pointer from the AVFormatWriter instead of its own instance. The problems I am investigating are not improved by this, but it may be needed anyway. * Map the bitrate for audio to a fixed table. Certain encoders will refuse to use a non-standard bitrate, like the currently enabled AC-3 encoder. * Fixed tracing output in _EncodeAudio().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39039 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | AVFormatWriter.cpp | 657983b8c215b60694fad0f469a15ae2d84f343b Thu Oct 21 10:29:20 UTC 2010 Stephan Aßmus <superstippi@gmx.de> * Introduce some currently disabled code to store the AVCodecContext pointer in the media_format user data section. * In the AVCodecEncoder, optionally use the AVCodecContext pointer from the AVFormatWriter instead of its own instance. The problems I am investigating are not improved by this, but it may be needed anyway. * Map the bitrate for audio to a fixed table. Certain encoders will refuse to use a non-standard bitrate, like the currently enabled AC-3 encoder. * Fixed tracing output in _EncodeAudio().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39039 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | AVCodecEncoder.cpp | 657983b8c215b60694fad0f469a15ae2d84f343b Thu Oct 21 10:29:20 UTC 2010 Stephan Aßmus <superstippi@gmx.de> * Introduce some currently disabled code to store the AVCodecContext pointer in the media_format user data section. * In the AVCodecEncoder, optionally use the AVCodecContext pointer from the AVFormatWriter instead of its own instance. The problems I am investigating are not improved by this, but it may be needed anyway. * Map the bitrate for audio to a fixed table. Certain encoders will refuse to use a non-standard bitrate, like the currently enabled AC-3 encoder. * Fixed tracing output in _EncodeAudio().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39039 a95241bf-73f2-0310-859d-f6bbb57e9c96
|