ffmpeg/libavcodec
Diego Biurrun 9933dc7168 Fix imgresample-test compilation.
Originally committed as revision 6560 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-05 01:28:25 +00:00
..
alpha Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
armv4l ARMv5TE optimized IDCT 2006-09-26 20:26:22 +00:00
bfin ADI Blackfin optimizations 2006-09-16 22:26:09 +00:00
i386 Switch idct_mmx_xvid.c from GPL to LGPL as permitted by the 2006-10-05 00:23:24 +00:00
liba52 Add proper GPL headers. 2006-09-09 22:04:43 +00:00
mlib Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ppc New single instruction math operation header 2006-09-19 22:22:29 +00:00
ps2 Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
sh4 Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
sparc Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
4xm.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
8bps.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
Makefile Fix imgresample-test compilation. 2006-10-05 01:28:25 +00:00
a52dec.c native ac3 parser 2006-01-21 18:19:47 +00:00
aasc.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ac3.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ac3dec.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ac3enc.c Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. 2006-09-03 15:59:08 +00:00
ac3tab.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
adpcm.c make the adx adpcm codec available 2006-07-08 22:31:14 +00:00
adx.c make the adx adpcm codec available 2006-07-08 22:31:14 +00:00
alac.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
allcodecs.c Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
amr.c rename AMR config variables to CONFIG_AMR* 2006-07-12 16:49:14 +00:00
apiexample.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
asv1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
audioconvert.c cosmetics 2006-08-19 23:12:10 +00:00
avcodec.h change extradata type to uint8_t * 2006-10-04 13:13:07 +00:00
avs.c complete AVS playback system (from Creature Shock computer game), 2006-02-17 03:17:42 +00:00
beosthread.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
bitstream.c move some functions to bitstream.h to avoid conflicts 2006-08-28 18:44:49 +00:00
bitstream.h Fix get_bits_long to work with ALT_BITSTREAM_READER_LE. 2006-09-25 22:47:55 +00:00
bitstream_filter.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
bmp.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cabac.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cabac.h don't try to inline cabac functions. gcc ignored the hint anyway, and forcing it would make h264 slower. 2006-10-04 07:16:10 +00:00
cavs.c some MMX optimizations for the CAVS decoder 2006-07-29 08:45:33 +00:00
cavsdata.h replace run by run+1 in VLC tables 2006-07-14 19:15:08 +00:00
cavsdsp.c some MMX optimizations for the CAVS decoder 2006-07-29 08:45:33 +00:00
cinepak.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cljr.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cook.c cook shouldn't try to enforce the bitstream reader type 2006-08-24 21:59:20 +00:00
cookdata.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
cscd.c faster copy functions for lzo decoder that also need padding 2006-01-22 19:10:12 +00:00
cyuv.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
dct-test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
dpcm.c Mark some read-only datastructures as const. 2006-07-06 13:53:07 +00:00
dsputil.c approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dsputil.h approximate qpel functions: sacrifice some quality for some decoding speed. enabled on B-frames with -lavdopts fast. 2006-10-01 21:25:17 +00:00
dtsdec.c dtsdec.c copies one input packet at a time to a (static) buffer of size 2006-04-20 19:23:57 +00:00
dv.c Fix compilation with --disable-encoders. 2006-10-01 18:19:49 +00:00
dvbsub.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
dvbsubdec.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
dvdata.h * Restructuring the division of labor between DV codec and DV format 2006-09-04 03:33:11 +00:00
dvdsub.c add static keyword to some functions 2006-01-30 23:33:19 +00:00
dvdsubenc.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
error_resilience.c dc_val should be signed 2006-09-27 22:13:44 +00:00
eval.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
eval.h Add forgotten eval.h... 2006-09-29 19:48:27 +00:00
faac.c create adts stream if CODEC_FLAG_GLOBAL_HEADER not set 2006-02-08 01:10:07 +00:00
faad.c Make faac_decode_frame return -1 on error and not 0 which avoids 2006-03-05 12:32:24 +00:00
faandct.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
faandct.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
fdctref.c COSMETICS: tabs --> spaces, some prettyprinting 2005-12-22 01:10:11 +00:00
fft-test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
fft.c sse implementation of imdct. 2006-09-21 16:37:39 +00:00
ffv1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
flac.c force usage of ALT_BITSTREAM_READER where needed 2006-08-28 18:46:01 +00:00
flacenc.c cosmetic change to adjust alignment. 2006-07-16 17:08:25 +00:00
flashsv.c Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +00:00
flicvideo.c make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >) 2006-01-28 16:05:06 +00:00
fraps.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
g726.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
golomb.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
golomb.h first rudimentary version of (Justin Ruggles jruggle earthlink net) flac encoder 2006-06-24 10:20:15 +00:00
h261.c set supported pixel formats for a few encoders (fixes crashes with grayscale) 2006-09-20 21:17:37 +00:00
h261data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
h263.c fix rv20 b frames (broke since r5264 Mon Apr 3 07:52:24 2006 UTC 2x faster ff_mpeg4_set_direct_mv) 2006-09-29 23:34:42 +00:00
h263data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
h263dec.c 10l in r6412 2006-10-04 02:57:43 +00:00
h264.c simplify write_back_motion for skip mbs 2006-10-04 07:08:26 +00:00
h264data.h h264: MBAFF interlaced decoding 2006-05-28 22:44:14 +00:00
h264idct.c h264: special case dc-only idct. ~1% faster overall 2006-02-10 06:55:25 +00:00
huffyuv.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
idcinvideo.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
imgconvert.c Minimal support for the new pixel formats in libavcodec 2006-08-28 14:56:47 +00:00
imgconvert_template.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
imgresample.c Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +00:00
indeo2.c Fix Indel --> Intel typo. 2006-09-15 13:53:26 +00:00
indeo2data.h Fix Indel --> Intel typo. 2006-09-15 13:53:26 +00:00
indeo3.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
indeo3data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
internal.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
interplayvideo.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
jfdctfst.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
jfdctint.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
jpeg_ls.c free memory before return 2006-09-27 04:37:57 +00:00
jrevdct.c Add copyright notice from the Independent JPEG Group instead of referring 2006-09-03 16:15:29 +00:00
kmvc.c Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. 2006-09-09 11:40:41 +00:00
lcl.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
libgsm.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
loco.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
lzo.c faster copy functions for lzo decoder that also need padding 2006-01-22 19:10:12 +00:00
lzo.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mace.c Fix buffer handling for stereo mace files, fixes some random sig11 2006-09-05 21:17:30 +00:00
mathops.h New single instruction math operation header 2006-09-19 22:22:29 +00:00
mdct.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
mdec.c MSVC-compatible __align8/__align16 declaration 2006-02-05 13:35:17 +00:00
mjpeg.c mjpeg 4:2:2 encoding support 2006-10-04 12:49:52 +00:00
mmvideo.c Fix FSF postal address. 2006-07-26 01:12:26 +00:00
motion_est.c Fix CHECK_BIDIR macro so it works with Intel's Compiler 2006-08-12 16:31:17 +00:00
motion_est_template.c make zero motion vector threshold user setable 2006-05-07 11:48:07 +00:00
motion_test.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mp3lameaudio.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
mpeg4data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpeg12.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
mpeg12data.h fix some signedness warnings 2006-09-27 19:47:39 +00:00
mpegaudio.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
mpegaudio.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpegaudiodec.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
mpegaudiodectab.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
mpegaudiotab.h The license of this file is LGPL, as clarified by Fabrice. 2006-09-03 22:16:54 +00:00
mpegvideo.c mjpeg 4:2:2 encoding support 2006-10-04 12:49:52 +00:00
mpegvideo.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
msmpeg4.c dc_val should be signed 2006-09-27 22:13:44 +00:00
msmpeg4data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
msrle.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
msvideo1.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
nuv.c NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
oggvorbis.c Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
opt.c Reformat the output of the list of available AVOptions, by indenting the 2006-09-29 19:36:12 +00:00
opt.h make AVOptions default value field work. 2006-09-10 20:21:40 +00:00
os2thread.c Fix FSF postal address. 2006-07-26 01:12:26 +00:00
parser.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
pcm.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
png.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
pnm.c --enable/disable parsers. Warning: some combinations are broken. 2006-07-09 12:02:15 +00:00
pthread.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
qdm2.c Fixed a possible bug, checked against the assembly. 2006-06-02 07:50:12 +00:00
qdm2data.h Mark read-only data as const. Patch by stefan huehner org. 2006-07-04 19:15:47 +00:00
qdrw.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
qpeg.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
qtrle.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ra144.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ra144.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ra288.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ra288.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rangecoder.c fixing out of array access (only cosmetic, this should never have had a end user vissible effect) 2006-03-10 19:42:51 +00:00
rangecoder.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ratecontrol.c Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
ratecontrol.h Move the ratecontrol related code from mpegvideo.h to a separate header file. 2006-09-29 19:39:19 +00:00
raw.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
resample.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
resample2.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
roqvideo.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rpza.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
rtjpeg.c NuppelVideo/MythTVVideo support, including rtjpeg decoder 2006-03-27 22:22:50 +00:00
rtjpeg.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
rv10.c seems only 3 bits are used for the number of resolutions, some rv30 files have this set to 10 even though there are just 2 resolutions in the extradata 2006-09-30 16:00:27 +00:00
shorten.c sanity checks, some might have been exploitable ... 2006-05-13 10:45:26 +00:00
simple_idct.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
simple_idct.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
smacker.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
smc.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
snow.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
snow.h Compile fix (for GCC<3.3) when encoders are disabled 2006-08-15 14:59:27 +00:00
sonic.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
sp5x.h Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
svq1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
svq1_cb.h out of array read fix 2006-03-10 20:58:42 +00:00
svq1_vlc.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
svq3.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
swscale.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truemotion1.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
truemotion1data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truemotion2.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
truespeech.c Add const to (mostly) char* and make some functions static, which aren't used 2006-06-18 11:33:14 +00:00
truespeech_data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
tscc.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
tta.c remove get_le16 and get_le32, get_bits and get_bits_long can just be used directly. 2006-09-25 22:57:34 +00:00
ulti.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ulti_cb.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
utils.c Fix quantiSer --> quantiZer typo. 2006-10-02 10:23:59 +00:00
vc1.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vc1acdata.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vc1data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vc1dsp.c Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 2006-09-02 04:58:51 +00:00
vcr1.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
vmdav.c Correct wrong memset invocation. 2006-08-09 07:52:28 +00:00
vmnc.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vorbis.c remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vorbis.h remove render_line from vorbis.h, add ff_vorbis_floor1_render_list instead 2006-10-01 17:38:07 +00:00
vorbis_data.c vorbis.h -> vorbis_data.c 2006-09-30 18:47:15 +00:00
vorbis_enc.c more forgotten free's. 2006-10-02 11:55:24 +00:00
vorbis_enc_data.h add vorbis_enc_data.h, remove codebook data from vorbis_enc.c 2006-10-02 06:56:39 +00:00
vp3.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
vp3data.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
vp3dsp.c avoid 4 + 2006-07-19 23:51:11 +00:00
vp5.c rename vector to vect to avoid clash with Apple gcc 2006-09-09 22:53:44 +00:00
vp5data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp6.c rename vector to vect to avoid clash with Apple gcc 2006-09-09 22:53:44 +00:00
vp6data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp56.c replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) 2006-09-13 20:16:33 +00:00
vp56.h rename vector to vect to avoid clash with Apple gcc 2006-09-25 18:54:18 +00:00
vp56data.c VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vp56data.h VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
vqavideo.c palette (if we memcpy it into AVFrame) must be uint32_t 2006-09-30 23:49:09 +00:00
w32thread.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
wavpack.c Handle case of get_bits(0) 2006-09-28 05:01:02 +00:00
wmadata.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
wmadec.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
wmv2.c 1000l copy and paste typo 2006-09-21 01:08:05 +00:00
wnv1.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
ws-snd1.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
x264.c fix b pyramid in mp4 muxing if no dts are provided to the muxer 2006-08-30 21:18:17 +00:00
xan.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
xl.c Update licensing information: The FSF changed postal address. 2006-01-12 22:43:26 +00:00
xvid_rc.c - Add new file internal.h for common internal-use-only functions. 2006-03-30 04:33:05 +00:00
xvidff.c 10l to whoever wrote this 2006-06-15 09:20:31 +00:00
xvmcvideo.c Explicitly include fastmemcpy.h from libvo/. 2006-08-18 13:38:24 +00:00
zmbv.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00