AV_RL32          4195 ffserver.c                     video_enc.codec_tag = AV_RL32(arg);
AV_RL32           358 libavcodec/4xm.c         bitstream_size= AV_RL32(buf+8);
AV_RL32           359 libavcodec/4xm.c         wordstream_size= AV_RL32(buf+12);
AV_RL32           360 libavcodec/4xm.c         bytestream_size= AV_RL32(buf+16);
AV_RL32           638 libavcodec/4xm.c     const unsigned int bitstream_size= AV_RL32(buf);
AV_RL32           639 libavcodec/4xm.c     const int token_count av_unused = AV_RL32(buf + bitstream_size + 8);
AV_RL32           640 libavcodec/4xm.c     unsigned int prestream_size= 4*AV_RL32(buf + bitstream_size + 4);
AV_RL32           687 libavcodec/4xm.c     frame_4cc= AV_RL32(buf);
AV_RL32           688 libavcodec/4xm.c     if(buf_size != AV_RL32(buf+4)+8 || buf_size < 20){
AV_RL32           689 libavcodec/4xm.c         av_log(f->avctx, AV_LOG_ERROR, "size mismatch %d %d\n", buf_size, AV_RL32(buf+4));
AV_RL32           692 libavcodec/4xm.c     if(frame_4cc == AV_RL32("cfrm")){
AV_RL32           695 libavcodec/4xm.c         const int id= AV_RL32(buf+12);
AV_RL32           696 libavcodec/4xm.c         const int whole_size= AV_RL32(buf+16);
AV_RL32           733 libavcodec/4xm.c             frame_4cc= AV_RL32("pfrm");
AV_RL32           759 libavcodec/4xm.c     if(frame_4cc == AV_RL32("ifr2")){
AV_RL32           763 libavcodec/4xm.c     }else if(frame_4cc == AV_RL32("ifrm")){
AV_RL32           767 libavcodec/4xm.c     }else if(frame_4cc == AV_RL32("pfrm") || frame_4cc == AV_RL32("pfr2")){
AV_RL32           771 libavcodec/4xm.c     }else if(frame_4cc == AV_RL32("snd_")){
AV_RL32           804 libavcodec/4xm.c     f->version= AV_RL32(avctx->extradata)>>16;
AV_RL32            74 libavcodec/aasc.c     compr = AV_RL32(buf);
AV_RL32           695 libavcodec/adpcm.c             c->status[0].predictor = AV_RL32(avctx->extradata);
AV_RL32           696 libavcodec/adpcm.c             c->status[1].predictor = AV_RL32(avctx->extradata + 4);
AV_RL32          1215 libavcodec/adpcm.c         samples_in_chunk = AV_RL32(src);
AV_RL32           587 libavcodec/asv1.c     ((uint32_t*)avctx->extradata)[1]= le2me_32(AV_RL32("ASUS"));
AV_RL32           414 libavcodec/bitstream.h         name##_cache= AV_RL32( ((const uint8_t *)(gb)->buffer)+(name##_index>>3) ) >> (name##_index&0x07);\
AV_RL32            45 libavcodec/bytestream.h DEF  (le32, 4, AV_RL32, AV_WL32)
AV_RL32           152 libavcodec/eacmv.c     if (AV_RL32(buf)==MVIh_TAG||AV_RB32(buf)==MVIh_TAG) {
AV_RL32           199 libavcodec/eatgq.c     int big_endian = AV_RL32(&buf[4]) > 0x000FFFFF;
AV_RL32           246 libavcodec/eatgv.c     chunk_type = AV_RL32(&buf[0]);
AV_RL32           108 libavcodec/flacdec.c     if (AV_RL32(avctx->extradata) != MKTAG('f','L','a','C')) {
AV_RL32           607 libavcodec/flacdec.c         if (s->bitstream_size < 4 || AV_RL32(s->bitstream) != MKTAG('f','L','a','C'))
AV_RL32           175 libavcodec/flicvideo.c     frame_size = AV_RL32(&buf[stream_ptr]);
AV_RL32           184 libavcodec/flicvideo.c         chunk_size = AV_RL32(&buf[stream_ptr]);
AV_RL32           473 libavcodec/flicvideo.c     frame_size = AV_RL32(&buf[stream_ptr]);
AV_RL32           482 libavcodec/flicvideo.c         chunk_size = AV_RL32(&buf[stream_ptr]);
AV_RL32           147 libavcodec/fraps.c     header = AV_RL32(buf);
AV_RL32           269 libavcodec/fraps.c         if ((AV_RL32(buf) != FPS_TAG)||(buf_size < (planes*1024 + 24))) {
AV_RL32           274 libavcodec/fraps.c             offs[i] = AV_RL32(buf + 4 + i * 4);
AV_RL32           312 libavcodec/fraps.c         if ((AV_RL32(buf) != FPS_TAG)||(buf_size < (planes*1024 + 24))) {
AV_RL32           317 libavcodec/fraps.c             offs[i] = AV_RL32(buf + 4 + i * 4);
AV_RL32           116 libavcodec/h263.c #define IS_3IV1 s->codec_tag == AV_RL32("3IV1")
AV_RL32          5248 libavcodec/h263.c     if (s->pict_type == FF_I_TYPE && s->codec_tag == AV_RL32("ZYGO")){
AV_RL32          5573 libavcodec/h263.c             if(width && height && !(s->width && s->codec_tag == AV_RL32("MP4S"))){ /* they should be non zero but who knows ... */
AV_RL32          6087 libavcodec/h263.c     if(s->codec_tag == AV_RL32("WV1F") && show_bits(gb, 24) == 0x575630){
AV_RL32           433 libavcodec/h263dec.c         if(s->stream_codec_tag == AV_RL32("XVID") ||
AV_RL32           434 libavcodec/h263dec.c            s->codec_tag == AV_RL32("XVID") || s->codec_tag == AV_RL32("XVIX") ||
AV_RL32           435 libavcodec/h263dec.c            s->codec_tag == AV_RL32("RMP4"))
AV_RL32           438 libavcodec/h263dec.c         if(s->codec_tag == AV_RL32("DIVX") && s->vo_type==0 && s->vol_control_parameters==1
AV_RL32           445 libavcodec/h263dec.c         if(s->codec_tag == AV_RL32("DIVX") && s->vo_type==0 && s->vol_control_parameters==0)
AV_RL32           455 libavcodec/h263dec.c         if(s->codec_tag == AV_RL32("XVIX"))
AV_RL32           458 libavcodec/h263dec.c         if(s->codec_tag == AV_RL32("UMP4")){
AV_RL32           379 libavcodec/kmvc.c             c->pal[i] = AV_RL32(src);
AV_RL32           339 libavcodec/libxvidff.c             avctx->codec_tag = AV_RL32("xvid");
AV_RL32           239 libavcodec/loco.c     version = AV_RL32(avctx->extradata);
AV_RL32           245 libavcodec/loco.c         l->lossy = AV_RL32(avctx->extradata + 8);
AV_RL32           248 libavcodec/loco.c         l->lossy = AV_RL32(avctx->extradata + 8);
AV_RL32           252 libavcodec/loco.c     l->mode = AV_RL32(avctx->extradata + 4);
AV_RL32            76 libavcodec/mjpega_dump_header_bsf.c                 if (i + 8 < buf_size && AV_RL32(buf + i + 8) == AV_RL32("mjpg")) {
AV_RL32           101 libavcodec/mjpegdec.c         AV_RL32(avctx->extradata + 4) == MKTAG('f','i','e','l')) {
AV_RL32          1047 libavcodec/mjpegdec.c     if (id == AV_RL32("AVI1"))
AV_RL32          1075 libavcodec/mjpegdec.c     if (id == AV_RL32("JFIF"))
AV_RL32          1105 libavcodec/mjpegdec.c     if (id == AV_RL32("Adob") && (get_bits(&s->gb, 8) == 'e'))
AV_RL32          1117 libavcodec/mjpegdec.c     if (id == AV_RL32("LJIF")){
AV_RL32          1146 libavcodec/mjpegdec.c         if (id == AV_RL32("mjpg")) /* Apple MJPEG-A */
AV_RL32          2297 libavcodec/mpeg12.c     if(s->mpeg_enc_ctx_allocated==0 && avctx->codec_tag == AV_RL32("VCR2"))
AV_RL32           191 libavcodec/msrledec.c                     pix32 = AV_RL32(src);
AV_RL32           210 libavcodec/msrledec.c             case 32: pix32 = AV_RL32(src);
AV_RL32            89 libavcodec/nuv.c         c->lq[i] = AV_RL32(buf);
AV_RL32            91 libavcodec/nuv.c         c->cq[i] = AV_RL32(buf);
AV_RL32           147 libavcodec/rl2.c     s->clr_count = AV_RL32(&avctx->extradata[2]);
AV_RL32           725 libavcodec/rv10.c     else                   return AV_RL32(buf + n*8);
AV_RL32          1368 libavcodec/rv34.c     else                   return AV_RL32(buf + n*8 - 4) == 1 ? AV_RL32(buf + n*8) :  AV_RB32(buf + n*8);
AV_RL32            64 libavcodec/s3tc.c     pixels = AV_RL32(s+4);
AV_RL32           279 libavcodec/smacker.c     mmap_size = AV_RL32(smk->avctx->extradata);
AV_RL32           280 libavcodec/smacker.c     mclr_size = AV_RL32(smk->avctx->extradata + 4);
AV_RL32           281 libavcodec/smacker.c     full_size = AV_RL32(smk->avctx->extradata + 8);
AV_RL32           282 libavcodec/smacker.c     type_size = AV_RL32(smk->avctx->extradata + 12);
AV_RL32           581 libavcodec/smacker.c     unp_size = AV_RL32(buf);
AV_RL32           720 libavcodec/svq3.c             uint32_t header = AV_RL32(&s->gb.buffer[(get_bits_count(&s->gb)>>3)+1]);
AV_RL32            73 libavcodec/targa.c                 *((uint32_t*)dst) = AV_RL32(src);
AV_RL32           208 libavcodec/targa.c                         dst32[x] = AV_RL32(buf + x * 4);
AV_RL32            63 libavcodec/tiff.c     int v = le ? AV_RL32(*p) : AV_RB32(*p);
AV_RL32           209 libavcodec/truemotion2.c     magic = AV_RL32(buf);
AV_RL32           218 libavcodec/truemotion2.c         length = AV_RL32(buf);
AV_RL32            68 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32            83 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32            94 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           103 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           112 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           122 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           132 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           142 libavcodec/truespeech.c     t = AV_RL32(input);
AV_RL32           212 libavcodec/tta.c     if (show_bits_long(&s->gb, 32) == AV_RL32("TTA1"))
AV_RL32            53 libavcodec/txd.c     version         = AV_RL32(cur);
AV_RL32            54 libavcodec/txd.c     d3d_format      = AV_RL32(cur+76);
AV_RL32           135 libavcodec/txd.c         cur += AV_RL32(cur) + 4;
AV_RL32            96 libavcodec/vmdav.c     dataleft = AV_RL32(s);
AV_RL32           101 libavcodec/vmdav.c     if (AV_RL32(s) == 0x56781234) {
AV_RL32           403 libavcodec/vmdav.c     s->unpack_buffer_size = AV_RL32(&vmd_header[800]);
AV_RL32            80 libavcodec/vmnc.c     case 8: return AV_RL32(buf);
AV_RL32           498 libavcodec/wavpack.c     s->samples = AV_RL32(buf); buf += 4;
AV_RL32           508 libavcodec/wavpack.c     s->frame_flags = AV_RL32(buf); buf += 4;
AV_RL32           513 libavcodec/wavpack.c     s->CRC = AV_RL32(buf); buf += 4;
AV_RL32            98 libavcodec/wmadec.c         flags1 = AV_RL32(extradata);
AV_RL32            75 libavcodec/xl.c             val = AV_RL32(buf);
AV_RL32           567 libavcodec/zmbv.c                     uint32_t tmp = AV_RL32(src);
AV_RL32            85 libavformat/4xm.c     if ((AV_RL32(&p->buf[0]) != RIFF_TAG) ||
AV_RL32            86 libavformat/4xm.c         (AV_RL32(&p->buf[8]) != FOURXMV_TAG))
AV_RL32           128 libavformat/4xm.c         fourcc_tag = AV_RL32(&header[i]);
AV_RL32           129 libavformat/4xm.c         size = AV_RL32(&header[i + 4]);
AV_RL32           132 libavformat/4xm.c             fourxm->fps = av_int2flt(AV_RL32(&header[i + 12]));
AV_RL32           139 libavformat/4xm.c             fourxm->width  = AV_RL32(&header[i + 36]);
AV_RL32           140 libavformat/4xm.c             fourxm->height = AV_RL32(&header[i + 40]);
AV_RL32           156 libavformat/4xm.c             AV_WL32(st->codec->extradata, AV_RL32(&header[i + 16]));
AV_RL32           168 libavformat/4xm.c             current_track = AV_RL32(&header[i + 8]);
AV_RL32           183 libavformat/4xm.c             fourxm->tracks[current_track].adpcm       = AV_RL32(&header[i + 12]);
AV_RL32           184 libavformat/4xm.c             fourxm->tracks[current_track].channels    = AV_RL32(&header[i + 36]);
AV_RL32           185 libavformat/4xm.c             fourxm->tracks[current_track].sample_rate = AV_RL32(&header[i + 40]);
AV_RL32           186 libavformat/4xm.c             fourxm->tracks[current_track].bits        = AV_RL32(&header[i + 44]);
AV_RL32           253 libavformat/4xm.c         fourcc_tag = AV_RL32(&header[0]);
AV_RL32           254 libavformat/4xm.c         size = AV_RL32(&header[4]);
AV_RL32            56 libavformat/asfcrypt.c         keys[i] = AV_RL32(keybuf + (i << 2)) | 1;
AV_RL32           538 libavformat/avidec.c                     if (st->codec->stream_codec_tag == AV_RL32("Axan")){
AV_RL32            53 libavformat/bethsoftvid.c     if (AV_RL32(p->buf) != MKTAG('V', 'I', 'D', 0))
AV_RL32            43 libavformat/bfi.c     if (AV_RL32(p->buf) == MKTAG('B', 'F', '&', 'I'))
AV_RL32            63 libavformat/dsicin.c     if (AV_RL32(&p->buf[0]) != 0x55AA0000)
AV_RL32            67 libavformat/dsicin.c     if (AV_RL32(&p->buf[12]) != 22050 || p->buf[16] != 16 || p->buf[17] != 0)
AV_RL32           161 libavformat/dxa.c         switch(AV_RL32(buf)){
AV_RL32           378 libavformat/electronicarts.c     switch (AV_RL32(&p->buf[0])) {
AV_RL32            68 libavformat/flic.c         if(AV_RL32(&p->buf[0x10]) > 2000)
AV_RL32            97 libavformat/flic.c     speed = AV_RL32(&header[0x10]);
AV_RL32           174 libavformat/flic.c         size = AV_RL32(&preamble[0]);
AV_RL32           109 libavformat/idcin.c     number = AV_RL32(&p->buf[0]);
AV_RL32           114 libavformat/idcin.c     number = AV_RL32(&p->buf[4]);
AV_RL32           119 libavformat/idcin.c     number = AV_RL32(&p->buf[8]);
AV_RL32           124 libavformat/idcin.c     number = AV_RL32(&p->buf[12]);
AV_RL32           129 libavformat/idcin.c     number = AV_RL32(&p->buf[16]);
AV_RL32            63 libavformat/idroq.c         (AV_RL32(&p->buf[2]) != 0xFFFFFFFF))
AV_RL32            98 libavformat/idroq.c         chunk_size = AV_RL32(&preamble[2]);
AV_RL32           198 libavformat/idroq.c         chunk_size = AV_RL32(&preamble[2]);
AV_RL32           217 libavformat/idroq.c             chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 +
AV_RL32            81 libavformat/iff.c     if ( AV_RL32(d)   == ID_FORM &&
AV_RL32            82 libavformat/iff.c          AV_RL32(d+8) == ID_8SVX)
AV_RL32           366 libavformat/img2.c                AV_RL32(st->codec->extradata+4) == MKTAG('j','p','2','h')){
AV_RL32           367 libavformat/img2.c                 if(pkt->size < 8 || AV_RL32(pkt->data+4) != MKTAG('j','p','2','c'))
AV_RL32           380 libavformat/img2.c                       AV_RL32(pkt->data+4) != MKTAG('j','P',' ',' '))){ // signature
AV_RL32           323 libavformat/ipmovie.c             s->frame_pts_inc = ((uint64_t)AV_RL32(&scratch[0])) * AV_RL16(&scratch[4]);
AV_RL32           325 libavformat/ipmovie.c                 1000000.0/s->frame_pts_inc, AV_RL32(&scratch[0]), AV_RL16(&scratch[4]));
AV_RL32          1263 libavformat/matroskadec.c             track->video.fourcc = AV_RL32(track->codec_priv.data + 16);
AV_RL32          1277 libavformat/matroskadec.c             track->video.fourcc = AV_RL32(track->codec_priv.data);
AV_RL32            64 libavformat/mm.c     if (AV_RL32(&p->buf[2]) != MM_HEADER_LEN_V && AV_RL32(&p->buf[2]) != MM_HEADER_LEN_AV)
AV_RL32          1962 libavformat/mov.c         tag = AV_RL32(p->buf + offset + 4);
AV_RL32            56 libavformat/mpc8.c     if (AV_RL32(p->buf) == TAG_MPCK)
AV_RL32           204 libavformat/nuv.c         size = PKTSIZE(AV_RL32(&hdr[8]));
AV_RL32           221 libavformat/nuv.c                 pkt->pts = AV_RL32(&hdr[4]);
AV_RL32           233 libavformat/nuv.c                 pkt->pts = AV_RL32(&hdr[4]);
AV_RL32           114 libavformat/oggparseogm.c     t = AV_RL32(p + 96);
AV_RL32           118 libavformat/oggparseogm.c         st->codec->codec_id = codec_get_id(codec_bmp_tags, AV_RL32(p + 68));
AV_RL32           121 libavformat/oggparseogm.c         st->codec->width = AV_RL32(p + 176);
AV_RL32           122 libavformat/oggparseogm.c         st->codec->height = AV_RL32(p + 180);
AV_RL32           127 libavformat/oggparseogm.c         st->codec->sample_rate = AV_RL32(p + 128);
AV_RL32           128 libavformat/oggparseogm.c         st->codec->bit_rate = AV_RL32(p + 132) * 8;
AV_RL32            45 libavformat/oggparsespeex.c     st->codec->sample_rate = AV_RL32(p + 36);
AV_RL32            46 libavformat/oggparsespeex.c     st->codec->channels = AV_RL32(p + 48);
AV_RL32            75 libavformat/psxstr.c     if ((AV_RL32(&p->buf[0]) == RIFF_TAG) &&
AV_RL32            76 libavformat/psxstr.c         (AV_RL32(&p->buf[8]) == CDXA_TAG)) {
AV_RL32           110 libavformat/psxstr.c     if (AV_RL32(&sector[0]) == RIFF_TAG)
AV_RL32           154 libavformat/psxstr.c                 int frame_size = AV_RL32(&sector[0x24]);
AV_RL32           338 libavformat/r3d.c     if (AV_RL32(p->buf + 4) == MKTAG('R','E','D','1'))
AV_RL32           515 libavformat/raw.c     if (AV_RL32(p->buf) == MKTAG('B', 'B', 'C', 'D'))
AV_RL32           148 libavformat/sierravmd.c     toc_offset = AV_RL32(&vmd->vmd_header[812]);
AV_RL32           178 libavformat/sierravmd.c         current_offset = AV_RL32(&raw_frame_table[6 * i + 2]);
AV_RL32           187 libavformat/sierravmd.c             size = AV_RL32(&chunk[2]);
AV_RL32            64 libavformat/siff.c     if (AV_RL32(p->buf) == TAG_SIFF)
AV_RL32           315 libavformat/smacker.c         smk->aud_pts[smk->curstream] += AV_RL32(pkt->data);
AV_RL32            49 libavformat/thp.c     if (AV_RL32(p->buf) == MKTAG('T', 'H', 'P', '\0'))
AV_RL32            44 libavformat/tta.c     if (get_le32(s->pb) != AV_RL32("TTA1"))
AV_RL32            34 libavformat/txd.c     if (AV_RL32(pd->buf  ) == TXD_FILE &&
AV_RL32            35 libavformat/txd.c        (AV_RL32(pd->buf+8) == TXD_MARKER || AV_RL32(pd->buf+8) == TXD_MARKER2))
AV_RL32            36 libavformat/vc1test.c     if (p->buf[3] != 0xC5 && AV_RL32(&p->buf[4]) != 4)
AV_RL32           119 libavformat/wc3movie.c     if ((AV_RL32(&p->buf[0]) != FORM_TAG) ||
AV_RL32           120 libavformat/wc3movie.c         (AV_RL32(&p->buf[8]) != MOVE_TAG))
AV_RL32           158 libavformat/wc3movie.c     fourcc_tag = AV_RL32(&preamble[0]);
AV_RL32           175 libavformat/wc3movie.c             wc3->palette_count = AV_RL32(&preamble[0]);
AV_RL32           200 libavformat/wc3movie.c             wc3->width = AV_RL32(&preamble[0]);
AV_RL32           201 libavformat/wc3movie.c             wc3->height = AV_RL32(&preamble[4]);
AV_RL32           236 libavformat/wc3movie.c         fourcc_tag = AV_RL32(&preamble[0]);
AV_RL32           298 libavformat/wc3movie.c         fourcc_tag = AV_RL32(&preamble[0]);
AV_RL32           312 libavformat/wc3movie.c             palette_number = AV_RL32(&preamble[0]);
AV_RL32           120 libavformat/westwood.c     if (AV_RL32(&p->buf[16]) != AUD_CHUNK_SIGNATURE)
AV_RL32           183 libavformat/westwood.c     if (AV_RL32(&preamble[4]) != AUD_CHUNK_SIGNATURE)
AV_RL32            97 libavformat/wv.c     wc->flags = AV_RL32(wc->extra + 4);
AV_RL32            45 libavformat/xa.c     switch(AV_RL32(p->buf)) {
AV_RL32            34 libavutil/lfg.c         c->state[i  ]= AV_RL32(tmp);
AV_RL32            35 libavutil/lfg.c         c->state[i+1]= AV_RL32(tmp+4);
AV_RL32            36 libavutil/lfg.c         c->state[i+2]= AV_RL32(tmp+8);
AV_RL32            37 libavutil/lfg.c         c->state[i+3]= AV_RL32(tmp+12);