Searched refs:theora (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3.c129 int theora, theora_tables; member in struct:Vp3DecodeContext
1833 if (s->theora && get_bits1(&gb))
1840 if (!s->theora)
1847 } while(s->theora >= 0x030200 && s->nqis<3 && get_bits1(&gb));
1865 if (!s->theora)
1876 if (s->version || s->theora)
2055 s->theora = get_bits_long(gb, 24);
2056 av_log(avctx, AV_LOG_DEBUG, "Theora bitstream version %X\n", s->theora);
2060 if (s->theora < 0x030200)
2075 if (s->theora >
[all...]
H A Dlibtheoraenc.c39 #include <theora/theora.h>
133 Output first header packet consisting of theora
183 /* Copy planes to the theora yuv_buffer */
H A Dallcodecs.c150 REGISTER_DECODER (THEORA, theora);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dconfigure2018 enabled libtheora && require libtheora theora/theora.h theora_info_init -ltheora -logg

Completed in 88 milliseconds