1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-11 03:45:05 +02:00
ffmpeg/libavcodec
Ronald S. Bultje 2ed0f76655 Fix crash on resolution change (issue 2393).
Don't free RBSP tables (containing decoded NAL units) on resolution
change, because we actually need this data to decode the frame after
reiniting (with new resolution). Fixed issue 2393.

Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
(cherry picked from commit 9107892624)
2011-01-23 19:32:08 +01:00
..
alpha consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
arm Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 2011-01-23 19:32:06 +01:00
avr32 consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
bfin consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
mips consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
mlib consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
ppc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
ps2 consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
sh4 consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
sparc consolidate .gitignore patters into a single file 2011-01-18 21:32:05 +01:00
x86 cosmetics related to LPC changes. 2011-01-23 19:32:06 +01:00
4xm.c Allocate last picture for 4xm pfrm if its not allocated. 2011-01-16 22:08:34 +00:00
8bps.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
8svx.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
a64colors.h Add missing stdint.h #include; necessary to pass 'make checkheaders'. 2010-09-08 15:34:13 +00:00
a64enc.h Introduce palette with dynamic size. 2010-10-05 12:14:14 +00:00
a64multienc.c a64enc: make PixelFormat arrays const 2011-01-18 20:48:24 +00:00
a64tables.h added interlacing option and compression option for colorram (lut) 2010-08-24 15:21:27 +00:00
aac_ac3_parser.c Cosmetics: Re-indent after last commit. 2010-03-04 02:32:48 +00:00
aac_ac3_parser.h Add channel layout support to the AC-3 decoder and AC-3 parser. 2009-04-19 15:05:32 +00:00
aac_adtstoasc_bsf.c Split the ADTS header decoder off of the ADTS parser. 2010-07-12 18:52:03 +00:00
aac_parser.c Split the ADTS header decoder off of the ADTS parser. 2010-07-12 18:52:03 +00:00
aac_tablegen_decl.h Use filename as pattern for multiple inclusion guards. 2010-09-08 16:02:20 +00:00
aac_tablegen.c tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
aac_tablegen.h Remove unnecessary ../ from include directives 2010-06-26 20:28:44 +00:00
aac.h aacdec: Rework channel mapping compatibility hacks. 2010-09-10 18:01:48 +00:00
aacadtsdec.c Split the ADTS header decoder off of the ADTS parser. 2010-07-12 18:52:03 +00:00
aacadtsdec.h Restore mistakenly removed [in]/[out] Doxygen parameter attributes. 2010-07-14 21:22:06 +00:00
aaccoder.c aacenc: TLS: Save maximum values for each swb in a table. 2010-07-24 17:11:51 +00:00
aacdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
aacdectab.h Use the new libavcore audio channel API. 2010-11-21 20:06:22 +00:00
aacenc.c aacenc: mark SBR absent 2011-01-23 19:32:08 +01:00
aacenc.h aacenc: Use exact values when quantizing, not fuzzy values. 2010-05-14 16:49:40 +00:00
aacps_tablegen.c Move Parametric Stereo related ps* files to aacps*. 2010-06-22 19:29:03 +00:00
aacps_tablegen.h Remove unnecessary ../ from include directives 2010-06-26 20:28:44 +00:00
aacps.c Move Parametric Stereo related ps* files to aacps*. 2010-06-22 19:29:03 +00:00
aacps.h Add required #includes to pass 'make checkheaders'. 2010-06-23 11:44:07 +00:00
aacpsdata.c Move Parametric Stereo related ps* files to aacps*. 2010-06-22 19:29:03 +00:00
aacpsy.c aacenc: Correct spreading calculation for high spreading. 2010-11-01 07:45:13 +00:00
aacpsy.h
aacsbr.c aacsbr: Eliminate double precision arithmetic. 2010-07-13 00:49:30 +00:00
aacsbr.h Rewrite ff_sbr_apply in a manner more friendly to PS. 2010-04-30 21:43:23 +00:00
aacsbrdata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
aactab.c aactab: Tablegenify ff_aac_pow2sf_tab. 2010-06-23 19:30:01 +00:00
aactab.h aactab: Tablegenify ff_aac_pow2sf_tab. 2010-06-23 19:30:01 +00:00
aandcttab.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
aandcttab.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
aasc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ac3_parser.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
ac3_parser.h Restore mistakenly removed [in]/[out] Doxygen parameter attributes. 2010-07-14 21:22:06 +00:00
ac3.c Use AC3_MAX_COEFS instead of 256 in a couple places in ac3.c 2010-12-14 14:51:43 +00:00
ac3.h cosmetics: use some size macros in ac3tab.c/h 2010-12-14 14:51:47 +00:00
ac3dec_data.c Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
ac3dec_data.h Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
ac3dec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
ac3dec.h define AC3_CRITICAL_BANDS and use it in the AC-3 encoder and decoder. 2010-12-14 14:51:40 +00:00
ac3enc_fixed.c Convert floating-point MDCT coefficients to 24-bit fixed-point all at once 2011-01-05 20:35:36 +00:00
ac3enc_fixed.h Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
ac3enc_float.c Convert floating-point MDCT coefficients to 24-bit fixed-point all at once 2011-01-05 20:35:36 +00:00
ac3enc_float.h Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
ac3enc.c cosmetics: spacing, line wrap, and remove unneeded braces 2011-01-15 01:59:31 +00:00
ac3tab.c Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
ac3tab.h Add stereo rematrixing support to the AC-3 encoders. 2011-01-08 23:21:17 +00:00
acelp_filters.c Split input/output data arguments to ff_acelp_apply_order_2_transfer_function(). 2010-04-21 17:45:24 +00:00
acelp_filters.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
acelp_pitch_delay.c Replace log2f(10) with a constant 2010-02-20 20:13:48 +00:00
acelp_pitch_delay.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
acelp_vectors.c Split the input/output data arguments to ff_adaptive_gain_control(). 2010-04-21 17:43:52 +00:00
acelp_vectors.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
adpcm.c adpcm: Skip samples whose ssd calculation has wrapped around 2010-12-01 08:57:45 +00:00
adx.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
adxdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
adxenc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
alac.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
alacenc.c Separate window function from autocorrelation. 2011-01-23 19:32:06 +01:00
allcodecs.c Lagarith decoder by Nathan Caldwell, saintdev at gmail 2011-01-08 21:22:15 +00:00
alsdec.c alsdec: Correct the ALS decoder by storing some parameters per-channel rather 2010-12-06 15:18:50 +00:00
amr.h Fix headers so that "make checkheaders" passes again 2010-10-08 08:56:36 +00:00
amrnbdata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
amrnbdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
amrwbdata.h Fix make checkheaders 2010-12-21 11:19:59 +00:00
amrwbdec.c Use AVSampleFormat instead of the deprecated SampleFormat. 2011-01-01 19:45:08 +00:00
anm.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ansi.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 2010-09-25 23:27:16 +00:00
apedec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
api-example.c Cosmetics: reindent after the previous commit 2010-05-25 19:16:15 +00:00
ass.c add SubRip decoder 2010-12-28 23:52:53 +00:00
ass.h add SubRip decoder 2010-12-28 23:52:53 +00:00
assdec.c add missing files in previous commit (ASS encoder and decoder) 2010-11-13 14:18:59 +00:00
assenc.c add missing files in previous commit (ASS encoder and decoder) 2010-11-13 14:18:59 +00:00
asv1.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
atrac1.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
atrac1data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
atrac3.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
atrac3data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
atrac.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
atrac.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
audioconvert.c Use the new libavcore audio channel API. 2010-11-21 20:06:22 +00:00
audioconvert.h Remove declaration of function: 2010-11-21 20:06:16 +00:00
aura.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
avcodec.h Lagarith decoder by Nathan Caldwell, saintdev at gmail 2011-01-08 21:22:15 +00:00
avfft.c avfft: remove useless parens 2010-07-13 18:01:50 +00:00
avfft.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
avpacket.c Add a av_grow_packet function, to be used by code that merges 2010-11-21 10:21:06 +00:00
avs.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
bethsoftvideo.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
bethsoftvideo.h
bfi.c Prevent a crash by sanity checking buffer reads. 2011-01-06 23:14:27 +00:00
bgmc.c Allow clean initialization of lut_status array by changing type to signed int. 2010-11-08 15:22:15 +00:00
bgmc.h Allow clean initialization of lut_status array by changing type to signed int. 2010-11-08 15:22:15 +00:00
bink.c Change some band size calculations in Bink decoder to use width in blocks 2011-01-15 13:29:14 +00:00
binkaudio.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
binkdata.h Add lots of missing includes 2010-03-08 18:43:52 +00:00
binkidct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
bitstream_filter.c
bitstream.c change a variable-length array to a malloc. 2010-05-12 22:38:05 +00:00
bmp.c Since lowres == crop for bmp, remove it to avoid confusion. 2011-01-16 12:42:43 +00:00
bmp.h
bmpenc.c Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sample 2011-01-07 23:56:47 +00:00
bytestream.h
c93.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
cabac.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
cabac.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
cavs_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
cavs.c Move cavs dsp functions to their own struct 2010-08-03 20:59:00 +00:00
cavs.h Move cavs dsp functions to their own struct 2010-08-03 20:59:00 +00:00
cavsdata.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
cavsdec.c Move cavs dsp functions to their own struct 2010-08-03 20:59:00 +00:00
cavsdsp.c Remove duplicate definitions of fullpel MC functions 2010-08-25 20:14:21 +00:00
cavsdsp.h Move cavs dsp functions to their own struct 2010-08-03 20:59:00 +00:00
cbrt_tablegen.c tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
cbrt_tablegen.h Allow hard-coding of the 32kB cubic-root table for AAC. 2010-03-14 19:59:47 +00:00
cdgraphics.c Add new decoder property max_lowres and do not init decoder if requested value is higher. 2010-07-07 21:23:36 +00:00
celp_filters.c Fix spelling in comment 2010-03-01 20:42:13 +00:00
celp_filters.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
celp_math.c
celp_math.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
cga_data.c Add doxygen @file comment block 2010-07-19 11:50:07 +00:00
cga_data.h Add doxygen @file comment block 2010-07-19 11:50:07 +00:00
chomp_bsf.c Replace '\0 bytes' by 'NULL bytes' in Doxygen comments. 2010-07-02 12:53:37 +00:00
cinepak.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
cljr.c Check if buffer is large enough for given resolution. 2011-01-07 21:54:52 +00:00
cook.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
cookdata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
costablegen.c Fix --enable-hardcoded-tables compilation: the generate table files now 2010-03-07 09:25:57 +00:00
cscd.c Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only this) 2010-09-10 17:33:31 +00:00
cyuv.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dca_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dca.c dca: add profile names 2011-01-23 19:32:07 +01:00
dca.h
dcadata.h dca: pretty-print some tables 2011-01-21 20:36:01 +01:00
dcadsp.c DCA: ARM/NEON optimised lfe_fir 2010-04-12 20:45:33 +00:00
dcadsp.h DCA: ARM/NEON optimised lfe_fir 2010-04-12 20:45:33 +00:00
dcahuff.h
dct32.c Add missed file dct32.c 2010-06-30 21:45:51 +00:00
dct-test.c Move mm_support() from libavcodec to libavutil, make it a public 2010-09-08 15:07:14 +00:00
dct.c SSE optimized 32-point DCT 2010-07-06 16:58:54 +00:00
dctref.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dctref.h Move dctref prototypes to a header file 2010-03-08 18:43:33 +00:00
dirac_parser.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
dirac.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
dirac.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
dnxhd_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dnxhddata.c
dnxhddata.h
dnxhddec.c In dnxhd decoder, set key_frame on decoded frame 2011-01-06 20:17:51 +00:00
dnxhdenc.c Make DNxHD encoder produce files that are strictly VC-3 compatible 2010-11-16 01:00:55 +00:00
dnxhdenc.h Remove DECLARE_ALIGNED_{8,16} macros 2010-03-06 14:24:59 +00:00
dpcm.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
dpx.c Do not overread input buffer. 2011-01-07 19:55:22 +00:00
dsicinav.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
dsputil.c Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 2011-01-23 19:32:06 +01:00
dsputil.h Make LOCAL_ALIGNED macro fully C99 compatible 2011-01-23 19:32:08 +01:00
dump_extradata_bsf.c
dv_tablegen.c tableprint: use the type name as-is for the functions' names. 2010-06-27 12:20:39 +00:00
dv_tablegen.h tableprint: use the type name as-is for the functions' names. 2010-06-27 12:20:39 +00:00
dv_vlc_data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dv.c In dv decoder, set sample aspect aspect ratio, fix issue #1612 2010-09-27 21:31:29 +00:00
dvbsub_parser.c Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. 2009-07-30 21:00:08 +00:00
dvbsub.c Move colorspace.h from libavcodec to libavutil. 2010-07-01 18:49:44 +00:00
dvbsubdec.c Pass the composition and ancillary ID for DVB subtitles via extradata instead 2010-07-14 17:28:40 +00:00
dvdata.c Fix a yuv420p sample that was incorrectly detected as yuv411p 2010-09-30 12:26:42 +00:00
dvdata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dvdsub_parser.c Add missing av_cold in static init/close functions. 2009-02-22 13:48:55 +00:00
dvdsubdec.c remove useless cast 2010-07-27 21:12:16 +00:00
dvdsubenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
dwt.c DWT: x86 init should depend on HAVE_MMX 2010-03-14 22:29:11 +00:00
dwt.h Add ff_ prefix to dwt functions 2010-03-14 17:50:16 +00:00
dxa.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
dxva2_h264.c Fixed DXVA_Slice_H264_Long::BitOffsetToSliceData value. 2010-10-21 18:39:57 +00:00
dxva2_internal.h Moved reusable functions from dxva2_h264.c to dxva2.c 2010-01-23 18:17:57 +00:00
dxva2_mpeg2.c MPEG-2 DXVA2 implementation 2010-06-18 20:07:43 +00:00
dxva2_vc1.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
dxva2.c Moved reusable functions from dxva2_h264.c to dxva2.c 2010-01-23 18:17:57 +00:00
dxva2.h H264 DXVA2 implementation 2010-01-20 18:54:51 +00:00
eac3dec_data.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
eac3dec_data.h Add spectral extension to the E-AC-3 decoder. 2010-03-30 22:09:14 +00:00
eac3dec.c Add spectral extension to the E-AC-3 decoder. 2010-03-30 22:09:14 +00:00
eacmv.c fix indentation 2011-01-09 08:30:23 +00:00
eaidct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
eamad.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
eatgq.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
eatgv.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
eatqi.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
elbg.c Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
elbg.h Fix reference to av_random_init where av_lfg_init was meant. 2009-03-21 16:14:55 +00:00
error_resilience.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
escape124.c Remove incomplete Doxygen for static decode_frame functions. 2010-07-14 13:12:24 +00:00
faandct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
faandct.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
faanidct.c
faanidct.h
faxcompr.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
faxcompr.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
fft-test.c fft-test: format error output more readably 2010-08-16 20:34:06 +00:00
fft.c Indent 2010-07-01 23:21:46 +00:00
fft.h Revert unintended changes to fft.h from r24890. 2010-08-23 19:35:58 +00:00
ffv1.c Fix indention of one forgotten line in ffv1.c 2010-12-12 02:54:21 +00:00
flac_parser.c Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. 2010-12-30 13:34:31 +00:00
flac.c cosmetics: line wrap after last commit 2010-12-07 14:02:42 +00:00
flac.h Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 2010-12-07 14:58:34 +00:00
flacdata.c share sample rate and blocksize tables between the FLAC encoder and FLAC 2009-03-21 01:16:38 +00:00
flacdata.h share sample rate and blocksize tables between the FLAC encoder and FLAC 2009-03-21 01:16:38 +00:00
flacdec.c Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 2010-12-07 14:58:34 +00:00
flacenc.c Separate window function from autocorrelation. 2011-01-23 19:32:06 +01:00
flashsv.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
flashsvenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
flicvideo.c Fix several security issues in flicvideo.c 2010-09-27 15:16:16 +00:00
flv.h Add lots of missing includes 2010-03-08 18:43:52 +00:00
flvdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
flvenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
fraps.c Make FRAPS decoder use PC range instead of TV range 2010-10-02 08:39:34 +00:00
frwu.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
g722.c g722: Move the low_inv_quant6 table up to the common tables 2010-12-21 09:03:57 +00:00
g726.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
g729.h Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE, 2009-06-14 02:29:39 +00:00
g729data.h LSF (Line Spectral Frequencies) decoding routine. 2009-06-24 04:38:48 +00:00
g729dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
get_bits.h Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
gif.c In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at gmail dot com 2011-01-10 21:14:54 +00:00
gifdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
golomb.c Correct golomb vlc decoding tables. 2010-05-25 14:23:48 +00:00
golomb.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
gsmdec_data.c Fix GSM decoding: regular GSM and MSGSM do not use the same 2010-10-02 09:51:26 +00:00
gsmdec_data.h Fix GSM decoding: regular GSM and MSGSM do not use the same 2010-10-02 09:51:26 +00:00
gsmdec_template.c Fix GSM decoding: regular GSM and MSGSM do not use the same 2010-10-02 09:51:26 +00:00
gsmdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
h261_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h261.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h261.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h261data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h261dec.c Add new decoder property max_lowres and do not init decoder if requested value is higher. 2010-07-07 21:23:36 +00:00
h261enc.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
h263_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h263_parser.h
h263.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h263.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
h263data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h263dec.c Detect incorrect padding with wrong stuffing codes used by NEC N-02B. 2010-12-04 05:44:18 +00:00
h264_cabac.c Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples 2011-01-21 20:36:01 +01:00
h264_cavlc.c Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples 2011-01-21 20:36:01 +01:00
h264_direct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h264_loopfilter.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h264_mp4toannexb_bsf.c Cosmetics: alignment and long line break. 2010-06-10 06:00:37 +00:00
h264_mvpred.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h264_parser.c In h264 parser, return immediately if buf_size is 0, avoid printing 2010-07-23 00:34:09 +00:00
h264_parser.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h264_ps.c H.264 decode: support cropping up to 28 pixels in interlaced mode. 2010-11-03 20:52:28 +00:00
h264_refs.c Perform sliding window operation during frame gap handling. 2010-07-05 14:36:03 +00:00
h264_sei.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
h264.c Fix crash on resolution change (issue 2393). 2011-01-23 19:32:08 +01:00
h264.h Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
h264data.h Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
h264dsp.c Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
h264dsp.h Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
h264idct.c Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
h264pred.c Whitespace cosmetics. 2010-12-29 21:23:31 +00:00
h264pred.h Support CODEC_FLAG_EMU_EDGE in VP8 decoder. 2010-12-28 17:37:19 +00:00
huffman.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
huffman.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
huffyuv.c huffyuv: remove unnecessary size argument from generate_len_table() 2010-06-25 19:28:10 +00:00
idcinvideo.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
iff.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
iff.h IFF: move ff_cmap_read_palette() prototype to a header file 2010-03-08 02:36:00 +00:00
iirfilter.c 10l: reverse the biquad coefficients. 2011-01-23 19:32:07 +01:00
iirfilter.h iir: Change dst param to float* in ff_iir_filter_flt(). 2011-01-23 19:32:07 +01:00
imc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
imcdata.h
imgconvert.c Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 2010-12-12 15:31:49 +00:00
imgconvert.h Move internal function ff_set_systematic_pal() to libavcore, and 2010-11-09 22:22:36 +00:00
imx_dump_header_bsf.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
indeo2.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
indeo2data.h
indeo3.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
indeo3data.h
indeo5.c Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
indeo5data.h Prepare Indeo4 (step 1): upscale indeo5 base tables by 2 and convert those into uint16_t. 2010-06-08 09:20:12 +00:00
intelh263dec.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
internal.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
interplayvideo.c Check for invalid decode op-codes, fixes issue 2522. 2011-01-10 10:47:10 +00:00
intrax8.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
intrax8.h Rename bitstream.h to get_bits.h. 2009-04-13 16:20:26 +00:00
intrax8dsp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
intrax8huf.h
inverse.c Make ff_inverse stay with libavutil, and optional copy it to libavcodec. 2010-07-21 12:37:37 +00:00
ituh263dec.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ituh263enc.c cosmetics, indentation 2010-10-21 06:22:54 +00:00
ivi_common.c Check symbol validity to avoid a crash, fixes issue 2523. 2011-01-15 10:18:38 +00:00
ivi_common.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
ivi_dsp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ivi_dsp.h Fix Doxygen @param command attribute syntax. 2010-07-17 10:43:42 +00:00
jfdctfst.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jfdctint.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jpegls.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jpegls.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jpeglsdec.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jpeglsdec.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jpeglsenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
jrevdct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
kgv1dec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
kmvc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
lagarith.c Lagarith: fix decoding of one-coloured frames by reading the per-plane 2011-01-15 12:44:48 +00:00
lagarithrac.c Lagarith decoder by Nathan Caldwell, saintdev at gmail 2011-01-08 21:22:15 +00:00
lagarithrac.h Lagarith decoder by Nathan Caldwell, saintdev at gmail 2011-01-08 21:22:15 +00:00
latm_parser.c Add single stream LATM/LOAS decoder 2010-11-02 08:32:04 +00:00
lcl.h
lcldec.c Move #ifdef before zlib_decomp() up so it covers the Doxygen comments. 2010-07-02 12:41:07 +00:00
lclenc.c Add .pix_fmts to LCL encoder 2010-12-31 04:56:44 +00:00
libavcodec.v Add symbol versioning for shared libraries 2010-01-16 04:49:02 +00:00
libdirac_libschro.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libdirac_libschro.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libdirac.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libdiracdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
libdiracenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libfaac.c libfaac: add recognized profiles array 2011-01-23 19:32:07 +01:00
libgsm.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
libmp3lame.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
libopencore-amr.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
libopenjpeg.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
libschroedinger.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libschroedinger.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
libschroedingerdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
libschroedingerenc.c schroenc: Set colorspace info 2010-05-05 21:38:02 +00:00
libspeexdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
libtheoraenc.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
libvorbis.c Add audio flag to libvorbis AVOption. 2010-12-30 04:22:41 +00:00
libvpxdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
libvpxenc.c Avoid rollover in settings conversion. 2010-12-12 16:27:32 +00:00
libx264.c Add fullrange support to libx264.c x264 interface 2010-12-07 09:51:27 +00:00
libxavs.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 2010-09-25 23:27:16 +00:00
libxvid_internal.h libxvid: add some const fixing a warning 2010-07-09 10:53:36 +00:00
libxvid_rc.c Rename av_tempfile() to ff_tempfile() 2010-07-06 13:22:44 +00:00
libxvidff.c Use forced key frames when encoding with libxvid. 2010-10-22 18:01:48 +00:00
ljpegenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
loco.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
lpc.c cosmetics related to LPC changes. 2011-01-23 19:32:06 +01:00
lpc.h Separate window function from autocorrelation. 2011-01-23 19:32:06 +01:00
lsp.c Move lsp2lpc_sipr() function to common code so it can be reused in a 2010-09-07 20:46:29 +00:00
lsp.h Move lsp2lpc_sipr() function to common code so it can be reused in a 2010-09-07 20:46:29 +00:00
lzw.c Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
lzw.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
lzwenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mace.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
Makefile Remove H.264 encoder fragments 2011-01-23 19:32:08 +01:00
mathops.h Add more int packing macros, name them consistently 2010-06-30 22:33:38 +00:00
mdct_tablegen.c Change/simplify the tableprint/tablegen API. 2010-04-01 17:11:47 +00:00
mdct_tablegen.h Remove unnecessary ../ from include directives 2010-06-26 20:28:44 +00:00
mdct.c Remove VLA in ff_kbd_window_init, limit window size to 1024 2010-06-24 09:42:34 +00:00
mdec.c Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This 2011-01-02 11:16:21 +00:00
mimic.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
mjpeg2jpeg_bsf.c MJPEG/AVI1 to JPEG/JFIF bitstream filter. 2010-11-11 15:24:11 +00:00
mjpeg_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mjpeg.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mjpeg.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mjpega_dump_header_bsf.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mjpegbdec.c Add new decoder property max_lowres and do not init decoder if requested value is higher. 2010-07-07 21:23:36 +00:00
mjpegdec.c Values >4 for lowres corrupt output. 2011-01-16 12:45:59 +00:00
mjpegdec.h Add a seperate VLC table for progressive jpeg so we dont have to subtract 16 in the inner loop. 2010-10-21 22:44:41 +00:00
mjpegenc.c Count non-header data towards intra block bit count in MJPEG encoder 2010-12-04 05:21:03 +00:00
mjpegenc.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mlp_parser.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
mlp_parser.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mlp.c mlp: Use smaller CRC tables if CONFIG_SMALL. 2009-10-16 16:03:26 +00:00
mlp.h Specify maximum sample rate of MLP by defining the factor relative to 48000 2009-09-26 16:04:35 +00:00
mlpdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
mlpdsp.c Move prototypes for various dsputil init functions to dsputil.h 2010-03-06 22:36:49 +00:00
mmvideo.c perform height sanity check in mmvideo decoder 2011-01-10 12:23:03 +00:00
motion_est_template.c Restore array sizes in doxygen parameter names. 2010-07-08 13:35:46 +00:00
motion_est.c motion_est: fix implicit truncation warnings 2010-07-07 12:27:44 +00:00
motion-test.c Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ 2010-09-04 09:59:08 +00:00
motionpixels_tablegen.c tableprint: use the type name as-is for the functions' names. 2010-06-27 12:20:39 +00:00
motionpixels_tablegen.h Add support for hardcoding the motionpixels rgb to yuv table. 2009-11-26 21:20:28 +00:00
motionpixels.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
movsub_bsf.c
mp3_header_compress_bsf.c
mp3_header_decompress_bsf.c
mpc7.c Musepack SV8 supports "mono" files (though it still codes them as stereo), 2010-11-21 20:42:06 +00:00
mpc7data.h
mpc8.c Musepack SV8 supports "mono" files (though it still codes them as stereo), 2010-11-21 20:42:06 +00:00
mpc8data.h cosmetics: 'const static' --> 'static const' to avoid warnings of the type 2009-02-17 12:03:10 +00:00
mpc8huff.h
mpc.c Musepack SV8 supports "mono" files (though it still codes them as stereo), 2010-11-21 20:42:06 +00:00
mpc.h Musepack SV8 supports "mono" files (though it still codes them as stereo), 2010-11-21 20:42:06 +00:00
mpcdata.h
mpeg4audio.c Add HE-AAC v2 support to the AAC decoder. 2010-06-19 14:14:51 +00:00
mpeg4audio.h Add support for PS sync extensions. 2010-04-08 06:04:41 +00:00
mpeg4data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpeg4video_parser.c Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_picture_header. 2010-02-28 02:41:20 +00:00
mpeg4video_parser.h
mpeg4video.c Change ref_index structure so it matches how its organized in h264. 2010-03-23 02:17:04 +00:00
mpeg4video.h Add lots of missing includes 2010-03-08 18:43:52 +00:00
mpeg4videodec.c mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 2011-01-03 23:33:20 +00:00
mpeg4videoenc.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
mpeg12.c Make dc_lum_vlc and dc_chroma_vlc non-static symbols, 2011-01-05 19:38:42 +00:00
mpeg12.h Make dc_lum_vlc and dc_chroma_vlc non-static symbols, 2011-01-05 19:38:42 +00:00
mpeg12data.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpeg12data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpeg12decdata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpeg12enc.c Change all occurences of "inofficial" to "unofficial" in code, comments 2010-07-03 15:35:23 +00:00
mpegaudio3.h header for common code between mp3 decoder and encoder. 2010-03-06 23:36:30 +00:00
mpegaudio_parser.c Cleanup properly at the end of MPEG Audio parsing. 2009-07-02 13:13:20 +00:00
mpegaudio_tablegen.c tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
mpegaudio_tablegen.h mathematics.h no longer needs config.h, so update tablegen code and 2010-06-21 17:01:22 +00:00
mpegaudio.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudio.h Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
mpegaudiodata.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudiodata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudiodec_float.c Fix memleak when using mp*float decoder. 2010-07-18 19:53:24 +00:00
mpegaudiodec.c Move ID3v1 skip from decoder to demuxer 2011-01-23 19:32:07 +01:00
mpegaudiodecheader.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudiodecheader.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudiodectab.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegaudioenc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
mpegaudiotab.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
mpegvideo_common.h Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
mpegvideo_enc.c Make mpeg4 encoder log a more explicit error message when the timebase 2011-01-05 11:36:43 +00:00
mpegvideo_parser.c Revert 2010-02-03 04:40:42 +00:00
mpegvideo_xvmc.c Simplify: Remove impossible condition. 2010-11-09 23:58:41 +00:00
mpegvideo.c Simplify tff setting code in MPV_frame_start(). 2010-12-25 19:49:19 +00:00
mpegvideo.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
msgsmdec.c Fix GSM decoding: regular GSM and MSGSM do not use the same 2010-10-02 09:51:26 +00:00
msgsmdec.h Fix headers so that "make checkheaders" passes again 2010-10-08 08:56:36 +00:00
msmpeg4.c msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() 2010-08-24 15:40:57 +00:00
msmpeg4.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
msmpeg4data.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
msmpeg4data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
msrle.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
msrledec.c Fix possibly exploitable out of buffer writes in msrle_decode_pal4(). 2010-11-02 01:19:15 +00:00
msrledec.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
msvideo1.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
nellymoser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
nellymoser.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
nellymoserdec.c Use the new libavcore audio channel API. 2010-11-21 20:06:22 +00:00
nellymoserenc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
noise_bsf.c
nuv.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
opt.c add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 2010-09-30 20:34:35 +00:00
opt.h add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 2010-09-30 20:34:35 +00:00
options.c Export dca profile information. 2011-01-06 22:34:12 +00:00
pamenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
parser.c Fix index_entries pos: 2010-09-27 22:17:58 +00:00
parser.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
pcm_tablegen.c tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
pcm_tablegen.h Remove unnecessary ../ from include directives 2010-06-26 20:28:44 +00:00
pcm-mpeg.c Use the new libavcore audio channel API. 2010-11-21 20:06:22 +00:00
pcm.c Do not crash for illegal sample size, fixes issue 2502. 2011-01-11 14:08:45 +00:00
pcx.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
pcxenc.c Fix size of monoblack_pal array, code uses 16 values unconditionally. 2010-12-25 16:09:23 +00:00
pgssubdec.c 100l, fix missing decrement on split PGS packets. 2010-11-23 07:01:49 +00:00
pictordec.c Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 2010-09-25 23:27:16 +00:00
png.c
png.h Move some prototypes from dsputil.c to reasonable header files 2010-03-06 22:36:45 +00:00
pngdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
pngenc.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
pnm_parser.c whitespace cosmetics: K&R coding style, prettyprinting 2009-10-27 16:57:35 +00:00
pnm.c Do not stop decoding on pnm files with negative maxval. 2011-01-10 22:09:52 +00:00
pnm.h Support ASCII pnms. 2009-12-01 16:56:13 +00:00
pnmdec.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
pnmenc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
psymodel.c cosmetics: vertical alignment and line wrap 2011-01-21 20:36:01 +01:00
psymodel.h psymodel: Const correct FFPsyWindowInfo. 2010-08-30 23:48:35 +00:00
pthread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 2010-03-15 14:03:01 +00:00
ptx.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
put_bits.h Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
qcelpdata.h Move clipping of audio samples (for those codecs outputting float) from decoder 2010-04-21 17:57:48 +00:00
qcelpdec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
qdm2_tablegen.c tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
qdm2_tablegen.h Remove unnecessary ../ from include directives 2010-06-26 20:28:44 +00:00
qdm2.c Return the amount of input data actually used in the qdm2 decoder, 2010-12-13 17:54:00 +00:00
qdm2data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
qdrw.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
qpeg.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
qtrle.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
qtrleenc.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
r210dec.c Reindent after r25115. 2010-09-13 22:09:28 +00:00
ra144.c Split do_output_subblock() into common code and decoder specific parts 2010-06-11 08:05:17 +00:00
ra144.h Move lpc_compute_autocorr() from DSPContext to a new struct LPCContext. 2011-01-23 19:32:06 +01:00
ra144dec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
ra144enc.c Separate window function from autocorrelation. 2011-01-23 19:32:06 +01:00
ra288.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
ra288.h
rangecoder.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rangecoder.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ratecontrol.c Use hierarchic names convention (prefix them with av_expr) for the 2010-11-08 14:06:49 +00:00
ratecontrol.h Move eval.c and eval.h from libavcodec to libavutil, and make the eval 2010-06-05 12:01:28 +00:00
raw.c Support gray16be and rgb48be in mov 2010-06-15 09:14:00 +00:00
raw.h Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 2010-05-20 23:09:11 +00:00
rawdec.c Move internal function ff_set_systematic_pal() to libavcore, and 2010-11-09 22:22:36 +00:00
rawenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rdft.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rectangle.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
remove_extradata_bsf.c
resample2.c resample: replace VLA with malloc/free 2010-07-09 16:05:58 +00:00
resample.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
rl2.c Remove incomplete Doxygen for static decode_frame functions. 2010-07-14 13:12:24 +00:00
rl.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rle.c
rle.h Fix misspelled parameter names in Doxygen documentation. 2010-07-02 10:49:29 +00:00
roqaudioenc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
roqvideo.c Check for invalid motion vector, fixes issue 2521. 2011-01-10 10:28:06 +00:00
roqvideo.h Use FLG pseudo-random number generator in RoQ and ELBG 2009-03-08 17:43:12 +00:00
roqvideodec.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
roqvideoenc.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
rpza.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rtjpeg.c Distinguish between non-coded blocks and decode errors in rtjpeg's get_block 2009-05-24 09:06:06 +00:00
rtjpeg.h Remove DECLARE_ALIGNED_{8,16} macros 2010-03-06 14:24:59 +00:00
rv10.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
rv10enc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv20enc.c Fix rv20 encoding so the binary decoder can decode it. 2010-09-26 01:56:48 +00:00
rv30.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv30data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv30dsp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv34.c Disambiguate bitstream groups for AAC and RV30/RV40. 2010-07-02 12:55:36 +00:00
rv34.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv34data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv34vlc.h rv34: kill VLAs 2010-06-25 08:19:20 +00:00
rv40.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
rv40data.h @begingroup --> @defgroup, only the latter is correct Doxygen syntax. 2010-07-02 12:45:49 +00:00
rv40dsp.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
rv40vlc2.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
s3tc.c
s3tc.h
sbr.h Disambiguate bitstream groups for AAC and RV30/RV40. 2010-07-02 12:55:36 +00:00
sgi.h
sgidec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
sgienc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
shorten.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
simple_idct.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
simple_idct.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
sipr16k.c Move clipping of audio samples (for those codecs outputting float) from decoder 2010-04-21 17:57:48 +00:00
sipr16kdata.h SIPR16k decoder 2010-01-16 03:54:55 +00:00
sipr.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
sipr.h Remove DECLARE_ALIGNED_{8,16} macros 2010-03-06 14:24:59 +00:00
siprdata.h Allow a SIPR table to be used by the upcoming SIPR16k decoder 2010-01-16 03:44:17 +00:00
smacker.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
smc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
snow.c snow: remove unused parameter to mc_block() 2010-06-23 23:44:48 +00:00
snow.h Separate DWT from snow and dsputil 2010-03-14 17:50:12 +00:00
sonic.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
sp5x.h
sp5xdec.c sp5x: remove broken code under #if 0 2010-08-25 20:14:17 +00:00
srtdec.c srtdec: ensure we don't read 1 byte after buffer end if the buffer is not 2011-01-02 23:40:30 +00:00
sunrast.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
svq1_cb.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
svq1_vlc.h
svq1.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
svq1.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
svq1dec.c svq1dec: replace VLA with malloc/free 2010-06-26 14:34:08 +00:00
svq1enc_cb.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
svq1enc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
svq3.c Revert 2a1f431d38, it broke H264 lossless. 2011-01-21 20:36:01 +01:00
synth_filter.c Make synth_filter a function pointer 2010-04-10 16:27:53 +00:00
synth_filter.h ARM: NEON optimised synth_filter_float 2010-04-10 16:27:56 +00:00
tableprint.c tableprint: use the type name as-is for the functions' names. 2010-06-27 12:20:39 +00:00
tableprint.h tablegen: implement and use WRITE_ARRAY macros 2010-06-27 12:21:12 +00:00
targa.c Create a targa.h file to contain common definitions for targa encoder 2010-10-13 10:39:45 +00:00
targa.h Create a targa.h file to contain common definitions for targa encoder 2010-10-13 10:39:45 +00:00
targaenc.c Add support for PIX_FMT_RGBA in the targa encoder. 2010-10-13 13:11:45 +00:00
tiertexseqv.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
tiff.c Return on negative soff sizes, fixes issue 2515. 2011-01-09 19:29:39 +00:00
tiff.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
tiffenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
tmv.c 8088flex TMV video decoder now uses ff_draw_pc_font() 2010-07-18 07:46:29 +00:00
truemotion1.c Check for vectable ID > 0, fixes issue 2508. 2011-01-10 10:36:14 +00:00
truemotion1data.h
truemotion2.c Check for several overreads, fixes issue 2512. 2011-01-09 19:38:32 +00:00
truespeech_data.h try to give TrueSpeech decoder tables more sensible names 2010-11-06 13:31:17 +00:00
truespeech.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
tscc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
tta.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
twinvq_data.h Add missing header to fix 'make checkheaders'. 2009-08-24 10:06:26 +00:00
twinvq.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
txd.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
ulti_cb.h
ulti.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
unary.h Rename bitstream.h to get_bits.h. 2009-04-13 16:20:26 +00:00
utils.c update av_log_missing_feature() to git 2011-01-17 22:13:50 +01:00
v210dec.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
v210enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
v210x.c Add av_ prefix to bswap macros 2010-07-10 22:12:30 +00:00
vaapi_h264.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
vaapi_internal.h Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). 2009-12-28 09:03:09 +00:00
vaapi_mpeg2.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
vaapi_mpeg4.c vaapi: add missing #include "h263.h" 2010-06-27 20:18:28 +00:00
vaapi_vc1.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
vaapi.c Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param(). 2009-12-28 09:03:09 +00:00
vaapi.h Remove inclusion of va.h, not needed anymore after r18256. 2009-03-31 09:18:00 +00:00
vb.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vc1_parser.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vc1.c Make WMV3 decoder attempt to decode WMVP as well 2010-09-26 13:56:50 +00:00
vc1.h RES_SM in WMV3 is really two flags, so split it in decoder 2010-09-26 13:54:35 +00:00
vc1acdata.h
vc1data.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vc1data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vc1dec.c Make WMV3 decoder attempt to decode WMVP as well 2010-09-26 13:56:50 +00:00
vc1dsp.c Remove duplicate definitions of fullpel MC functions 2010-08-25 20:14:21 +00:00
vcr1.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vdpau_internal.h Set VDPAU H264 picture parameter field_order_cnt and frame_num at the 2010-03-30 08:10:29 +00:00
vdpau.c Set VDPAU H264 picture parameter field_order_cnt and frame_num at the 2010-03-30 08:10:29 +00:00
vdpau.h Remove stray Doxygen grouping command; fixes one Doxygen warning. 2010-07-02 13:00:18 +00:00
vmdav.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
vmnc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vorbis_data.c vorbis: cosmetics, remove trailing comma for values that will never have 2010-06-29 06:42:08 +00:00
vorbis_dec.c Second hunk from secrity fix from google. 2011-01-15 17:10:49 +00:00
vorbis_enc_data.h whitespace cosmetics, prettyprinting, K&R coding style 2009-09-29 11:43:58 +00:00
vorbis_enc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
vorbis.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vorbis.h Fix libvorbis encoding with more than 2 channels 2010-06-27 09:25:05 +00:00
vp3_parser.c
vp3.c VP3: remove an unnecessary static variable 2011-01-17 08:36:13 +00:00
vp3data.h
vp3dsp.c Improve some uses of ff_cropTbl with constant offset 2010-06-22 23:12:48 +00:00
vp5.c VP5/6/8: eliminate CABAC dependency 2010-08-04 23:04:05 +00:00
vp5data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vp6.c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 2010-08-25 13:42:28 +00:00
vp6data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vp6dsp.c Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 2010-08-25 13:42:28 +00:00
vp8_parser.c VP8 parser 2010-05-27 04:39:31 +00:00
vp8.c Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. 2010-12-30 14:33:21 +00:00
vp8data.h VP8: slightly faster DCT coefficient probability update 2010-08-03 23:21:47 +00:00
vp8dsp.c VP8: much faster DC transform handling 2010-08-02 20:57:03 +00:00
vp8dsp.h VP8: much faster DC transform handling 2010-08-02 20:57:03 +00:00
vp56.c 10l: missed one reindent. 2010-07-28 05:40:38 +00:00
vp56.h VP5/6/8: ~7% faster arithmetic decoding 2010-08-12 01:11:32 +00:00
vp56data.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vp56data.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
vp56dsp.c cosmetic 2010-08-28 14:07:16 +00:00
vp56dsp.h Move vp6_filter_diag4() from DSPContext to VP56DSPContext. 2010-08-25 13:42:28 +00:00
vp56rac.c VP5/6/8: ~7% faster arithmetic decoding 2010-08-12 01:11:32 +00:00
vqavideo.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
w32thread.c Remove avcodec_thread_execute from avcodec.h, and make static functions that 2010-03-15 14:03:01 +00:00
wavpack.c Limit number of samples decoded for WavPack mono mode, so decoded samples will 2011-01-08 19:23:24 +00:00
wma.c Fix Doxygen documentation of gb parameter in ff_wma_get_large_val(). 2010-07-02 11:55:42 +00:00
wma.h Move FFT parts from dsputil.h to fft.h 2010-03-06 14:34:46 +00:00
wmadata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
wmadec.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
wmaenc.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
wmaprodata.h Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
wmaprodec.c support decoding of files that contain the number 2011-01-16 16:39:53 +00:00
wmavoice_data.h WMAVoice postfilter. 2010-04-21 18:01:34 +00:00
wmavoice.c Fix typo. 2010-12-26 22:48:13 +00:00
wmv2.c
wmv2.h Remove DECLARE_ALIGNED_{8,16} macros 2010-03-06 14:24:59 +00:00
wmv2dec.c Fix crash decoding broken wmv2 files. 2011-01-02 23:41:02 +00:00
wmv2enc.c Define AVMediaType enum, and use it instead of enum CodecType, which 2010-03-30 23:30:55 +00:00
wnv1.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
ws-snd1.c Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 2010-11-12 11:04:40 +00:00
xan.c Fix memleak: free palette data on close. 2010-11-23 20:42:03 +00:00
xiph.c
xiph.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
xl.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00
xsubdec.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
xsubenc.c Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
xvmc_internal.h
xvmc.h Fix grammar errors in documentation 2010-06-30 15:38:06 +00:00
yop.c Use new imgutils.h API names, fix deprecation warnings. 2010-09-07 19:15:29 +00:00
zmbv.c Remove a useless variable in zmbv decoder. 2010-07-08 08:58:52 +00:00
zmbvenc.c Remove explicit filename from Doxygen @file commands. 2010-04-20 14:45:34 +00:00