1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-12 19:18:44 +02:00
FFmpeg/libavcodec
Reimar Döffinger 6fd00e9dd9 aacdec: add decode_channel_map overread check
All decode_channel_map calls together can easily read
more data than the amount of padding available.
Thus below patch adds an input length check before reading them.
Fixes some invalid reads with sample from
http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1138
2011-05-07 18:08:46 +02:00
..
alpha Merge remote branch 'qatar/master' 2011-05-02 03:45:58 +02:00
arm Fix compilation.for iOS ARMv7. 2011-04-19 10:16:07 +02:00
avr32
bfin Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
mips
mlib Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
ppc Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
ps2 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
sh4 Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
sparc Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
x86 Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
4xm.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
8bps.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
8svx.c
a64colors.h
a64enc.h
a64multienc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h Merge remote branch 'qatar/master' 2011-04-28 04:26:01 +02:00
aac.h Merge remote branch 'qatar/master' 2011-04-28 04:26:01 +02:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c Merge remote branch 'qatar/master' 2011-04-28 04:26:01 +02:00
aacdec.c aacdec: add decode_channel_map overread check 2011-05-07 18:08:46 +02:00
aacdectab.h Merge remote branch 'qatar/master' 2011-04-28 04:26:01 +02:00
aacenc.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
aacenc.h Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsy.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
aacpsy.h
aacsbr.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
ac3_parser.c
ac3_parser.h
ac3.c Merge remote branch 'qatar/master' 2011-04-17 23:43:54 +02:00
ac3.h Merge remote branch 'qatar/master' 2011-05-02 03:45:58 +02:00
ac3dec_data.c
ac3dec_data.h
ac3dec.c Fix data_size handling for AC3 and dca decoders. 2011-05-01 19:13:01 +02:00
ac3dec.h Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
ac3dsp.c Merge remote branch 'qatar/master' 2011-05-02 03:45:58 +02:00
ac3dsp.h
ac3enc_combined.c Correctly implement ac3 float/fixed encoder. 2011-04-16 23:24:10 +02:00
ac3enc_fixed.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
ac3enc_float.c Correctly implement ac3 float/fixed encoder. 2011-04-16 23:24:10 +02:00
ac3enc.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c permit decoding of multichannel ADPCM_EA_XAS 2011-04-24 03:51:52 +02:00
adx.h
adxdec.c
adxenc.c
alac.c
alacenc.c
allcodecs.c MS Video 1 encoder 2011-05-04 02:22:12 +02:00
alsdec.c
amr.h
amrnbdata.h
amrnbdec.c Add forgotten const to enum AVSampleFormat 2011-04-12 14:26:18 +02:00
amrwbdata.h
amrwbdec.c Add forgotten const to enum AVSampleFormat 2011-04-12 14:26:18 +02:00
anm.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
ansi.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
apedec.c
api-example.c
ass_split.c
ass_split.h
ass.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
ass.h add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 2011-04-11 23:27:50 +02:00
assdec.c compute rects duration in ASS decoder 2011-04-11 23:39:12 +02:00
assenc.c
asv1.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
atrac1.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
atrac1data.h
atrac3.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
atrac3data.h
atrac.c
atrac.h
audioconvert.c Merge remote branch 'qatar/master' 2011-04-13 02:49:22 +02:00
audioconvert.h
aura.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
avcodec.h lavc: add format field to AVFrame 2011-05-07 11:45:37 +02:00
avfft.c
avfft.h
avpacket.c Merge remote branch 'qatar/master' 2011-04-17 23:43:54 +02:00
avs.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
bethsoftvideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
bethsoftvideo.h
bfi.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
bgmc.c
bgmc.h
bink.c
binkaudio.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
binkdata.h
binkidct.c
bitstream_filter.c
bitstream.c
bmp.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
bmp.h
bmpenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
bytestream.h
c93.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
cabac.c
cabac.h
cavs_parser.c
cavs.c
cavs.h replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
cavsdata.h
cavsdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c Remove lowres support from cdgraphics decoder 2011-04-29 01:29:19 +02:00
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
cljr.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
cook.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
cookdata.h
costablegen.c
crystalhd.c CrystalHD: Add auto-detection of packed b-frame bug. 2011-04-30 09:47:28 -07:00
cscd.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
cyuv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
dca_parser.c
dca.c Fix data_size handling for AC3 and dca decoders. 2011-05-01 19:13:01 +02:00
dca.h
dcadata.h
dcadsp.c
dcadsp.h
dcaenc.c DCA/DTA encoder 2011-04-26 22:06:13 +02:00
dcaenc.h DCA/DTA encoder 2011-04-26 22:06:13 +02:00
dcahuff.h
dct32.c
dct-test.c dct-test: Support testing bits>8 2011-05-02 02:58:09 +02:00
dct.c
dct.h
dctref.c
dctref.h
dfa.c Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’" 2011-05-04 23:33:59 +02:00
dirac_parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dirac.c
dirac.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
dnxhdenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dnxhdenc.h
dpcm.c
dpx.c DPX decoder: read sample aspect ratio 2011-05-01 19:35:55 +02:00
dpxenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dsicinav.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
dsputil_internal.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
dsputil.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
dsputil.h Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. 2011-04-27 20:08:09 +02:00
dump_extradata_bsf.c
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
dvbsub_parser.c
dvbsub.c
dvbsubdec.c dvbsubdec: Split delete_state() 2011-05-04 23:33:59 +02:00
dvdata.c
dvdata.h
dvdsub_parser.c
dvdsubdec.c Change guess_palette so its output matches the most common palette. 2011-05-02 18:39:03 +02:00
dvdsubenc.c
dwt.c
dwt.h
dxa.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
dxva2_h264.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dxva2_internal.h
dxva2_mpeg2.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dxva2_vc1.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
dxva2.c
dxva2.h 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
eac3dec_data.c
eac3dec_data.h
eac3dec.c
eacmv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
eaidct.c
eamad.c
eatgq.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
eatgv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
eatqi.c
elbg.c
elbg.h
error_resilience.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
escape124.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fft_fixed.c
fft_float.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
fft.h Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
ffv1.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
flac_parser.c
flac.c Fix channel layout for some stereo flac files. 2011-04-29 10:42:43 +02:00
flac.h
flacdata.c
flacdata.h
flacdec.c
flacenc.c Warn if the source has unsupported (or no) channel layout. 2011-04-25 11:23:06 +02:00
flashsv2enc.c flashsv2enc:fix segfault 2011-04-29 18:31:17 +02:00
flashsv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
flashsvenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
flicvideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
flv.h
flvdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
flvenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
fmtconvert.c
fmtconvert.h
fraps.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
frwu.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
g722.c Add forgotten const to enum AVSampleFormat 2011-04-12 14:26:18 +02:00
g726.c
g729.h
g729data.h
g729dec.c
get_bits.h Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
gif.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
gifdec.c
golomb.c
golomb.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c Fix indentation. 2011-04-25 00:20:03 +02:00
h261.c
h261.h
h261data.h
h261dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h261enc.c
h263_parser.c Fix indentation. 2011-04-25 00:20:03 +02:00
h263_parser.h
h263.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h263.h
h263data.h
h263dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_cabac.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_cavlc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_direct.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_high_depth.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264_hl_motion.c H264: Split out hl_motion and template it, this seems a bit faster 2011-04-10 22:33:42 +02:00
h264_hl_motion.h H264: Split out hl_motion and template it, this seems a bit faster 2011-04-10 22:33:42 +02:00
h264_loopfilter.c H264: replace pixel_size by pixel_shift 2011-04-10 22:33:42 +02:00
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_ps.c h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at> 2011-04-10 22:33:42 +02:00
h264_refs.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264_sei.c
h264.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264.h SVQ3: Move svq3 specific fields to their own context. 2011-05-05 15:43:46 +02:00
h264data.h replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
h264dsp_internal.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264dsp.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264dsp.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264idct_internal.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264idct.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264pred_internal.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264pred.c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
h264pred.h Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 2011-04-10 22:33:42 +02:00
huffman.c
huffman.h
huffyuv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
idcinvideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
iff.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
iirfilter.c
iirfilter.h
imc.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
imcdata.h
imgconvert.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
indeo2data.h
indeo3.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
indeo3data.h
indeo5.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
indeo5data.h
intelh263dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
internal.h
interplayvideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
intrax8.c
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ituh263enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ivi_common.c
ivi_common.h
ivi_dsp.c
ivi_dsp.h
jfdctfst.c
jfdctint.c
jpegls.c
jpegls.h
jpeglsdec.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
jpeglsdec.h
jpeglsenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
jrevdct.c
jvdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
kbdwin.c
kbdwin.h
kgv1dec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
kmvc.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
lclenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
libavcodec.v
libcelt_dec.c Fix compilation with libcelt on Apple OS X. 2011-04-23 10:10:20 +02:00
libdirac_libschro.c
libdirac_libschro.h
libdirac.h 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
libdiracdec.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
libdiracenc.c
libfaac.c
libgsm.c
libmp3lame.c 32bit libmp3lame support. 2011-04-19 13:25:05 +02:00
libopencore-amr.c Merge remote branch 'qatar/master' 2011-04-14 03:21:38 +02:00
libopenjpeg.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
libschroedingerenc.c
libspeexdec.c
libtheoraenc.c 10l, commit that should have been stashed into the merge. 2011-04-17 23:59:00 +02:00
libvo-aacenc.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
libvo-amrwbenc.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
libvorbis.c Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
libvpxdec.c
libvpxenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
libx264.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
libxavs.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
libxvid_internal.h
libxvid_rc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
libxvidff.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ljpegenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
loco.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
lpc.c
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
mathops.h
mdct_fixed.c
mdct_float.c
mdct.c
mdec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
mimic.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c Add support for picture_ptr field in MJpegDecodeContext 2011-04-26 22:06:13 +02:00
mjpegdec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
mjpegdec.h Add support for picture_ptr field in MJpegDecodeContext 2011-04-26 22:06:13 +02:00
mjpegenc.c MJPEG encoder to write aspect ratio information 2011-04-28 20:39:49 +02:00
mjpegenc.h
mlp_parser.c Only ask once in the code for a TrueHD sample with strange channel layout. 2011-04-19 03:23:46 +02:00
mlp_parser.h Make MLP/TrueHD channel layout functions visible to the decoder. 2011-04-19 03:09:11 +02:00
mlp.c
mlp.h
mlpdec.c Also set the MLP/TrueHD channel layout in the decoder. 2011-04-19 03:18:08 +02:00
mlpdsp.c
mmvideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
motion_est_template.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
motion_est.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
motion-test.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c
mpc7data.h
mpc8.c
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h
mpeg4video_parser.c
mpeg4video_parser.h
mpeg4video.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpeg4video.h
mpeg4videodec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpeg4videoenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpeg12.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpegaudio3.h
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_float.c
mpegaudiodec.c
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudioenc.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
mpegaudiotab.h
mpegvideo_common.h replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpegvideo_enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpegvideo_parser.c Replace some commented-out debug printf() / av_log() messages with av_dlog(). 2011-04-29 17:27:01 +02:00
mpegvideo_xvmc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
mpegvideo.c mpegvideo: fix 422 lowres 2011-05-06 19:32:30 +02:00
mpegvideo.h replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
msgsmdec.c
msgsmdec.h
msmpeg4.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msrle.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
msrledec.c
msrledec.h
msvideo1.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
msvideo1enc.c msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating value 2011-05-07 09:40:45 +02:00
mxpegdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
nellymoser.c
nellymoser.h
nellymoserdec.c Add AVX FFT implementation. 2011-04-26 18:25:24 +02:00
nellymoserenc.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
noise_bsf.c
nuv.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
opt.h lavc: provide the opt.h header until the next bump 2011-04-21 07:14:51 +02:00
options.c Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45' 2011-05-01 00:26:05 +02:00
pamenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-mpeg.c
pcm.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
pcx.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
pcxenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
pgssubdec.c add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 2011-04-11 23:27:50 +02:00
pictordec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
png.c
png.h Move png mmx functions into x86/png_mmx.c, remove them from DSPContext. 2011-04-27 20:08:09 +02:00
pngdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
pngenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
pnm_parser.c
pnm.c
pnm.h
pnmdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
pnmenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
psymodel.c
psymodel.h
pthread.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
ptx.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
qdm2data.h
qdrw.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
qpeg.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
qtrle.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
qtrleenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
r210dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ratecontrol.h
raw.c rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE 2011-04-28 07:25:28 +02:00
raw.h
rawdec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rawenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
rl2.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
rl.h
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
roqvideoenc.c
rpza.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
rtjpeg.c
rtjpeg.h
rv10.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv10enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv20enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv30.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv30data.h
rv30dsp.c
rv34.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv34.h
rv34data.h
rv34vlc.h
rv40.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
sbr.h
sgi.h
sgidec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
sgienc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
shorten.c
simple_idct.c
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c
sipr.h
siprdata.h
smacker.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
smc.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
snow.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
snow.h
sonic.c sonic: fix sonic decoder to match encoder for sample rates other than 44100. 2011-05-04 23:33:59 +02:00
sp5x.h
sp5xdec.c AMV: disable DR1 and don't override EMU_EDGE 2011-04-29 22:46:13 +02:00
srtdec.c add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct 2011-04-11 23:27:50 +02:00
srtenc.c
sunrast.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
svq1enc_cb.h
svq1enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
svq3.c Use av_fast_malloc instead of av_fast_realloc. 2011-05-07 09:58:38 +02:00
synth_filter.c
synth_filter.h
tableprint.c
tableprint.h
targa.c Set alpha of palettes to 0xff. 2011-04-27 21:49:45 +02:00
targa.h
targaenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
thread.h
tiertexseqv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
tiff.c Set alpha of palettes to 0xff. 2011-04-27 21:49:45 +02:00
tiff.h
tiffenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
tmv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
truemotion1.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
truemotion1data.h
truemotion2.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
truespeech_data.h
truespeech.c
tscc.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
tta.c Support decoding of 24 bit True Audio samples- 2011-05-03 01:09:30 +02:00
twinvq_data.h
twinvq.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
txd.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
ulti_cb.h
ulti.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
unary.h
utils.c lavc: add format field to AVFrame 2011-05-07 11:45:37 +02:00
v210dec.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
v210enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
v210x.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vaapi_h264.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vaapi_internal.h
vaapi_mpeg2.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vaapi_mpeg4.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vaapi_vc1.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vaapi.c
vaapi.h
vb.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
vc1_parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vc1.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
vc1.h Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
vc1dsp.c Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
vc1dsp.h Merge remote branch 'qatar/master' 2011-05-05 03:30:24 +02:00
vcr1.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
vdpau_internal.h
vdpau.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vdpau.h Move the info union to the end of the vdpau_render_state struct. 2011-04-20 09:44:08 +02:00
version.h lavc: add format field to AVFrame 2011-05-07 11:45:37 +02:00
vmdav.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
vmnc.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
vorbis_data.c
vorbis_enc_data.h
vorbis.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
vorbis.h Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
vorbisdec.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
vorbisenc.c Merge remote branch 'qatar/master' 2011-04-24 03:41:22 +02:00
vp3_parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vp3.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vp3data.h
vp3dsp.c
vp5.c
vp5data.h
vp6.c
vp6data.h
vp6dsp.c
vp8_parser.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
vp8.c Merge remote branch 'qatar/master' 2011-05-03 04:08:23 +02:00
vp8.h Merge remote branch 'qatar/master' 2011-05-03 04:08:23 +02:00
vp8data.h
vp8dsp.c
vp8dsp.h
vp56.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
w32thread.c
wavpack.c
wma.c
wma.h Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
wmadata.h
wmadec.c Merge remote branch 'qatar/master' 2011-04-30 01:58:26 +02:00
wmaenc.c
wmaprodata.h
wmaprodec.c Merge remote branch 'qatar/master' 2011-04-27 03:51:04 +02:00
wmavoice_data.h
wmavoice.c Merge remote branch 'qatar/master' 2011-05-07 04:14:09 +02:00
wmv2.c
wmv2.h
wmv2dec.c Remove lowres support from wmv2 decoder 2011-05-03 04:38:22 +02:00
wmv2enc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00
wnv1.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
ws-snd1.c
xan.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
xiph.c
xiph.h
xl.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
xsubdec.c Fix init_get_bits length argument for init_get_bits. 2011-05-02 18:57:51 +02:00
xsubenc.c xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash. 2011-05-04 23:33:59 +02:00
xvmc_internal.h
xvmc.h Merge remote branch 'qatar/master' 2011-04-20 04:48:23 +02:00
xxan.c
yop.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
zmbv.c lavc: set defaults in internal codec frames 2011-05-07 12:03:59 +02:00
zmbvenc.c replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 2011-05-02 16:41:41 +02:00