You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Niedermayer 0e0d6cfd48 Get rid of G726Tables.bits. 17 years ago
..
alpha Use full path for #includes from another directory. 17 years ago
armv4l convert DOS-style carriage return to Unix-style 17 years ago
bfin Use full path for #includes from another directory. 17 years ago
i386 Simplify vsad16_mmx2(). 17 years ago
mlib Use full path for #includes from another directory. 17 years ago
ppc consistency cosmetics: indices --> indexes in variable names 17 years ago
ps2 Use full path for #includes from another directory. 17 years ago
sh4 Use full path for #includes from another directory. 17 years ago
sparc Use full path for #includes from another directory. 17 years ago
4xm.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
8bps.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
8svx.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Makefile add ac3dec_data.[c,h] 17 years ago
aac_ac3_parser.c This fixes the code so it is correct on both sides of the if(). 17 years ago
aac_ac3_parser.h add necessary #includes in headers 17 years ago
aac_parser.c Add new_frame_start and need_next_header. 17 years ago
aasc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ac3.c pass bap table to ff_ac3_bit_alloc_calc_bap() 17 years ago
ac3.h pass bap table to ff_ac3_bit_alloc_calc_bap() 17 years ago
ac3_parser.c move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. 17 years ago
ac3_parser.h use enum value for CRC error 17 years ago
ac3dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ac3dec.h add fields needed for E-AC-3 decoding to decode context 17 years ago
ac3dec_data.c move rematrixing band table to ac3dec_data.c 17 years ago
ac3dec_data.h move rematrixing band table to ac3dec_data.c 17 years ago
ac3enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ac3tab.c add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header() 17 years ago
ac3tab.h Use full path for #includes from another directory. 17 years ago
acelp_filters.c Move pitch vector interpolation code to acelp_filters 17 years ago
acelp_filters.h Move pitch vector interpolation code to acelp_filters 17 years ago
acelp_math.c Fixed-point implementation of ff_cos, ff_log2, ff_exp2. 17 years ago
acelp_math.h Implement bidirectional (positive offset - left, negative - right) 17 years ago
acelp_vectors.c consistency cosmetics: indices --> indexes in variable names 17 years ago
acelp_vectors.h Add missing #includes to fix 'make checkheaders'. 17 years ago
adpcm.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
adx.h
adxdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
adxenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
alac.c fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). 17 years ago
allcodecs.c LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx net 17 years ago
apedec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
apiexample.c
asv1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
atrac3.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
atrac3data.h
audioconvert.c
avcodec.h Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
avs.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
beosthread.c
bethsoftvideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
bethsoftvideo.h
bfi.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
bitstream.c unused 17 years ago
bitstream.h Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier. 17 years ago
bitstream_filter.c
bmp.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
bmp.h
bmpenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
bytestream.h Use full path for #includes from another directory. 17 years ago
c93.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
cabac.c Use full path for #includes from another directory. 17 years ago
cabac.h Use full path for #includes from another directory. 17 years ago
cavs.c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
cavs.h
cavs_parser.c
cavsdata.h
cavsdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
cavsdsp.c
cinepak.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
cljr.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
colorspace.h
cook.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
cookdata.h Remove useless variable since r8456. 17 years ago
cscd.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
cyuv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dca.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dca.h
dca_parser.c DCA frame size is constant 17 years ago
dcadata.h
dcahuff.h
dct-test.c Test idct_xvid_sse2() in dct-test. 17 years ago
dirac_parser.c Add Dirac parser from SoC; written by Marco Gerards; 17 years ago
dnxhddata.c return if bitrate is not specified or too low 17 years ago
dnxhddata.h
dnxhddec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dnxhdenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dpcm.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dsicinav.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dsputil.c Typo: distoration -> distortion. 17 years ago
dsputil.h Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs. 17 years ago
dump_extradata_bsf.c
dv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dvbsub.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dvbsub_parser.c Simplify parser core. 17 years ago
dvbsubdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dvdata.h Use full path for #includes from another directory. 17 years ago
dvdsub_parser.c
dvdsubdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dvdsubenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
dxa.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
elbg.c Use full path for #includes from another directory. 17 years ago
elbg.h Use full path for #includes from another directory. 17 years ago
error_resilience.c cosmetics: typo fixes 17 years ago
escape124.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
eval.c Improve parse_primary() error message. 17 years ago
eval.h Fix 17 years ago
faandct.c Fix unused variable warnings. 17 years ago
faandct.h
faanidct.c Fix unused variable warnings. 17 years ago
faanidct.h include dependencies ... 17 years ago
fdctref.c
fft-test.c
fft.c indentation 17 years ago
ffv1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
flac.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
flac.h include avcodec.h 17 years ago
flacenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
flashsv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
flashsvenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
flicvideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
fraps.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
g726.c Get rid of G726Tables.bits. 17 years ago
gif.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
gifdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
golomb.c Use full path for #includes from another directory. 17 years ago
golomb.h
h261.c
h261.h
h261_parser.c
h261data.h
h261dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
h261enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
h263.c Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
h263.h
h263_parser.c don't cast const away 17 years ago
h263_parser.h
h263data.h
h263dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
h264.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
h264.h Store mb_xy in H264Context and only calculate it once per MB. 17 years ago
h264_mp4toannexb_bsf.c Fix a bug causing the generated stream to be corrupt if the buffer 17 years ago
h264_parser.c
h264_parser.h
h264data.h Use full path for #includes from another directory. 17 years ago
h264dspenc.c
h264enc.c Use full path for #includes from another directory. 17 years ago
h264idct.c
h264pred.c
h264pred.h Use full path for #includes from another directory. 17 years ago
huffman.c huffman: add a zero_count flag and use it in fraps 17 years ago
huffman.h huffman: add a zero_count flag and use it in fraps 17 years ago
huffyuv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
idcinvideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
imc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
imcdata.h
imgconvert.c memcpy considering output width, not src linesize, fix segv with av_picture_pad 17 years ago
imgconvert.h Add missing stdint.h #include to headers that use it. 17 years ago
imgconvert_template.h
imgresample.c add context_to_name func for logging 17 years ago
imx_dump_header_bsf.c
indeo2.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
indeo2data.h
indeo3.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
indeo3data.h
interplayvideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
intrax8.c Correctly clean up IntraX8Context upon codec close. 17 years ago
intrax8.h Correctly clean up IntraX8Context upon codec close. 17 years ago
intrax8dsp.c
intrax8huf.h
jfdctfst.c Use full path for #includes from another directory. 17 years ago
jfdctint.c Use full path for #includes from another directory. 17 years ago
jpegls.c
jpegls.h
jpeglsdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
jpeglsdec.h
jpeglsenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
jrevdct.c Use full path for #includes from another directory. 17 years ago
kmvc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
lcl.h
lcldec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
lclenc.c Improve an lclenc.c error message in case of unsupported input pixel 17 years ago
liba52.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libamr.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libdirac.h 10l: Unbreak libdirac compilation; CONFIG_LIBDIRAC is defined in config.h, so 17 years ago
libdirac_libschro.c Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library 17 years ago
libdirac_libschro.h Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library 17 years ago
libdiracdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libdiracenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libfaac.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libfaad.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libgsm.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libmp3lame.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libschroedinger.c Add Dirac support through libschroedinger. 17 years ago
libschroedinger.h Add Dirac support through libschroedinger. 17 years ago
libschroedingerdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libschroedingerenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libtheoraenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libvorbis.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libx264.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
libxvid_internal.h cosmetics: XviD is now called Xvid. 17 years ago
libxvid_rc.c cosmetics: XviD is now called Xvid. 17 years ago
libxvidff.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ljpegenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
loco.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
lsp.c Fix compilation error. 17 years ago
lsp.h Replace hardcoded LP filter order with parameter. 17 years ago
lzw.c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
lzw.h consts 17 years ago
lzwenc.c
mace.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mathops.h Use full path for #includes from another directory. 17 years ago
mdct.c improve precision in mdct.c using double for some temporaries 17 years ago
mdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mimic.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mjpeg.c
mjpeg.h
mjpeg_parser.c
mjpega_dump_header_bsf.c
mjpegbdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mjpegdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mjpegdec.h Increase alignment for DCT block arrays from 8 to 16 17 years ago
mjpegenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mjpegenc.h
mlp_parser.c Use full path for #includes from another directory. 17 years ago
mlp_parser.h
mmvideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
motion-test.c
motion_est.c Fix return type of ff_init_me(). 17 years ago
motion_est_template.c add FF_ prefix to all (frame)_TYPE usage 17 years ago
movsub_bsf.c Add bitstream filter to convert between mov and plain text subtitles 17 years ago
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc.c Use full path for #includes from another directory. 17 years ago
mpc.h Use full path for #includes from another directory. 17 years ago
mpc7.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpc7data.h
mpc8.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpc8data.h
mpc8huff.h
mpcdata.h
mpeg4audio.c mpeg4audio common code 17 years ago
mpeg4audio.h mpeg4audio common code 17 years ago
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg12.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpeg12.h
mpeg12data.c move ff_mpeg1_dc_scale_table to mpegvideo.c 17 years ago
mpeg12data.h Use full path for #includes from another directory. 17 years ago
mpeg12decdata.h
mpeg12enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c
mpegaudiodata.c
mpegaudiodata.h Use full path for #includes from another directory. 17 years ago
mpegaudiodec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpegaudiodecheader.c
mpegaudiodecheader.h Use full path for #includes from another directory. 17 years ago
mpegaudiodectab.h
mpegaudioenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpegaudiotab.h
mpegvideo.c Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
mpegvideo.h Fix return type of ff_init_me(). 17 years ago
mpegvideo_common.h Force inlining of MPV_motion_internal. 17 years ago
mpegvideo_enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
mpegvideo_parser.c In mpeg1/2 timestamps are associated with the access unit which 17 years ago
msmpeg4.c Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
msmpeg4.h
msmpeg4data.c Move wmv1_scantable to .rodata section by making it an array of arrays. 17 years ago
msmpeg4data.h Use full path for #includes from another directory. 17 years ago
msrle.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
msvideo1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
nellymoser.c Separating from nellymoserdec.c parts required by encoder 17 years ago
nellymoser.h Separating from nellymoserdec.c parts required by encoder 17 years ago
nellymoserdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
noise_bsf.c Randomly change the amount of noise if nothing is explicitly set. 17 years ago
nuv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
opt.c Anoter try to make +- behave sanely. 17 years ago
opt.h minor spelling/grammar fixes 17 years ago
os2thread.c Add attribute_align_arg to os2thread.c. 17 years ago
parser.c indent 17 years ago
parser.h small spelling/wording fixes 17 years ago
pcm.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
pcx.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
png.c decode mng color decorrelation 17 years ago
png.h decode mng color decorrelation 17 years ago
pngdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
pngenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
pnm.c Remove unnecessary parentheses from return calls. 17 years ago
pnm.h
pnm_parser.c
pnmenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
pthread.c
ptx.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
qdm2.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
qdm2data.h
qdrw.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
qpeg.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
qtrle.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
qtrleenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ra144.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ra144.h Add missing #includes to fix 'make checkheaders'. 17 years ago
ra288.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ra288.h
rangecoder.c Add #undef random and call the right function to fix test program compilation. 17 years ago
rangecoder.h Use full path for #includes from another directory. 17 years ago
ratecontrol.c cosmetics: XviD is now called Xvid. 17 years ago
ratecontrol.h
raw.c
raw.h
rawdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rawenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rectangle.h Use full path for #includes from another directory. 17 years ago
remove_extradata_bsf.c
resample.c
resample2.c typo: occured --> occurred 17 years ago
rl.h Change init_vlc_rl() so it does not use *alloc_static() anymore. 17 years ago
rl2.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rle.c change rle encoder to count up to 127, sgi does not support 128 17 years ago
rle.h
roqaudioenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
roqvideo.c cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. 17 years ago
roqvideo.h Use full path for #includes from another directory. 17 years ago
roqvideodec.c Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software 17 years ago
roqvideoenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rpza.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rtjpeg.c Use full path for #includes from another directory. 17 years ago
rtjpeg.h dsputil.h is a local header 17 years ago
rv10.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rv30.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rv30data.h
rv30dsp.c RV30 thirdpel motion compensation support 17 years ago
rv34.c Remove unnecessary parentheses from return calls. 17 years ago
rv34.h Calculate motion vector information based on PTS provided in slice header 17 years ago
rv34data.h
rv34vlc.h
rv40.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
rv40data.h
rv40vlc2.h
s3tc.c use AV_RL* instead of le2me_* 17 years ago
s3tc.h
sgi.h
sgidec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
sgienc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
shorten.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
simple_idct.c
simple_idct.h
smacker.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
smc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
snow.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
snow.h
sonic.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
sp5x.h
sp5xdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
sunrast.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
svq1.c Mark the ff_svq1_frame_size_table as constant. 17 years ago
svq1.h Mark the ff_svq1_frame_size_table as constant. 17 years ago
svq1_cb.h
svq1_vlc.h
svq1dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
svq1enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
svq1enc_cb.h
svq3.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
targa.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
targaenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
tiertexseqv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
tiff.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
tiff.h
tiffenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
truemotion1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
truemotion1data.h
truemotion2.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
truespeech.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
truespeech_data.h
tscc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
tta.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
txd.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ulti.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ulti_cb.h
unary.h
utils.c enable global_header flag for audio and video encoding, was wrongly part of commit r13722 17 years ago
vb.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vc1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vc1.h add FF_ prefix to all (frame)_TYPE usage 17 years ago
vc1_parser.c
vc1acdata.h
vc1data.c Comment out unused ff_vc1_norm6_spec table. 17 years ago
vc1data.h Use full path for #includes from another directory. 17 years ago
vc1dsp.c simplify 4-point transform part a bit 17 years ago
vcr1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vmdav.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vmnc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vorbis.c Remove unnecessary parentheses from return calls. 17 years ago
vorbis.h
vorbis_data.c
vorbis_dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vorbis_enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vorbis_enc_data.h
vp3.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vp3data.h
vp3dsp.c
vp5.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vp5data.h
vp6.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
vp6data.h
vp56.c Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. 17 years ago
vp56.h remove #include "mpegvideo.h" where it is not needed 17 years ago
vp56data.c
vp56data.h Add VP56_FRAME_NONE and use VP56_FRAME_CURRENT. 17 years ago
vqavideo.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
w32thread.c __stdcall -> WINAPI 17 years ago
wavpack.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
wma.c
wma.h
wmadata.h
wmadec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
wmaenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
wmv2.c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
wmv2.h Increase alignment for DCT block arrays from 8 to 16 17 years ago
wmv2dec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
wmv2enc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
wnv1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
ws-snd1.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
xan.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
xiph.c Simplify ff_split_xiph_headers 17 years ago
xiph.h Use full path for #includes from another directory. 17 years ago
xl.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
xsubdec.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
xvmc_render.h
xvmcvideo.c Fix a bunch of typos in comments. 17 years ago
zmbv.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
zmbvenc.c Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago