ffmpeg/libavcodec
Baptiste Coudurier 58f2a4b07f change extradata type to uint8_t *
Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-04 13:13:07 +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 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
liba52 Add proper GPL headers. 2006-09-09 22:04:43 +00:00
mlib
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
4xm.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
8bps.c
Makefile Move EXTRALIBS handling to common.mak. 2006-10-03 19:23:39 +00:00
a52dec.c
aasc.c
ac3.h
ac3dec.c
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
adx.c
alac.c
allcodecs.c Add vorbis encoder to ffmpeg 2006-10-02 06:18:02 +00:00
amr.c
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
beosthread.c
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
cabac.c
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
cavsdata.h
cavsdsp.c
cinepak.c
cljr.c
cook.c cook shouldn't try to enforce the bitstream reader type 2006-08-24 21:59:20 +00:00
cookdata.h
cscd.c
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
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
dv.c Fix compilation with --disable-encoders. 2006-10-01 18:19:49 +00:00
dvbsub.c
dvbsubdec.c
dvdata.h * Restructuring the division of labor between DV codec and DV format 2006-09-04 03:33:11 +00:00
dvdsub.c
dvdsubenc.c
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
faad.c
faandct.c
faandct.h
fdctref.c
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
flashsv.c
flicvideo.c
fraps.c
g726.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
golomb.c
golomb.h
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
h264idct.c
huffyuv.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
idcinvideo.c
imgconvert.c Minimal support for the new pixel formats in libavcodec 2006-08-28 14:56:47 +00:00
imgconvert_template.h
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
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
loco.c
lzo.c
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
mdec.c
mjpeg.c mjpeg 4:2:2 encoding support 2006-10-04 12:49:52 +00:00
mmvideo.c
motion_est.c
motion_est_template.c
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
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
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
msvideo1.c
nuv.c
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
parser.c fix some signedness warnings 2006-09-27 19:47:39 +00:00
pcm.c
png.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
pnm.c
pthread.c
qdm2.c
qdm2data.h
qdrw.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
qpeg.c
qtrle.c
ra144.c
ra144.h
ra288.c
ra288.h
rangecoder.c
rangecoder.h
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
resample2.c
roqvideo.c
rpza.c
rtjpeg.c
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
simple_idct.c
simple_idct.h
smacker.c 1l: correct argument order in avcodec_check_dimensions 2006-10-01 05:09:20 +00:00
smc.c
snow.c Remove unused variables and the corresponding warnings along with them. 2006-10-03 17:12:48 +00:00
snow.h
sonic.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
sp5x.h
svq1.c add some #ifdef CONFIG_ENCODERS/DECODERS 2006-09-27 19:54:07 +00:00
svq1_cb.h
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
swscale.h Add official LGPL license headers to the files that were missing them. 2006-09-10 14:02:42 +00:00
truemotion1.c
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
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
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
vmdav.c
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
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
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
ws-snd1.c
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
xl.c
xvid_rc.c
xvidff.c
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