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.
 
 
 
 
 
Loren Merritt ea15df8048 use sse16_sse2() in nsse 19 years ago
..
alpha Communicate proper aliasing to gcc (needed for 4.1). 20 years ago
armv4l IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin : altern org) 20 years ago
i386 use sse16_sse2() in nsse 19 years ago
liba52 liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com) 19 years ago
libpostproc support for building dynamic libraries on Mac OS X 19 years ago
mlib update the API for the idct function 21 years ago
ppc 10l 19 years ago
ps2 credit update 21 years ago
sh4 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
sparc whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point<ca>) 20 years ago
.cvsignore Ignore AMR directories. 19 years ago
4xm.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
8bps.c fix segfault (bug #1165640) 19 years ago
Makefile Put double-quotes around the install path in the "install-headers" section 19 years ago
a52dec.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
aasc.c Autodesk Animator Studio Codec (AASC) video decoder, courtesy of 20 years ago
ac3.h * these vars could be either static or extern (compilation fix gcc-3.5) 20 years ago
ac3dec.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
ac3enc.c While adding stereo rematrixing, I came across something that needs to 20 years ago
ac3tab.h make the tables static 21 years ago
adpcm.c yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail com) 19 years ago
adx.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
alac.c 100l - this has only worked on big endian 20 years ago
allcodecs.c avoid the registration of DECODERS if only CONFIG_DECODERS is not defined. 19 years ago
amr.c Fix some #ifdef to allow building amr_wb alone. 19 years ago
apiexample.c apiexample fix by (Chip: szarlada, freemail hu) 20 years ago
asv1.c ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 20 years ago
avcodec.h extradata endianness comment 19 years ago
beosthread.c added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. 20 years ago
bitstream.c Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
bitstream.h fix some pointer to intger without cast warnings (patch by Michel Bardiaux) 19 years ago
cabac.c fixing selftest 20 years ago
cabac.h decode h264 end-of-slice flag 20 years ago
cinepak.c automatically detect Cinepak data from Sega FILM/CPK files 19 years ago
cljr.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
cyuv.c tinfoil patch: accept no widths that are no multiples of 4 19 years ago
dct-test.c add xvid idcts to dct-test 19 years ago
dpcm.c support for Sierra Online audio files and Apple QuickDraw codec, 20 years ago
dsputil.c kill a bunch of compiler warnings 19 years ago
dsputil.h Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h 19 years ago
dtsdec.c 10l (gcc 2.95 compilation) 20 years ago
dv.c lowres support 19 years ago
dvbsub.c DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) 19 years ago
dvbsubdec.c subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few 19 years ago
dvdata.h * I was finally convinced. And besides, if err it's better to err with 20 years ago
dvdsub.c subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few 19 years ago
error_resilience.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
eval.c simplify 20 years ago
faac.c vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 19 years ago
faad.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
faandct.c some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
faandct.h * adding integer/floating point AAN implementations for DCT 2-4-8 21 years ago
fdctref.c per file doxy 22 years ago
fft-test.c printf -> av_log patch by (Benjamin Larsson <>banan student.ltu se) 20 years ago
fft.c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
ffv1.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
flac.c AV_LOG_DEBUG vs. AV_LOG_ERROR 19 years ago
flicvideo.c support for FLX and DTA extensions in the FLIC format, courtesy of 19 years ago
fraps.c signature has an 'x' 20 years ago
g726.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
golomb.c inttypes.h patch by (Chip <szarlada at freemail dot hu>) 21 years ago
golomb.h set_se_golomb can only write 16bits, add a note about this (ok, maybe it's brain dead using it with more than 16bits, but..) 19 years ago
h261.c skip_idct 19 years ago
h261data.h H261 fixing and cleaning: 20 years ago
h263.c set pts for h.263 decoding 19 years ago
h263data.h adding a few const 20 years ago
h263dec.c select xvid idct for xvid files if possible 19 years ago
h264.c fix a crash on seeking to an invalid frame 19 years ago
h264data.h decode custom quant matrices. 19 years ago
h264idct.c decode H.264 with 8x8 transform. 20 years ago
huffyuv.c #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
idcinvideo.c Off-by-one bug in libavcodec/idcinvideo.c, caused 20 years ago
imgconvert.c segfault fix 19 years ago
imgconvert_template.h avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
imgresample.c sanity check whether dimensions are non-null 19 years ago
indeo2.c kill a bunch of compiler warnings 19 years ago
indeo2data.h support the LE reader, so it can be tested a little 20 years ago
indeo3.c indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net) 20 years ago
indeo3data.h use const data - began to make code more portable 21 years ago
interplayvideo.c 10l 20 years ago
jfdctfst.c move identical code into its own function 21 years ago
jfdctint.c move identical code into its own function 21 years ago
jrevdct.c porting optimizations from 4x4 dct to 8x8 20 years ago
lcl.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
libgsm.c libgsm warper by (Alban Bedel: albeu, free fr) 20 years ago
loco.c Fix upside-down picture for BGR24 images (fixes pig-loco-rgb.avi) 20 years ago
mace.c Stereo MACE fix by Burkhard Plaum <plaum AT ipf DOT uni-stuttgart DOT de> 20 years ago
mdct.c fft_*() renamed into ff_fft_*() patch by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
mdec.c set pix_fmt 19 years ago
mem.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
mjpeg.c Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
motion_est.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
motion_est_template.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
motion_test.c per file doxy 22 years ago
mp3lameaudio.c vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net) 19 years ago
mpeg4data.h adding a few const 20 years ago
mpeg12.c kill a bunch of compiler warnings 19 years ago
mpeg12data.h adding a few const 20 years ago
mpegaudio.c QDM2 compatible decoder 19 years ago
mpegaudio.h QDM2 compatible decoder 19 years ago
mpegaudiodec.c QDM2 compatible decoder 19 years ago
mpegaudiodectab.h adding a few const 20 years ago
mpegaudiotab.h adding a few const 20 years ago
mpegvideo.c frame skip fixes 19 years ago
mpegvideo.h fix user data parsing code so it suppors pre1 and cvs 19 years ago
msmpeg4.c Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) 19 years ago
msmpeg4data.h adding a few const 20 years ago
msrle.c avoid buf_size == 0 checks in every decoder 20 years ago
msvideo1.c avoid buf_size == 0 checks in every decoder 20 years ago
oggtheora.c theora decoding using libtheora 20 years ago
oggvorbis.c fix unused variable warnings 19 years ago
opt.c dont print NULL 19 years ago
opt.h avoid stdio.h 19 years ago
parser.c Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
pcm.c Document "us" parameter for PCM conversion functions. 19 years ago
png.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
pnm.c Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
pthread.c 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) 21 years ago
qdm2.c init_get_bits() requires size in bits, not bytes 19 years ago
qdm2data.h QDM2 compatible decoder 19 years ago
qdrw.c Check pointers before writing to memory 20 years ago
qpeg.c security fixes 19 years ago
qtrle.c Make rle_code int everywhere instead of signed char. 19 years ago
ra144.c * fixing a few of gcc 'clean-code' warnings 20 years ago
ra144.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
ra288.c * fixing a few of gcc 'clean-code' warnings 20 years ago
ra288.h moved the tables into header files (and applied the 'static' patch). Nick: why do you like mergeing tables and code into one file, so making it unusable big? 22 years ago
rangecoder.c Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
rangecoder.h kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
ratecontrol.c switch to native time bases 20 years ago
raw.c a few more raw yuv fourccs 19 years ago
resample.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
resample2.c minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 19 years ago
roqvideo.c tinfoil patch: validate motion vectors and do not free frame on exit if 19 years ago
rpza.c typo fix by ("Todd.Kirby" doubleshot pacbell net) 20 years ago
rv10.c error concealment fix 19 years ago
shorten.c shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) 20 years ago
simple_idct.c per file doxy 22 years ago
simple_idct.h per file doxy 22 years ago
smc.c avoid buf_size == 0 checks in every decoder 20 years ago
snow.c fix unused variable warnings 19 years ago
sonic.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
sp5x.h adding a few const 20 years ago
svq1.c set a few variables correctly 19 years ago
svq1_cb.h some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) 21 years ago
svq1_vlc.h motion estimation for SVQ1 21 years ago
svq3.c skip_idct 19 years ago
truemotion1.c clear the whole vert_pred buffer for 24 bit decoding. 19 years ago
truemotion1data.h Two tables in truemotion1data.h were slightly different from VpVision 19 years ago
truemotion2.c chroma decoding fix by Kostya 19 years ago
tscc.c memleak fix 20 years ago
ulti.c kill a bunch of compiler warnings 19 years ago
ulti_cb.h adding a few const 20 years ago
utils.c Typo fix 19 years ago
vc9.c fix unused variable warnings 19 years ago
vc9data.h - samples from mplayer ftp in the "adv" profile seem to have profile=2, 20 years ago
vcr1.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
vmdav.c tinfoil patch: be more diligent about checking array boundaries before 19 years ago
vorbis.c decrease V_NB_BITS if possible 20 years ago
vorbis.h decrease V_NB_BITS if possible 20 years ago
vp3.c use av_log in debug mode 19 years ago
vp3data.h another bitstream extraction to optimize: fixed-length motion vectors 20 years ago
vp3dsp.c Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
vqavideo.c various security fixes and precautionary checks 20 years ago
w32thread.c w32threads by (Gildas Bazin <gbazin at altern dot org>) 21 years ago
wmadata.h per file doxy 22 years ago
wmadec.c WMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark Weaver: mark-clist, npsl co uk) 20 years ago
wmv2.c segfault fix 19 years ago
wnv1.c replace custom bitstream reader with get_bits/vlc() 20 years ago
ws-snd1.c Westwood SND1 decoder, courtesy of Kostya 20 years ago
x264.c revert incorrect change 19 years ago
xan.c tinfoil patch: no array is written to in bulk before counts are 19 years ago
xl.c avoid buf_size == 0 checks in every decoder 20 years ago
xvidff.c mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info) 19 years ago
xvmcvideo.c Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago