Diego Biurrun 7038fa6102 Explain which configure options are necessary for which AMR variant. 18 лет назад
..
alpha ecfc4f4436 rename HAVE_GPROF to CONFIG_GPROF 18 лет назад
armv4l 56cc42664a iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, but 18 лет назад
bfin 987c3aa810 Remove #if 0 code. 18 лет назад
i386 5900637219 mmx 16-bit ssd. 2.3x faster svq1 encoding. 18 лет назад
mlib 55fde95e3b rename cropTbl -> ff_cropTbl 18 лет назад
ppc 35f9736988 rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF 18 лет назад
ps2 b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
sh4 49cef7443a Move copy_block* functions to dsp dsputil.h 18 лет назад
sparc a33fe57287 Switch to the LGPL as agreed to by the author according to the 18 лет назад
4xm.c 78104b5d76 Remove some old disabled debugging output 18 лет назад
8bps.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
Makefile 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 лет назад
a52dec.c 43a498f205 Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. 18 лет назад
aasc.c 9ac421e3c1 Remove redundant assign 18 лет назад
ac3.c b5a05cc295 fix handling of special case for lowest snroffset. regressions are unaffected. 18 лет назад
ac3.h 575bf46f16 split ac3_parametric_bit_allocation into 3 separate functions 18 лет назад
ac3enc.c d971a5fa81 cosmetics. align and condense. 18 лет назад
ac3tab.h 495529f7df hardcode ff_ac3_frame_sizes table 18 лет назад
adpcm.c 387afa9d01 fix adpcm swf decoding 18 лет назад
adx.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
alac.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
allcodecs.c 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 лет назад
amr.c 7038fa6102 Explain which configure options are necessary for which AMR variant. 18 лет назад
apiexample.c b24daebf22 The memsetting of the end of buffer is not needed for audio. 18 лет назад
asv1.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
audioconvert.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
avcodec.h bd446bb156 cosmetic 18 лет назад
avs.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
beosthread.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
bitstream.c d7645fb9db fix init_vlc() with nonzero flags 18 лет назад
bitstream.h a9c9a2400b Supply context to tprintf 18 лет назад
bitstream_filter.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
bmp.c 286c71074a Add decode_end method to bmp decoder. Patch by Michel Bardiaux, 18 лет назад
bmp.h 76ebb18f16 Segregate code common to BMP decoder and future encoder 18 лет назад
bmpenc.c 52548eeede BMP encoder by Michel Bardiaux, mbardiaux mediaxim be 18 лет назад
bytestream.h c6e3365c81 add little endian 24bit read/write 18 лет назад
cabac.c a0f2c6ba38 Kill a warning with MSVC 18 лет назад
cabac.h 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 лет назад
cavs.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
cavsdata.h 53aa68b329 move all cavs-parsing to cavs.c 18 лет назад
cavsdsp.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
cinepak.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
cljr.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
cook.c 058ee0cf95 Small simplifications to subband coefficient handling and use av_random(). 18 лет назад
cookdata.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
cscd.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
cyuv.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
dca.c 01ca9ac334 DCA decoder 18 лет назад
dcadata.h bf925c056b Fix wrong license header. 18 лет назад
dcahuff.h 01ca9ac334 DCA decoder 18 лет назад
dct-test.c 3ac35bdb3e platform-independent restructuring and code simplification 18 лет назад
dnxhddata.h 52b6bad219 dnxhd decoder 18 лет назад
dnxhddec.c 239e1b6f8f actually return bytes read 18 лет назад
dpcm.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
dsicinav.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
dsputil.c 5900637219 mmx 16-bit ssd. 2.3x faster svq1 encoding. 18 лет назад
dsputil.h 30f1505380 Typos in comments 18 лет назад
dtsdec.c 271593f123 fix multichannel decoding 18 лет назад
dv.c 5885dda4c5 force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2 18 лет назад
dvbsub.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
dvbsubdec.c 0c3c674cde remove useless static cm variable 18 лет назад
dvdata.h 045bdb5ab4 uint16->uint8 18 лет назад
dvdsubdec.c eabf65608d Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian 18 лет назад
dvdsubenc.c 8aaed74c4b Remove empty structures, 18 лет назад
dxa.c 33a0dd378a DXA demuxer and decoder 18 лет назад
error_resilience.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
eval.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
eval.h 483b8b1210 ministry of english grammar :) then->than 18 лет назад
faac.c 4c02e46daf free faac extradata 18 лет назад
faad.c b83f7eb2ce call faacDecClose() with all libfaad versions 18 лет назад
faandct.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
faandct.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
fdctref.c bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 лет назад
fft-test.c 2818647310 Add '#undef exit', the function is now forbidden. 18 лет назад
fft.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ffv1.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
flac.c 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 18 лет назад
flacenc.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
flashsv.c efbd19fe76 Declare zlib dependency in the Makefile, not in the source. 18 лет назад
flashsvenc.c 8736d68a80 Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour. 18 лет назад
flicvideo.c cbc09a7d5a typo: unkown->unknown 18 лет назад
fraps.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
g726.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
gif.c 93481fe5fe change gif muxer to simple gif encoder 18 лет назад
gifdec.c 04f7136bfe remove TODO, its done now 18 лет назад
golomb.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
golomb.h 76aca7a8bf handle limit>32 for set_ur_golomb_jpegls() 18 лет назад
h261.c 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 лет назад
h261data.h 8e981daf2b make some symbols static 18 лет назад
h263.c 7ca6cc099c 10l for myself, fixing --disable-encoders 18 лет назад
h263data.h 7b7abda3b3 make more tables static 18 лет назад
h263dec.c bdb4b698d8 Corrections so that builds with DEBUG work 18 лет назад
h264.c 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 лет назад
h264data.h acd8d10ffb Making rem6 and div6 globally visible and thus adding prefixes. 18 лет назад
h264dsp.c c6b237da9e Adding H.264 DCT. 18 лет назад
h264enc.c e39e60a37e Adding function which enables writing H.264 NAL units. 18 лет назад
h264idct.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
huffyuv.c 0ec4bc6a27 oops, encoder was under ifdef decoders. 18 лет назад
idcinvideo.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
imc.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
imcdata.h 84ed36da85 IMC decoder 18 лет назад
imgconvert.c 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 лет назад
imgconvert_template.h 3cf5b6bed7 consistency renaming: rgba32 --> rgb32 18 лет назад
imgresample.c 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 лет назад
indeo2.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
indeo2data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
indeo3.c 0b2d5a8ed5 use FFMIN 18 лет назад
indeo3data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
interplayvideo.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
jfdctfst.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
jfdctint.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
jpeg_ls.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
jrevdct.c 73c42241b4 Add copyright notice from the Independent JPEG Group instead of referring 18 лет назад
kmvc.c 9ac421e3c1 Remove redundant assign 18 лет назад
lcl.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
libgsm.c 346a655d46 Add support for MS-GSM codec 18 лет назад
libtheoraenc.c 013591c5f2 Add a comment about swapped numerator and denominator. 18 лет назад
loco.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
lzw.c f39c3c8855 factorize & 18 лет назад
lzw.h ffc5430bc3 LZW decoder as separate module plus TIFF LZW support 18 лет назад
mace.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
mathops.h 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
mdct.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
mdec.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
mjpeg.c f8fb86e9bb cosmetics: indentation 18 лет назад
mmvideo.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
motion_est.c 1cfe393a25 doxy comment tweaks 18 лет назад
motion_est_template.c 1cfe393a25 doxy comment tweaks 18 лет назад
motion_test.c 2818647310 Add '#undef exit', the function is now forbidden. 18 лет назад
mp3lameaudio.c 8e981daf2b make some symbols static 18 лет назад
mpc.c e4cc43625f Use AVRandom 18 лет назад
mpcdata.h 185c7b6b26 Musepack SV7 decoding support 18 лет назад
mpeg12.c f78da6d64f 10l to whoever wrote this 18 лет назад
mpeg12data.h 5a6b9443ed dummy support for mpeg2 non linear quant 18 лет назад
mpeg4data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
mpegaudio.c ac975ac462 useless as this file wont be compiled if this is not true 18 лет назад
mpegaudio.h 498c544ad2 dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) 18 лет назад
mpegaudiodec.c 9608652dc1 kill another 2 av_mallocz_static() 18 лет назад
mpegaudiodectab.h 1bd29b078c make some tables static 18 лет назад
mpegaudiotab.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
mpegvideo.c 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 лет назад
mpegvideo.h bb21f1762a Add doxy comments, based on Loren's explanations posted here: 18 лет назад
msmpeg4.c 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 лет назад
msmpeg4data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
msrle.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
msvideo1.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
nuv.c 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 лет назад
oggvorbis.c 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 лет назад
opt.c a4072c453b Fix a bug in av_find_opt(). Because some of the AVOption structures have field 18 лет назад
opt.h 20e708cbbe add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags 18 лет назад
os2thread.c 10265a1aa9 Remove redundant #ifdef HAVE_THREAD, the file is only compiled 18 лет назад
parser.c adcb72b521 set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking 18 лет назад
parser.h 53aa68b329 move all cavs-parsing to cavs.c 18 лет назад
pcm.c e2e712e7c1 10^10l to whoever wrote this 18 лет назад
png.c 3cf5b6bed7 consistency renaming: rgba32 --> rgb32 18 лет назад
pnm.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
pthread.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
qdm2.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
qdm2data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
qdrw.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
qpeg.c 9ac421e3c1 Remove redundant assign 18 лет назад
qtrle.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
ra144.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ra144.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ra288.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ra288.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
rangecoder.c 24368c4ae4 cosmetics / remove #if 0 code 18 лет назад
rangecoder.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ratecontrol.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
ratecontrol.h bb0f1ea72f update ratecontrol to new ff_eval API 18 лет назад
raw.c b0c59da234 partial avid meridien uncompressed support 18 лет назад
resample.c 8ec04d344a set more reasonable cutoff for audio rate conversion 18 лет назад
resample2.c 7e068841cb replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected 18 лет назад
rl.h 3502a54f59 kill av_mallocz_static() calls in init_rl() 18 лет назад
rle.c eb6905f064 dont use *int8_t for the arguments (ive missed that in the patches ...) 18 лет назад
rle.h eb6905f064 dont use *int8_t for the arguments (ive missed that in the patches ...) 18 лет назад
roqvideo.c 65a455a879 Use pointers to avoid copying AVFrame. 18 лет назад
rpza.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
rtjpeg.c e07eaaccc1 Avoid void*-arithmetic, and uint8_t* is more correct anyway. 18 лет назад
rtjpeg.h c9ec7564f0 Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since 18 лет назад
rv10.c 284ad8a4f0 Check dimensions to avoid division by zero due to invalid new dimensions. 18 лет назад
shorten.c ed18643199 properly set *data_size when returning >= 0 values in shorten_decode_frame() 18 лет назад
simple_idct.c c2a29455e3 enable some 64bit optimized code on 64bit arch 18 лет назад
simple_idct.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
smacker.c c72e05ba0f Smacker Audio stereo fix 18 лет назад
smc.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
snow.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
snow.h 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 лет назад
sonic.c 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 лет назад
sp5x.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
svq1.c e62b3dd210 move some stuff out of an inner loop. 12% faster svq1 encoding. 18 лет назад
svq1_cb.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
svq1_vlc.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
svq3.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
targa.c 71e445fca3 Replace deprecated PIX_FMT names by the newer variants. 18 лет назад
targaenc.c b25514a43f Changed the rle encoder a little and made it more universal. 18 лет назад
tiertexseqv.c 29f86228a0 support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net% 18 лет назад
tiff.c 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 лет назад
tiff.h 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 лет назад
tiffenc.c 716222db17 tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl) 18 лет назад
truemotion1.c 3700dab4f2 cosmetics: aswell --> as well typo fix 18 лет назад
truemotion1data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
truemotion2.c 9ac421e3c1 Remove redundant assign 18 лет назад
truespeech.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
truespeech_data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
tscc.c 9ac421e3c1 Remove redundant assign 18 лет назад
tta.c 15e35274d8 Rename SIGN macro to the more fitting UNFOLD. 18 лет назад
ulti.c 9ac421e3c1 Remove redundant assign 18 лет назад
ulti_cb.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
utils.c 5d79e24a98 typo 18 лет назад
vc1.c 351f6b4e91 FASTTX==0 means additional 16 bits in extradata 18 лет назад
vc1acdata.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vc1data.h 5dc4b2108f table fix 18 лет назад
vc1dsp.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
vcr1.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vmdav.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
vmnc.c 9ac421e3c1 Remove redundant assign 18 лет назад
vorbis.c 5bb127a98f extract vorbis header spliting code into a reusable function 18 лет назад
vorbis.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vorbis_data.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vorbis_enc.c 7dda43eefd vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back) 18 лет назад
vorbis_enc_data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vp3.c da91ed594e use generic xiph header spliting func to split theora headers 18 лет назад
vp3data.h b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
vp3dsp.c 849f10351d rename always_inline to av_always_inline and move to common.h 18 лет назад
vp5.c 704a2881bc Use pointers to avoid copying AVFrame. 18 лет назад
vp56.c eba0fcad9e cleanup setting of returned data frame 18 лет назад
vp56.h 704a2881bc Use pointers to avoid copying AVFrame. 18 лет назад
vp56data.c 33400850cf Don't include inttypes.h/stdint.h directly, there is an abstraction in 18 лет назад
vp56data.h 704a2881bc Use pointers to avoid copying AVFrame. 18 лет назад
vp5data.h 33400850cf Don't include inttypes.h/stdint.h directly, there is an abstraction in 18 лет назад
vp6.c 704a2881bc Use pointers to avoid copying AVFrame. 18 лет назад
vp6data.h 9110a0e32d Add support for VP60 and VP61. 18 лет назад
vqavideo.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
w32thread.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
wavpack.c b314cfe709 Correctly handle data_size on decoding 18 лет назад
wma.c 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 лет назад
wma.h 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 лет назад
wmadata.h 5968607304 wma encoder 18 лет назад
wmadec.c 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 лет назад
wmaenc.c 1890c2acf4 Optimize by building the mdct window and multipying/adding at the same time. 18 лет назад
wmv2.c f66e4f5f9e Add av_ prefix to clip functions 18 лет назад
wnv1.c b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 лет назад
ws-snd1.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
x264.c a5474d50c3 enable bidirectional me with x264 18 лет назад
xan.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
xiph.c 5bb127a98f extract vorbis header spliting code into a reusable function 18 лет назад
xiph.h 5bb127a98f extract vorbis header spliting code into a reusable function 18 лет назад
xl.c fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 лет назад
xvid_internal.h cb690cadaf Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. 18 лет назад
xvid_rc.c cb690cadaf Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h. 18 лет назад
xvidff.c aa770811a3 Have xvid encoder wrapper honnor -vtag option 18 лет назад
xvmc_render.h d215d07ae0 get rid of unused entries in the middle of xvmc_render struct, 18 лет назад
xvmcvideo.c 61b769871f Fixes: 18 лет назад
zmbv.c 9ac421e3c1 Remove redundant assign 18 лет назад
zmbvenc.c c81ab015f8 Correctly ME border blocks 18 лет назад