You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Justin Ruggles 3d853d7ab3 libmp3lame: use AVCodec.encode2() 13 years ago
..
alpha mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
arm remove iwmmxt optimizations 13 years ago
avr32
bfin mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
mips mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
ppc vp8: change int stride to ptrdiff_t stride. 13 years ago
sh4 sh4: Add ff_ prefix to nonstatic symbols 13 years ago
sparc dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
x86 vp8: convert mbedge loopfilter x86 assembly to use named arguments. 13 years ago
4xm.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
8bps.c 8bps: K&R formatting cosmetics 13 years ago
8svx.c Add avcodec_decode_audio4(). 13 years ago
Makefile libmp3lame: use AVCodec.encode2() 13 years ago
a64colors.h
a64enc.h a64multienc: switch to encode2(). 13 years ago
a64multienc.c Remove unnecessary AVFrame pointer casts. 13 years ago
a64tables.h
aac.h aacdec: Try to sniff a reasonable channel layout for PCE based configurations. 13 years ago
aac_ac3_parser.c (e)ac3 parser: set duration instead of frame_size 13 years ago
aac_ac3_parser.h Make channel layout masks unsigned 13 years ago
aac_adtstoasc_bsf.c
aac_parser.c lavc: use designated initialisers for parsers. 13 years ago
aac_tablegen.c
aac_tablegen.h
aac_tablegen_decl.h
aacadtsdec.c
aacadtsdec.h
aaccoder.c aacenc: Move Q^3/4 calculation to it's own table 13 years ago
aacdec.c Update Janne's email address. 13 years ago
aacdectab.h aacdec: Support native channel layout when requested. 13 years ago
aacenc.c aacenc: use AVCodec.encode2() 13 years ago
aacenc.h aacenc: use AVCodec.encode2() 13 years ago
aacps.c aacps: Add missing newline in error message. 13 years ago
aacps.h
aacps_tablegen.c
aacps_tablegen.h
aacpsdata.c
aacpsy.c aacenc: Deinterleave input samples before processing. 13 years ago
aacpsy.h
aacsbr.c Revert "AAC SBR: group some writes." 13 years ago
aacsbr.h
aacsbrdata.h aacsbr: align some arrays 13 years ago
aactab.c
aactab.h
aandcttab.c
aandcttab.h
aasc.c
ac3.c
ac3.h Make channel layout masks unsigned 13 years ago
ac3_parser.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
ac3_parser.h
ac3dec.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
ac3dec.h Add avcodec_decode_audio4(). 13 years ago
ac3dec_data.c
ac3dec_data.h
ac3dsp.c ac3: Do not read past the end of ff_ac3_band_start_tab. 13 years ago
ac3dsp.h
ac3enc.c ac3enc: update to AVCodec.encode2() 13 years ago
ac3enc.h ac3enc: update to AVCodec.encode2() 13 years ago
ac3enc_fixed.c ac3enc: update to AVCodec.encode2() 13 years ago
ac3enc_float.c ac3enc: update to AVCodec.encode2() 13 years ago
ac3enc_opts_template.c (e)ac3enc: select a default bit rate based on the channel layout 13 years ago
ac3enc_template.c ac3enc: update to AVCodec.encode2() 13 years ago
ac3tab.c mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
ac3tab.h mov: set channel layout for AC-3 streams based on the 'dac3' atom info 13 years ago
acelp_filters.c cosmetics: Remove extra newlines at EOF 13 years ago
acelp_filters.h
acelp_pitch_delay.c dsputil: remove shift parameter from scalarproduct_int16 13 years ago
acelp_pitch_delay.h
acelp_vectors.c
acelp_vectors.h
adpcm.c adpcm: convert adpcm_thp to bytestream2. 13 years ago
adpcm.h adpcm: Add missing stdint.h #include to fix standalone header compilation. 13 years ago
adpcm_data.c
adpcm_data.h
adpcmenc.c adpcmenc: update to AVCodec.encode2() 13 years ago
adx.c adxdec: Validate channel count to fix a division by zero. 13 years ago
adx.h Add avcodec_decode_audio4(). 13 years ago
adx_parser.c adx parser: set duration 13 years ago
adxdec.c adxdec: clear eof flag and channel states when seeking 13 years ago
adxenc.c adxenc: check output buffer size before writing 13 years ago
alac.c alacdec: implement the 2-pass prediction type. 13 years ago
alacenc.c alacenc: use AVCodec.encode2() 13 years ago
allcodecs.c ZeroCodec Decoder 13 years ago
alsdec.c alsdec: do not set AVCodecContext.frame_size 13 years ago
amr.h
amrnbdata.h cosmetics: Remove extra newlines at EOF 13 years ago
amrnbdec.c amrnb/amrwb: Remove get_bits usage. 13 years ago
amrwbdata.h
amrwbdec.c amrnb/amrwb: Remove get_bits usage. 13 years ago
anm.c anm: convert to bytestream2 API 13 years ago
ansi.c
apedec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
api-example.c examples: unbreak compilation 13 years ago
ass.c
ass.h
assdec.c
assenc.c
asv1.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
atrac.c libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
atrac.h libavcodec: Add ff_ prefix to some nonstatic symbols 13 years ago
atrac1.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
atrac1data.h
atrac3.c atrac3: Fix crash in tonal component decoding. 13 years ago
atrac3data.h
audio_frame_queue.c avcodec: add code for a frame queue for use by audio encoders with delay 13 years ago
audio_frame_queue.h avcodec: add code for a frame queue for use by audio encoders with delay 13 years ago
audioconvert.c lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. 13 years ago
audioconvert.h lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft. 13 years ago
aura.c cosmetics: Remove extra newlines at EOF 13 years ago
avcodec.h ZeroCodec Decoder 13 years ago
avfft.c
avfft.h
avpacket.c avpacket: Add a function for shrinking already allocated side data 13 years ago
avs.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
bethsoftvideo.c bethsoftvid: pass palette in side data instead of in a separate packet. 13 years ago
bethsoftvideo.h
bfi.c bfi: Use bytestream2 functions to prevent buffer overreads. 13 years ago
bgmc.c bgmc: K&R cleanup 13 years ago
bgmc.h
bink.c bink: fix typo in FFALIGN() argument 13 years ago
binkaudio.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
binkdata.h
binkdsp.c
binkdsp.h
bit_depth_template.c
bitstream.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
bitstream_filter.c libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters 13 years ago
bmp.c Remove unnecessary AVFrame pointer casts. 13 years ago
bmp.h
bmpenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
bmv.c bmv audio: implement new audio decoding API 13 years ago
bytestream.h bytestream: Eliminate one level of pointless macro indirection. 13 years ago
c93.c c93: convert to bytestream2 API 13 years ago
cabac.c cabac: split cabac.h into declarations and function definitions 13 years ago
cabac.h cabac: split cabac.h into declarations and function definitions 13 years ago
cabac_functions.h cabac: split cabac.h into declarations and function definitions 13 years ago
cavs.c mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
cavs.h
cavs_parser.c cavs parser: fix parser context type 13 years ago
cavsdata.h
cavsdec.c avs: fix infinite loop on end-of-stream. 13 years ago
cavsdsp.c
cavsdsp.h
cbrt_tablegen.c
cbrt_tablegen.h
cdgraphics.c
cdxl.c cdxl: bit line plane arrangement support 13 years ago
celp_filters.c
celp_filters.h
celp_math.c
celp_math.h doxygen: misc consistency, spelling and wording fixes 13 years ago
cga_data.c
cga_data.h
chomp_bsf.c
cinepak.c misc Doxygen markup improvements 13 years ago
cljr.c cljr: implement encode2. 13 years ago
cook.c cook: error out on quant_index values outside [-63, 63] range. 13 years ago
cookdata.h cook: expand dither_tab[], and make sure indexes into it don't overflow. 13 years ago
cos_tablegen.c
cscd.c cscd: use negative error values to indicate decode_init() failures. 13 years ago
cyuv.c
dca.c dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2 13 years ago
dca.h
dca_parser.c dca_parser: parse the sample rate and frame durations 13 years ago
dca_parser.h dca_parser: parse the sample rate and frame durations 13 years ago
dcadata.h dca: prevent accessing static arrays with invalid indexes. 13 years ago
dcadsp.c
dcadsp.h
dcahuff.h
dct-test.c dct-test: Add the missing ff_ prefix to the altivec functions 13 years ago
dct.c dct: K&R formatting cosmetics 13 years ago
dct.h
dct32.c
dct32.h
dct32_fixed.c
dct32_float.c
dctref.c
dctref.h
dfa.c dfa: convert to bytestream2 API 13 years ago
dirac.c
dirac.h
dirac_parser.c lavc: use designated initialisers for parsers. 13 years ago
dnxhd_parser.c lavc: use designated initialisers for parsers. 13 years ago
dnxhddata.c
dnxhddata.h
dnxhddec.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
dnxhdenc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
dnxhdenc.h
dpcm.c dpcm: ignore extra unpaired bytes in stereo streams. 13 years ago
dpx.c
dpxenc.c dpxenc: Don't include the libavcodec ident if bitexact mode is enabled 13 years ago
dsicinav.c dsicinvideo: validate buffer offset before copying pixels. 13 years ago
dsputil.c dsputil: remove shift parameter from scalarproduct_int16 13 years ago
dsputil.h dsputil: remove shift parameter from scalarproduct_int16 13 years ago
dsputil_template.c
dump_extradata_bsf.c
dv.c dvenc: switch to encode2(). 13 years ago
dv_tablegen.c
dv_tablegen.h
dv_vlc_data.h
dvbsub.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvbsub_parser.c lavc: use designated initialisers for parsers. 13 years ago
dvbsubdec.c dvbsubdec: avoid undefined signed left shift in RGBA macro 13 years ago
dvdata.c dv: cosmetics. 13 years ago
dvdata.h dv: Move tables from dvdata.h to dvdata.c 13 years ago
dvdsub_parser.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvdsubdec.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvdsubenc.c Remove some stray unnecessary ffmpeg references. 13 years ago
dvquant.h dv: Split dvdata.h into dvdata.h and dvquant.h 13 years ago
dwt.c
dwt.h
dxa.c dxa: remove useless code 13 years ago
dxtory.c Dxtory capture format decoder 13 years ago
dxva2.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2.h dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 13 years ago
dxva2_h264.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2_internal.h
dxva2_mpeg2.c cosmetics: Remove extra newlines at EOF 13 years ago
dxva2_vc1.c dxva2_vc1: pass the overlap flag to the decoder 13 years ago
eac3_data.c
eac3_data.h
eac3dec.c eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation 13 years ago
eac3enc.c ac3enc: update to AVCodec.encode2() 13 years ago
eac3enc.h
eacmv.c
eaidct.c
eamad.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
eatgq.c tgq: convert to bytestream2 API. 13 years ago
eatgv.c Drop unnecessary av_uninit attributes from some variable declarations. 13 years ago
eatqi.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
elbg.c
elbg.h
error_resilience.c error_resilience: initialize s->block_index[]. 13 years ago
escape124.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
faandct.c
faandct.h
faanidct.c
faanidct.h
faxcompr.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
faxcompr.h
fft-fixed-test.c
fft-internal.h
fft-test.c tests/tools/examples: Replace direct exit() calls by return. 13 years ago
fft.c cosmetics: Remove extra newlines at EOF 13 years ago
fft.h
fft_fixed.c
fft_float.c
ffv1.c ffv1enc: switch to encode2(). 13 years ago
flac.c
flac.h
flac_parser.c flac parser: set duration instead of frame_size 13 years ago
flacdata.c
flacdata.h
flacdec.c flacdec: set channel_layout based on channel count 13 years ago
flacenc.c flacenc: use AVCodec.encode2() 13 years ago
flashsv.c
flashsvenc.c flashsvenc: switch to encode2(). 13 years ago
flicvideo.c flicvideo: fix invalid reads 13 years ago
flv.h
flvdec.c
flvenc.c lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
fmtconvert.c
fmtconvert.h
fraps.c Remove unnecessary AVFrame pointer casts. 13 years ago
frwu.c frwu: use MKTAG to check marker instead of AV_RL32 13 years ago
g722.c cosmetics: Move static and inline attributes to more standard places. 13 years ago
g722.h g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_coded_sample 13 years ago
g722dec.c g722: Fix the QMF scaling 13 years ago
g722enc.c g722enc: use AVCodec.encode2() 13 years ago
g726.c g726enc: use AVCodec.encode2() 13 years ago
get_bits.h get_bits: add HAVE_BITS_REMAINING macro. 13 years ago
gif.c Remove unnecessary AVFrame pointer casts. 13 years ago
gifdec.c gif: fix invalid signed shifts 13 years ago
golomb-test.c fate-golomb: extend golomb-test to get_ue_golomb_long() 13 years ago
golomb.c
golomb.h golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF. 13 years ago
gsm.h avcodec: add GSM parser 13 years ago
gsm_parser.c gsm parser: set duration 13 years ago
gsmdec.c Add avcodec_decode_audio4(). 13 years ago
gsmdec_data.c
gsmdec_data.h avcodec: add GSM parser 13 years ago
gsmdec_template.c avcodec: add GSM parser 13 years ago
h261.c cosmetics: Remove extra newlines at EOF 13 years ago
h261.h
h261_parser.c lavc: use designated initialisers for parsers. 13 years ago
h261data.h
h261dec.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
h261enc.c lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
h263.c h263: Add ff_ prefix to nonstatic symbols 13 years ago
h263.h mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
h263_parser.c lavc: use designated initialisers for parsers. 13 years ago
h263_parser.h
h263data.h h263: Add ff_ prefix to nonstatic symbols 13 years ago
h263dec.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
h264.c h264: fix deadlocks on incomplete reference frame decoding. 13 years ago
h264.h h264: disallow constrained intra prediction modes for luma. 13 years ago
h264_cabac.c h264: prevent overreads in intra PCM decoding. 13 years ago
h264_cavlc.c h264: disallow constrained intra prediction modes for luma. 13 years ago
h264_direct.c h264: Fix invalid interlaced/progressive MB combinations for direct mode prediction. 13 years ago
h264_loopfilter.c cosmetics: Move static and inline attributes to more standard places. 13 years ago
h264_mp4toannexb_bsf.c cosmetics: Remove extra newlines at EOF 13 years ago
h264_mvpred.h doxygen: misc consistency, spelling and wording fixes 13 years ago
h264_parser.c Fix parser not to clobber has_b_frames when extradata is set. 13 years ago
h264_ps.c h264: improve parsing of broken AVC SPS 13 years ago
h264_refs.c h264: fix frame reordering code. 13 years ago
h264_sei.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
h264data.h
h264dsp.c
h264dsp.h
h264dsp_template.c
h264idct.c
h264idct_template.c Don't use ff_cropTbl[] for IDCT. 13 years ago
h264pred.c
h264pred.h
h264pred_template.c Remove extraneous semicolons 13 years ago
huffman.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
huffman.h
huffyuv.c huffyuv: add padding to classic (v1) huffman tables. 13 years ago
idcinvideo.c cosmetics: Remove extra newlines at EOF 13 years ago
iff.c
iirfilter.c
iirfilter.h
imc.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
imcdata.h
imgconvert.c pixdesc: mark pseudopaletted formats with a special flag. 13 years ago
imgconvert.h
imx_dump_header_bsf.c
indeo2.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
indeo2data.h Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
indeo3.c Indeo3: fix crashes on corrupt bitstreams. 13 years ago
indeo3data.h indeo3data: add missing config.h #include for HAVE_BIGENDIAN 13 years ago
indeo4.c indeo4: add some missing static and const qualifiers 13 years ago
indeo4data.h indeo4: add some missing static and const qualifiers 13 years ago
indeo5.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
indeo5data.h
intelh263dec.c h263: Add ff_ prefix to nonstatic symbols 13 years ago
internal.h avcodec: add ff_samples_to_time_base() convenience function to internal.h 13 years ago
interplayvideo.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
intrax8.c vc1: Add ff_ prefix to nonstatic symbols 13 years ago
intrax8.h
intrax8dsp.c
intrax8huf.h
inverse.c
ituh263dec.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
ituh263enc.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
ivi_common.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
ivi_common.h cosmetics: Drop unnecessary parentheses around return values. 13 years ago
ivi_dsp.c Indeo 4 decoder 13 years ago
ivi_dsp.h Indeo 4 decoder 13 years ago
jfdctfst.c libavcodec: Prefix fdct_ifast, fdct_ifast248 13 years ago
jfdctint.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
jfdctint_template.c Fix a bunch of common typos. 13 years ago
jpegls.c
jpegls.h
jpeglsdec.c
jpeglsdec.h
jpeglsenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
jrevdct.c libavcodec: Add ff_ prefix to j_rev_dct* 13 years ago
jvdec.c jvdec: unbreak video decoding 13 years ago
kbdwin.c cosmetics: Remove extra newlines at EOF 13 years ago
kbdwin.h
kgv1dec.c kgv1: release reference picture on size change. 13 years ago
kmvc.c kmvc: Log into a context at a log level constant. 13 years ago
lagarith.c lagarith: Add ff_ prefix to lag_rac_init 13 years ago
lagarithrac.c lagarith: Add ff_ prefix to lag_rac_init 13 years ago
lagarithrac.h lagarith: Add ff_ prefix to lag_rac_init 13 years ago
latm_parser.c doxygen: misc consistency, spelling and wording fixes 13 years ago
lcl.h
lcldec.c lcl: return negative error codes on decode_init() errors. 13 years ago
lclenc.c lclenc: switch to encode2(). 13 years ago
libavcodec.v lavc/lavf: remove unnecessary symbols from the symbol version script. 13 years ago
libdirac.h Remove redundant filename self-references inside files. 13 years ago
libdirac_libschro.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libdirac_libschro.h libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libdiracdec.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libfaac.c libfaac: use AVCodec.encode2() 13 years ago
libgsm.c libgsmenc: use AVCodec.encode2() 13 years ago
libmp3lame.c libmp3lame: use AVCodec.encode2() 13 years ago
libopencore-amr.c libopencore-amr: do not set AVCodecContext.frame_size 13 years ago
libopenjpeg.c
libschroedinger.c Remove redundant filename self-references inside files. 13 years ago
libschroedinger.h Remove redundant filename self-references inside files. 13 years ago
libschroedingerdec.c libdirac/libschroedinger: Drop unnecessary symbol prefixes. 13 years ago
libschroedingerenc.c libschroedingerenc: switch to encode2(). 13 years ago
libspeexdec.c libspeexdec: do not set AVCodecContext.frame_size 13 years ago
libspeexenc.c libspeexenc: export encoder delay through AVCodecContext.delay 13 years ago
libtheoraenc.c libtheoraenc: switch to encode2(). 13 years ago
libvo-aacenc.c check for coded_frame allocation failure in several audio encoders 13 years ago
libvo-amrwbenc.c check for coded_frame allocation failure in several audio encoders 13 years ago
libvorbis.c libvorbis: add/update error messages 13 years ago
libvpxdec.c threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs 13 years ago
libvpxenc.c libvpxenc: switch to encode2(). 13 years ago
libx264.c libx264: add 'stats' private option for setting 2pass stats filename. 13 years ago
libxavs.c libxavs: switch to encode2(). 13 years ago
libxvid_internal.h
libxvid_rc.c Mark mutable static data const where appropriate. 13 years ago
libxvidff.c libxvid: switch to encode2(). 13 years ago
ljpegenc.c Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
loco.c Remove unnecessary AVFrame pointer casts. 13 years ago
lpc.c doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
lpc.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
lsp.c misc Doxygen markup improvements 13 years ago
lsp.h
lzw.c
lzw.h
lzwenc.c
mace.c cosmetics: Remove extra newlines at EOF 13 years ago
mathops.h cosmetics: Remove extra newlines at EOF 13 years ago
mdct.c
mdct_fixed.c
mdct_float.c
mdec.c Remove unnecessary AVFrame pointer casts. 13 years ago
mimic.c mimic: don't use self as reference, and report completion at end of decode(). 13 years ago
mjpeg.c
mjpeg.h
mjpeg2jpeg_bsf.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
mjpeg_parser.c doxygen: misc consistency, spelling and wording fixes 13 years ago
mjpega_dump_header_bsf.c
mjpegbdec.c mjpegb: don't return 0 at the end of frame decoding. 13 years ago
mjpegdec.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
mjpegdec.h
mjpegenc.c mpegvideo_enc: switch to encode2(). 13 years ago
mjpegenc.h
mlp.c
mlp.h
mlp_parser.c mlp_parser: fix the channel mask value used for the top surround channel 13 years ago
mlp_parser.h cosmetics: Remove extra newlines at EOF 13 years ago
mlpdec.c mlpdec: use av_log_ask_for_sample() 13 years ago
mlpdsp.c
mmvideo.c algmm: convert to bytestream2 API. 13 years ago
motion-test.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
motion_est.c cosmetics: Remove some unnecessary block braces. 13 years ago
motion_est_template.c
motionpixels.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
motionpixels_tablegen.c
motionpixels_tablegen.h
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 13 years ago
mpc.h Add avcodec_decode_audio4(). 13 years ago
mpc7.c mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 13 years ago
mpc7data.h
mpc8.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
mpc8data.h
mpc8huff.h
mpcdata.h mpc: pad mpc_CC/SCF[] tables to allow for negative indices. 13 years ago
mpeg4audio.c latmdec: fix audio specific config parsing 13 years ago
mpeg4audio.h latmdec: fix audio specific config parsing 13 years ago
mpeg4data.h mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
mpeg4video.c cosmetics: Remove extra newlines at EOF 13 years ago
mpeg4video.h mpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
mpeg4video_parser.c mpeg4video parser: move specific fields into private context 13 years ago
mpeg4video_parser.h doxygen: misc consistency, spelling and wording fixes 13 years ago
mpeg4videodec.c Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
mpeg4videoenc.c mpegvideo_enc: add cbp_rd flag to mpv_flags. 13 years ago
mpeg12.c lavc: deprecate AVCodecContext.sub_id. 13 years ago
mpeg12.h
mpeg12data.c mpeg12: Pad framerate tab to 16 entries. 13 years ago
mpeg12data.h
mpeg12decdata.h
mpeg12enc.c lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
mpegaudio.c
mpegaudio.h
mpegaudio_parser.c mpegaudio_parser: do not ignore information from the first parsed frame 13 years ago
mpegaudio_tablegen.c
mpegaudio_tablegen.h
mpegaudiodata.c
mpegaudiodata.h
mpegaudiodec.c lavc: deprecate AVCodecContext.sub_id. 13 years ago
mpegaudiodec_float.c lavc: remove disabled FF_API_PARSE_FRAME cruft. 13 years ago
mpegaudiodecheader.c lavc: deprecate AVCodecContext.sub_id. 13 years ago
mpegaudiodecheader.h
mpegaudiodectab.h
mpegaudiodsp.c mpegaudiodec: move imdct and windowing function to mpegaudiodsp 13 years ago
mpegaudiodsp.h mpegaudiodec: change imdct window arrangment for better pointer alignment 13 years ago
mpegaudiodsp_fixed.c
mpegaudiodsp_float.c
mpegaudiodsp_template.c mpegaudiodec: change imdct window arrangment for better pointer alignment 13 years ago
mpegaudioenc.c mpegaudioenc: return AVERROR codes instead of -1 13 years ago
mpegaudiotab.h
mpegvideo.c MPV: always mark dummy frames as reference 13 years ago
mpegvideo.h h264: increase reference poc list from 16 to 32. 13 years ago
mpegvideo_common.h mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
mpegvideo_enc.c Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
mpegvideo_parser.c lavc: deprecate AVCodecContext.sub_id. 13 years ago
mpegvideo_xvmc.c
msgsmdec.c avcodec: add GSM parser 13 years ago
msgsmdec.h
msmpeg4.c msmpeg4: Split encoding backend code off from general backend code. 13 years ago
msmpeg4.h msmpeg4: Split encoding backend code off from general backend code. 13 years ago
msmpeg4data.c msmpeg4: Split encoding backend code off from general backend code. 13 years ago
msmpeg4data.h msmpeg4: Split encoding backend code off from general backend code. 13 years ago
msmpeg4enc.c msmpeg4: Split encoding backend code off from general backend code. 13 years ago
msrle.c Fix a bunch of platform name and other typos. 13 years ago
msrledec.c Drop unnecessary av_uninit attributes from some variable declarations. 13 years ago
msrledec.h cosmetics: Remove extra newlines at EOF 13 years ago
msvideo1.c
mxpegdec.c
nellymoser.c cosmetics: Remove extra newlines at EOF 13 years ago
nellymoser.h
nellymoserdec.c nellymoserdec: Saner and faster IMDCT windowing 13 years ago
nellymoserenc.c nellymoserenc: zero any leftover packet bytes 13 years ago
noise_bsf.c
nuv.c rtjpeg: Add ff_ prefix to nonstatic symbols 13 years ago
options.c Move AVFormatContext/AVCodecContext option tables to separate files. 13 years ago
options_table.h doc/avconv: remove entries for AVOptions. 13 years ago
pamenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
parser.c remove ParseContext1 13 years ago
parser.h parser: remove forward declaration of MpegEncContext 13 years ago
pcm-mpeg.c pcm-mpeg: convert to bytestream2 API 13 years ago
pcm.c check for coded_frame allocation failure in several audio encoders 13 years ago
pcm_tablegen.c cosmetics: Remove extra newlines at EOF 13 years ago
pcm_tablegen.h
pcx.c
pcxenc.c pcxenc: switch to encode2(). 13 years ago
pgssubdec.c Fix a bunch of common typos. 13 years ago
pictordec.c pictordec: Use bytestream2 functions 13 years ago
png.c
png.h
pngdec.c png: convert to bytestream2 API. 13 years ago
pngdsp.c png: move DSP functions to their own DSP context. 13 years ago
pngdsp.h png: move DSP functions to their own DSP context. 13 years ago
pngenc.c png: make .long_name more descriptive 13 years ago
pnm.c Remove unnecessary AVFrame pointer casts. 13 years ago
pnm.h
pnm_parser.c lavc: use designated initialisers for parsers. 13 years ago
pnmdec.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
pnmenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
proresdata.c prores: move data shared between decoder and encoder to common file 13 years ago
proresdata.h prores: move data shared between decoder and encoder to common file 13 years ago
proresdec.c prores: store and retrieve extended colourspace information 13 years ago
proresdsp.c prores: initialise encoder and decoder parts only when needed 13 years ago
proresdsp.h prores encoder 13 years ago
proresenc.c prores: allow user to set fixed quantiser 13 years ago
psymodel.c cosmetics: Remove extra newlines at EOF 13 years ago
psymodel.h aacenc: Deinterleave input samples before processing. 13 years ago
pthread.c threads: fix old frames returned after avcodec_flush_buffers() 13 years ago
ptx.c ptx: fix inverted check for sufficient data 13 years ago
put_bits.h
qcelpdata.h doxygen: eliminate Qt-style doxygen syntax 13 years ago
qcelpdec.c qcelpdec: K&R formatting cosmetics 13 years ago
qdm2.c qdm2: Check data block size for bytes to bits overflow. 13 years ago
qdm2_tablegen.c
qdm2_tablegen.h
qdm2data.h
qdrw.c Remove unnecessary AVFrame pointer casts. 13 years ago
qpeg.c qpeg: Use bytestream2 functions to prevent buffer overreads. 13 years ago
qtrle.c qtrle: Use bytestream2 functions to prevent buffer overreads. 13 years ago
qtrleenc.c qtrleenc: switch to encode2(). 13 years ago
r210dec.c
ra144.c
ra144.h ra144enc: fix end-of-stream handling 13 years ago
ra144dec.c Add avcodec_decode_audio4(). 13 years ago
ra144enc.c ra144enc: fix end-of-stream handling 13 years ago
ra288.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
ra288.h ra288: utilize DSPContext.vector_fmul() 13 years ago
ralf.c RealAudio Lossless decoder 13 years ago
ralfdata.h RealAudio Lossless decoder 13 years ago
rangecoder.c
rangecoder.h
ratecontrol.c doxygen: misc consistency, spelling and wording fixes 13 years ago
ratecontrol.h cosmetics: Remove extra newlines at EOF 13 years ago
raw.c raw: add 10bit YUV definitions 13 years ago
raw.h
rawdec.c raw: move buffer size check up. 13 years ago
rawenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
rdft.c
rdft.h
rectangle.h
remove_extradata_bsf.c
resample.c resample: allocate a large enough output buffer 13 years ago
resample2.c doxygen: misc consistency, spelling and wording fixes 13 years ago
rl.h vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
rl2.c cosmetics: Remove extra newlines at EOF 13 years ago
rle.c
rle.h
roqaudioenc.c roqaudioenc: return AVERROR codes instead of -1 13 years ago
roqvideo.c
roqvideo.h roqvideo: convert to bytestream2 API. 13 years ago
roqvideodec.c roqvideo: cosmetics. 13 years ago
roqvideoenc.c roqvideoenc: switch to encode2(). 13 years ago
rpza.c rpza: error out on buffer overreads. 13 years ago
rtjpeg.c rtjpeg: Add ff_ prefix to nonstatic symbols 13 years ago
rtjpeg.h rtjpeg: Add ff_ prefix to nonstatic symbols 13 years ago
rv10.c lavc: deprecate AVCodecContext.sub_id. 13 years ago
rv10enc.c lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
rv20enc.c lavc: add -mpv_flags to mpegvideo_enc-based encoders. 13 years ago
rv30.c rv30: check block type validity 13 years ago
rv30data.h
rv30dsp.c
rv34.c rv34: remove dead code in intra availability check 13 years ago
rv34.h rv34: use uint16_t for RV34DecContext.deblock_coefs 13 years ago
rv34_parser.c lavc: use designated initialisers for parsers. 13 years ago
rv34data.h h263: Add ff_ prefix to nonstatic symbols 13 years ago
rv34dsp.c Don't use ff_cropTbl[] for IDCT. 13 years ago
rv34dsp.h rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
rv34vlc.h
rv40.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
rv40data.h rv40: move loop filter to rv34dsp context 13 years ago
rv40dsp.c rv34: change most "int stride" into "ptrdiff_t stride". 13 years ago
rv40vlc2.h
s3tc.c txd: port to bytestream2 API 13 years ago
s3tc.h s3tc.h: Add missing #include to fix standalone header compilation. 13 years ago
s302m.c Add avcodec_decode_audio4(). 13 years ago
sbr.h aacsbr: use a swap index for the Y matrix rather than copy buffers. 13 years ago
sbrdsp.c SBR DSP: unroll sum_square 13 years ago
sbrdsp.h SBR DSP x86: implement SSE sbr_sum_square_sse 13 years ago
sgi.h
sgidec.c cosmetics: Remove extra newlines at EOF 13 years ago
sgienc.c sgienc: switch to encode2(). 13 years ago
shorten.c shorten: Use separate pointers for the allocated memory for decoded samples. 13 years ago
simple_idct.c Don't use ff_cropTbl[] for IDCT. 13 years ago
simple_idct.h
simple_idct_template.c Don't use ff_cropTbl[] for IDCT. 13 years ago
sinewin.c
sinewin.h wmapro: change max. block size to 13 bits. 13 years ago
sinewin_tablegen.c wmapro: change max. block size to 13 bits. 13 years ago
sinewin_tablegen.h wmapro: change max. block size to 13 bits. 13 years ago
sipr.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
sipr.h sipr: use a function pointer to select the decode_frame function 13 years ago
sipr16k.c
sipr16kdata.h
siprdata.h
smacker.c vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
smc.c smc: port to bytestream2 API. 13 years ago
snow.c snow: Add ff_ prefix to nonstatic symbols 13 years ago
snow.h snow: Add ff_ prefix to nonstatic symbols 13 years ago
snowdata.h snow: Add ff_ prefix to nonstatic symbols 13 years ago
snowdec.c snow: check reference frame indices. 13 years ago
snowenc.c snowenc: switch to encode2(). 13 years ago
sp5x.h
sp5xdec.c
srtdec.c Fix format string vulnerability detected by -Wformat-security. 13 years ago
sunrast.c sunrast: Add a sample request for RMP_RAW colormap. 13 years ago
sunrast.h avcodec: add a Sun Rasterfile encoder 13 years ago
sunrastenc.c sunrastenc: set keyframe flag for the output packet. 13 years ago
svq1.c
svq1.h
svq1_cb.h
svq1_vlc.h
svq1dec.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
svq1enc.c Remove unnecessary AVFrame pointer casts. 13 years ago
svq1enc_cb.h
svq3.c svq3: protect against negative quantizers. 13 years ago
synth_filter.c
synth_filter.h
tableprint.h doxygen: Replace '\' by '@' in Doxygen markup tags. 13 years ago
targa.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
targa.h
targaenc.c targaenc: switch to encode2(). 13 years ago
thread.h doxygen: misc consistency, spelling and wording fixes 13 years ago
tiertexseqv.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
tiff.c tiffdec: Prevent illegal memory access caused by recycled pointers. 13 years ago
tiff.h
tiffenc.c Remove unnecessary AVFrame pointer casts. 13 years ago
tmv.c tmv decoder: set correct pix_fmt 13 years ago
truemotion1.c
truemotion1data.h Replace ffmpeg references with more accurate libav* references. 13 years ago
truemotion2.c Remove unnecessary AVFrame pointer casts. 13 years ago
truespeech.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
truespeech_data.h
tscc.c cosmetics: Remove extra newlines at EOF 13 years ago
tta.c ttadec: unbreak playback of matroska files 13 years ago
twinvq.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
twinvq_data.h
txd.c txd: port to bytestream2 API 13 years ago
ulti.c Remove unnecessary AVFrame pointer casts. 13 years ago
ulti_cb.h
unary.h
utils.c lavc: shrink encoded audio packet size after encoding. 13 years ago
utvideo.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
v210dec.c v210dec: check for coded_frame allocation failure 13 years ago
v210enc.c v210enc: switch to encode2(). 13 years ago
v210x.c
v410dec.c lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I 13 years ago
v410enc.c v410enc: switch to encode2(). 13 years ago
vaapi.c
vaapi.h
vaapi_h264.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
vaapi_internal.h
vaapi_mpeg2.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
vaapi_mpeg4.c Fix a bunch of common typos. 13 years ago
vaapi_vc1.c cosmetics: Drop unnecessary parentheses around return values. 13 years ago
vb.c cosmetics: Remove extra newlines at EOF 13 years ago
vble.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
vc1.c vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1.h vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1_parser.c vc1parse: call vc1_init_common(). 13 years ago
vc1acdata.h vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1data.c vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1data.h vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1dec.c vc1: Move init code shared between decoder and parser to common code file. 13 years ago
vc1dsp.c Don't use ff_cropTbl[] for IDCT. 13 years ago
vc1dsp.h
vcr1.c Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
vda.c hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vda.h hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vda_h264.c Eliminate pointless 0/NULL initializers in AVCodec and similar declarations. 13 years ago
vda_internal.h hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
vdpau.c
vdpau.h
vdpau_internal.h
version.h ZeroCodec Decoder 13 years ago
vmdav.c Add avcodec_decode_audio4(). 13 years ago
vmnc.c vmnc: return error on decode_init() failure. 13 years ago
vorbis.c vorbis: fix overflows in floor1[] vector and inverse db table index. 13 years ago
vorbis.h vorbis: Add ff_ prefix to nonstatic symbols 13 years ago
vorbis_data.c Make channel layout masks unsigned 13 years ago
vorbis_enc_data.h
vorbis_parser.c avcodec: add a Vorbis parser to get packet duration 13 years ago
vorbis_parser.h avcodec: add a Vorbis parser to get packet duration 13 years ago
vorbisdec.c vorbisdec: avoid invalid memory access 13 years ago
vorbisenc.c Fix a bunch of common typos. 13 years ago
vp3.c dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
vp3_parser.c lavc: use designated initialisers for parsers. 13 years ago
vp3data.h
vp3dsp.c Don't use ff_cropTbl[] for IDCT. 13 years ago
vp5.c vp56: error out on invalid stream dimensions. 13 years ago
vp5data.h
vp6.c Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
vp6data.h
vp6dsp.c
vp8.c vp8: avoid race condition on segment map. 13 years ago
vp8.h doxygen: Do not include license boilerplates in Doxygen comment blocks. 13 years ago
vp8_parser.c lavc: use designated initialisers for parsers. 13 years ago
vp8data.h
vp8dsp.c Don't use ff_cropTbl[] for IDCT. 13 years ago
vp8dsp.h vp8: change int stride to ptrdiff_t stride. 13 years ago
vp56.c vp56: Add ff_ prefix to nonstatic symbols 13 years ago
vp56.h vp56: Drop unnecessary cabac.h #include. 13 years ago
vp56data.c vp56: Add ff_ prefix to nonstatic symbols 13 years ago
vp56data.h vp56: Add ff_ prefix to nonstatic symbols 13 years ago
vp56dsp.c
vp56dsp.h
vp56rac.c
vqavideo.c vqavideo: port to bytestream2 API 13 years ago
w32pthreads.h w32thread: call ResetEvent() in pthread_cond_broadcast(). 13 years ago
wavpack.c wavpack: Fix an integer overflow 13 years ago
wma.c wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
wma.h wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
wma_common.c wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
wma_common.h wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
wmadata.h
wmadec.c wma: fix off-by-one in array bounds check. 13 years ago
wmaenc.c wmaenc: remove bit-exact hack 13 years ago
wmalosslessdec.c wmall: fix build with -DDEBUG enabled. 13 years ago
wmaprodata.h
wmaprodec.c wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 13 years ago
wmavoice.c doxygen: Remove documentation for non-existing parameters; misc small fixes. 13 years ago
wmavoice_data.h
wmv2.c msmpeg4: Add ff_ prefixes to nonstatic symbols 13 years ago
wmv2.h
wmv2dec.c
wmv2enc.c mpegvideo_enc: switch to encode2(). 13 years ago
wnv1.c Remove unnecessary AVFrame pointer casts. 13 years ago
ws-snd1.c ws_snd1: Fix wrong samples counts. 13 years ago
xan.c Drop ALT_ prefix from BITSTREAM_READER_LE name. 13 years ago
xbmenc.c avcodec: add XBM encoder 13 years ago
xiph.c
xiph.h
xl.c Remove unnecessary AVFrame pointer casts. 13 years ago
xsubdec.c
xsubenc.c
xvmc.h
xvmc_internal.h
xwd.h XWD encoder and decoder 13 years ago
xwddec.c xwd: convert to bytestream2. 13 years ago
xwdenc.c xwdenc: fix monow encoding 13 years ago
xxan.c xxan: reindent xan_unpack_luma(). 13 years ago
yop.c
zerocodec.c ZeroCodec Decoder 13 years ago
zmbv.c zmbv: check decompress result 13 years ago
zmbvenc.c Remove unnecessary AVFrame pointer casts. 13 years ago