1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00
FFmpeg/libavcodec
Ronald S. Bultje 74699ac8c8 mjpegb: don't return 0 at the end of frame decoding.
Return 0 indicates "please return the same data again", i.e. it causes
an infinite loop. Instead, return that we consumed the buffer if we
finished decoding succesfully, or return an error if an error occurred.

Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
2012-02-18 08:41:45 -08:00
..
alpha mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
arm mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
avr32
bfin mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mips mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
ppc ppc: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:29 +02:00
sh4 sh4: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:26 +02:00
sparc dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
x86 mpegaudio: replace memcpy by SIMD code 2012-02-15 20:11:54 -08:00
4xm.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
8bps.c
8svx.c
a64colors.h
a64enc.h
a64multienc.c
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
aac.h aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 2012-02-09 13:33:06 -08:00
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
aacdectab.h aacdec: Support native channel layout when requested. 2012-02-09 13:33:07 -08:00
aacenc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsy.c
aacpsy.h
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3_parser.c ac3dec: Move center and surround mix level tables to the parser. 2012-02-09 16:36:02 -08:00
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
ac3dec.h
ac3dsp.c
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c
ac3enc_opts_template.c
ac3enc_template.c Drop unnecessary av_uninit attributes from some variable declarations. 2012-02-13 19:20:52 +01:00
ac3enc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
ac3enc.h
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_data.c
adpcm_data.h
adpcm.c
adpcm.h
adpcmenc.c
adx_parser.c
adx.c
adx.h
adxdec.c
adxenc.c
alac.c
alacenc.c alacenc: use AVCodec.encode2() 2012-02-11 12:49:23 -05:00
allcodecs.c avcodec: add a Sun Rasterfile encoder 2012-02-17 14:28:56 -05:00
alsdec.c als: prevent infinite loop in zero_remaining(). 2012-02-17 12:35:08 -08:00
amr.h
amrnbdata.h
amrnbdec.c
amrwbdata.h
amrwbdec.c
anm.c
ansi.c
apedec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
api-example.c
ass.c
ass.h
assdec.c
assenc.c
asv1.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
atrac1.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
atrac1data.h
atrac3.c atrac3: Fix crash in tonal component decoding. 2012-02-16 15:18:45 -05:00
atrac3data.h
atrac.c libavcodec: Add ff_ prefix to some nonstatic symbols 2012-02-15 22:06:29 +02:00
atrac.h libavcodec: Add ff_ prefix to some nonstatic symbols 2012-02-15 22:06:29 +02:00
audioconvert.c
audioconvert.h
aura.c
avcodec.h CDXL demuxer and decoder 2012-02-14 22:32:53 +01:00
avfft.c
avfft.h
avpacket.c
avs.c
bethsoftvideo.c bethsoftvid: pass palette in side data instead of in a separate packet. 2012-02-16 10:47:11 -05:00
bethsoftvideo.h
bfi.c
bgmc.c
bgmc.h
bink.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
binkaudio.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream_filter.c libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters 2012-02-09 23:13:50 +02:00
bitstream.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
bmp.c
bmp.h
bmpenc.c bmpenc: switch to encode2(). 2012-02-12 08:02:28 +01:00
bmv.c
bytestream.h bytestream: K&R formatting cosmetics 2012-02-09 11:37:14 +01:00
c93.c
cabac_functions.h
cabac.c
cabac.h
cavs_parser.c cavs parser: fix parser context type 2012-02-10 15:48:51 +01:00
cavs.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
cavs.h
cavsdata.h
cavsdec.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c cdxl: fix video decoding for some files 2012-02-17 14:20:18 -05:00
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 cljr: implement encode2. 2012-02-12 08:05:57 +01:00
cook.c cook: prevent div-by-zero if channels is zero. 2012-02-17 12:35:07 -08:00
cookdata.h
cos_tablegen.c
cscd.c
cyuv.c
dca_parser.c
dca.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
dca.h
dcadata.h
dcadsp.c
dcadsp.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32.c
dct32.h
dct-test.c dct-test: Add the missing ff_ prefix to the altivec functions 2012-02-18 00:22:25 +02:00
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 dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
dnxhdenc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
dnxhdenc.h
dpcm.c dpcm: ignore extra unpaired bytes in stereo streams. 2012-02-17 15:42:23 -08:00
dpx.c
dpxenc.c dpxenc: switch to encode2(). 2012-02-17 20:46:37 +01:00
dsicinav.c
dsputil_template.c
dsputil.c vorbis: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:11 +02:00
dsputil.h libavcodec: Add ff_ prefix to j_rev_dct* 2012-02-15 22:06:46 +02:00
dump_extradata_bsf.c
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dv.c dvenc: switch to encode2(). 2012-02-17 20:46:37 +01:00
dvbsub_parser.c
dvbsub.c
dvbsubdec.c
dvdata.c dv: Move tables from dvdata.h to dvdata.c 2012-02-09 19:16:15 -08:00
dvdata.h dv: Move tables from dvdata.h to dvdata.c 2012-02-09 19:16:15 -08:00
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvquant.h dv: Split dvdata.h into dvdata.h and dvquant.h 2012-02-09 19:16:15 -08:00
dwt.c
dwt.h
dxa.c
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 eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 2012-02-09 21:28:37 +01:00
eac3enc.c
eac3enc.h
eacmv.c
eaidct.c
eamad.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
eatgq.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
eatgv.c Drop unnecessary av_uninit attributes from some variable declarations. 2012-02-13 19:20:52 +01:00
eatqi.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
elbg.c
elbg.h
error_resilience.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
escape124.c
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +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 dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
flac_parser.c
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c flac: fix infinite loops on all-zero input or end-of-stream. 2012-02-16 17:08:29 -08:00
flacenc.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
flashsv.c
flashsvenc.c
flicvideo.c
flv.h
flvdec.c
flvenc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
fmtconvert.c
fmtconvert.h
fraps.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
frwu.c frwu: lowercase the FRWU codec name 2012-02-02 18:44:52 +01:00
g722.c
g722.h
g722dec.c
g722enc.c
g726.c
get_bits.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
gif.c
gifdec.c
golomb-test.c
golomb.c
golomb.h flac: fix infinite loops on all-zero input or end-of-stream. 2012-02-16 17:08:29 -08:00
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c
h261_parser.c
h261.c
h261.h
h261data.h
h261dec.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
h261enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
h263_parser.c
h263_parser.h
h263.c h263: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:22 +02:00
h263.h h263: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:22 +02:00
h263data.h h263: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:22 +02:00
h263dec.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
h264_cabac.c h264: disallow constrained intra prediction modes for luma. 2012-02-09 22:57:01 -08:00
h264_cavlc.c h264: disallow constrained intra prediction modes for luma. 2012-02-09 22:57:01 -08:00
h264_direct.c
h264_loopfilter.c
h264_mp4toannexb_bsf.c
h264_mvpred.h
h264_parser.c
h264_ps.c
h264_refs.c
h264_sei.c
h264.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
h264.h h264: disallow constrained intra prediction modes for luma. 2012-02-09 22:57:01 -08:00
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c
h264idct.c
h264pred_template.c
h264pred.c
h264pred.h
huffman.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
huffman.h
huffyuv.c huffyuv: error out on bit overrun. 2012-02-17 15:23:20 -08:00
idcinvideo.c
iff.c
iirfilter.c
iirfilter.h
imc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
imcdata.h
imgconvert.c pixdesc: mark pseudopaletted formats with a special flag. 2012-02-08 21:01:31 +01:00
imgconvert.h
imx_dump_header_bsf.c
indeo2.c
indeo2data.h
indeo3.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
indeo3data.h
indeo4.c
indeo4data.h
indeo5.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
indeo5data.h
intelh263dec.c h263: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:22 +02:00
internal.h ff_alloc_packet: modify the size of the packet to match the requested size 2012-02-01 16:33:27 -05:00
interplayvideo.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
intrax8.c vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c rv: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:17 +02:00
ituh263enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
ivi_common.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
ivi_common.h
ivi_dsp.c
ivi_dsp.h
jfdctfst.c libavcodec: Prefix fdct_ifast, fdct_ifast248 2012-02-15 22:06:38 +02:00
jfdctint_template.c
jfdctint.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c
jrevdct.c libavcodec: Add ff_ prefix to j_rev_dct* 2012-02-15 22:06:46 +02:00
jvdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
kbdwin.c
kbdwin.h
kgv1dec.c
kmvc.c
lagarith.c lagarith: Add ff_ prefix to lag_rac_init 2012-02-15 22:06:49 +02:00
lagarithrac.c lagarith: Add ff_ prefix to lag_rac_init 2012-02-15 22:06:49 +02:00
lagarithrac.h lagarith: Add ff_ prefix to lag_rac_init 2012-02-15 22:06:49 +02:00
latm_parser.c
lcl.h
lcldec.c
lclenc.c
libavcodec.v
libdirac_libschro.c
libdirac_libschro.h
libdirac.h
libdiracdec.c
libdiracenc.c
libfaac.c
libgsm.c
libmp3lame.c
libopencore-amr.c
libopenjpeg.c
libschroedinger.c
libschroedinger.h
libschroedingerdec.c
libschroedingerenc.c
libspeexdec.c
libspeexenc.c
libtheoraenc.c
libvo-aacenc.c
libvo-amrwbenc.c
libvorbis.c
libvpxdec.c
libvpxenc.c
libx264.c libx264: implement encode2(). 2012-02-08 20:59:07 +01:00
libxavs.c
libxvid_internal.h
libxvid_rc.c
libxvidff.c
ljpegenc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
loco.c
lpc.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
lpc.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
lsp.c
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c
Makefile avcodec: add a Sun Rasterfile encoder 2012-02-17 14:28:56 -05:00
mathops.h
mdct_fixed.c
mdct_float.c
mdct.c
mdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
mimic.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.c
mjpeg.h
mjpega_dump_header_bsf.c
mjpegbdec.c mjpegb: don't return 0 at the end of frame decoding. 2012-02-18 08:41:45 -08:00
mjpegdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
mjpegdec.h
mjpegenc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mjpegenc.h
mlp_parser.c
mlp_parser.h
mlp.c
mlp.h
mlpdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
mlpdsp.c
mmvideo.c
motion_est_template.c
motion_est.c
motion-test.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c mpc7: assign an error level + context to av_log() msg. 2012-02-17 15:28:35 -08:00
mpc7data.h
mpc8.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
mpc8data.h
mpc8huff.h
mpc.c
mpc.h
mpcdata.h
mpeg4audio.c
mpeg4audio.h
mpeg4data.h mpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:06:52 +02:00
mpeg4video_parser.c mpeg4video parser: move specific fields into private context 2012-02-10 15:48:51 +01:00
mpeg4video_parser.h
mpeg4video.c
mpeg4video.h mpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:06:52 +02:00
mpeg4videodec.c mpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:06:52 +02:00
mpeg4videoenc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpeg12.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_float.c
mpegaudiodec.c mp3on4: require a minimum framesize. 2012-02-17 15:32:23 -08:00
mpegaudiodecheader.c
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c
mpegaudiodsp.c
mpegaudiodsp.h
mpegaudioenc.c
mpegaudiotab.h
mpegvideo_common.h mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpegvideo_enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpegvideo_parser.c mpegvideo parser: move specific fields into private context 2012-02-10 15:48:51 +01:00
mpegvideo_xvmc.c
mpegvideo.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
mpegvideo.h mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
msgsmdec.c
msgsmdec.h
msmpeg4.c msmpeg4: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:08 +02:00
msmpeg4.h
msmpeg4data.c msmpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:07:01 +02:00
msmpeg4data.h msmpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:07:01 +02:00
msrle.c
msrledec.c Drop unnecessary av_uninit attributes from some variable declarations. 2012-02-13 19:20:52 +01:00
msrledec.h
msvideo1.c
mxpegdec.c
nellymoser.c
nellymoser.h
nellymoserdec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
nellymoserenc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
noise_bsf.c
nuv.c rtjpeg: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:20 +02:00
options.c Move PS2 MMI code below the mips subdirectory, where it belongs. 2012-02-13 09:59:53 +01:00
pamenc.c pamenc: switch to encode2(). 2012-02-17 20:46:37 +01:00
parser.c remove ParseContext1 2012-02-10 15:48:52 +01:00
parser.h remove ParseContext1 2012-02-10 15:48:52 +01:00
pcm_tablegen.c
pcm_tablegen.h
pcm-mpeg.c
pcm.c pcmenc: Do not set avpkt->size. 2012-02-01 16:33:27 -05:00
pcx.c
pcxenc.c
pgssubdec.c
pictordec.c
png.c
png.h
pngdec.c
pngdsp.c
pngdsp.h
pngenc.c pngenc: switch to encode2(). 2012-02-17 20:46:37 +01:00
pnm_parser.c
pnm.c
pnm.h
pnmdec.c
pnmenc.c
proresdata.c prores: move data shared between decoder and encoder to common file 2012-02-15 07:14:45 +01:00
proresdata.h prores: move data shared between decoder and encoder to common file 2012-02-15 07:14:45 +01:00
proresdec.c prores: move data shared between decoder and encoder to common file 2012-02-15 07:14:45 +01:00
proresdsp.c prores: initialise encoder and decoder parts only when needed 2012-02-17 14:11:48 +01:00
proresdsp.h prores encoder 2012-02-15 07:14:51 +01:00
proresenc.c proresenc: initialise 'sign' variable 2012-02-16 06:48:24 +01:00
psymodel.c
psymodel.h
pthread.c
ptx.c
put_bits.h
qcelpdata.h
qcelpdec.c
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c
qdm2data.h
qdrw.c
qpeg.c
qtrle.c
qtrleenc.c Drop unnecessary av_uninit attributes from some variable declarations. 2012-02-13 19:20:52 +01:00
r210dec.c
ra144.c
ra144.h
ra144dec.c
ra144enc.c ra144enc: drop pointless "encoder" from .long_name 2012-02-01 20:17:25 -05:00
ra288.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
ra288.h
rangecoder.c
rangecoder.h
ratecontrol.c
ratecontrol.h
raw.c
raw.h
rawdec.c pixdesc: mark pseudopaletted formats with a special flag. 2012-02-08 21:01:31 +01:00
rawenc.c rawenc: switch to encode2(). 2012-02-08 21:51:24 +01:00
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample2.c
resample.c
rl2.c
rl.h vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
rle.c
rle.h
roqaudioenc.c
roqvideo.c
roqvideo.h
roqvideodec.c
roqvideoenc.c
rpza.c
rtjpeg.c rtjpeg: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:20 +02:00
rtjpeg.h rtjpeg: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:20 +02:00
rv10.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
rv10enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
rv20enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
rv30.c rv30: check block type validity 2012-02-14 19:03:10 +01:00
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
rv34.h rv34: use uint16_t for RV34DecContext.deblock_coefs 2012-02-14 14:42:55 +01:00
rv34data.h h263: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:22 +02:00
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
rv40data.h
rv40dsp.c
rv40vlc2.h
s3tc.c
s3tc.h
s302m.c
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c
sgienc.c
shorten.c shorten: Use separate pointers for the allocated memory for decoded samples. 2012-02-16 15:18:45 -05:00
simple_idct_template.c
simple_idct.c
simple_idct.h
sinewin_tablegen.c wmapro: change max. block size to 13 bits. 2012-02-16 16:15:36 -08:00
sinewin_tablegen.h wmapro: change max. block size to 13 bits. 2012-02-16 16:15:36 -08:00
sinewin.c
sinewin.h wmapro: change max. block size to 13 bits. 2012-02-16 16:15:36 -08:00
sipr16k.c
sipr16kdata.h
sipr.c
sipr.h
siprdata.h
smacker.c vlc/rl: Add ff_ prefix to the nonstatic symbols 2012-02-15 22:06:26 +02:00
smc.c
snow.c snow: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:58 +02:00
snow.h snow: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:58 +02:00
snowdata.h snow: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:58 +02:00
snowdec.c snow: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:58 +02:00
snowenc.c snow: Add ff_ prefix to nonstatic symbols 2012-02-15 22:06:58 +02:00
sp5x.h
sp5xdec.c
srtdec.c
sunrast.c sunrast: Move common defines to a new header file. 2012-02-17 14:23:40 -05:00
sunrast.h avcodec: add a Sun Rasterfile encoder 2012-02-17 14:28:56 -05:00
sunrastenc.c avcodec: add a Sun Rasterfile encoder 2012-02-17 14:28:56 -05:00
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
svq1enc_cb.h
svq1enc.c svq1enc: switch to encode2(). 2012-02-17 20:46:37 +01:00
svq3.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
synth_filter.c
synth_filter.h
tableprint.h
targa.c
targa.h
targaenc.c
thread.h
tiertexseqv.c
tiff.c
tiff.h
tiffenc.c
tmv.c
truemotion1.c
truemotion1data.h
truemotion2.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
truespeech_data.h
truespeech.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
tscc.c
tta.c ttadec: use branchless unsigned-to-signed unfolding 2012-02-17 14:35:35 -05:00
twinvq_data.h
twinvq.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
txd.c
ulti_cb.h
ulti.c
unary.h
utils.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
utvideo.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
v210dec.c v210dec: check for coded_frame allocation failure 2012-02-06 08:00:31 +01:00
v210enc.c v210enc: switch to encode2(). 2012-02-17 20:46:37 +01:00
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 dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
vc1_parser.c vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
vc1.c vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
vc1.h vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
vc1acdata.h
vc1data.c vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
vc1data.h vc1: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:05 +02:00
vc1dec.c vc1: prevent using last_frame as a reference for I/P first frame. 2012-02-15 19:58:10 -08:00
vc1dsp.c
vc1dsp.h
vcr1.c
vda_h264.c
vda_internal.h
vda.c
vda.h
vdpau_internal.h
vdpau.c
vdpau.h
version.h prores encoder 2012-02-15 07:14:51 +01:00
vmdav.c
vmnc.c
vorbis_data.c
vorbis_enc_data.h
vorbis.c vorbis: fix overflows in floor1[] vector and inverse db table index. 2012-02-02 12:05:08 -08:00
vorbis.h vorbis: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:11 +02:00
vorbisdec.c vorbis: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:11 +02:00
vorbisenc.c
vp3_parser.c
vp3.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
vp3data.h
vp3dsp.c
vp5.c vp56: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:14 +02:00
vp5data.h
vp6.c vp56: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:14 +02:00
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
vp8.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 2012-02-06 19:39:24 +01:00
vp8data.h
vp8dsp.c
vp8dsp.h vp8dsp: split long line. 2012-02-18 02:32:09 +02:00
vp56.c vp56: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:14 +02:00
vp56.h
vp56data.c vp56: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:14 +02:00
vp56data.h vp56: Add ff_ prefix to nonstatic symbols 2012-02-15 22:07:14 +02:00
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c
w32pthreads.h
wavpack.c wavpack: add needed braces for 2 statements inside an if block 2012-02-10 20:27:55 -05:00
wma.c dsputil: Add ff_ prefix to the dsputil*_init* functions 2012-02-15 22:06:34 +02:00
wma.h
wmadata.h
wmadec.c
wmaenc.c
wmaprodata.h
wmaprodec.c wmapro: change max. block size to 13 bits. 2012-02-16 16:15:36 -08:00
wmavoice_data.h
wmavoice.c
wmv2.c msmpeg4: Add ff_ prefixes to nonstatic symbols 2012-02-15 22:07:01 +02:00
wmv2.h
wmv2dec.c
wmv2enc.c mpegvideo: Add ff_ prefix to nonstatic functions 2012-02-15 22:07:23 +02:00
wnv1.c
ws-snd1.c ws_snd1: Fix wrong samples counts. 2012-02-16 15:18:45 -05:00
xan.c
xiph.c
xiph.h
xl.c
xsubdec.c
xsubenc.c
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c
xwdenc.c xwdenc: switch to encode2(). 2012-02-17 20:46:37 +01:00
xxan.c
yop.c
zmbv.c zmbv: Employ more meaningful return values. 2012-02-01 14:24:25 +01:00
zmbvenc.c zmbvenc: Employ more meaningful return values. 2012-02-01 14:23:20 +01:00