Go to the source code of this file.
Functions | |
| void * | my_malloc (unsigned size, mpeg2_alloc_t reason) |
| void | my_av_print (void *ptr, int level, const char *fmt, va_list vl) |
| void | DEBUGpts (QPtrList< MPEG2frame > *vFrame) |
| static QString | PtsTime (int64_t pts) |
| static void | SETBITS (unsigned char *ptr, long value, int num) |
| int | fill_buffers (void *r, int finish) |
| void | copy_quant_matrix (mpeg2dec_t *dec, uint16_t *dest) |
| void | usage (char *s) |
| int | main (int argc, char **argv) |
Variables | |
| int | print_verbose_messages = MPF_GENERAL | MPF_IMPORTANT |
| This global variable is set at startup with the flags of the verbose messages we want to see. | |
| void* my_malloc | ( | unsigned | size, | |
| mpeg2_alloc_t | reason | |||
| ) |
| void my_av_print | ( | void * | ptr, | |
| int | level, | |||
| const char * | fmt, | |||
| va_list | vl | |||
| ) |
| void DEBUGpts | ( | QPtrList< MPEG2frame > * | vFrame | ) |
Definition at line 74 of file mpeg2fix.cpp.
| static QString PtsTime | ( | int64_t | pts | ) | [static] |
Definition at line 88 of file mpeg2fix.cpp.
Referenced by MPEG2fixup::FindStart(), MPEG2fixup::FrameInfo(), MPEG2fixup::GetFrame(), MPEG2fixup::InitialPTSFixup(), PTSOffsetQueue::SetNextPos(), MPEG2fixup::Start(), and PTSOffsetQueue::UpdateOrigPTS().
| static void SETBITS | ( | unsigned char * | ptr, | |
| long | value, | |||
| int | num | |||
| ) | [static] |
| int fill_buffers | ( | void * | r, | |
| int | finish | |||
| ) |
Definition at line 437 of file mpeg2fix.cpp.
Referenced by do_replex(), init_multiplex(), and MPEG2replex::Start().
| void copy_quant_matrix | ( | mpeg2dec_t * | dec, | |
| uint16_t * | dest | |||
| ) |
| void usage | ( | char * | s | ) |
Definition at line 2364 of file mpeg2fix.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 2380 of file mpeg2fix.cpp.
| int print_verbose_messages = MPF_GENERAL | MPF_IMPORTANT |
This global variable is set at startup with the flags of the verbose messages we want to see.
Definition at line 2362 of file mpeg2fix.cpp.
1.5.5