1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-08 13:22:53 +02:00
FFmpeg/libavcodec
wm4 b84675d63a mmaldec: hack against buffering problems on broken input
I can't come up with a nice way to handle this. It's hard to keep the
lock-stepped input/output in this case. You can't predict whether the
MMAL decoder will output a picture (because it's asynchronous), so
you have to assume in general that any packet could produce 0 or 1
frames. You can't continue to write input packets to the decoder,
because then you might get too many output frames, which you can't
get rid of because the lavc decoding API does not allow the decoder
to return an output frame without consuming an input frame (except
when flushing).

The ideal fix is a M:N decoding API (preferably asynchronous), which
would make this code potentially much cleaner. For now, this hack
will do.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2015-09-12 12:25:23 +02:00
..
aarch64 h264: aarch64: intra prediction optimisations 2015-07-20 23:10:29 +02:00
arm arm: use a local label instead of the function symbol in ff_prefetch_arm 2015-07-20 23:10:29 +02:00
avr32
mips
neon
ppc configure: Factor out vp8dsp module 2015-07-17 18:46:24 +01:00
x86 lavc: Drop deprecated deinterlace module 2015-08-28 16:04:19 +02:00
4xm.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
8bps.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
8svx.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
a64colors.h
a64enc.h
a64multienc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
a64tables.h
aac_ac3_parser.c lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
aac_ac3_parser.h
aac_adtstoasc_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
aac_parser.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
aac_tablegen_decl.h
aac_tablegen.c
aac_tablegen.h
aac.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c
aacdec.c aac: Make sure to set err on the failure path 2015-08-23 21:44:38 +02:00
aacdectab.h aac: Support channel configurations 11 and 12 2015-06-07 10:14:46 +02:00
aacenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
aacenc.h
aacps_tablegen.c
aacps_tablegen.h
aacps.c
aacps.h
aacpsdata.c
aacpsdsp.c
aacpsdsp.h
aacpsy.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
aacsbr.c
aacsbr.h
aacsbrdata.h
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ac3_parser.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
ac3_parser.h
ac3.c
ac3.h
ac3dec_data.c
ac3dec_data.h
ac3dec.c lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
ac3dec.h lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
ac3dsp.c
ac3dsp.h
ac3enc_fixed.c
ac3enc_float.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
ac3enc_opts_template.c
ac3enc_template.c ac3enc_template: Use the correct context field 2015-07-27 14:44:07 +01:00
ac3enc.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01: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 lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
adpcm.h
adpcmenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
adx_parser.c
adx.c
adx.h
adxdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
adxenc.c
aic.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
alac_data.c
alac_data.h
alac.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
alacenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
aliaspixdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
aliaspixenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
allcodecs.c DXV decoder 2015-09-02 22:22:02 +02:00
alsdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
amr.h
amrnbdata.h
amrnbdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
amrwbdata.h
amrwbdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
anm.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ansi.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
apedec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
apedsp.h
ass.c
ass.h
assdec.c
assenc.c
asv.c
asv.h
asvdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
asvenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
atrac1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
atrac1data.h
atrac3.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
atrac3data.h
atrac3plus_data.h
atrac3plus.c
atrac3plus.h
atrac3plusdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
atrac3plusdsp.c
atrac.c
atrac.h
audio_frame_queue.c
audio_frame_queue.h
audiodsp.c
audiodsp.h
aura.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
avcodec.h DXV decoder 2015-09-02 22:22:02 +02:00
avfft.c
avfft.h
avpacket.c lavc: Drop deprecated destruct_packet related functions 2015-08-28 16:01:16 +02:00
avpicture.c
avs.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bethsoftvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bethsoftvideo.h
bfi.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bgmc.c
bgmc.h
bink.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
binkaudio.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream_filter.c
bitstream.c
blockdsp.c
blockdsp.h
bmp_parser.c
bmp.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bmp.h
bmpenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
bmvaudio.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bmvvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
brenderpix.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
bswapdsp.c
bswapdsp.h
bytestream.h bytestream2: set the reader to the end when reading more than available 2015-07-12 18:15:39 +02:00
c93.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cabac_functions.h
cabac.c
cabac.h
canopus.c
canopus.h
cavs_parser.c
cavs.c
cavs.h
cavsdata.c
cavsdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cdxl.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01: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: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cljrdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cljrenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
cllc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cngdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cngenc.c
codec_desc.c codec_desc: Add missing DXV entry 2015-09-09 03:11:09 +02:00
cook_parser.c
cook.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
cookdata.h
copy_block.h
cos_tablegen.c
cscd.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cyuv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
d3d11va.h dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 2015-07-28 19:37:47 +03:00
dca_exss.c
dca_parser.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
dca_syncwords.h
dca_xll.c
dca.c
dca.h
dcadata.c
dcadata.h
dcadec.c lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
dcadsp.c
dcadsp.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h
dct-test.c
dct.c dct: Check memory allocation 2015-05-31 15:03:30 +02:00
dct.h
dctref.c
dctref.h
dds.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dfa.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dirac_parser.c
dirac.c
dirac.h
dnxhd_parser.c
dnxhddata.c dnxhddata: Double frame_size for cid 1260 2015-08-31 17:14:08 +02:00
dnxhddata.h
dnxhddec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dnxhdenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dnxhdenc.h lavc: Deprecate avctx.{inter,intra}_quant_bias 2015-07-02 22:37:59 +01:00
dpcm.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dpx_parser.c
dpx.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dpxenc.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
dsicinaudio.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dsicinvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dss_sp.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
dump_extradata_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
dv_profile_internal.h
dv_profile.c
dv_profile.h
dv_tablegen.c
dv_tablegen.h
dv.c
dv.h
dvbsub_parser.c
dvbsub.c
dvbsubdec.c
dvdata.c
dvdata.h
dvdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
dvdsub_parser.c
dvdsubdec.c
dvdsubenc.c
dvenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dxa.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
dxtory.c dxtory: Unify and rework the decoding routines 2015-09-06 14:16:38 +02:00
dxv.c DXV decoder 2015-09-02 22:22:02 +02:00
dxva2_h264.c
dxva2_hevc.c dxva2_hevc: unbreak compilation after recent sps/pps changes 2015-07-13 09:00:37 +02:00
dxva2_internal.h force WINAPI_FAMILY to WINAPI_FAMILY_DESKTOP_APP to be able to use dxva.h 2015-07-26 20:18:03 +03:00
dxva2_mpeg2.c
dxva2_vc1.c
dxva2.c dxva2: Add ifdefs around structs that might not be available 2015-06-01 23:04:46 +03:00
dxva2.h dxva2/d3d11va: Set _WIN32_WINNT to 0x0602 instead of 0x0600 2015-07-28 19:37:47 +03:00
eac3_data.c
eac3_data.h
eac3dec.c
eac3enc.c
eac3enc.h
eacmv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
eaidct.c
eaidct.h
eamad.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
eatgq.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
eatgv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
eatqi.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
elbg.c
elbg.h
elsdec.c elsdec: Replace EOVERFLOW with INVALIDDATA 2015-07-01 16:26:42 +01:00
elsdec.h Go2Meeting decoder 2015-07-01 01:08:15 +02:00
error_resilience.c
error_resilience.h
escape124.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
escape130.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
exr.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c
faxcompr.h
fdctdsp.c
fdctdsp.h
fft_fixed.c
fft_float.c
fft_template.c
fft-fixed-test.c
fft-internal.h
fft-test.c fft-test: Use the float fabs() version 2015-06-12 17:15:18 +01:00
fft.h
ffv1.c
ffv1.h ffv1enc: Keep coded_frame.key_frame a write-only variable 2015-07-20 14:13:42 +01:00
ffv1dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ffv1enc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
fic.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
file_open.c
flac_parser.c
flac.c
flac.h
flacdata.c
flacdata.h
flacdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flacdsp_lpc_template.c
flacdsp_template.c
flacdsp.c
flacdsp.h
flacenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flashsv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flashsvenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
flicvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flv.h
flvdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flvenc.c mpegvideo: Expand macro 2015-06-12 12:29:46 +01:00
fmtconvert.c
fmtconvert.h
fraps.c fraps: increase vlc nb_bits 2015-09-03 13:55:38 +02:00
frwu.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
g2meet.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
g722.c
g722.h
g722dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
g722dsp.c
g722dsp.h
g722enc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
g723_1_data.h
g723_1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
g726.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
get_bits.h lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
gif.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
gifdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
golomb-test.c
golomb.c
golomb.h
gsm_parser.c
gsm.h
gsmdec_data.c
gsmdec_data.h
gsmdec_template.c
gsmdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
h261_parser.c
h261.c rl: Rename ff_*_rl() to ff_rl_*() 2015-05-28 15:38:43 +01:00
h261.h
h261data.c
h261dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
h261enc.c h261: Signal freeze picture release for intra frames 2015-07-07 15:11:15 +02:00
h263_parser.c
h263_parser.h
h263.c mpegvideo: h263: Move all tables to a single file 2015-06-12 12:26:04 +01:00
h263.h lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h263data.c mpegvideo: h263: Move all tables to a single file 2015-06-12 12:26:04 +01:00
h263data.h mpegvideo: h263: Move all tables to a single file 2015-06-12 12:26:04 +01:00
h263dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
h263dsp.c
h263dsp.h
h264_cabac.c
h264_cavlc.c
h264_direct.c
h264_loopfilter.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h264_mb_template.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h264_mb.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h264_mc_template.c
h264_mp4toannexb_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
h264_mvpred.h
h264_parser.c
h264_picture.c
h264_ps.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h264_refs.c h264: make sure the current picture is not made a long ref multiple times 2015-06-27 16:46:01 +02:00
h264_sei.c h264: Fix faulty call to avpriv_request_sample 2015-08-22 01:42:19 +02:00
h264_slice.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h264.c h264: Do not print an error when the buffer has to be refilled 2015-08-06 11:55:48 +02:00
h264.h h264: Add support for Closed Caption export 2015-07-17 01:44:22 +01:00
h264addpx_template.c
h264chroma_template.c
h264chroma.c
h264chroma.h
h264data.h
h264dsp_template.c
h264dsp.c
h264dsp.h
h264idct_template.c
h264idct.c
h264idct.h
h264pred_template.c
h264pred.c h264: aarch64: intra prediction optimisations 2015-07-20 23:10:29 +02:00
h264pred.h h264: aarch64: intra prediction optimisations 2015-07-20 23:10:29 +02:00
h264qpel_template.c
h264qpel.c
h264qpel.h
hap.c hap: Add utility functions file 2015-07-27 16:21:14 +01:00
hap.h Support the Hap chunked frame format 2015-07-27 16:00:22 +01:00
hapdec.c Support the Hap chunked frame format 2015-07-27 16:00:22 +01:00
hapenc.c Support the Hap chunked frame format 2015-07-27 16:00:22 +01:00
hevc_cabac.c hevc: remove HEVCContext usage from hevc_ps 2015-07-12 18:15:39 +02:00
hevc_data.c hevc_parser: fix standalone build with the hevc decoder disabled 2015-07-13 08:58:21 +02:00
hevc_filter.c hevc: remove HEVCContext usage from hevc_ps 2015-07-12 18:15:39 +02:00
hevc_mp4toannexb_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
hevc_mvs.c hevc: remove HEVCContext usage from hevc_ps 2015-07-12 18:15:39 +02:00
hevc_parse.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
hevc_parser.c hevc_parser: parse and export some stream parameters 2015-07-12 18:15:40 +02:00
hevc_ps_enc.c lavc: add Intel libmfx-based HEVC encoder 2015-07-08 23:40:11 +02:00
hevc_ps.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
hevc_refs.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
hevc_sei.c hevc: Split the sei parsing in 3 functions 2015-08-01 15:45:50 +02:00
hevc.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
hevc.h hevc: move splitting the packet into NALUs into a separate function 2015-07-12 18:15:39 +02:00
hevcdsp_template.c hevcdsp: fix a function name 2015-08-21 08:46:05 +02:00
hevcdsp.c hevcdsp: fix a function name 2015-08-21 08:46:05 +02:00
hevcdsp.h hevcdsp: fix a function name 2015-08-21 08:46:05 +02:00
hevcpred_template.c hevc: remove HEVCContext usage from hevc_ps 2015-07-12 18:15:39 +02:00
hevcpred.c
hnm4video.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
hpel_template.c
hpeldsp.c
hpeldsp.h
hq_hqa.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
hq_hqa.h
hq_hqadata.c
hq_hqadsp.c
hq_hqadsp.h
hqx.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
hqx.h
hqxdsp.c
hqxdsp.h
hqxvlc.c
huffman.c huffman: allow specifying nb_bits to ff_huff_build_tree() 2015-09-03 13:55:38 +02:00
huffman.h huffman: allow specifying nb_bits to ff_huff_build_tree() 2015-09-03 13:55:38 +02:00
huffyuv.c
huffyuv.h
huffyuvdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
huffyuvdsp.c
huffyuvdsp.h
huffyuvenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
huffyuvencdsp.c
huffyuvencdsp.h
idcinvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
idctdsp.c
idctdsp.h
iff.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
iirfilter.c
iirfilter.h
imc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
imcdata.h
imdct15.c
imdct15.h
imgconvert.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
imgconvert.h lavc: Drop deprecated deinterlace module 2015-08-28 16:04:19 +02:00
imx_dump_header_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
indeo2.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
indeo2data.h
indeo3.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
indeo3data.h
indeo4.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
indeo4data.h
indeo5.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
indeo5data.h
intelh263dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
internal.h lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
interplayvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
intrax8.c mpegvideo: Move various temporary buffers to a separate context 2015-06-08 12:39:42 +01:00
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c h263: Always check both dimensions 2015-06-30 15:34:38 +02:00
ituh263enc.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
ivi_dsp.c
ivi_dsp.h
ivi.c
ivi.h
jfdctfst.c
jfdctint_template.c
jfdctint.c
jpeg2000.c
jpeg2000.h
jpeg2000dec.c jpeg2000: Split codeblock decoding from the main tile decoding 2015-09-11 18:19:39 +02:00
jpeg2000dsp.c
jpeg2000dsp.h
jpeg2000dwt.c
jpeg2000dwt.h
jpegls.c
jpegls.h
jpeglsdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
jpeglsdec.h
jpeglsenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
jpegtables.c
jpegtables.h
jrevdct.c
jvdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
kbdwin.c
kbdwin.h
kgv1dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
kmvc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
lagarith.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
lagarithrac.c
lagarithrac.h
latm_parser.c
lcl.h
lcldec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
lclenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
libavcodec.v
libdcadec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libfaac.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libfdk-aacdec.c libfdk-aacdec: Remove unused variable 2015-08-31 15:24:30 +02:00
libfdk-aacenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libgsmdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libgsmenc.c
libilbc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libmp3lame.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libopencore-amr.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libopenh264enc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libopenjpegdec.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
libopenjpegenc.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
libopus.c
libopus.h
libopusdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libopusenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libschroedinger.c
libschroedinger.h
libschroedingerdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libschroedingerenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libspeexdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libspeexenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libtheoraenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libtwolame.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libvo-aacenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libvo-amrwbenc.c
libvorbis.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libvpx.c libvpx: fix test for VPX_IMAGE_ABI_VERSION 2015-06-24 08:48:52 +02:00
libvpx.h libvpx: Add the library header 2015-07-09 21:36:19 +02:00
libvpxdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libvpxenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libwavpackenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libwebpenc.c libwebpenc: use WebPMemoryWriterClear() 2015-06-17 14:13:43 +01:00
libx264.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
libx265.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
libxavs.c xavs: Do not try to set the bitrate tolerance without a bitrate 2015-08-23 21:44:38 +02:00
libxvid_rc.c
libxvid.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
libxvid.h
ljpegenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
loco.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
log2_tab.c
lpc.c
lpc.h
lsp.c
lsp.h
lzf.c lavc: Add a lzf decompressor 2015-09-02 21:56:22 +02:00
lzf.h lavc: Add a lzf decompressor 2015-09-02 21:56:22 +02:00
lzw.c
lzw.h
lzwenc.c
mace.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
Makefile DXV decoder 2015-09-02 22:22:02 +02:00
mathops.h
mathtables.c
mdct_fixed.c
mdct_float.c
mdct_template.c
mdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
me_cmp.c
me_cmp.h
metasound_data.c
metasound_data.h
metasound.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mimic.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mjpeg2jpeg_bsf.c
mjpeg_parser.c
mjpeg.h
mjpega_dump_header_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
mjpegbdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mjpegdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
mjpegdec.h
mjpegenc_common.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
mjpegenc_common.h
mjpegenc.c
mjpegenc.h
mlp_parser.c lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
mlp_parser.h
mlp.c
mlp.h
mlpdec.c lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
mlpdsp.c
mlpdsp.h
mmaldec.c mmaldec: hack against buffering problems on broken input 2015-09-12 12:25:23 +02:00
mmvideo.c mmvideo: Make sure the rle does not write over the frame boundaries 2015-09-11 18:19:00 +02:00
motion_est_template.c
motion_est.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
motion_est.h lavc: Deprecate avctx.me_method 2015-07-27 15:24:56 +01:00
motionpixels_tablegen.c
motionpixels_tablegen.h
motionpixels.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
movsub_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
mpc7.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpc7data.h
mpc8.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
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
mpeg4videodec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
mpeg4videoenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpeg12.c mpegvideo: Move tables to a separate file 2015-05-31 13:06:19 +02:00
mpeg12.h mpeg12: Move the vlc bits to a stand alone file 2015-06-12 12:29:46 +01:00
mpeg12data.c
mpeg12data.h
mpeg12dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpeg12enc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpeg12vlc.h mpeg12: Move the vlc bits to a stand alone file 2015-06-12 12:29:46 +01:00
mpeg_er.c mpegvideo: Move ER functions to a separate file 2015-06-12 11:57:26 +01:00
mpeg_er.h mpegvideo: Move ER functions to a separate file 2015-06-12 11:57:26 +01:00
mpegaudio_parser.c
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudio.c
mpegaudio.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec_fixed.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpegaudiodec_float.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpegaudiodec_template.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
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
mpegpicture.c mpegvideo: Move Picture-related functions to a separate file 2015-06-10 14:05:32 +01:00
mpegpicture.h mpegvideo: Move Picture-related functions to a separate file 2015-06-10 14:05:32 +01:00
mpegutils.c
mpegutils.h mpegvideo: Move OutFormat enum to mpegutils.h 2015-06-08 12:39:42 +01:00
mpegvideo_enc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpegvideo_motion.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
mpegvideo_parser.c mpegvideo_parser: export pixel format and dimensions 2015-07-12 18:15:39 +02:00
mpegvideo_xvmc.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
mpegvideo.c mpegvideo: Drop a stray error message 2015-09-03 13:39:34 +02:00
mpegvideo.h lavc: Deprecate avctx.me_method 2015-07-27 15:24:56 +01:00
mpegvideodata.c mpegvideo: Move tables to a separate file 2015-05-31 13:06:19 +02:00
mpegvideodata.h mpegvideo: Move tables to a separate file 2015-05-31 13:06:19 +02:00
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mqc.c
mqc.h
mqcdec.c
msgsmdec.c
msgsmdec.h
msmpeg4.c mpegvideo: Move tables to a separate file 2015-05-31 13:06:19 +02:00
msmpeg4.h mpegvideo: msmpeg4: Move function declarations 2015-05-31 13:06:19 +02:00
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
msmpeg4enc.c rl: Rename ff_*_rl() to ff_rl_*() 2015-05-28 15:38:43 +01:00
msrle.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
msrledec.c msrle: Use FFABS to determine the frame size in msrle_decode_pal4 2015-05-30 16:28:32 +02:00
msrledec.h
mss1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mss2.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
mss2dsp.c
mss2dsp.h
mss3.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mss4.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mss12.c
mss12.h
mss34dsp.c
mss34dsp.h
msvideo1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mvcdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mxpegdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
nellymoser.c
nellymoser.h
nellymoserdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
nellymoserenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
noise_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
nuv.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
nvenc_h264.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
nvenc_hevc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
nvenc.c nvenc: Properly free the fifos 2015-08-25 19:47:43 +02:00
nvenc.h nvenc: H264 and HEVC encoders 2015-05-31 15:17:22 +02:00
on2avc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
on2avcdata.c
on2avcdata.h
options_table.h lavc: Drop deprecated request_channels related functions 2015-08-28 16:01:16 +02:00
options.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
opus_celt.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
opus_parser.c
opus_silk.c
opus.c
opus.h opusdec: properly handle mismatching configurations in multichannel streams 2015-08-02 08:43:51 +02:00
opusdec.c opusdec: properly handle mismatching configurations in multichannel streams 2015-08-02 08:43:51 +02:00
pafaudio.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pafvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pamenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
parser.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
parser.h
pcm_tablegen.c
pcm_tablegen.h
pcm-bluray.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pcm-dvd.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pcm.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pcx.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pcxenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
pel_template.c
pgssubdec.c
pictordec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pixblockdsp_template.c
pixblockdsp.c
pixblockdsp.h
pixels.h
png_parser.c
png.c
png.h
pngdec.c png: Be more informative regarding signature errors 2015-08-02 14:31:09 +02:00
pngdsp.c
pngdsp.h
pngenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
pnm_parser.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
pnm.c
pnm.h
pnmdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pnmenc.c lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields 2015-09-07 12:37:47 +02:00
proresdata.c
proresdata.h
proresdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
proresdsp.c
proresdsp.h
proresenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
psymodel.c psymodel: Check memory allocation 2015-05-31 15:03:31 +02:00
psymodel.h
pthread_frame.c lavc: Drop deprecated get_buffer related functions 2015-08-28 16:01:16 +02:00
pthread_internal.h
pthread_slice.c
pthread.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ptx.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
put_bits.h
qcelpdata.h
qcelpdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qdm2_tablegen.c
qdm2_tablegen.h
qdm2.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qdm2data.h
qdrw.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qpeg.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qpel_template.c
qpeldsp.c
qpeldsp.h
qsv_api.c
qsv_internal.h qsvdec: properly handle asynchronous decoding 2015-07-19 09:47:45 +02:00
qsv.c lavc: add Intel libmfx-based HEVC encoder 2015-07-08 23:40:11 +02:00
qsv.h
qsvdec_h2645.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qsvdec_mpeg2.c qsvdec_mpeg2: drop an incorrect comment 2015-07-27 18:09:30 +02:00
qsvdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
qsvdec.h lavc: add Intel libmfx-based HEVC decoder. 2015-07-25 17:37:01 +02:00
qsvenc_h264.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qsvenc_hevc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
qsvenc_mpeg2.c lavc: add Intel libmfx-based MPEG2 encoder 2015-07-08 23:39:28 +02:00
qsvenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
qsvenc.h qsvenc: properly handle asynchronous encoding 2015-07-19 10:06:53 +02:00
qtrle.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qtrleenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
r210dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ra144.c
ra144.h
ra144dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ra144enc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ra288.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ra288.h
ralf.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ralfdata.h
rangecoder.c
rangecoder.h
ratecontrol.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
ratecontrol.h
raw.c
raw.h
rawdec.c
rawenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
rl2.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rl.c rl: Add error checking to ff_rl_init(). 2015-05-28 15:38:43 +01:00
rl.h rl: Add error checking to ff_rl_init(). 2015-05-28 15:38:43 +01:00
rle.c
rle.h
rnd_avg.h
roqaudioenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
roqvideo.c
roqvideo.h
roqvideodec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
roqvideoenc.c roqvideoenc: Drop unneeded initialization 2015-07-20 13:57:25 +01:00
rpza.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rtjpeg.c
rtjpeg.h
rv10.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rv10.h mpegvideo: rv10: Move function declaration to a separate header 2015-06-12 12:26:54 +01:00
rv10enc.c mpegvideo: Expand macro 2015-06-12 12:29:46 +01:00
rv20enc.c mpegvideo: Expand macro 2015-06-12 12:29:46 +01:00
rv30.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rv30data.h
rv30dsp.c
rv34_parser.c
rv34.c mpegvideo: Move various temporary buffers to a separate context 2015-06-08 12:39:42 +01:00
rv34.h
rv34data.h
rv34dsp.c
rv34dsp.h
rv34vlc.h
rv40.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rv40data.h
rv40dsp.c
rv40vlc2.h
s302m.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sanm.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sbr.h
sbrdsp.c
sbrdsp.h
sgi.h
sgidec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sgienc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
sgirledec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
shorten.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01: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 lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sipr.h
siprdata.h
smacker.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
smc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
snappy.c snappy: Refactor so ff_snappy_uncompress() uses an existing buffer 2015-07-23 13:35:16 +01:00
snappy.h snappy: Refactor so ff_snappy_uncompress() uses an existing buffer 2015-07-23 13:35:16 +01:00
sp5x.h
sp5xdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
srtdec.c
startcode.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
startcode.h
sunrast.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sunrast.h
sunrastenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
svq1_cb.h
svq1_vlc.h
svq1.c
svq1.h
svq1dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
svq1enc_cb.h
svq1enc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
svq1enc.h lavc: Deprecate avctx.me_method 2015-07-27 15:24:56 +01:00
svq3.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
svq3.h
svq13.c
synth_filter.c
synth_filter.h
tableprint.h
tak_parser.c
tak.c
tak.h
takdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
targa.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
targa.h
targaenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
tdsc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
texturedsp.c Introduce a TextureDSP module 2015-06-22 15:23:08 +01:00
texturedsp.h Introduce a TextureDSP module 2015-06-22 15:23:08 +01:00
texturedspenc.c TextureDSP: fix erroneous condition which produced blocky output for DXT 2015-06-24 14:45:23 +01:00
thread.h
tiertexseqv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
tiff.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
tiff.h
tiffenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
tmv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
tpeldsp.c
tpeldsp.h
truemotion1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
truemotion1data.h
truemotion2.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
truespeech_data.h
truespeech.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
tscc2.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
tscc2data.h
tscc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
tta.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
twinvq_data.h
twinvq.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
twinvq.h
twinvqdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
txd.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
ulti_cb.h
ulti.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
unary.h
utils.c lavu: Drop deprecated duplicated AVFrame/AVCodecContext parameters 2015-08-28 16:04:27 +02:00
utvideo.c
utvideo.h
utvideodec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
utvideoenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
v210dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
v210enc.c checkasm: add unit tests for v210enc 2015-09-06 10:36:24 +02:00
v210enc.h checkasm: add unit tests for v210enc 2015-09-06 10:36:24 +02:00
v210x.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
v410dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
v410enc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
vaapi_h264.c
vaapi_internal.h
vaapi_mpeg2.c
vaapi_mpeg4.c
vaapi_vc1.c
vaapi.c
vaapi.h
vb.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vble.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vc1_block.c cosmetics: Drop spurious spaces from if clauses 2015-08-08 01:26:38 +02:00
vc1_common.h
vc1_loopfilter.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
vc1_mc.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
vc1_parser.c
vc1_pred.c
vc1_pred.h
vc1.c
vc1.h
vc1acdata.h
vc1data.c
vc1data.h
vc1dec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
vc1dsp.c
vc1dsp.h
vcr1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vda_h264.c vda: Check the correct pointer for buffer allocation 2015-07-03 01:58:32 +02:00
vda_internal.h
vda.c
vda.h
vdpau_h264.c
vdpau_internal.h
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c
vdpau.h
version.h DXV decoder 2015-09-02 22:22:02 +02:00
videodsp_template.c
videodsp.c
videodsp.h
vima.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vmdaudio.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vmdvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vmnc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vorbis_data.c
vorbis_enc_data.h
vorbis_parser_internal.h
vorbis_parser.c
vorbis_parser.h
vorbis.c
vorbis.h
vorbisdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vorbisdsp.c
vorbisdsp.h
vorbisenc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vp3_parser.c
vp3.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vp3data.h
vp3dsp.c
vp3dsp.h
vp5.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vp5data.h
vp6.c huffman: allow specifying nb_bits to ff_huff_build_tree() 2015-09-03 13:55:38 +02:00
vp6data.h
vp6dsp.c
vp8_parser.c
vp8.c vp7: bound checking in vp7_decode_frame_header 2015-08-16 19:02:16 +02:00
vp8.h
vp8data.h
vp8dsp.c
vp8dsp.h
vp9.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vp9.h vp9: Parse subsampling and report missing feature 2015-05-31 12:19:19 +02:00
vp9block.c
vp9data.c
vp9data.h
vp9dsp.c
vp9mvs.c
vp9prob.c
vp56.c
vp56.h
vp56data.c
vp56data.h
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
wavpack.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
webp.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
wma_common.c
wma_common.h
wma_freqs.c
wma_freqs.h
wma.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
wma.h lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
wmadata.h
wmadec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
wmaenc.c wma: Check memory allocation 2015-05-31 15:03:31 +02:00
wmalosslessdec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
wmaprodata.h
wmaprodec.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
wmavoice_data.h
wmavoice.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
wmv2.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
wmv2.h mpegvideo: wmv2: Move function declarations 2015-05-31 13:06:19 +02:00
wmv2dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
wmv2dsp.c
wmv2dsp.h
wmv2enc.c lavc: Deprecate avctx.me_method 2015-07-27 15:24:56 +01:00
wnv1.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
ws-snd1.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xan.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xbmdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xbmenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
xiph.c
xiph.h
xl.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xsubdec.c xsub: Check memory allocation 2015-05-31 15:03:31 +02:00
xsubenc.c
xvididct.c
xvididct.h
xvmc_internal.h
xvmc.h
xwd.h
xwddec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xwdenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00
xxan.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
yop.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
zerocodec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
zmbv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
zmbvenc.c Deprecate avctx.coded_frame 2015-07-20 15:06:50 +01:00