FFmpeg/libavcodec
Alexis Ballier 447b5b278c mpegvideo_enc: Fix encoding videos with less frames than the delay of the encoder
When the encoder is fed with less frames than its delay, the picture list
looks like { NULL, NULL, ..., frame, frame, frame }. When flushing the
encoder (input frame == NULL), we need to ensure the picture list is
shifted enough so that we do not return an empty packet, which would
mean the encoder has finished, while it has not encoded any frame.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2015-10-25 22:43:30 +01:00
..
aarch64
arm
avr32
mips
neon
ppc
x86 mpegvideo: Make sure mpegutils.h is included where needed 2015-09-13 17:34:45 +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 codec init run under ff_thread_once 2015-10-15 14:00:24 -04:00
aacdectab.h
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 msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02: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
allcodecs.c innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +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 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02:00
audio_frame_queue.h lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02:00
audiodsp.c
audiodsp.h
aura.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
avcodec.h innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +02:00
avfft.c
avfft.h
avpacket.c lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02:00
avpicture.c lavc: Deprecate AVPicture structure and related functions 2015-10-22 13:32:15 +02:00
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 msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02:00
bmp.h
bmpenc.c
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
c93.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
cabac_functions.h cabac: Make CABAC states hardcoded 2015-10-08 21:55:31 +02:00
cabac.c cabac: Make CABAC states hardcoded 2015-10-08 21:55:31 +02:00
cabac.h cabac: Make CABAC states hardcoded 2015-10-08 21:55:31 +02:00
canopus.c
canopus.h
cavs_parser.c
cavs.c
cavs.h
cavsdata.c
cavsdec.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02: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
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 innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +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.c d3d11va: make av_d3d11va_alloc_context() available at all times 2015-10-03 14:09:23 +02:00
d3d11va.h d3d11va: WindowsPhone requires a mutex around ID3D11VideoContext 2015-09-17 10:33:21 +02: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 dcadec: reorganise context data 2015-10-07 18:45:49 +02:00
dcadata.c
dcadata.h
dcadec.c dcadec: reorganise context data 2015-10-07 18:45:49 +02:00
dcadsp.c
dcadsp.h
dcahuff.h
dct32_fixed.c
dct32_float.c
dct32_template.c
dct32.h lavc: Sanitize header inclusion guards 2015-09-12 13:39:37 +02:00
dct-test.c
dct.c
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: Deduplicate cid 1256 chroma table 2015-10-02 13:12:19 +02:00
dnxhddata.h
dnxhddec.c dnxhddec: Enable frame threading 2015-09-29 14:33:01 +02:00
dnxhdenc.c lavc: Simplify checking quant bias option 2015-09-29 14:33:01 +02:00
dnxhdenc.h
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 dpx: Replace avpicture functions with imgutils 2015-10-21 11:59:46 +02: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 dv: Mark internal frame reference as const 2015-10-04 13:06:34 +02:00
dvbsub_parser.c
dvbsub.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
dvbsubdec.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
dvdata.c
dvdata.h
dvdec.c dv: Mark internal frame reference as const 2015-10-04 13:06:34 +02:00
dvdsub_parser.c
dvdsubdec.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
dvdsubenc.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
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: Improve error message 2015-09-24 10:57:30 +02:00
dxva2_h264.c dxva: Include last the internal header 2015-10-14 14:35:34 +02:00
dxva2_hevc.c dxva: Include last the internal header 2015-10-14 14:35:34 +02:00
dxva2_internal.h mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
dxva2_mpeg2.c dxva: Include last the internal header 2015-10-14 14:35:34 +02:00
dxva2_vc1.c dxva: Include last the internal header 2015-10-14 14:35:34 +02:00
dxva2.c d3d11va: WindowsPhone requires a mutex around ID3D11VideoContext 2015-09-17 10:33:21 +02: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.h
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.h
ffv1.c
ffv1.h
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: Enable side data only packets by default 2015-09-12 13:38:31 +02:00
flashsv.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
flashsvenc.c
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
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 g2m: Relax resolution change constraints 2015-10-07 18:45:49 +02: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
h261.h
h261data.c
h261dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
h261enc.c
h263_parser.c
h263_parser.h
h263.c
h263.h lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
h263data.c
h263data.h
h263dec.c h263: Drop uninitialized variable use from log message 2015-10-04 13:07:12 +02:00
h263dsp.c
h263dsp.h
h264_cabac.c h264: Use the correct argument context in debug log 2015-10-04 13:07:12 +02:00
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_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: Run VLC init under pthread_once 2015-10-14 14:35:34 +02:00
h264.h h264: Run VLC init under pthread_once 2015-10-14 14:35:34 +02: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
h264pred.h
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_data.c
hevc_filter.c
hevc_mp4toannexb_bsf.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
hevc_mvs.c
hevc_parse.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
hevc_parser.c
hevc_ps_enc.c
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 cabac: Make CABAC states hardcoded 2015-10-08 21:55:31 +02:00
hevc.h
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
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 lavc: Sanitize header inclusion guards 2015-09-12 13:39:37 +02:00
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 lavc: Deprecate AVPicture structure and related functions 2015-10-22 13:32:15 +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 mpegvideo: Make sure mpegutils.h is included where needed 2015-09-13 17:34:45 +02:00
internal.h lavc: allow asynchronous decoders to return correct pkt_dts values 2015-09-12 12:27:19 +02:00
interplayvideo.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
intrax8.c
intrax8.h
intrax8dsp.c
intrax8dsp.h
intrax8huf.h
ituh263dec.c
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: Factor out prec init 2015-09-14 14:50:19 +02:00
jpeg2000.h
jpeg2000dec.c jpeg2000: Refactor decode_packets 2015-09-14 14:31:25 +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
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
libkvazaar.c kvazaar: Add libkvazaar HEVC encoder 2015-10-23 11:59:27 +02: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 libopenh264enc: Added max_nal_size option 2015-10-09 16:53:44 +02: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: Properly use AVFrame API 2015-10-14 11:24:55 +02:00
libschroedinger.h
libschroedingerdec.c libschroedinger: Properly use AVFrame API 2015-10-14 11:24:55 +02:00
libschroedingerenc.c libschroedinger: Properly use AVFrame API 2015-10-14 11:24:55 +02: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.h
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
libx264.c libx264: Make sure the extradata are padded 2015-10-23 11:13:35 +02: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 mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
libxvid.h
ljpegenc.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02: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 innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +02:00
mathops.h
mathtables.c
mdct_fixed.c
mdct_float.c
mdct_template.c
mdec.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02: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 mimic: drop AVPicture usage 2015-10-14 11:25:53 +02: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 mlpdec: Fix a undefined left shift of negative number 2015-09-29 14:33:00 +02:00
mlpdsp.c
mlpdsp.h
mmaldec.c mmaldec: be more tolerant against MMAL not returning decoded output 2015-10-04 19:34:04 +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_template: Fix undefined left shift of negative number 2015-09-29 14:33:00 +02:00
motion_est.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
motion_est.h mpegvideo: Move macros to more appropriate headers 2015-09-13 17:34:45 +02: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
mpeg12.h
mpeg12data.c
mpeg12data.h
mpeg12dec.c mpeg12: Unbreak building stale code 2015-10-16 17:45:09 +02:00
mpeg12enc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
mpeg12vlc.h
mpeg_er.c
mpeg_er.h
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 lavu: Deprecate AVFrame.error[] 2015-09-30 16:44:33 +02:00
mpegpicture.h lavu: Deprecate AVFrame.error[] 2015-09-30 16:44:33 +02:00
mpegutils.c
mpegutils.h mpegvideo: Move macros to more appropriate headers 2015-09-13 17:34:45 +02:00
mpegvideo_enc.c mpegvideo_enc: Fix encoding videos with less frames than the delay of the encoder 2015-10-25 22:43:30 +01:00
mpegvideo_motion.c lavc: AV-prefix all codec flags 2015-07-27 15:24:58 +01:00
mpegvideo_parser.c
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 mpegvideo: Move macros to more appropriate headers 2015-09-13 17:34:45 +02:00
mpegvideodata.c
mpegvideodata.h
mpegvideodsp.c
mpegvideodsp.h
mpegvideoencdsp.c
mpegvideoencdsp.h
mqc.c
mqc.h
mqcdec.c
msgsmdec.c
msgsmdec.h
msmpeg4.c
msmpeg4.h
msmpeg4data.c
msmpeg4data.h
msmpeg4dec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
msmpeg4enc.c
msrle.c msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02:00
msrledec.c msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02:00
msrledec.h msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02:00
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 nuv: Replace avpicture functions with imgutils 2015-10-21 11:59:54 +02: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
on2avc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
on2avcdata.c
on2avcdata.h
options_table.h pixfmt: Add new SMPTE color primaries and transfer characteristic values 2015-09-17 10:31:43 +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 Replace any remaining avpicture function with imgutils 2015-10-21 11:59:59 +02:00
parser.c lavc: Make AVPacket.duration int64, and deprecate convergence_duration 2015-09-29 14:33:00 +02: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
pel_template.c
pgssubdec.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
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 lavc: Sanitize header inclusion guards 2015-09-12 13:39:37 +02:00
pngenc.c lavc: Consistently prefix input buffer defines 2015-07-27 15:24:59 +01:00
pnm_parser.c Replace any remaining avpicture function with imgutils 2015-10-21 11:59:59 +02:00
pnm.c
pnm.h
pnmdec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
pnmenc.c Replace any remaining avpicture function with imgutils 2015-10-21 11:59:59 +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.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
qsv.c
qsv.h qsvenc: add an API for allocating opaque surfaces 2015-10-16 20:00:40 +02:00
qsvdec_h2645.c lavc: AV-prefix a few left out capabilities 2015-10-15 15:47:16 +02:00
qsvdec_mpeg2.c lavc: AV-prefix a few left out capabilities 2015-10-15 15:47:16 +02:00
qsvdec.c qsvdec: make ff_qsv_decode_init() static 2015-09-28 15:46:58 +02:00
qsvdec.h qsvdec: make ff_qsv_decode_init() static 2015-09-28 15:46:58 +02:00
qsvenc_h264.c qsvenc: mark the encoders as INIT_CLEANUP 2015-09-28 15:43:04 +02:00
qsvenc_hevc.c lavc: AV-prefix a few left out capabilities 2015-10-15 15:47:16 +02:00
qsvenc_mpeg2.c lavc: AV-prefix a few left out capabilities 2015-10-15 15:47:16 +02:00
qsvenc.c qsvenc: add an API for allocating opaque surfaces 2015-10-16 20:00:40 +02:00
qsvenc.h qsvenc: add an API for allocating opaque surfaces 2015-10-16 20:00:40 +02:00
qtrle.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
qtrleenc.c qtrle: Properly use AVFrame API 2015-10-14 11:24:24 +02: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: Use AV_RB16 instead of bytestream_get_be16 2015-10-04 13:09:08 +02:00
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 rawdec: Replace avpicture functions with imgutils 2015-10-21 11:59:33 +02:00
rawenc.c rawenc: Replace avpicture functions with imgutils 2015-10-21 11:59:07 +02: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.h
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 roqvideodec: Replace avpicture functions with imgutils 2015-10-21 11:59:38 +02:00
roqvideoenc.c
rpza.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rscc.c innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +02:00
rtjpeg.c
rtjpeg.h
rv10.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
rv10.h
rv10enc.c
rv20enc.c
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
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
screenpresso.c Screenpresso SPV1 decoder 2015-09-30 16:45:11 +02:00
sgi.h
sgidec.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
sgienc.c
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
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 Replace any remaining avpicture function with imgutils 2015-10-21 11:59:59 +02:00
tdsc.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
texturedsp.c
texturedsp.h
texturedspenc.c
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 msrle: Use AVFrame instead of AVPicture 2015-10-21 11:51:07 +02: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 lavc: Sanitize header inclusion guards 2015-09-12 13:39:37 +02:00
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 utils: Use data buffers directly instead of an AVPicture 2015-10-22 13:31:58 +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
vaapi_h264.c
vaapi_internal.h mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
vaapi_mpeg2.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
vaapi_mpeg4.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
vaapi_vc1.c
vaapi.c mpegvideo: Drop mpegvideo.h where not needed 2015-09-13 17:34:46 +02:00
vaapi.h
vb.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
vble.c Replace any remaining avpicture function with imgutils 2015-10-21 11:59:59 +02: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_internal.h
vda.c
vda.h
vdpau_h264.c
vdpau_internal.h
vdpau_mpeg4.c
vdpau_mpeg12.c
vdpau_vc1.c
vdpau.c vdpau: fix constrained baseline fallback 2015-09-28 11:05:27 +02:00
vdpau.h vdpau: deprecate av_vdpau_get_profile() 2015-09-28 09:45:58 +02:00
version.h innoHeim/Rsupport Screen Capture Codec decoder 2015-10-23 14:56:43 +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
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 lavc: Sanitize header inclusion guards 2015-09-12 13:39:37 +02:00
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
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
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
wrapped_avframe.c wrapped_avframe: Drop a now-unused variable 2015-10-16 17:45:09 +02: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
xiph.c
xiph.h
xl.c lavc: AV-prefix all codec capabilities 2015-07-27 15:24:58 +01:00
xsubdec.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
xsubenc.c lavc: Add data and linesize to AVSubtitleRect 2015-10-21 12:02:29 +02:00
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
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