malloc 80 libavcodec/apiexample.c samples = malloc(frame_size * 2 * c->channels); malloc 82 libavcodec/apiexample.c outbuf = malloc(outbuf_size); malloc 140 libavcodec/apiexample.c outbuf = malloc(AVCODEC_MAX_AUDIO_FRAME_SIZE); malloc 234 libavcodec/apiexample.c outbuf = malloc(outbuf_size); malloc 236 libavcodec/apiexample.c picture_buf = malloc((size * 3) / 2); /* size for YUV 420 */ malloc 59 libavutil/mem.c ptr = malloc(size+16); malloc 97 libavutil/mem.c ptr = malloc(size); malloc 75 libswscale/swscale-example.c src[i]= (uint8_t*) malloc(srcStride[i]*srcH); malloc 76 libswscale/swscale-example.c dst[i]= (uint8_t*) malloc(dstStride[i]*dstH); malloc 77 libswscale/swscale-example.c out[i]= (uint8_t*) malloc(refStride[i]*h); malloc 189 libswscale/swscale-example.c uint8_t *rgb_data = malloc (W*H*4); malloc 192 libswscale/swscale-example.c uint8_t *data = malloc (3*W*H); malloc 132 tests/rotozoom.c lum_tab = malloc(w * h); malloc 133 tests/rotozoom.c cb_tab = malloc((w * h) / 4); malloc 134 tests/rotozoom.c cr_tab = malloc((w * h) / 4); malloc 291 tests/rotozoom.c rgb_tab = malloc(w * h * 3); malloc 108 tests/videogen.c lum_tab = malloc(w * h); malloc 109 tests/videogen.c cb_tab = malloc((w * h) / 4); malloc 110 tests/videogen.c cr_tab = malloc((w * h) / 4); malloc 284 tests/videogen.c rgb_tab = malloc(w * h * 3); malloc 130 tools/qt-faststart.c ftyp_atom = malloc(ftyp_atom_size); malloc 171 tools/qt-faststart.c moov_atom = malloc(moov_atom_size);