FFmpeg/libavcodec
Christian Schmidt d9cdb7d8d6 pcm-dvd: Support channel configuration changes
The sample buffering logic does not take into account that the blocksize
could change. Reset the buffer if the channel configuration changes,
since if there are leftover samples, it is most likely a broken or
misconcatenated stream. This could lead to negative numbers for
missing_samples during decoding.

Thanks to Michael Niedermeyer for pointing these out.
2013-09-13 12:14:05 +02:00
..
alpha
arm arm: fmtconvert: Split armv6 fmtconvert code off from vfp code 2013-08-29 11:24:14 +02:00
avr32
bfin
mips
ppc ppc: cosmetics: Consistently format CPU flag detection invocations 2013-08-29 11:31:32 +02:00
sh4
sparc
x86 x86: avcodec: Consistently structure CPU extension initialization 2013-08-29 13:07:37 +02:00
4xm.c 4xm: Reject not a multiple of 16 dimension 2013-07-23 23:03:37 +02:00
8bps.c 8bps: decode 24bit files correctly as rgb32 on bigendian 2013-08-15 11:50:43 +02:00
8svx.c
a64colors.h
a64enc.h
a64multienc.c
a64tables.h
aac_ac3_parser.c
aac_ac3_parser.h ac3: Do not clash with normal AVERROR 2013-08-27 16:19:12 +02:00
aac_adtstoasc_bsf.c
aac_parser.c
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
aac.h miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c aac: Forward errors properly in aac_decode_frame_int 2013-08-04 16:05:36 +02:00
aacdectab.h
aacenc.c
aacenc.h
aacps_tablegen.c
aacps_tablegen.h cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
aacps.c
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c aasc: Check minimum buffer size 2013-07-28 15:41:59 +02:00
ac3_parser.c
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec.c ac3: Return proper error codes 2013-08-27 16:19:12 +02:00
ac3dec.h fmtconvert: Explicitly use int32_t instead of int 2013-07-17 11:02:47 +03:00
ac3dsp.c
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c
ac3enc.c
ac3enc.h
ac3tab.c
ac3tab.h
acelp_filters.c
acelp_filters.h
acelp_pitch_delay.c
acelp_pitch_delay.h
acelp_vectors.c cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
acelp_vectors.h
adpcm_data.c
adpcm_data.h
adpcm.c adpcm: Write the correct number of samples for ima-dk4 2013-07-09 10:49:29 +02:00
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c
aic.c aic: Validate values read from the bitstream 2013-09-12 10:54:54 +03:00
alac_data.c
alac_data.h
alac.c alac: Check that the channels fit at the given offset 2013-09-03 22:57:52 +03:00
alacenc.c
allcodecs.c Add a libfdk-aac decoder 2013-08-20 14:27:27 -04:00
alsdec.c alsdec: Clean up error paths 2013-07-23 23:03:37 +02:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c apedec: do not buffer decoded samples over AVPackets 2013-08-28 15:00:34 -04:00
api-example.c
ass.c
ass.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c
asvenc.c
atrac1.c cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
atrac1data.h cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
atrac3.c cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
atrac3data.h cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
atrac.c cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
atrac.h cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
audio_frame_queue.c
audio_frame_queue.h
audioconvert.c
audioconvert.h
aura.c
avcodec.h Drop pointless directory name prefixes from #includes in the current dir 2013-09-10 12:38:41 +02:00
avfft.c
avfft.h
avpacket.c lavc: Add refcounted api to AVPacket 2013-08-10 13:41:35 +02:00
avpicture.c
avs.c
bethsoftvideo.c
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c bink: Bound check the quantization matrix. 2013-08-05 16:24:13 +02:00
binkaudio.c avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream_filter.c bitstream_filter: K&R formatting cosmetics 2013-07-05 19:38:24 +02:00
bitstream.c bitstream: forward error values and drop few abort() 2013-06-16 09:30:26 +02:00
bmp.c
bmp.h
bmpenc.c
bmv.c
bytestream.h
c93.c
cabac_functions.h cabac: x86 version of get_cabac_bypass 2013-07-04 16:06:10 +02:00
cabac.c
cabac.h
cavs_parser.c
cavs.c
cavs.h
cavsdata.c
cavsdec.c
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c
cljr.c
cllc.c cllc: Use outbuf in RGB and ARGB functions 2013-06-24 14:55:01 -04:00
cngdec.c
cngenc.c
codec_desc.c cosmetics: Fix ATRAC codec name spelling 2013-09-02 21:38:57 +02:00
cook_parser.c
cook.c
cookdata.h
copy_block.h
cos_tablegen.c
cscd.c
cyuv.c
dca_parser.c
dca.c
dca.h
dcadata.h
dcadec.c dcadsp: Add a new method, qmf_32_subbands 2013-07-22 10:15:42 +03:00
dcadsp.c dcadsp: Add a new method, qmf_32_subbands 2013-07-22 10:15:42 +03:00
dcadsp.h dcadsp: Add a new method, qmf_32_subbands 2013-07-22 10:15:42 +03:00
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32.c
dct32.h
dct-test.c
dct.c
dct.h
dctref.c
dctref.h
dfa.c
dirac_parser.c
dirac.c
dirac.h
dnxhd_parser.c
dnxhddata.c
dnxhddata.h
dnxhddec.c
dnxhdenc.c
dnxhdenc.h
dpcm.c
dpx.c
dpxenc.c
dsicinav.c dsicinav: Clip the source size to the expected maximum 2013-07-19 22:14:07 +02:00
dsputil_template.c
dsputil.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00
dsputil.h dsputil: x86: Hide arch-specific initialization details 2013-08-28 23:59:24 +02:00
dump_extradata_bsf.c
dv_profile.c
dv_profile.h
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dv.c lavc: move put_bits_left in put_bits.h 2013-06-28 13:14:12 +02:00
dvbsub_parser.c
dvbsub.c
dvbsubdec.c
dvdata.c
dvdata.h
dvdec.c
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dxa.c dxa: fix decoding of first I-frame by separating I/P-frame decoding 2013-08-17 12:55:26 +02:00
dxtory.c
dxva2_h264.c
dxva2_internal.h
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c
dxva2.h
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eaidct.h
eamad.c
eatgq.c
eatgv.c
eatqi.c
elbg.c
elbg.h
error_resilience.c vdpau: remove old-style decoders 2013-08-05 11:15:49 +02:00
error_resilience.h
escape124.c
escape130.c Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalents 2013-07-29 23:46:51 +02:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c faxcompr: return meaningful errors 2013-06-07 17:23:53 +02:00
faxcompr.h
fft_fixed.c
fft_float.c
fft-fixed-test.c
fft-internal.h
fft-test.c
fft.c
fft.h
ffv1.c
ffv1.h
ffv1dec.c
ffv1enc.c
file_open.c libavutil: Make avpriv_open a library-internal function on msvcrt 2013-08-10 00:53:33 +03:00
flac_parser.c
flac.c flac: use meaningful return values 2013-07-28 14:58:18 +02:00
flac.h
flacdata.c
flacdata.h
flacdec.c flac: use meaningful return values 2013-07-28 14:58:18 +02:00
flacdsp_lpc_template.c
flacdsp_template.c
flacdsp.c
flacdsp.h
flacenc.c
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c
fmtconvert.c fmtconvert: Add a new method, int32_to_float_fmul_array8 2013-07-22 10:15:33 +03:00
fmtconvert.h fmtconvert: Add a new method, int32_to_float_fmul_array8 2013-07-22 10:15:33 +03:00
fraps.c
frwu.c
g2meet.c g2meet: Allocate cursor buffers large enough to fit the aligned width 2013-09-12 10:55:20 +03:00
g722.c
g722.h
g722dec.c
g722enc.c
g723_1_data.h
g723_1.c
g726.c
get_bits.h
gif.c
gifdec.c
golomb-test.c
golomb.c
golomb.h
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.c
h261dec.c h261: check the mtype index 2013-08-16 14:56:49 +02:00
h261enc.c
h263_parser.c
h263_parser.h
h263.c
h263.h avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
h263data.h
h263dec.c vdpau: remove old-style decoders 2013-08-05 11:15:49 +02:00
h264_cabac.c h264_cabac: Mark functions calling decode_cabac_residual_internal as noinline 2013-08-24 16:14:15 +02:00
h264_cavlc.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264_direct.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264_loopfilter.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264_mb_template.c
h264_mc_template.c
h264_mp4toannexb_bsf.c h264_mp4toannexb_bsf: return a padded buffer 2013-06-15 16:14:45 +02:00
h264_mvpred.h avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264_parser.c h264dsp: Factorize code into a new function, h264_find_start_code_candidate 2013-08-08 12:08:30 +03:00
h264_ps.c h264_ps: Use more meaningful error values 2013-08-20 21:24:42 +02:00
h264_refs.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264_sei.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
h264.c h264data: Move some tables to the only place they are used 2013-08-20 20:49:37 +02:00
h264.h
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h h264data: Move some tables to the only place they are used 2013-08-20 20:49:37 +02:00
h264dsp_template.c
h264dsp.c h264dsp: Factorize code into a new function, h264_find_start_code_candidate 2013-08-08 12:08:30 +03:00
h264dsp.h h264dsp: Factorize code into a new function, h264_find_start_code_candidate 2013-08-08 12:08:30 +03:00
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c
h264pred.h
h264qpel_template.c
h264qpel.c
h264qpel.h
hpel_template.c
hpeldsp_template.c
hpeldsp.c
hpeldsp.h
huffman.c
huffman.h
huffyuv.c
huffyuv.h
huffyuvdec.c
huffyuvenc.c huffyuvenc: BGRA support 2013-07-29 18:21:05 +02:00
idcinvideo.c
iff.c iff: Do not read over the source buffer 2013-07-10 15:24:42 +02:00
iirfilter.c
iirfilter.h
imc.c imc: support mode 1 2013-08-26 09:23:45 +02:00
imcdata.h
imgconvert.c
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c
indeo3data.h
indeo4.c indeo: Sanitize ff_ivi_init_planes fail paths 2013-07-15 11:29:59 +02:00
indeo4data.h
indeo5.c indeo: Sanitize ff_ivi_init_planes fail paths 2013-07-15 11:29:59 +02:00
indeo5data.h
intelh263dec.c
internal.h
interplayvideo.c
intrax8.c avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
ituh263enc.c
ivi_common.c ivi_common: Make some tables only used within the file static 2013-08-15 14:38:03 +02:00
ivi_common.h indeo: Bound-check before applying transform 2013-07-13 19:11:18 +02:00
ivi_dsp.c
ivi_dsp.h
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c jpeg2000: Proper cleanup on failure in decode_frame() 2013-07-02 20:05:47 +02:00
jpeg2000.h jpeg2000: Remove unused passes array in Jpeg200Cblk structure 2013-07-13 14:28:48 +02:00
jpeg2000dec.c jpeg2000: Initialize only once mqc arrays 2013-07-13 07:54:12 +02:00
jpeg2000dwt.c jpeg2000: Merge rescaling with interleaving in 9/7 IDWT 2013-07-02 20:05:48 +02:00
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c
jvdec.c
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c kmvc: Clip pixel position to valid range 2013-07-06 14:12:45 +02:00
lagarith.c
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libavcodec.v avcodec: Stop exporting the removed audio_resample* symbols 2013-09-05 22:11:36 +02:00
libfaac.c
libfdk-aacdec.c libfdk-aacdec: formatting cosmetics 2013-08-23 17:11:47 +02:00
libfdk-aacenc.c lavc: Add option to encode MPEG-2 AAC with libfdk-aac 2013-06-24 08:03:26 +02:00
libgsm.c
libilbc.c
libmp3lame.c
libopencore-amr.c
libopenjpegdec.c
libopenjpegenc.c
libopus.c
libopus.h
libopusdec.c
libopusenc.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libspeexdec.c libspeexdec: fix detection of final terminator code 2013-07-21 16:36:31 -04:00
libspeexenc.c
libtheoraenc.c
libvo-aacenc.c
libvo-amrwbenc.c
libvorbis.c
libvpxdec.c
libvpxenc.c
libwavpackenc.c lavc: add a libwavpack encoder wrapper 2013-06-10 21:33:48 +02:00
libx264.c libx264: add shortcut for the bluray compatibility option 2013-08-05 16:13:35 +02:00
libxavs.c
libxvid_rc.c libavcodec: use avpriv_open() 2013-08-07 21:13:12 +02:00
libxvid.c
libxvid.h
ljpegenc.c
loco.c
log2_tab.c
lpc.c x86: lpc: fix a segfault in av_evaluate_lls_sse2() 2013-06-30 23:11:19 +00:00
lpc.h
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile pcm_dvd: consolidate pieces from pcm.c and mpeg.c 2013-08-31 11:26:29 +02:00
mathops.h mpegts: Remove one 64-bit integer modulus operation per packet 2013-08-05 19:25:55 +03:00
mathtables.c
mdct_fixed.c
mdct_float.c
mdct.c
mdec.c
metasound_data.c Voxware MetaSound decoder 2013-08-08 10:52:44 +02:00
metasound_data.h Voxware MetaSound decoder 2013-08-08 10:52:44 +02:00
metasound.c twinvq: set block align for codecs and use it in size checks 2013-08-26 09:23:39 +02:00
mimic.c
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c
mjpegdec.c mjpegb: Detect changing number of planes in interlaced video 2013-09-03 22:58:24 +03:00
mjpegdec.h
mjpegenc.c avcodec: Remove some commented-out debug cruft 2013-08-20 19:59:50 +02:00
mjpegenc.h
mlp_parser.c Disable deprecation warnings for cases where a replacement is available 2013-08-02 19:19:02 +02:00
mlp_parser.h
mlp.c
mlp.h
mlpdec.c Disable deprecation warnings for cases where a replacement is available 2013-08-02 19:19:02 +02:00
mlpdsp.c
mlpdsp.h
mmvideo.c
motion_est_template.c
motion_est.c
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c
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
mpeg4video.h avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
mpeg4videodec.c vdpau: remove old-style decoders 2013-08-05 11:15:49 +02:00
mpeg4videoenc.c
mpeg12.c mpeg12decdata.h: Move all tables to the only place they are used 2013-08-15 14:38:03 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c mpeg12decdata.h: Move all tables to the only place they are used 2013-08-15 14:38:03 +02:00
mpeg12enc.c mpeg12enc: K&R formatting cosmetics 2013-09-05 21:50:24 +02:00
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
mpegaudiodsp_data.c
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc.c
mpegaudiotab.h
mpegvideo_enc.c mpegvideo_enc: drop outdated copy_picture_attributes() in favour of a modern av_frame_copy_props() 2013-08-07 20:48:15 +02:00
mpegvideo_motion.c mpegvideo: Avoid 32-bit wrapping of linesize multiplications 2013-09-04 14:33:29 +03:00
mpegvideo_parser.c
mpegvideo_xvmc.c
mpegvideo.c mpegvideo: Replace arch initialization ifdeffery by standard conditionals 2013-08-28 23:59:24 +02:00
mpegvideo.h
mqc.c jpeg2000: Initialize only once mqc arrays 2013-07-13 07:54:12 +02:00
mqc.h jpeg2000: Initialize only once mqc arrays 2013-07-13 07:54:12 +02:00
mqcdec.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
msmpeg4data.h
msmpeg4dec.c
msmpeg4enc.c
msrle.c
msrledec.c
msrledec.h
mss1.c
mss2.c
mss2dsp.c
mss2dsp.h
mss3.c
mss4.c
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c
nellymoserenc.c
noise_bsf.c
nuv.c nuv: check ff_rtjpeg_decode_frame_yuv420 return value 2013-09-07 11:11:52 +02:00
options_table.h avcodec/options: Drop deprecation warning suppression macros 2013-08-06 03:05:03 +02:00
options.c Give less generic names to global library option arrays 2013-08-02 19:19:02 +02:00
pamenc.c
parser.c
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c pcm_bluray: cosmetics 2013-08-31 11:00:46 +02:00
pcm-dvd.c pcm-dvd: Support channel configuration changes 2013-09-13 12:14:05 +02:00
pcm.c pcm_dvd: consolidate pieces from pcm.c and mpeg.c 2013-08-31 11:26:29 +02:00
pcx.c pcx: Do not overread source buffer in pcx_rle_decode 2013-07-12 04:34:49 +02:00
pcxenc.c
pgssubdec.c
pictordec.c pictordec: pass correct context to avpriv_request_sample 2013-09-02 19:27:56 +02:00
png.c
png.h
pngdec.c
pngdsp.c
pngdsp.h
pngenc.c png: allow encoding 16-bit grayscale 2013-08-13 06:05:44 +02:00
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdata.c
proresdata.h
proresdec.c
proresdsp.c
proresdsp.h
proresenc.c
psymodel.c
psymodel.h
pthread.c Disable deprecation warnings for cases where a replacement is available 2013-08-02 19:19:02 +02:00
ptx.c
put_bits.h lavc: move put_bits_left in put_bits.h 2013-06-28 13:14:12 +02:00
qcelpdata.h
qcelpdec.c cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c qdm2: Whitespace cosmetics 2013-07-28 14:58:19 +02:00
qdm2data.h
qdrw.c
qpeg.c
qtrle.c
qtrleenc.c
r210dec.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c
ra288.c cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
ra288.h
ralf.c
ralfdata.h
rangecoder.c
rangecoder.h
ratecontrol.c
ratecontrol.h
raw.c
raw.h
rawdec.c
rawenc.c
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
rl2.c
rl.h
rle.c
rle.h
rnd_avg.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
rpza.c
rtjpeg.c rtjpeg: Use init_get_bits8 2013-08-13 14:04:55 +02:00
rtjpeg.h
rv10.c
rv10enc.c
rv20enc.c
rv30.c
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c
rv40data.h
rv40dsp.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00
rv40vlc2.h
s3tc.c Drop pointless directory name prefixes from #includes in the current dir 2013-09-10 12:38:41 +02:00
s3tc.h
s302m.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c
sgienc.c
shorten.c shorten: Break out of loop looking for fmt chunk if none is found 2013-09-12 10:53:04 +03:00
simple_idct_template.c
simple_idct.c
simple_idct.h
sinewin_tablegen.c
sinewin_tablegen.h
sinewin.c
sinewin.h
sipr16k.c
sipr16kdata.h
sipr.c cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
sipr.h
siprdata.h
smacker.c smacker: Free memory properly if the init function fails 2013-09-11 20:20:50 +03:00
smc.c
sp5x.h
sp5xdec.c
srtdec.c
sunrast.c
sunrast.h
sunrastenc.c
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c avcodec: Replace local extern declarations for tables with header #includes 2013-08-15 14:38:03 +02:00
svq1enc_cb.h
svq1enc.c
svq3.c h264data: Move some tables to the only place they are used 2013-08-20 20:49:37 +02:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h
tak_parser.c
tak.c
tak.h
takdec.c
targa.c
targa.h
targaenc.c
thread.h
tiertexseqv.c
tiff.c tiff: do not overread the source buffer 2013-06-07 17:23:53 +02:00
tiff.h tiff: K&R formatting cosmetics 2013-06-02 17:59:34 +02:00
tiffenc.c tiff: K&R formatting cosmetics 2013-06-02 17:59:34 +02:00
tmv.c
truemotion1.c
truemotion1data.h
truemotion2.c
truespeech_data.h
truespeech.c
tscc2.c
tscc2data.h
tscc.c
tta.c
twinvq_data.h twinvq: K&R formatting cosmetics 2013-07-25 11:17:06 +02:00
twinvq.c twinvq: set block align for codecs and use it in size checks 2013-08-26 09:23:39 +02:00
twinvq.h twinvq: Split VQF-specific part from common TwinVQ decoder core 2013-08-05 20:59:23 +02:00
twinvqdec.c twinvq: set block align for codecs and use it in size checks 2013-08-26 09:23:39 +02:00
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c avcodec/utils: Simplify a condition that combines HAVE_NEON and ARCH_ARM 2013-08-21 09:40:39 +02:00
utvideo.c
utvideo.h
utvideodec.c utvideodec: Set colorspace by codec_tag. 2013-06-10 09:38:22 +02:00
utvideoenc.c utvideoenc: use av_image_copy_plane() 2013-07-28 10:57:51 -04:00
v210dec.c
v210enc.c
v210x.c
v410dec.c
v410enc.c
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c
vaapi.h
vb.c
vble.c
vc1_parser.c
vc1.c
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c vc1: check mb_height validity. 2013-08-05 16:24:13 +02:00
vc1dsp.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00
vc1dsp.h
vcr1.c vcr1: add sanity checks 2013-09-02 19:27:33 +02:00
vda_h264.c
vda.h
vdpau_h264.c vdpau: store picture data in picture's rather than codec's context 2013-08-05 11:20:41 +02:00
vdpau_internal.h vdpau: deprecate bitstream buffers within the hardware context 2013-08-05 11:21:36 +02:00
vdpau_mpeg4.c vdpau: store picture data in picture's rather than codec's context 2013-08-05 11:20:41 +02:00
vdpau_mpeg12.c vdpau: store picture data in picture's rather than codec's context 2013-08-05 11:20:41 +02:00
vdpau_vc1.c vdpau: store picture data in picture's rather than codec's context 2013-08-05 11:20:41 +02:00
vdpau.c vdpau: store picture data in picture's rather than codec's context 2013-08-05 11:20:41 +02:00
vdpau.h vdpau: deprecate bitstream buffers within the hardware context 2013-08-05 11:21:36 +02:00
version.h pcm_dvd: consolidate pieces from pcm.c and mpeg.c 2013-08-31 11:26:29 +02:00
videodsp_template.c
videodsp.c
videodsp.h
vmdav.c vmd: decode videos with no LZ buffer size provided - they might not need it 2013-06-02 19:08:09 +02:00
vmnc.c
vorbis_data.c
vorbis_enc_data.h
vorbis_parser.c
vorbis_parser.h
vorbis.c
vorbis.h
vorbisdec.c vorbis: return meaningful errors 2013-06-07 16:54:16 +02:00
vorbisdsp.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00
vorbisdsp.h
vorbisenc.c cosmetics: Add '0' to float constants ending in '.'. 2013-07-25 11:33:23 +02:00
vp3_parser.c
vp3.c
vp3data.h
vp3dsp.c
vp3dsp.h
vp5.c
vp5data.h
vp6.c
vp6data.h vp56data: Move all shared enum/struct declarations to common header 2013-08-15 14:38:03 +02:00
vp6dsp.c
vp8_parser.c
vp8.c vp8: Wait for prev_frame to parse segment_map before reading it 2013-07-07 13:30:29 +03:00
vp8.h vp56data: Move all shared enum/struct declarations to common header 2013-08-15 14:38:03 +02:00
vp8data.h
vp8dsp.c cosmetics: Place arch initialization calls in alphabetical order 2013-08-29 11:24:14 +02:00
vp8dsp.h
vp56.c vp56data: Move all data tables to the .c file 2013-08-15 14:38:03 +02:00
vp56.h vp56data: Move all shared enum/struct declarations to common header 2013-08-15 14:38:03 +02:00
vp56data.c vp56data: Move all data tables to the .c file 2013-08-15 14:38:03 +02:00
vp56data.h vp56data: Move all data tables to the .c file 2013-08-15 14:38:03 +02:00
vp56dsp.c vp56: Mark VP6-only optimizations as such. 2013-08-23 14:42:19 +02:00
vp56dsp.h vp56: Mark VP6-only optimizations as such. 2013-08-23 14:42:19 +02:00
vp56rac.c
vqavideo.c vqavideo: check the version 2013-07-07 22:04:05 +02:00
wavpack.c
wma_common.c
wma_common.h
wma.c miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
wma.h
wmadata.h
wmadec.c
wmaenc.c
wmalosslessdec.c wmall: use AVFrame API properly 2013-08-11 21:13:56 +02:00
wmaprodata.h
wmaprodec.c miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
wmavoice_data.h
wmavoice.c miscellaneous typo fixes 2013-07-25 19:43:32 +02:00
wmv2.c
wmv2.h
wmv2dec.c
wmv2dsp.c
wmv2dsp.h
wmv2enc.c
wnv1.c
ws-snd1.c
xan.c
xbmenc.c
xiph.c
xiph.h
xl.c xl: Make sure the width is valid 2013-07-28 19:36:44 +02:00
xsubdec.c
xsubenc.c
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c
xwdenc.c
xxan.c
yop.c
zerocodec.c
zmbv.c zmbvdec: Check the buffer size for uncompressed data 2013-09-12 10:53:39 +03:00
zmbvenc.c