All Classes Interface Summary Class Summary
Class |
Description |
AVCodecLibrary |
Based on FFMPEG Aug 12 2007.
|
AVCodecLibrary.AVBitStreamFilter |
|
AVCodecLibrary.AVBitStreamFilterContext |
|
AVCodecLibrary.AVCodec |
|
AVCodecLibrary.AVCodecContext |
main external API structure
|
AVCodecLibrary.AVCodecParser |
|
AVCodecLibrary.AVCodecParserContext |
|
AVCodecLibrary.AVFrame |
|
AVCodecLibrary.AVOption |
|
AVCodecLibrary.AVPaletteControl |
|
AVCodecLibrary.AVPanScan |
Pan Scan area.
|
AVCodecLibrary.AVPicture |
four components are given, that's all.
|
AVCodecLibrary.AVSubtitle |
|
AVCodecLibrary.AVSubtitleRect |
|
AVCodecLibrary.RcOverride |
|
AVCodecLibraryImageConverter |
|
AVCodecSample |
Based on:
http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html
http://www.inb.uni-luebeck.de/~boehme/libavcodec_update.html
http://www.inb.uni-luebeck.de/~boehme/avcodec_sample.0.4.9.cpp
|
AVFormatLibrary |
Based on FFMPEG Aug 12 2007.
|
AVFormatLibrary.AVFormatContext |
|
AVFormatLibrary.AVFormatParameters |
|
AVFormatLibrary.AVFrac |
|
AVFormatLibrary.AVIndexEntry |
< full parsing and interpolation of timestamps for frames not starting on packet boundary
|
AVFormatLibrary.AVInputFormat |
|
AVFormatLibrary.AVOutputFormat |
< use generic index building code
|
AVFormatLibrary.AVPacket |
|
AVFormatLibrary.AVPacketList |
|
AVFormatLibrary.AVProbeData |
this structure contains the data a format has to probe a file
|
AVFormatLibrary.AVStream |
|
AVFormatLibrary.ByteIOContext |
|
AVFormatLibrary.Destruct |
|
AVFormatLibrary.URLClose |
|
AVFormatLibrary.URLContext |
|
AVFormatLibrary.URLOpen |
|
AVFormatLibrary.URLPollEntry |
|
AVFormatLibrary.URLProtocol |
|
AVFormatLibrary.URLRead |
|
AVFormatLibrary.URLSeek |
|
AVFormatLibrary.URLWrite |
|
AVUtilLibrary |
Based on FFMPEG Aug 12 2007.
|
CallbackURLProtocolHandler |
A Java version ffmpeg URLProtocol, bug specific to a single stream.
|
CallbackURLProtocolMgr |
Provides a single ffmpeg URLProtocol, using the prefix callback:, which calls back to Java code to access the data.
|
FFMPEGLibrary |
Based on FFMPEG Aug 12 2007.
|
FFMPEGLibrary.AVClass |
|
FFMPEGLibrary.AVRational |
|
FileCallbackURLProtocolHandler |
Implements CallbackURLProtocolHandler by using standard Java file I/O.
|
FrameDataToImage |
In progress
|
ImageConverter |
Interface encapsulating AVCodec's img_convert function, allowing it to be swapped out
with an SWScale implementation.
|
ImageConverterSingleton |
Provides a global instance of ImageConverter.
|
ImageFrame |
Adapted from http://www.oreilly.com/catalog/learnjava/chapter/ch14.html
|
LoggerSingleton |
Logger for use by all of ffmpeg-java.
|
PlayerExample |
Based on AVCodecSample, but shows the movie in a window.
|
SWScaleLibrary |
NOTICE: THIS CLASS IS GPL-LICENSED, UNLIKE THE REST OF FFMPEG-JAVA.
|
SWScaleLibrary.SwsContext |
|
SWScaleLibrary.SwsFilter |
|
SWScaleLibrary.SwsVector |
|
SWScaleLibraryImageConverter |
NOTICE: THIS CLASS IS GPL-LICENSED, UNLIKE THE REST OF FFMPEG-JAVA.
|
URLProtocolTest |
Demonstrates ffmpeg getting data from a Java callback, rather than a file directly, using CallbackURLProtocolMgr.
|