File List
Here is a list of all files with brief descriptions:
libavcodec/
aasc.c [code] Autodesk RLE Video Decoder by Konstantin Shishkov
libavcodec/
ac3.c [code] Common code between the AC-3 encoder and decoder
libavcodec/
ac3.h [code] Common code between the AC-3 encoder and decoder
libavcodec/
alac.c [code] ALAC (Apple Lossless Audio Codec) decoder
libavcodec/
allcodecs.c [code] Provides registration of all codecs, parsers and bitstream filters for libavcodec
libavcodec/
bfi.c [code] Brute Force & Ignorance (.bfi) video decoder
libavcodec/
cabac.c [code] Context Adaptive Binary Arithmetic Coder
libavcodec/
cabac.h [code] Context Adaptive Binary Arithmetic Coder
libavcodec/
cavs.c [code] Chinese AVS video (AVS1-P2, JiZhun profile) decoder
libavcodec/
cavsdec.c [code] Chinese AVS video (AVS1-P2, JiZhun profile) decoder
libavcodec/
dct-test.c [code] DCT test (c) 2001 Fabrice Bellard Started from sample code by Juan J
libavcodec/
dctref.c [code] Reference discrete cosine transform (double precision)
libavcodec/
dsicinav.c [code] Delphine Software International CIN audio/video decoders
libavcodec/
eacmv.c [code] Electronic Arts CMV Video Decoder by Peter Ross (suxen_drol at hotmail dot com)
libavcodec/
eatgv.c [code] Electronic Arts TGV Video Decoder by Peter Ross (suxen_drol at hotmail dot com)
libavcodec/
elbg.c [code] Codebook Generator using the ELBG algorithm
libavcodec/
eval.c [code] Simple arithmetic expression evaluator
libavcodec/
ffv1.c [code] FF Video Codec 1 (an experimental lossless codec)
libavcodec/
flac.h [code] FLAC (Free Lossless Audio Codec) decoder/demuxer common functions
libavcodec/
huffman.c [code] Huffman tree builder and
VLC generator Copyright (c) 2006 Konstantin Shishkov
libavcodec/
imc.c [code] IMC - Intel Music Coder A mdct based codec using a 256 points large transform divied into 32 bands with some mix of scale factors
libavcodec/
imx_dump_header_bsf.c [code] Imx dump header bitstream filter modifies bitstream to fit in mov and be decoded by final cut pro decoder
libavcodec/
intrax8.c [code] IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1
libavcodec/
lcldec.c [code] LCL (LossLess Codec Library) Video Codec Decoder for MSZH and ZLIB codecs Experimental encoder for ZLIB RGB24
libavcodec/
lclenc.c [code] LCL (LossLess Codec Library) Video Codec Decoder for MSZH and ZLIB codecs Experimental encoder for ZLIB RGB24
libavcodec/
libamr.c [code] Adaptive Multi-Rate (AMR) Audio decoder stub
libavcodec/
libgsm.c [code] Interface to libgsm for gsm encoding/decoding
libavcodec/
mdec.c [code] Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1
libavcodec/
mmvideo.c [code] American Laser Games MM Video Decoder by Peter Ross (suxen_drol at hotmail dot com)
libavcodec/
mpc.c [code] Musepack decoder core MPEG Audio Layer 1/2 -like codec with frames of 1152 samples divided into 32 subbands
libavcodec/
mpc.h [code] Musepack decoder MPEG Audio Layer 1/2 -like codec with frames of 1152 samples divided into 32 subbands
libavcodec/
mpc7.c [code] Musepack SV7 decoder MPEG Audio Layer 1/2 -like codec with frames of 1152 samples divided into 32 subbands
libavcodec/
mpc8.c [code] Musepack SV8 decoder MPEG Audio Layer 1/2 -like codec with frames of 1152 samples divided into 32 subbands
libavcodec/
nellymoser.c [code] The 3 alphanumeric copyright notices are md5summed they are from the original implementors
libavcodec/
nellymoser.h [code] The 3 alphanumeric copyright notices are md5summed they are from the original implementors
libavcodec/
nellymoserdec.c [code] The 3 alphanumeric copyright notices are md5summed they are from the original implementors
libavcodec/
rdft.c [code] (Inverse) Real Discrete Fourier Transforms
libavcodec/
rv34.h [code] RV30 and RV40 decoder common data declarations
libavcodec/
svq1.c [code] Sorenson Vector Quantizer #1 (SVQ1) video codec
libavcodec/
svq1.h [code] Sorenson Vector Quantizer #1 (SVQ1) video codec
libavcodec/
svq1enc.c [code] Sorenson Vector Quantizer #1 (SVQ1) video codec
libavcodec/
tta.c [code] TTA (The Lossless True Audio) decoder (www.true-audio.com or tta.corecodec.org)
libavcodec/
vmnc.c [code] VMware Screen Codec (VMnc) decoder As Alex Beregszaszi discovered, this is effectively RFB data dump
libavcodec/
vorbis.c [code] Common code for Vorbis I encoder and decoder
libavcodec/
vp3dsp.c [code] Standard C DSP-oriented functions cribbed from the original VP3 source code
libavcodec/
vp56.c [code] VP5 and VP6 compatible video decoder (common features)
libavcodec/
vp56.h [code] VP5 and VP6 compatible video decoder (common features)
libavcodec/x86/
vp3dsp_mmx.c [code] MMX-optimized functions cribbed from the original VP3 source code
libavcodec/x86/
vp3dsp_sse2.c [code] SSE2-optimized functions cribbed from the original VP3 source code
libavformat/
bfi.c [code] Brute Force & Ignorance (.bfi) file demuxer
libavformat/
dsicin.c [code] Delphine Software International CIN file demuxer
libavformat/
eacdata.c [code] Electronic Arts cdata Format Demuxer by Peter Ross (suxen_drol at hotmail dot com)
libavformat/
mm.c [code] American Laser Games MM Format Demuxer by Peter Ross (suxen_drol at hotmail dot com)
libavformat/
oma.c [code] This is a demuxer for Sony OpenMG Music files
libavformat/
psxstr.c [code] PSX STR file demuxer by Mike Melanson (
melanson@pcisys.net) This module handles streams that have been ripped from Sony Playstation CD games
libavformat/
rdt.c [code] Realmedia RTSP protocol (RDT) support
libavformat/
riff.h [code] Internal header for RIFF based (de)muxers do NOT include this in end user applications
libavformat/
utils.c [code] Various utility functions for use within FFmpeg
libavformat/
vc1test.c [code] VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L
libavutil/
fifo.h [code] Very simple circular buffer FIFO implementation
libavutil/
mem.c [code] Default memory allocator for libavutil
libavutil/
timer.h [code] High precision timer, useful to profile code