Searched refs:workaround_bugs (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263dec.c48 s->workaround_bugs= avctx->workaround_bugs;
266 && (s->workaround_bugs&FF_BUG_AUTODETECT)
290 if(s->workaround_bugs&FF_BUG_AUTODETECT){
292 s->workaround_bugs |= FF_BUG_NO_PADDING;
294 s->workaround_bugs &= ~FF_BUG_NO_PADDING;
298 if(s->msmpeg4_version || (s->workaround_bugs&FF_BUG_NO_PADDING)){ //FIXME perhaps solve this more cleanly
307 if((s->workaround_bugs&FF_BUG_NO_PADDING) && s->error_recognition>=3)
309 else if((s->workaround_bugs&FF_BUG_NO_PADDING))
454 if(s->workaround_bugs
[all...]
H A Dmpegvideo_common.h268 if((s->workaround_bugs & FF_BUG_HPEL_CHROMA) && field_based){
490 }else if(s->workaround_bugs&FF_BUG_QPEL_CHROMA2){
494 }else if(s->workaround_bugs&FF_BUG_QPEL_CHROMA){
H A Dh263.c678 if((s->avctx->workaround_bugs & FF_BUG_DIRECT_BLOCKSIZE) || !s->quarter_sample)
2087 if(!(s->workaround_bugs & FF_BUG_MS))
2374 if(s->workaround_bugs & FF_BUG_MS) {
2390 if(s->workaround_bugs & FF_BUG_MS) { //
2467 if(!(s->workaround_bugs & FF_BUG_MS))
2586 else if(!(s->workaround_bugs&FF_BUG_DC_CLIP))
3132 if(s->workaround_bugs&FF_BUG_NO_PADDING){
3372 if(s->workaround_bugs & FF_BUG_AMV)
4231 if((!s->progressive_sequence) && (cbp || (s->workaround_bugs&FF_BUG_XVID_ILACE)))
5901 if(s->workaround_bugs
[all...]
H A Davcodec.h1134 int workaround_bugs; member in struct:AVCodecContext
H A Dmpegvideo.h220 int workaround_bugs; ///< workaround bugs in encoders which cannot be detected automatically member in struct:MpegEncContext
H A Doptions.c138 {"bug", "workaround not auto detected encoder bugs", OFFSET(workaround_bugs), FF_OPT_TYPE_FLAGS, FF_BUG_AUTODETECT, INT_MIN, INT_MAX, V|D, "bug"},
H A Dmsmpeg4.c99 if(s->workaround_bugs){
H A Dh264.c2186 s->workaround_bugs= avctx->workaround_bugs;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c204 static int workaround_bugs = 1; variable
1744 enc->workaround_bugs = workaround_bugs;
2502 { "bug", OPT_INT | HAS_ARG | OPT_EXPERT, {(void*)&workaround_bugs}, "workaround bugs", "" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h1134 int workaround_bugs; member in struct:AVCodecContext

Completed in 148 milliseconds