#include "bitspopup.inc"#include "condition.inc"#include "file.inc"#include "filebase.h"#include <lame/lame.h>#include "libmpeg3.h"#include "thread.h"Go to the source code of this file.
Classes | |
| class | FileMPEG |
| class | FileMPEGVideo |
| class | FileMPEGAudio |
| class | MPEGConfigAudio |
| class | MPEGLayer |
| class | MPEGABitrate |
| class | MPEGPreset |
| class | MPEGColorModel |
| class | MPEGDerivative |
| class | MPEGBitrate |
| class | MPEGQuant |
| class | MPEGIFrameDistance |
| class | MPEGPFrameDistance |
| class | MPEGFixedBitrate |
| class | MPEGFixedQuant |
| class | MPEGSeqCodes |
| class | MPEGConfigVideo |
Functions | |
| void | mpeg2enc_init_buffers () |
| int | mpeg2enc (int argc, char *argv[]) |
| void | mpeg2enc_set_w (int width) |
| void | mpeg2enc_set_h (int height) |
| void | mpeg2enc_set_rate (double rate) |
| void | mpeg2enc_set_input_buffers (int eof, char *y, char *u, char *v) |
| void | toolame_init_buffers () |
| int | toolame (int argc, char **argv) |
| int | toolame_send_buffer (char *data, int bytes) |
|
||||||||||||
|
Referenced by FileMPEGVideo::run(). |
|
|
Referenced by FileMPEGVideo::FileMPEGVideo(). |
|
|
Referenced by FileMPEGVideo::FileMPEGVideo(). |
|
||||||||||||||||||||
|
Referenced by FileMPEG::close_file(), and FileMPEG::write_frames(). |
|
|
Referenced by FileMPEGVideo::FileMPEGVideo(). |
|
|
Referenced by FileMPEGVideo::FileMPEGVideo(). |
|
||||||||||||
|
Referenced by FileMPEGAudio::run(). |
|
|
Referenced by FileMPEGAudio::FileMPEGAudio(). |
|
||||||||||||
|
Referenced by FileMPEG::close_file(), and FileMPEG::write_samples(). |
1.4.4