net.sf.ffmpeg_java.AVCodecLibrary.av_free_static() |
net.sf.ffmpeg_java.AVCodecLibrary.av_mallocz_static(int) |
net.sf.ffmpeg_java.AVCodecLibrary.img_copy(AVCodecLibrary.AVPicture, AVCodecLibrary.AVPicture, int, int, int)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVCodecLibrary.img_crop(AVCodecLibrary.AVPicture, AVCodecLibrary.AVPicture, int, int, int)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVCodecLibrary.img_pad(AVCodecLibrary.AVPicture, AVCodecLibrary.AVPicture, int, int, int, int, int, int, int, IntByReference)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVCodecLibrary.img_resample_close(Pointer)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVCodecLibrary.img_resample_full_init(int, int, int, int, int, int, int, int, int, int, int, int)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVCodecLibrary.img_resample_init(int, int, int, int) |
net.sf.ffmpeg_java.AVCodecLibrary.img_resample(Pointer, AVCodecLibrary.AVPicture, AVCodecLibrary.AVPicture)
Use the software scaler (swscale) instead.
|
net.sf.ffmpeg_java.AVFormatLibrary.parse_frame_rate(IntByReference, IntByReference, String) |
net.sf.ffmpeg_java.AVFormatLibrary.parse_image_size(IntByReference, IntByReference, String) |
net.sf.ffmpeg_java.SWScaleLibrary.sws_scale_ordered(Pointer, Pointer, Pointer, int, int, Pointer, Pointer) |