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 1482fee88d remove duplicate zigzag tables 20 years ago
..
alpha Don't include config.h from assembly, because the mplayer developers 21 years ago
armv4l Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change 22 years ago
i386 disabling vp3 mmx&mmx2 idcts, they must be ported over to the lavc idct API, ill port the vp3 c idct 20 years ago
liba52 attribute_used 20 years ago
libpostproc remove/replace non-ascii characters 20 years ago
mlib update the API for the idct function 21 years ago
ppc gcc 4 compilation fix 20 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 * cleanup 23 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 avoid buf_size == 0 checks in every decoder 20 years ago
Makefile typo 20 years ago
a52dec.c data_size = 0 cleanup 21 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 data_size = 0 cleanup 21 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 macromedia flavour adpcm decoding (used in flv and swf) 20 years ago
adx.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
alac.c replace custom bit-reading functions with FFmpeg's internal function; 20 years ago
allcodecs.c theora decoding using libtheora 20 years ago
amr.c 04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp) 20 years ago
apiexample.c switch to native time bases 20 years ago
asv1.c ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 20 years ago
avcodec.h porting vp3 idct over to lavc idct api 20 years ago
beosthread.c added a lock/unlock_lib pair to allow extern progs to serialize access to lavc. 20 years ago
bitstream.c LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) 20 years ago
bitstream.h arm alignment fix 20 years ago
bswap.h optimization 20 years ago
cabac.c fixing selftest 20 years ago
cabac.h kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
cinepak.c Ignore palette for grayscale files, all my samples are inverted with 21 years ago
cljr.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
common.h remove duplicate clip to 8bit function 20 years ago
cyuv.c data_size = 0 cleanup 21 years ago
dct-test.c 10l 21 years ago
dpcm.c support for Sierra Online audio files and Apple QuickDraw codec, 20 years ago
dsputil.c porting vp3 idct over to lavc idct api 20 years ago
dsputil.h porting vp3 idct over to lavc idct api 20 years ago
dtsdec.c 10l (gcc 2.95 compilation) 20 years ago
dv.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
dvdata.h * I was finally convinced. And besides, if err it's better to err with 20 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 av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) 21 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 Ministry of English Composition, reporting for duty (and the word is "skipped", not "skiped"; "skiped" would rhyme with "hyped") 20 years ago
flicvideo.c various security fixes and precautionary checks 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 shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>) 20 years ago
h261.c switch to native time bases 20 years ago
h261data.h H261 fixing and cleaning: 20 years ago
h263.c 10l (%f vs. %Ld) 20 years ago
h263data.h interlaced motion estimation 21 years ago
h263dec.c avoid unneeded clear_blocks() 20 years ago
h264.c another try at decode_ref_pic_list_reordering() 20 years ago
h264data.h vismv didn't display 8x8 mvs in H.264 20 years ago
h264idct.c move h264 idct to its own file and call via function pointer in DspContext 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 various security fixes and precautionary checks 20 years ago
imgconvert_template.h avcodec const correctness patch by (Drew Hess <dhess at ilm dot com>) 21 years ago
imgresample.c dissallow sprintf 20 years ago
indeo2.c support the LE reader, so it can be tested a little 20 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
integer.c more comments 21 years ago
integer.h arbitrary precision integer support 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
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 avoid UPDATE_CACHE() in GET_RL_VLC() if not needed 20 years ago
mem.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
mjpeg.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
motion_est.c fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi' 20 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 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
mpeg4data.h AVRational 21 years ago
mpeg12.c preserve parse context 20 years ago
mpeg12data.h 10000l 21 years ago
mpegaudio.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
mpegaudio.h dithering for the mpeg audio decoder 20 years ago
mpegaudiodec.c check for error 20 years ago
mpegaudiodectab.h per file doxy 22 years ago
mpegaudiotab.h per file doxy 22 years ago
mpegvideo.c remove/replace non-ascii characters 20 years ago
mpegvideo.h switch to native time bases 20 years ago
msmpeg4.c put most codecs under ifdefs 20 years ago
msmpeg4data.h In that patch: 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 change extradata format for vorbis 20 years ago
parser.c switch to native time bases 20 years ago
pcm.c buffer overflow 20 years ago
png.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
pnm.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
pthread.c 10l fixes by ("Debabrata Banerjee" <davatar at comcast dot net>) 21 years ago
qdrw.c Check pointers before writing to memory 20 years ago
qpeg.c free that last frame 20 years ago
qtrle.c avoid buf_size == 0 checks in every decoder 20 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 warnings patch by (Måns Rullgård <mru inprovide com>) 20 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
rational.c more comments 21 years ago
rational.h more comments 21 years ago
raw.c a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge net] 20 years ago
resample.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
resample2.c av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) 20 years ago
roqvideo.c data_size = 0 cleanup 21 years ago
rpza.c typo fix by ("Todd.Kirby" doubleshot pacbell net) 20 years ago
rv10.c PIX_FMT_NONE and related fixes 20 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 #defines for strict_std_compliance and split between inofficial extensions and non standarized things 20 years ago
sonic.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
sp5x.h Sunplus JPEG codec (SP5X) support 21 years ago
svq1.c kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 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 various fixes related to the non alt_bitstream_reader 20 years ago
truemotion1.c avoid buf_size == 0 checks in every decoder 20 years ago
truemotion1data.h cosmetics 21 years ago
tscc.c memleak fix 20 years ago
ulti.c IBM Ultimotion video decoder, courtesy of Konstantin Shishkov 20 years ago
ulti_cb.h IBM Ultimotion video decoder, courtesy of Konstantin Shishkov 20 years ago
utils.c change extradata format for vorbis 20 years ago
vc9.c parse and save hrd_fullness and range_map 20 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 if audio is PCM, push it through (sync is not perfect yet) 20 years ago
vp3.c remove duplicate zigzag tables 20 years ago
vp3data.h remove duplicate zigzag tables 20 years ago
vp3dsp.c porting vp3 idct over to lavc idct api 20 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 common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
wmv2.c fix block corruption caused by clear_blocks() optimization 20 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 work with latest svn of x264 20 years ago
xan.c various security fixes and precautionary checks 20 years ago
xl.c avoid buf_size == 0 checks in every decoder 20 years ago
xvidff.c switch to native time bases 20 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