.. |
alpha
|
alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
|
12 years ago |
arm
|
arm: Include hpeldsp_neon.o if h264qpel is enabled
|
12 years ago |
avr32
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
bfin
|
cosmetics: bfin: Fix indentation in the dsputil init function
|
12 years ago |
mips
|
mips64: mark hi/lo registers clobbered in MAC64/MLS64 macros
|
12 years ago |
ppc
|
fix scalarproduct_and_madd_int16_altivec() for orders > 16
|
12 years ago |
sh4
|
sh4: Remove dubious aligned dsputil code
|
12 years ago |
sparc
|
sparc: VIS mnemonics
|
12 years ago |
x86
|
build: cosmetics: Place unconditional before conditional OBJS lines
|
12 years ago |
4xm.c
|
Remove commented-out debug #define cruft
|
12 years ago |
8bps.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
8svx.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
Makefile
|
Go2Webinar decoder
|
12 years ago |
a64colors.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
a64enc.h
|
a64multienc: change mc_frame_counter to unsigned
|
12 years ago |
a64multienc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
a64tables.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
aac.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
aac_ac3_parser.c
|
Don't include common.h from avutil.h
|
12 years ago |
aac_ac3_parser.h
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
aac_adtstoasc_bsf.c
|
av_log_missing_feature() ---> avpriv_report_missing_feature()
|
12 years ago |
aac_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
aac_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
aac_tablegen.h
|
aac: fix build with hardcoded tables
|
12 years ago |
aac_tablegen_decl.h
|
aac: fix build with hardcoded tables
|
12 years ago |
aacadtsdec.c
|
lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
|
13 years ago |
aacadtsdec.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
aaccoder.c
|
aacenc: Fix target bitrate for twoloop quantiser search
|
12 years ago |
aacdec.c
|
aac: check the maximum number of channels
|
12 years ago |
aacdectab.h
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
|
12 years ago |
aacenc.c
|
aacenc: Fix erasure of surround channels
|
12 years ago |
aacenc.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
aacps.c
|
dsputil: Move LOCAL_ALIGNED macros to libavutil
|
12 years ago |
aacps.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
aacps_tablegen.c
|
aacps: align some arrays
|
13 years ago |
aacps_tablegen.h
|
libm: add fallbacks for various single-precision functions
|
12 years ago |
aacpsdata.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
aacpsdsp.c
|
aacps: NEON optimisations
|
13 years ago |
aacpsdsp.h
|
aacps: NEON optimisations
|
13 years ago |
aacpsy.c
|
aacenc: Fix a rounding bug in aacpsy channel bitrate computation
|
12 years ago |
aacsbr.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
aacsbr.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
aacsbrdata.h
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
aactab.c
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
aactab.h
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
aandcttab.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
aandcttab.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
aasc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ac3.c
|
ac3dec: fix processing of delta bit allocation information.
|
14 years ago |
ac3.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
ac3_parser.c
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
|
12 years ago |
ac3_parser.h
|
lavc: use avpriv_ prefix for ff_ac3_parse_header.
|
13 years ago |
ac3dec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
ac3dec.h
|
ac3: decode directly to the user-provided AVFrame
|
12 years ago |
ac3dec_data.c
|
ac3enc: add channel coupling support
|
14 years ago |
ac3dec_data.h
|
ac3enc: add channel coupling support
|
14 years ago |
ac3dsp.c
|
ac3dec: make downmix() take array of pointers to channel data
|
12 years ago |
ac3dsp.h
|
ac3dec: make downmix() take array of pointers to channel data
|
12 years ago |
ac3enc.c
|
Remove commented-out debug #define cruft
|
12 years ago |
ac3enc.h
|
Add a float DSP framework to libavutil
|
13 years ago |
ac3enc_fixed.c
|
(e)ac3enc: use planar sample format
|
12 years ago |
ac3enc_float.c
|
(e)ac3enc: use planar sample format
|
12 years ago |
ac3enc_opts_template.c
|
avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member
|
12 years ago |
ac3enc_template.c
|
dsputil: Move LOCAL_ALIGNED macros to libavutil
|
12 years ago |
ac3tab.c
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
|
12 years ago |
ac3tab.h
|
Add support for building shared libraries with MSVC
|
12 years ago |
acelp_filters.c
|
Don't include common.h from avutil.h
|
12 years ago |
acelp_filters.h
|
miscellaneous typo fixes
|
12 years ago |
acelp_pitch_delay.c
|
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
|
12 years ago |
acelp_pitch_delay.h
|
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
|
14 years ago |
acelp_vectors.c
|
floatdsp: move scalarproduct_float from dsputil to avfloatdsp.
|
12 years ago |
acelp_vectors.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
adpcm.c
|
Move misplaced file author information where it belongs
|
12 years ago |
adpcm.h
|
adpcm: Add missing stdint.h #include to fix standalone header compilation.
|
13 years ago |
adpcm_data.c
|
adpcm: pretty-print tables
|
13 years ago |
adpcm_data.h
|
include stdint.h in adpcm_data.h
|
13 years ago |
adpcmenc.c
|
Move misplaced file author information where it belongs
|
12 years ago |
adx.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
adx.h
|
adxenc: alloc/free coded_frame instead of keeping it in the ADXContext
|
12 years ago |
adx_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
adxdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
adxenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
aic.c
|
Apple Intermediate Codec decoder
|
12 years ago |
alac.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
alac_data.c
|
alacenc: add support for multi-channel encoding
|
12 years ago |
alac_data.h
|
alacenc: add support for multi-channel encoding
|
12 years ago |
alacenc.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
allcodecs.c
|
Go2Webinar decoder
|
12 years ago |
alsdec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
amr.h
|
Don't include common.h from avutil.h
|
12 years ago |
amrnbdata.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
amrnbdec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
amrwbdata.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
amrwbdec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
anm.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
ansi.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
apedec.c
|
ape: 3.80-3.92 decoding support
|
12 years ago |
api-example.c
|
doc: Fix best_nb_channells typo
|
12 years ago |
ass.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
ass.h
|
doxygen: Prefer member groups over grouping into modules
|
14 years ago |
assdec.c
|
Don't include common.h from avutil.h
|
12 years ago |
assenc.c
|
lavc: replace AVCodecContext.encode with subtitle-specific callback
|
12 years ago |
asv.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
asv.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
asvdec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
asvenc.c
|
Drop DCTELEM typedef
|
12 years ago |
atrac.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
atrac.h
|
libavcodec: Add ff_ prefix to some nonstatic symbols
|
13 years ago |
atrac1.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
atrac1data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
atrac3.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
atrac3data.h
|
atrac3: cosmetics: pretty-printing and renaming
|
12 years ago |
audio_frame_queue.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
audio_frame_queue.h
|
audio_frame_queue: Clean up ff_af_queue_log_state debug function
|
12 years ago |
audioconvert.c
|
Don't include common.h from avutil.h
|
12 years ago |
audioconvert.h
|
Include libavutil/channel_layout.h instead of libavutil/audioconvert.h
|
12 years ago |
aura.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
avcodec.h
|
Go2Webinar decoder
|
12 years ago |
avfft.c
|
avcodec: Add av_cold attributes to end functions missing them
|
12 years ago |
avfft.h
|
lavc doxy: add avfft to the main lavc group.
|
13 years ago |
avpacket.c
|
avpacket: copy side data type and size in av_dup_packet
|
12 years ago |
avpicture.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
avs.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
bethsoftvideo.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
bethsoftvideo.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
bfi.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
bgmc.c
|
bgmc: Do not mark ff_bgmc_decode_init() as av_cold
|
12 years ago |
bgmc.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
bink.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
binkaudio.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
binkdata.h
|
use my full first name instead of short one in copyrights
|
12 years ago |
binkdsp.c
|
use my full first name instead of short one in copyrights
|
12 years ago |
binkdsp.h
|
use my full first name instead of short one in copyrights
|
12 years ago |
bit_depth_template.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
bitstream.c
|
miscellaneous typo fixes
|
12 years ago |
bitstream_filter.c
|
Don't include common.h from avutil.h
|
12 years ago |
bmp.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
bmp.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
bmpenc.c
|
avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()
|
12 years ago |
bmv.c
|
bmv: check for len being valid in bmv_decode_frame().
|
12 years ago |
bytestream.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
c93.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
cabac.c
|
cabac: remove unused argument of ff_init_cabac_states()
|
12 years ago |
cabac.h
|
cabac: remove unused argument of ff_init_cabac_states()
|
12 years ago |
cabac_functions.h
|
h264: use one table instead of several for cabac functions
|
13 years ago |
cavs.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
cavs.h
|
dsputil: Separate h264chroma
|
12 years ago |
cavs_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
cavsdata.c
|
cavs: convert cavsdata.h to a .c file
|
12 years ago |
cavsdec.c
|
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
|
12 years ago |
cavsdsp.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
cavsdsp.h
|
Drop DCTELEM typedef
|
12 years ago |
cbrt_tablegen.c
|
Revert "cbrt_tablegen: Include libm.h"
|
12 years ago |
cbrt_tablegen.h
|
multiple inclusion guard cleanup
|
14 years ago |
cdgraphics.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
cdxl.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
celp_filters.c
|
Don't include common.h from avutil.h
|
12 years ago |
celp_filters.h
|
Add a shift parameter to celp_lp_synthesis_filter()
|
12 years ago |
celp_math.c
|
celp_math: rename ff_log2 to ff_log2_q15
|
12 years ago |
celp_math.h
|
celp_math: rename ff_log2 to ff_log2_q15
|
12 years ago |
cga_data.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
cga_data.h
|
multiple inclusion guard cleanup
|
14 years ago |
chomp_bsf.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
cinepak.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
cljr.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
cllc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
cngdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
cngenc.c
|
cng: Reindent some incorrectly indented lines
|
12 years ago |
codec_desc.c
|
Go2Webinar decoder
|
12 years ago |
cook.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
cook_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
cookdata.h
|
cook: expand dither_tab[], and make sure indexes into it don't overflow.
|
13 years ago |
copy_block.h
|
dsputil: Move copy_block functions to a separate header
|
12 years ago |
cos_tablegen.c
|
fix hardcoded tables compililation caused by missing math constants
|
13 years ago |
cscd.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
cyuv.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
dca.c
|
dca: Move ff_dca_convert_bitstream() to the DCA common code
|
12 years ago |
dca.h
|
dca: Move ff_dca_convert_bitstream() to the DCA common code
|
12 years ago |
dca_parser.c
|
dca: Move ff_dca_convert_bitstream() to the DCA common code
|
12 years ago |
dcadata.h
|
dca: Move tables used outside of dcadec.c to a separate file.
|
12 years ago |
dcadec.c
|
dca: Move ff_dca_convert_bitstream() to the DCA common code
|
12 years ago |
dcadsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
dcadsp.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
dcahuff.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
dct-test.c
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
dct.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
dct.h
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
dct32.c
|
dct: build dct32 as separate object files
|
14 years ago |
dct32.h
|
dct: build dct32 as separate object files
|
14 years ago |
dct32_fixed.c
|
dct: build dct32 as separate object files
|
14 years ago |
dct32_float.c
|
dct: build dct32 as separate object files
|
14 years ago |
dctref.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
dctref.h
|
dctref: make sure function declarations match between .c and .h file
|
14 years ago |
dfa.c
|
dfa: implement missing TDLT coding method
|
12 years ago |
dirac.c
|
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
|
12 years ago |
dirac.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
dirac_parser.c
|
Don't include common.h from avutil.h
|
12 years ago |
dnxhd_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
dnxhddata.c
|
Don't include common.h from avutil.h
|
12 years ago |
dnxhddata.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
dnxhddec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
dnxhdenc.c
|
Remove commented-out debug #define cruft
|
12 years ago |
dnxhdenc.h
|
Drop DCTELEM typedef
|
12 years ago |
dpcm.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
dpx.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
dpxenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
dsicinav.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
dsputil.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
dsputil.h
|
Remove commented-out debug #define cruft
|
12 years ago |
dsputil_template.c
|
dsputil: Remove non-8bpp draw_edge
|
12 years ago |
dump_extradata_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
dv.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
dv_profile.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
dv_profile.h
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
dv_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
dv_tablegen.h
|
dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().
|
13 years ago |
dv_vlc_data.h
|
dv: Replace some magic numbers by the appropriate #define.
|
13 years ago |
dvbsub.c
|
lavc: replace AVCodecContext.encode with subtitle-specific callback
|
12 years ago |
dvbsub_parser.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
dvbsubdec.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
dvdata.c
|
dv: Split profile handling code into a separate file.
|
13 years ago |
dvdata.h
|
Drop DCTELEM typedef
|
12 years ago |
dvdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
dvdsub_parser.c
|
Don't include common.h from avutil.h
|
12 years ago |
dvdsubdec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
dvdsubenc.c
|
lavc: replace AVCodecContext.encode with subtitle-specific callback
|
12 years ago |
dxa.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
dxtory.c
|
dxtory v2 support
|
12 years ago |
dxva2.c
|
h264: deMpegEncContextize
|
12 years ago |
dxva2.h
|
dxva2: Add missing #define to make header compile standalone
|
12 years ago |
dxva2_h264.c
|
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.
|
12 years ago |
dxva2_internal.h
|
h264: deMpegEncContextize
|
12 years ago |
dxva2_mpeg2.c
|
lavc: move AVFrame.hwaccel_picture_private to Picture.
|
12 years ago |
dxva2_vc1.c
|
lavc: move AVFrame.hwaccel_picture_private to Picture.
|
12 years ago |
eac3_data.c
|
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
|
14 years ago |
eac3_data.h
|
cosmetics: rename eac3dec_data.c/h to eac3_data.c/h since the tables will also
|
14 years ago |
eac3dec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
eac3enc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
eac3enc.h
|
eac3enc: use frame exponent strategy when applicable.
|
14 years ago |
eacmv.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
eaidct.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
eaidct.h
|
Drop DCTELEM typedef
|
12 years ago |
eamad.c
|
eamad: allocate a dummy reference frame when the real one is missing
|
12 years ago |
eatgq.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
eatgv.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
eatqi.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
elbg.c
|
elbg: Fix an assert
|
12 years ago |
elbg.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
error_resilience.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
error_resilience.h
|
error_resilience: add required headers.
|
12 years ago |
escape124.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
escape130.c
|
Escape 130 (RPL) decoder
|
12 years ago |
faandct.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
faandct.h
|
Drop DCTELEM typedef
|
12 years ago |
faanidct.c
|
Drop DCTELEM typedef
|
12 years ago |
faanidct.h
|
Drop DCTELEM typedef
|
12 years ago |
faxcompr.c
|
faxcompr: Check malloc results and unify return path
|
13 years ago |
faxcompr.h
|
doxygen: consistently place brief description
|
14 years ago |
fft-fixed-test.c
|
Fixed-point support in fft-test
|
14 years ago |
fft-internal.h
|
Fix a number of incorrect intmath.h #includes.
|
12 years ago |
fft-test.c
|
dct/fft-test: use a replacement getopt() if the system has none present.
|
13 years ago |
fft.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
fft.h
|
ppc: More consistent arch initialization
|
12 years ago |
fft_fixed.c
|
Fixed-point FFT and MDCT
|
14 years ago |
fft_float.c
|
Fixed-point FFT and MDCT
|
14 years ago |
ffv1.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
ffv1.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ffv1dec.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
ffv1enc.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
flac.c
|
flac: add channel layout masks for streams with 7 or 8 channels.
|
12 years ago |
flac.h
|
flacdec: allow mid-stream channel layout change
|
12 years ago |
flac_parser.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
flacdata.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
flacdata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
flacdec.c
|
flacdec: drop unnecessary assert
|
12 years ago |
flacdsp.c
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
12 years ago |
flacdsp.h
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
12 years ago |
flacdsp_lpc_template.c
|
flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext
|
12 years ago |
flacdsp_template.c
|
flacdec: add planar output support
|
13 years ago |
flacenc.c
|
silly typo fixes
|
12 years ago |
flashsv.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
flashsvenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
flicvideo.c
|
silly typo fixes
|
12 years ago |
flv.h
|
multiple inclusion guard cleanup
|
14 years ago |
flvdec.c
|
cosmetics: Fix dropable --> droppable typo
|
12 years ago |
flvenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
fmtconvert.c
|
ppc: More consistent arch initialization
|
12 years ago |
fmtconvert.h
|
ppc: More consistent arch initialization
|
12 years ago |
fraps.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
frwu.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
g2meet.c
|
Go2Webinar decoder
|
12 years ago |
g722.c
|
cosmetics: Move static and inline attributes to more standard places.
|
13 years ago |
g722.h
|
g722: decode directly to the user-provided AVFrame
|
12 years ago |
g722dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
g722enc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
g723_1.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
g723_1_data.h
|
g723_1: add comfort noise generation
|
12 years ago |
g726.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
get_bits.h
|
get_bits: Return pointer to buffer that is the result of the alignment
|
12 years ago |
gif.c
|
Move misplaced file author information where it belongs
|
12 years ago |
gifdec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
golomb-test.c
|
Remove pointless #undefs of previously forbidden functions.
|
12 years ago |
golomb.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
golomb.h
|
golomb: use unsigned arithmetics in svq3_get_ue_golomb()
|
12 years ago |
gsm.h
|
avcodec: add GSM parser
|
13 years ago |
gsm_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
gsmdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
gsmdec_data.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
gsmdec_data.h
|
gsm: decode directly to the user-provided AVFrame
|
12 years ago |
gsmdec_template.c
|
avcodec: add GSM parser
|
13 years ago |
h261.c
|
h261: Move encoder/decoder shared table init to common code
|
12 years ago |
h261.h
|
h261: Move encoder/decoder shared table init to common code
|
12 years ago |
h261_parser.c
|
h261: K&R formatting and prettyprinting cosmetics
|
12 years ago |
h261data.c
|
h261: Move shared data tables from a header to a proper C file
|
12 years ago |
h261dec.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
h261enc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
h263.c
|
Remove commented-out debug #define cruft
|
12 years ago |
h263.h
|
lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs
|
12 years ago |
h263_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
h263_parser.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
h263data.h
|
h263: Add ff_ prefix to nonstatic symbols
|
13 years ago |
h263dec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
h264.c
|
h264_parser: Set field_order and picture_structure.
|
12 years ago |
h264.h
|
h264_parser: Set field_order and picture_structure.
|
12 years ago |
h264_cabac.c
|
h264: add a parameter to the CHROMA444 macro.
|
12 years ago |
h264_cavlc.c
|
h264: add a parameter to the CHROMA444 macro.
|
12 years ago |
h264_direct.c
|
h264: add a parameter to the FRAME_MBAFF macro.
|
12 years ago |
h264_loopfilter.c
|
h264: add a parameter to the CHROMA444 macro.
|
12 years ago |
h264_mb_template.c
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264_mc_template.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
h264_mp4toannexb_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
h264_mvpred.h
|
h264: add a parameter to the CHROMA444 macro.
|
12 years ago |
h264_parser.c
|
h264_parser: Set field_order and picture_structure.
|
12 years ago |
h264_ps.c
|
h264: fully support cropping.
|
12 years ago |
h264_refs.c
|
h264_refs: Do not print check_opcodes() return value
|
12 years ago |
h264_sei.c
|
h264: deMpegEncContextize
|
12 years ago |
h264addpx_template.c
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264chroma.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
h264chroma.h
|
sh4: Remove dubious aligned dsputil code
|
12 years ago |
h264chroma_template.c
|
dsputil: Separate h264chroma
|
12 years ago |
h264data.h
|
h264: K&R formatting cosmetics for header files (part I/II)
|
13 years ago |
h264dsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
h264dsp.h
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264dsp_template.c
|
H264: change weight/biweight functions to take a height argument.
|
13 years ago |
h264idct.c
|
dsputil: Move ff_h264_idct function declarations to a separate header
|
12 years ago |
h264idct.h
|
dsputil: Move ff_h264_idct function declarations to a separate header
|
12 years ago |
h264idct_template.c
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264pred.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
h264pred.h
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264pred_template.c
|
h264: Integrate clear_blocks calls with IDCT
|
12 years ago |
h264qpel.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
h264qpel.h
|
dsputil: Separate h264 qpel
|
12 years ago |
h264qpel_template.c
|
dsputil: Make square put/avg_pixels functions local to h264qpel
|
12 years ago |
hpel_template.c
|
dsputil: convert remaining op_pixels_func
|
12 years ago |
hpeldsp.c
|
sh4: Remove dubious aligned dsputil code
|
12 years ago |
hpeldsp.h
|
sh4: Remove dubious aligned dsputil code
|
12 years ago |
hpeldsp_template.c
|
hpeldsp: Add half-pel functions (currently copies of dsputil)
|
12 years ago |
huffman.c
|
huffman: add ff_huff_gen_len_table
|
12 years ago |
huffman.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
huffyuv.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
huffyuv.h
|
huffyuv: split encoder and decoder into separate files.
|
12 years ago |
huffyuvdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
huffyuvenc.c
|
huffyuv: split encoder and decoder into separate files.
|
12 years ago |
idcinvideo.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
iff.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
iirfilter.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
iirfilter.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
imc.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
imcdata.h
|
iac: generate codec tables as they are supposed to be
|
13 years ago |
imgconvert.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
imgconvert.h
|
dsputil: Move ff_shrink* function declarations to separate header
|
12 years ago |
imx_dump_header_bsf.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
indeo2.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
indeo2data.h
|
Drop ALT_ prefix from BITSTREAM_READER_LE name.
|
13 years ago |
indeo3.c
|
indeo3: avoid writes without necessary alignment in copy_cell()
|
12 years ago |
indeo3data.h
|
miscellaneous typo fixes
|
12 years ago |
indeo4.c
|
indeo4: reuse context block VLC for band instead of defaulting
|
12 years ago |
indeo4data.h
|
indeo4: add some missing static and const qualifiers
|
13 years ago |
indeo5.c
|
lavc: add CODEC_CAP_DR1 to all video decoders missing them
|
12 years ago |
indeo5data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
intelh263dec.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
internal.h
|
lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo
|
12 years ago |
interplayvideo.c
|
interplayvideo: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
intrax8.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
intrax8.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
intrax8dsp.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
intrax8dsp.h
|
intrax8dsp: Add missing #include to make header standalone
|
12 years ago |
intrax8huf.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
ituh263dec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
ituh263enc.c
|
Remove commented-out debug #define cruft
|
12 years ago |
ivi_common.c
|
indeo4: expand allowed quantiser range
|
12 years ago |
ivi_common.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ivi_dsp.c
|
indeo4: add missing Haar and slanted transforms
|
12 years ago |
ivi_dsp.h
|
indeo4: add missing Haar and slanted transforms
|
12 years ago |
jfdctfst.c
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
jfdctint.c
|
doxygen: Do not include license boilerplates in Doxygen comment blocks.
|
13 years ago |
jfdctint_template.c
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
jpeg2000.c
|
JPEG 2000 decoder for DCinema
|
12 years ago |
jpeg2000.h
|
JPEG 2000 decoder for DCinema
|
12 years ago |
jpeg2000dec.c
|
jpeg2000dec: don't use deprecated PIX_FMT values
|
12 years ago |
jpeg2000dwt.c
|
JPEG 2000 decoder for DCinema
|
12 years ago |
jpeg2000dwt.h
|
JPEG 2000 decoder for DCinema
|
12 years ago |
jpegls.c
|
jpegls: K&R formatting cosmetics
|
12 years ago |
jpegls.h
|
jpegls: K&R formatting cosmetics
|
12 years ago |
jpeglsdec.c
|
jpegls: check the scan offset
|
12 years ago |
jpeglsdec.h
|
jpegls: K&R formatting cosmetics
|
12 years ago |
jpeglsenc.c
|
jpegls: K&R formatting cosmetics
|
12 years ago |
jrevdct.c
|
dsputil: Move fdct function declarations to dct.h
|
12 years ago |
jvdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
kbdwin.c
|
Use proper "" quotes for local header #includes
|
12 years ago |
kbdwin.h
|
multiple inclusion guard cleanup
|
14 years ago |
kgv1dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
kmvc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
lagarith.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
lagarithrac.c
|
lagarith: fix buffer overreads.
|
13 years ago |
lagarithrac.h
|
lagarith: avoid infinite loop in lag_rac_refill()
|
12 years ago |
latm_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
lcl.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
lcldec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
lclenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
libavcodec.v
|
lavc/lavf: remove unnecessary symbols from the symbol version script.
|
13 years ago |
libfaac.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libfdk-aacenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libgsm.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libilbc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libmp3lame.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libopencore-amr.c
|
av_log_missing_feature() ---> avpriv_report_missing_feature()
|
12 years ago |
libopenjpegdec.c
|
libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames
|
12 years ago |
libopenjpegenc.c
|
lavc: do not use av_pix_fmt_descriptors directly.
|
12 years ago |
libopus.c
|
Opus encoder using libopus
|
12 years ago |
libopus.h
|
Opus encoder using libopus
|
12 years ago |
libopusdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
libopusenc.c
|
Opus encoder using libopus
|
12 years ago |
libschroedinger.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
libschroedinger.h
|
libschroedinger: cosmetics: rename variable avccontext to avctx
|
12 years ago |
libschroedingerdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
libschroedingerenc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
libspeexdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
libspeexenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libtheoraenc.c
|
libtheoraenc: fix granularity of video quality
|
12 years ago |
libvo-aacenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libvo-amrwbenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libvorbis.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
libvpxdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
libvpxenc.c
|
libvpx: make vp8 and vp9 selectable
|
12 years ago |
libx264.c
|
libx264: change i_qfactor to use x264cli's default
|
12 years ago |
libxavs.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
libxvid.c
|
libxvid: remove useless doxy comments.
|
12 years ago |
libxvid.h
|
libxvid: Give more suitable names to libxvid-related files.
|
13 years ago |
libxvid_rc.c
|
avcodec: Add av_cold attributes to end functions missing them
|
12 years ago |
ljpegenc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
loco.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
log2_tab.c
|
avutil: Duplicate ff_log2_tab instead of sharing it across libs
|
12 years ago |
lpc.c
|
lls: move to the private namespace
|
12 years ago |
lpc.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
lsp.c
|
celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c()
|
12 years ago |
lsp.h
|
Remove VLAs in ff_amrwb_lsp2lpc()
|
14 years ago |
lzw.c
|
Don't include common.h from avutil.h
|
12 years ago |
lzw.h
|
doxygen: use Doxygen markup for authors and web links where appropriate
|
14 years ago |
lzwenc.c
|
doxygen: consistently place brief description
|
14 years ago |
mace.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mathops.h
|
Move av_reverse table to libavcodec
|
12 years ago |
mathtables.c
|
lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables
|
12 years ago |
mdct.c
|
Fixed-point FFT and MDCT
|
14 years ago |
mdct_fixed.c
|
Fixed-point MDCT with 32-bit unscaled output
|
14 years ago |
mdct_float.c
|
Fixed-point FFT and MDCT
|
14 years ago |
mdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mimic.c
|
mimic: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
mjpeg.c
|
mjpeg: Rename some symbols to avpriv_* instead of ff_*
|
12 years ago |
mjpeg.h
|
Add support for building shared libraries with MSVC
|
12 years ago |
mjpeg2jpeg_bsf.c
|
mjpeg: Rename some symbols to avpriv_* instead of ff_*
|
12 years ago |
mjpeg_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
mjpega_dump_header_bsf.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
mjpegbdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mjpegdec.c
|
mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac
|
12 years ago |
mjpegdec.h
|
mjpeg: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
mjpegenc.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
mjpegenc.h
|
Drop DCTELEM typedef
|
12 years ago |
mlp.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mlp.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
mlp_parser.c
|
mlp: implement support for AVCodecContext.request_channel_layout.
|
12 years ago |
mlp_parser.h
|
mlp_parser: cosmetics: re-indent.
|
12 years ago |
mlpdec.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
mlpdsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mlpdsp.h
|
mlpdsp: adding missing file
|
12 years ago |
mmvideo.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
motion_est.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
motion_est_template.c
|
avcodec: Drop silly and/or broken printf debug output
|
12 years ago |
motionpixels.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
motionpixels_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
motionpixels_tablegen.h
|
multiple inclusion guard cleanup
|
14 years ago |
movsub_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
mp3_header_compress_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
mp3_header_decompress_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
mpc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpc.h
|
mpc7/8: decode directly to the user-provided AVFrame
|
12 years ago |
mpc7.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
mpc7data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mpc8.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
mpc8data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mpc8huff.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
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
|
Add support for building shared libraries with MSVC
|
12 years ago |
mpeg4data.h
|
mpeg4: Add ff_ prefixes to nonstatic symbols
|
13 years ago |
mpeg4video.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mpeg4video.h
|
Drop DCTELEM typedef
|
12 years ago |
mpeg4video_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
mpeg4video_parser.h
|
doxygen: misc consistency, spelling and wording fixes
|
13 years ago |
mpeg4videodec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mpeg4videoenc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpeg12.c
|
Remove commented-out debug #define cruft
|
12 years ago |
mpeg12.h
|
mpeg12: Move Mpeg1Context declaration to the only place it is used
|
12 years ago |
mpeg12data.c
|
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
|
12 years ago |
mpeg12data.h
|
avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab
|
12 years ago |
mpeg12dec.c
|
mpeg12: skip frames consistently
|
12 years ago |
mpeg12decdata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mpeg12enc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpegaudio.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mpegaudio.h
|
mpegaudio: move all header parsing to mpegaudiodecheader.[ch]
|
14 years ago |
mpegaudio_parser.c
|
mp3dec: Fix VBR bit rate parsing
|
12 years ago |
mpegaudio_tablegen.c
|
mpegaudio: add _fixed suffix to some names
|
14 years ago |
mpegaudio_tablegen.h
|
multiple inclusion guard cleanup
|
14 years ago |
mpegaudiodata.c
|
mpegaudio: move ff_mpa_enwindow to a separate file
|
12 years ago |
mpegaudiodata.h
|
Add support for building shared libraries with MSVC
|
12 years ago |
mpegaudiodec.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpegaudiodec_float.c
|
mpegaudiodec: use planar sample format for output unless packed is requested
|
12 years ago |
mpegaudiodecheader.c
|
Remove commented-out debug #define cruft
|
12 years ago |
mpegaudiodecheader.h
|
lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.
|
13 years ago |
mpegaudiodectab.h
|
Add missing #includes to make headers self-contained.
|
14 years ago |
mpegaudiodsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpegaudiodsp.h
|
ppc: More consistent arch initialization
|
12 years ago |
mpegaudiodsp_data.c
|
mpegaudio: move ff_mpa_enwindow to a separate file
|
12 years ago |
mpegaudiodsp_fixed.c
|
Move some mpegaudio functions to new mpegaudiodsp subsystem
|
14 years ago |
mpegaudiodsp_float.c
|
Move some mpegaudio functions to new mpegaudiodsp subsystem
|
14 years ago |
mpegaudiodsp_template.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
mpegaudioenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
mpegaudiotab.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
mpegvideo.c
|
mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changes
|
12 years ago |
mpegvideo.h
|
ppc: More consistent arch initialization
|
12 years ago |
mpegvideo_enc.c
|
Remove commented-out debug #define cruft
|
12 years ago |
mpegvideo_motion.c
|
mpegvideo: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
mpegvideo_parser.c
|
mpegvideo_parser: Set field_order.
|
12 years ago |
mpegvideo_xvmc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mqc.c
|
JPEG 2000 decoder for DCinema
|
12 years ago |
mqc.h
|
JPEG 2000 decoder for DCinema
|
12 years ago |
mqcdec.c
|
JPEG 2000 decoder for DCinema
|
12 years ago |
msgsmdec.c
|
avcodec: add GSM parser
|
13 years ago |
msgsmdec.h
|
multiple inclusion guard cleanup
|
14 years ago |
msmpeg4.c
|
Remove commented-out debug #define cruft
|
12 years ago |
msmpeg4.h
|
Drop DCTELEM typedef
|
12 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 |
msmpeg4dec.c
|
msmpeg4: Split decoding related functions to a separate file
|
12 years ago |
msmpeg4enc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
msrle.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
msrledec.c
|
msrledec: check bounds before constructing a possibly invalid pointer,
|
12 years ago |
msrledec.h
|
msrle: convert MS RLE decoding function to bytestream2.
|
13 years ago |
mss1.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mss2.c
|
vc1, mss2: Check for any negative return value from ff_vc1_parse_frame_header
|
12 years ago |
mss2dsp.c
|
MSS2 decoder
|
12 years ago |
mss2dsp.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
mss3.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mss4.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
mss12.c
|
mss12: merge decode_pixel() and decode_top_left_pixel()
|
12 years ago |
mss12.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
mss34dsp.c
|
mss3: split DSP functions that are used in MTS2(MSS4) into separate file
|
13 years ago |
mss34dsp.h
|
mss3: split DSP functions that are used in MTS2(MSS4) into separate file
|
13 years ago |
msvideo1.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
mxpegdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
nellymoser.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
nellymoser.h
|
multiple inclusion guard cleanup
|
14 years ago |
nellymoserdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
nellymoserenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
noise_bsf.c
|
Don't include common.h from avutil.h
|
12 years ago |
nuv.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
options.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
options_table.h
|
h264: fully support cropping.
|
12 years ago |
pamenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
parser.c
|
miscellaneous typo fixes
|
12 years ago |
parser.h
|
parser: Move Doxygen documentation to the header files
|
12 years ago |
pcm-mpeg.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
pcm.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
pcm_tablegen.c
|
cosmetics: Remove extra newlines at EOF
|
13 years ago |
pcm_tablegen.h
|
multiple inclusion guard cleanup
|
14 years ago |
pcx.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
pcxenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
pgssubdec.c
|
PGS subtitles: Set AVSubtitle pts value
|
12 years ago |
pictordec.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
png.c
|
png: use av_mallocz_array() for the zlib zalloc function
|
12 years ago |
png.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
pngdec.c
|
Remove commented-out debug #define cruft
|
12 years ago |
pngdsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
pngdsp.h
|
png: move DSP functions to their own DSP context.
|
13 years ago |
pngenc.c
|
Remove commented-out debug #define cruft
|
12 years ago |
pnm.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
pnm.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
pnm_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
pnmdec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
pnmenc.c
|
pnm: Use av_pix_fmt_desc_get instead of accessing the array directly
|
12 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
|
proresdec: simplify slice component offsets handling
|
12 years ago |
proresdsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
proresdsp.h
|
Drop DCTELEM typedef
|
12 years ago |
proresenc.c
|
proresenc: alpha coding support
|
12 years ago |
psymodel.c
|
Don't include common.h from avutil.h
|
12 years ago |
psymodel.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
pthread.c
|
Move get_logical_cpus() from lavc/pthread to lavu/cpu.
|
12 years ago |
ptx.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
put_bits.h
|
get_bits/put_bits: K&R formatting cosmetics
|
12 years ago |
qcelpdata.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
qcelpdec.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
qdm2.c
|
qdm2: check that the FFT size is a power of 2
|
12 years ago |
qdm2_tablegen.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
qdm2_tablegen.h
|
qdm2: fix signed multiplication overflow
|
13 years ago |
qdm2data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
qdrw.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
qpeg.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
qtrle.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
qtrleenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
r210dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ra144.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
ra144.h
|
ra144: decode directly to the user-provided AVFrame
|
12 years ago |
ra144dec.c
|
ra144: check buffer size before requesting a buffer
|
12 years ago |
ra144enc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
ra288.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ra288.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
ralf.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
ralfdata.h
|
RealAudio Lossless decoder
|
13 years ago |
rangecoder.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
rangecoder.h
|
rangecoder: K&R formatting cosmetics
|
12 years ago |
ratecontrol.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
ratecontrol.h
|
ratecontrol: remove an unused variable
|
12 years ago |
raw.c
|
pixfmt: support more yuva formats
|
12 years ago |
raw.h
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
rawdec.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
rawenc.c
|
lavc: do not use av_pix_fmt_descriptors directly.
|
12 years ago |
rdft.c
|
avcodec: Drop unnecessary ff_ name prefixes from static functions
|
12 years ago |
rdft.h
|
multiple inclusion guard cleanup
|
14 years ago |
rectangle.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
remove_extradata_bsf.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
rl.h
|
vlc/rl: Add ff_ prefix to the nonstatic symbols
|
13 years ago |
rl2.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
rle.c
|
Don't include common.h from avutil.h
|
12 years ago |
rle.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
rnd_avg.h
|
hpeldsp: Add half-pel functions (currently copies of dsputil)
|
12 years ago |
roqaudioenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
roqvideo.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
roqvideo.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
roqvideodec.c
|
roqvideodec: fix a potential infinite loop in roqvideo_decode_frame().
|
12 years ago |
roqvideoenc.c
|
avcodec: Add av_cold attributes to end functions missing them
|
12 years ago |
rpza.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
rtjpeg.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
rtjpeg.h
|
Drop DCTELEM typedef
|
12 years ago |
rv10.c
|
Remove commented-out debug #define cruft
|
12 years ago |
rv10enc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
rv20enc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
rv30.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
rv30data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
rv30dsp.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
rv34.c
|
Remove commented-out debug #define cruft
|
12 years ago |
rv34.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
rv34_parser.c
|
rv34_parser: Adjust #if for disabling individual parsers
|
12 years ago |
rv34data.h
|
h263: Add ff_ prefix to nonstatic symbols
|
13 years ago |
rv34dsp.c
|
rv34: Drop now unnecessary dsputil dependencies
|
12 years ago |
rv34dsp.h
|
rv34: Drop now unnecessary dsputil dependencies
|
12 years ago |
rv34vlc.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
rv40.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
rv40data.h
|
rv40: move loop filter to rv34dsp context
|
13 years ago |
rv40dsp.c
|
lavc: Make pointers to ff_cropTbl const
|
12 years ago |
rv40vlc2.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
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
|
lavc decoders: work with refcounted frames.
|
12 years ago |
sbr.h
|
Give all anonymously typedeffed structs in headers a name
|
12 years ago |
sbrdsp.c
|
sbrdsp: Unroll and use integer operations
|
12 years ago |
sbrdsp.h
|
sbrdsp: Use standard multiple inclusion guards.
|
13 years ago |
sgi.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
sgidec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
sgienc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
shorten.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
simple_idct.c
|
dsputil: Move LOCAL_ALIGNED macros to libavutil
|
12 years ago |
simple_idct.h
|
Drop DCTELEM typedef
|
12 years ago |
simple_idct_template.c
|
Drop DCTELEM typedef
|
12 years ago |
sinewin.c
|
Move sine windows to a separate file
|
14 years ago |
sinewin.h
|
Convert vector_fmul range of functions to YASM and add AVX versions
|
13 years ago |
sinewin_tablegen.c
|
fix hardcoded tables compililation caused by missing math constants
|
13 years ago |
sinewin_tablegen.h
|
Don't include common.h from avutil.h
|
12 years ago |
sipr.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
sipr.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
sipr16k.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
sipr16kdata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
siprdata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
smacker.c
|
smacker: add a clarification notice about audio decoding
|
12 years ago |
smc.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
sp5x.h
|
Remove unused structs and tables.
|
14 years ago |
sp5xdec.c
|
lavc: fix decode_frame() third parameter semantics for video decoders
|
12 years ago |
srtdec.c
|
Don't include common.h from avutil.h
|
12 years ago |
sunrast.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
sunrast.h
|
avcodec: add a Sun Rasterfile encoder
|
13 years ago |
sunrastenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
svq1.c
|
svq1: replace struct svq1_frame_size with an array.
|
12 years ago |
svq1.h
|
svq1: replace struct svq1_frame_size with an array.
|
12 years ago |
svq1_cb.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
svq1_vlc.h
|
svq1: K&R formatting cosmetics
|
12 years ago |
svq1dec.c
|
svq1: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
svq1enc.c
|
svq1enc: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
svq1enc_cb.h
|
svq1: K&R formatting cosmetics
|
12 years ago |
svq3.c
|
avcodec: Add av_cold attributes to end functions missing them
|
12 years ago |
svq3.h
|
dsputil: Move ff_svq3 function declarations to a separate header
|
12 years ago |
svq13.c
|
svq1: K&R formatting cosmetics
|
12 years ago |
synth_filter.c
|
fft: remove inline wrappers for function pointers
|
14 years ago |
synth_filter.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
tableprint.h
|
doxygen: Replace '\' by '@' in Doxygen markup tags.
|
13 years ago |
tak.c
|
tak: demuxer, parser, and decoder
|
12 years ago |
tak.h
|
tak: demuxer, parser, and decoder
|
12 years ago |
tak_parser.c
|
tak: demuxer, parser, and decoder
|
12 years ago |
takdec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
targa.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
targa.h
|
multiple inclusion guard cleanup
|
14 years ago |
targaenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
thread.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
tiertexseqv.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
tiff.c
|
tiff: K&R formatting cosmetics
|
12 years ago |
tiff.h
|
tiff: K&R formatting cosmetics
|
12 years ago |
tiffenc.c
|
tiff: K&R formatting cosmetics
|
12 years ago |
tmv.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
truemotion1.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
truemotion1data.h
|
Replace ffmpeg references with more accurate libav* references.
|
13 years ago |
truemotion2.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
truespeech.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
truespeech_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
tscc.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
tscc2.c
|
tscc2: allocate AVFrame properly.
|
12 years ago |
tscc2data.h
|
TechSmith Screen Codec 2 decoder
|
13 years ago |
tta.c
|
Remove commented-out debug #define cruft
|
12 years ago |
twinvq.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
twinvq_data.h
|
twinvq: give massive struct a name.
|
13 years ago |
txd.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
ulti.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
ulti_cb.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
unary.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
utils.c
|
lavc/pthread: remove obsolete checks
|
12 years ago |
utvideo.c
|
lavc: add Ut Video encoder
|
12 years ago |
utvideo.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
utvideodec.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
utvideoenc.c
|
utvideoenc/v410enc: do not set AVFrame.reference.
|
12 years ago |
v210dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
v210enc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
v210x.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
v410dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
v410enc.c
|
utvideoenc/v410enc: do not set AVFrame.reference.
|
12 years ago |
vaapi.c
|
vaapi: fix argument for ff_vaapi_common_end_frame call
|
12 years ago |
vaapi.h
|
lavc doxy: add all installed headers to doxy groups.
|
13 years ago |
vaapi_h264.c
|
h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.
|
12 years ago |
vaapi_internal.h
|
h264: deMpegEncContextize
|
12 years ago |
vaapi_mpeg2.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
vaapi_mpeg4.c
|
h264: deMpegEncContextize
|
12 years ago |
vaapi_vc1.c
|
h264: deMpegEncContextize
|
12 years ago |
vb.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
vble.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
vc1.c
|
vc1dec: Remove interlaced warning
|
12 years ago |
vc1.h
|
vc1dec: Remove interlaced warning
|
12 years ago |
vc1_parser.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
vc1acdata.h
|
vc1: Move init code shared between decoder and parser to common code file.
|
13 years ago |
vc1data.c
|
vc1: Do not read from array if index is invalid.
|
13 years ago |
vc1data.h
|
vc1: Do not read from array if index is invalid.
|
13 years ago |
vc1dec.c
|
vc1dec: Fix mixed field/frame intensity compensation
|
12 years ago |
vc1dsp.c
|
ppc: More consistent arch initialization
|
12 years ago |
vc1dsp.h
|
ppc: More consistent arch initialization
|
12 years ago |
vcr1.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
vda.h
|
lavc: remove disabled FF_API_VDA_ASYNC cruft
|
12 years ago |
vda_h264.c
|
vda: remove async decoder leftovers
|
12 years ago |
vdpau.c
|
vdpau: wrap codec specific functions in appropiate #ifs
|
12 years ago |
vdpau.h
|
vdpau: Add context and common helpers for hwaccel support
|
12 years ago |
vdpau_h264.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
vdpau_internal.h
|
h264: deMpegEncContextize
|
12 years ago |
vdpau_mpeg4.c
|
h264: deMpegEncContextize
|
12 years ago |
vdpau_mpeg12.c
|
h264: deMpegEncContextize
|
12 years ago |
vdpau_vc1.c
|
h264: deMpegEncContextize
|
12 years ago |
version.h
|
Go2Webinar decoder
|
12 years ago |
videodsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
videodsp.h
|
lavc: introduce VideoDSPContext
|
12 years ago |
videodsp_template.c
|
lavc: introduce VideoDSPContext
|
12 years ago |
vmdav.c
|
vmd: decode videos with no LZ buffer size provided - they might not need it
|
12 years ago |
vmnc.c
|
lavc decoders: properly initialize AVFrame.
|
12 years ago |
vorbis.c
|
vorbisdec: cosmetics: rename variable avccontext to avctx
|
12 years ago |
vorbis.h
|
vorbisdec: cosmetics: rename variable avccontext to avctx
|
12 years ago |
vorbis_data.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
vorbis_enc_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
vorbis_parser.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
vorbis_parser.h
|
avcodec: add a Vorbis parser to get packet duration
|
13 years ago |
vorbisdec.c
|
vorbis: fallback to normal division instead of crashing
|
12 years ago |
vorbisdsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
vorbisdsp.h
|
vorbisdsp: change block_size type from int to intptr_t.
|
12 years ago |
vorbisenc.c
|
lavc: remove disabled FF_API_OLD_ENCODE_AUDIO cruft
|
12 years ago |
vp3.c
|
vp3: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
vp3_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
vp3data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
vp3dsp.c
|
vp3: Use full transpose for all IDCTs
|
12 years ago |
vp3dsp.h
|
vp3: Use full transpose for all IDCTs
|
12 years ago |
vp5.c
|
vp3: Use full transpose for all IDCTs
|
12 years ago |
vp5data.h
|
doxygen: do not include license boilerplate in Doxygen documentation
|
14 years ago |
vp6.c
|
vp3: Use full transpose for all IDCTs
|
12 years ago |
vp6data.h
|
doxygen: do not include license boilerplate in Doxygen documentation
|
14 years ago |
vp6dsp.c
|
doxygen: do not include license boilerplate in Doxygen documentation
|
14 years ago |
vp8.c
|
vp8: Fix pthread_cond and pthread_mutex leaks
|
12 years ago |
vp8.h
|
w32pthreads: move from lavc to compat/
|
12 years ago |
vp8_parser.c
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
vp8data.h
|
doxygen: do not include license boilerplate in Doxygen documentation
|
14 years ago |
vp8dsp.c
|
ppc: More consistent arch initialization
|
12 years ago |
vp8dsp.h
|
ppc: More consistent arch initialization
|
12 years ago |
vp56.c
|
vp56: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
vp56.h
|
vp56: Use hpeldsp instead of dsputil for half-pel functions
|
12 years ago |
vp56data.c
|
vp56: Add ff_ prefix to nonstatic symbols
|
13 years ago |
vp56data.h
|
lavc decoders: work with refcounted frames.
|
12 years ago |
vp56dsp.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
vp56dsp.h
|
Replace all CODEC_ID_* with AV_CODEC_ID_*
|
12 years ago |
vp56rac.c
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
vqavideo.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
wavpack.c
|
wavpack: check that all the channels were coded.
|
12 years ago |
wma.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
wma.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
wma_common.c
|
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
|
13 years ago |
wma_common.h
|
Remove pointless av_cold attributes in header files
|
12 years ago |
wmadata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
wmadec.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
wmaenc.c
|
avcodec: Add av_cold attributes to init functions missing them
|
12 years ago |
wmalosslessdec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
wmaprodata.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
wmaprodec.c
|
avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()
|
12 years ago |
wmavoice.c
|
silly typo fixes
|
12 years ago |
wmavoice_data.h
|
Replace FFmpeg with Libav in licence headers
|
14 years ago |
wmv2.c
|
wmv2: Propagate the wmv2 idct permutation type to the dsputils context
|
12 years ago |
wmv2.h
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
wmv2dec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
wmv2dsp.c
|
Drop DCTELEM typedef
|
12 years ago |
wmv2dsp.h
|
Drop DCTELEM typedef
|
12 years ago |
wmv2enc.c
|
Remove unnecessary dsputil.h #includes
|
12 years ago |
wnv1.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
ws-snd1.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
xan.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
xbmenc.c
|
Move av_reverse table to libavcodec
|
12 years ago |
xiph.c
|
lavc: use avpriv_ prefix for ff_split_xiph_headers.
|
13 years ago |
xiph.h
|
lavc: use avpriv_ prefix for ff_split_xiph_headers.
|
13 years ago |
xl.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
xsubdec.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |
xsubenc.c
|
xsubenc: reindent
|
12 years ago |
xvmc.h
|
misc typo and wording fixes
|
13 years ago |
xvmc_internal.h
|
multiple inclusion guard cleanup
|
14 years ago |
xwd.h
|
XWD encoder and decoder
|
13 years ago |
xwddec.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
xwdenc.c
|
pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
|
12 years ago |
xxan.c
|
xxan: fix invalid memory access in xan_decode_frame_type0()
|
12 years ago |
yop.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
zerocodec.c
|
lavc decoders: work with refcounted frames.
|
12 years ago |
zmbv.c
|
avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()
|
12 years ago |
zmbvenc.c
|
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 years ago |