.. |
alpha
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
armv4l
|
Remove unused variables.
|
2007-06-05 14:18:13 +00:00 |
bfin
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
i386
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
mlib
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
ppc
|
one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go
|
2007-06-11 08:00:31 +00:00 |
ps2
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
sh4
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
sparc
|
Add libavcodec to compiler include flags in order to simplify header
|
2007-05-16 09:51:45 +00:00 |
4xm.c
|
rename attribute_unused to av_unused and moves its declaration to common.h
|
2007-05-30 09:32:25 +00:00 |
8bps.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
aac_ac3_parser.c
|
cosmetics: rename for consistency after previous aac and ac3 parsers move
|
2007-05-08 23:29:07 +00:00 |
aac_ac3_parser.h
|
cosmetics: rename for consistency after previous aac and ac3 parsers move
|
2007-05-08 23:29:07 +00:00 |
aac_parser.c
|
cosmetics: rename for consistency after previous aac and ac3 parsers move
|
2007-05-08 23:29:07 +00:00 |
aasc.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
ac3_parser.c
|
cosmetics: rename for consistency after previous aac and ac3 parsers move
|
2007-05-08 23:29:07 +00:00 |
ac3_parser.h
|
move aac and ac3 parsers in their own files
|
2007-05-08 23:25:31 +00:00 |
ac3.c
|
move ac3 tables from a .h to a .c
|
2007-04-25 22:12:51 +00:00 |
ac3.h
|
avoid multiple inclusion of ac3.h
|
2007-05-08 23:24:22 +00:00 |
ac3enc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
ac3tab.c
|
move ac3 tables from a .h to a .c
|
2007-04-25 22:12:51 +00:00 |
ac3tab.h
|
cosmetics: align
|
2007-04-25 22:16:50 +00:00 |
adpcm.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
adx.c
|
Remove duplicate bytestream functions
|
2007-05-23 14:55:13 +00:00 |
alac.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
allcodecs.c
|
move codecs declarations from avcodec.h to allcodecs.h
|
2007-06-11 16:05:32 +00:00 |
allcodecs.h
|
move codecs declarations from avcodec.h to allcodecs.h
|
2007-06-11 16:05:32 +00:00 |
apiexample.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
asv1.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
atrac3.c
|
Deobfuscade decodeTonalComponents calling logic.
|
2007-04-18 19:58:20 +00:00 |
atrac3data.h
|
Atrac3 decoder.
|
2007-04-17 20:53:39 +00:00 |
audioconvert.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
avcodec.h
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
avs.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
beosthread.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
bethsoftvideo.c
|
shorter variable names
|
2007-04-07 23:30:47 +00:00 |
bethsoftvideo.h
|
align vertically
|
2007-04-07 23:31:30 +00:00 |
bitstream_filter.c
|
move dump_extradata bitstream filter in its own file
|
2007-05-19 00:35:27 +00:00 |
bitstream.c
|
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
|
2007-05-24 17:38:56 +00:00 |
bitstream.h
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
bmp.c
|
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
|
2007-02-01 09:48:09 +00:00 |
bmp.h
|
Segregate code common to BMP decoder and future encoder
|
2007-01-27 07:39:16 +00:00 |
bmpenc.c
|
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
|
2007-02-05 15:05:29 +00:00 |
bytestream.h
|
add little endian 24bit read/write
|
2007-03-06 13:05:38 +00:00 |
c93.c
|
factorize & 0x0F
|
2007-04-08 09:44:34 +00:00 |
cabac.c
|
Kill a warning with MSVC
|
2006-10-18 09:37:25 +00:00 |
cabac.h
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
cavs_parser.c
|
move cavs parser in it's own file
|
2007-05-09 00:03:17 +00:00 |
cavs.c
|
move cavs parser in it's own file
|
2007-05-09 00:03:17 +00:00 |
cavs.h
|
move defines and enums out of cavsdata.h
|
2007-05-08 23:58:35 +00:00 |
cavsdata.h
|
move defines and enums out of cavsdata.h
|
2007-05-08 23:58:35 +00:00 |
cavsdsp.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
cinepak.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
cljr.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
cook.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
cookdata.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
cscd.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
cyuv.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
dca_parser.c
|
make some parser parameters const to avoid casting const to non-const
|
2007-05-07 00:47:03 +00:00 |
dca.c
|
fix dca_bitalloc_index decoder init
|
2007-05-24 04:08:48 +00:00 |
dca.h
|
Move dca parser to its own file.
|
2007-05-03 23:50:24 +00:00 |
dcadata.h
|
use downmixing coefficients in dca decoder.
|
2007-05-02 20:33:32 +00:00 |
dcahuff.h
|
DCA decoder
|
2007-02-27 06:30:40 +00:00 |
dct-test.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
dnxhddata.h
|
dnxhd decoder
|
2007-03-18 23:25:00 +00:00 |
dnxhddec.c
|
actually return bytes read
|
2007-03-25 00:16:30 +00:00 |
dpcm.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
dsicinav.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
dsputil.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
dsputil.h
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
dump_extradata_bsf.c
|
move dump_extradata bitstream filter in its own file
|
2007-05-19 00:35:27 +00:00 |
dv.c
|
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
|
2007-03-15 23:45:20 +00:00 |
dvbsub_parser.c
|
make some parser parameters const to avoid casting const to non-const
|
2007-05-07 00:47:03 +00:00 |
dvbsub.c
|
Remove duplicate bytestream functions
|
2007-05-23 14:55:13 +00:00 |
dvbsubdec.c
|
Move dvbsubdec parser to its own file.
|
2007-05-06 02:11:31 +00:00 |
dvdata.h
|
rename attribute_unused to av_unused and moves its declaration to common.h
|
2007-05-30 09:32:25 +00:00 |
dvdsub_parser.c
|
make some parser parameters const to avoid casting const to non-const
|
2007-05-07 00:47:03 +00:00 |
dvdsubdec.c
|
Move dvdsub parser to its own file.
|
2007-05-06 09:12:10 +00:00 |
dvdsubenc.c
|
Remove duplicate bytestream functions
|
2007-05-23 14:55:13 +00:00 |
dxa.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
elbg.c
|
Cygwin compatibility workaround
|
2007-06-11 07:57:15 +00:00 |
elbg.h
|
Codebook generator using the ELBG algorithm
|
2007-06-04 07:28:34 +00:00 |
error_resilience.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
eval.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
eval.h
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
faandct.c
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
faandct.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
fdctref.c
|
COSMETICS: tabs --> spaces, some prettyprinting
|
2005-12-22 01:10:11 +00:00 |
fft-test.c
|
Add some #includes to allow compilation without HAVE_AV_CONFIG_H.
|
2007-06-09 17:52:16 +00:00 |
fft.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ffv1.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
flac.c
|
fix 8- and 24-bit FLAC decoding
|
2007-06-12 07:59:43 +00:00 |
flacenc.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
flashsv.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
flashsvenc.c
|
Use FFABS instead of abs.
|
2007-05-17 11:03:43 +00:00 |
flicvideo.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
fraps.c
|
Remove superfluous setting of has_b_frames in codecs without B-frames.
|
2007-04-07 17:37:30 +00:00 |
g726.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
gif.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
gifdec.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
golomb.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
golomb.h
|
handle limit>32 for set_ur_golomb_jpegls()
|
2006-10-22 04:52:15 +00:00 |
h261_parser.c
|
slightly more correct spliting of frames
|
2007-05-20 01:05:34 +00:00 |
h261.c
|
Split the h261.c file into separate files for the encoder, decoder and common stuff.
|
2007-05-21 12:51:29 +00:00 |
h261.h
|
Split the h261.c file into separate files for the encoder, decoder and common stuff.
|
2007-05-21 12:51:29 +00:00 |
h261data.h
|
make some symbols static
|
2006-11-11 20:54:48 +00:00 |
h261dec.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
h261enc.c
|
Split the h261.c file into separate files for the encoder, decoder and common stuff.
|
2007-05-21 12:51:29 +00:00 |
h263_parser.c
|
Move H.263 parser to its own file.
|
2007-05-08 08:52:38 +00:00 |
h263_parser.h
|
Move H.263 parser to its own file.
|
2007-05-08 08:52:38 +00:00 |
h263.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
h263data.h
|
make more tables static
|
2006-11-12 23:14:20 +00:00 |
h263dec.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
h264_parser.c
|
split h264.c to move parser in its own file
|
2007-05-10 22:26:44 +00:00 |
h264_parser.h
|
split h264.c to move parser in its own file
|
2007-05-10 22:26:44 +00:00 |
h264.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
h264.h
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
h264data.h
|
Making rem6 and div6 globally visible and thus adding prefixes.
|
2006-12-07 09:59:05 +00:00 |
h264dsp.c
|
Adding H.264 DCT.
|
2006-12-11 15:53:55 +00:00 |
h264enc.c
|
Adding function which enables writing H.264 NAL units.
|
2006-12-11 01:00:50 +00:00 |
h264idct.c
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
huffyuv.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
idcinvideo.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
imc.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
imcdata.h
|
IMC decoder
|
2006-10-30 13:48:48 +00:00 |
imgconvert_template.h
|
consistency renaming: rgba32 --> rgb32
|
2007-02-12 23:07:17 +00:00 |
imgconvert.c
|
Add support for listing the supported pixel formats using the option
|
2007-05-30 14:20:55 +00:00 |
imgresample.c
|
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
|
2007-05-28 09:30:41 +00:00 |
imx_dump_header_bsf.c
|
move imx_dump_header bitstream filter in its own file
|
2007-05-19 00:44:41 +00:00 |
indeo2.c
|
fix error: indeo2.c:202:1: directives may not be used inside a macro argument,
|
2007-06-04 11:03:24 +00:00 |
indeo2data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
indeo3.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
indeo3data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
interplayvideo.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
jfdctfst.c
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
jfdctint.c
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
jpegls.c
|
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
|
2007-05-13 23:16:56 +00:00 |
jpegls.h
|
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
|
2007-05-13 23:16:56 +00:00 |
jpeglsdec.c
|
allows to disable jpegls decoder
|
2007-05-19 14:31:57 +00:00 |
jpeglsdec.h
|
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
|
2007-05-13 23:16:56 +00:00 |
jpeglsenc.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
jrevdct.c
|
Add copyright notice from the Independent JPEG Group instead of referring
|
2006-09-03 16:15:29 +00:00 |
kmvc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
lcl.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
liba52.c
|
Give names of external library decoders/encoders a lib prefix
|
2007-06-06 08:41:45 +00:00 |
libamr.c
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libfaac.c
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libfaad.c
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libgsm.c
|
Give names of external library decoders/encoders a lib prefix
|
2007-06-06 08:41:45 +00:00 |
libmp3lame.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
libtheoraenc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
libvorbis.c
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libx264.c
|
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
|
2007-06-06 08:51:41 +00:00 |
libxvid_internal.h
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libxvid_rc.c
|
Give all wrappers for external libraries names starting with lib.
|
2007-06-06 00:14:18 +00:00 |
libxvidff.c
|
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
|
2007-06-06 08:51:41 +00:00 |
ljpegenc.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
loco.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
lzw.c
|
factorize &
|
2007-03-26 00:54:29 +00:00 |
lzw.h
|
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
|
2007-04-07 15:10:22 +00:00 |
lzwenc.c
|
superflouos ()
|
2007-04-09 22:25:27 +00:00 |
mace.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
Makefile
|
Use consistent names for all test programs.
|
2007-06-07 17:21:34 +00:00 |
mathops.h
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
mdct.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
mdec.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
mjpeg_parser.c
|
move mjpeg parser in its own file
|
2007-05-10 22:37:36 +00:00 |
mjpeg.c
|
add proper prefix to new mjpeg extern func/var
|
2007-05-17 16:45:55 +00:00 |
mjpeg.h
|
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
|
2007-05-19 15:06:34 +00:00 |
mjpega_dump_header_bsf.c
|
move mjpega_dump_header bitstream filter in its own file
|
2007-05-19 00:53:41 +00:00 |
mjpegbdec.c
|
move mjpeg-b decoder in its own file
|
2007-05-19 14:58:31 +00:00 |
mjpegdec.c
|
fix mjpeg decoding with broken huffman table headers
|
2007-05-23 18:41:34 +00:00 |
mjpegdec.h
|
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
|
2007-05-19 15:06:34 +00:00 |
mjpegenc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
mjpegenc.h
|
add a proper prefix to all mjpeg encoder exported functions
|
2007-05-18 22:54:54 +00:00 |
mmvideo.c
|
Remove superfluous setting of has_b_frames in codecs without B-frames.
|
2007-04-07 17:37:30 +00:00 |
motion_est_template.c
|
rename attribute_unused to av_unused and moves its declaration to common.h
|
2007-05-30 09:32:25 +00:00 |
motion_est.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
motion-test.c
|
Adapt to API changes, fix compilation.
|
2007-06-10 13:54:11 +00:00 |
mp3_header_compress_bsf.c
|
move mp3_header_compress bitstream filter in its own file
|
2007-05-19 00:27:43 +00:00 |
mp3_header_decompress_bsf.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
mpc.c
|
Remove unused variable.
|
2007-05-11 07:07:00 +00:00 |
mpcdata.h
|
Musepack SV7 decoding support
|
2006-12-24 04:51:43 +00:00 |
mpeg4data.h
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
mpeg4video_parser.c
|
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
|
2007-05-09 23:13:43 +00:00 |
mpeg4video_parser.h
|
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
|
2007-05-09 23:13:43 +00:00 |
mpeg12.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
mpeg12data.h
|
dummy support for mpeg2 non linear quant
|
2007-03-04 02:26:20 +00:00 |
mpegaudio_parser.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
mpegaudio.c
|
remove dependency of mpeg audio encoder over mpeg audio decoder
|
2007-05-20 22:50:29 +00:00 |
mpegaudio.h
|
remove dependency of mpeg audio encoder over mpeg audio decoder
|
2007-05-20 22:50:29 +00:00 |
mpegaudiodata.c
|
add proper prefix to extern mpeg audio data tables
|
2007-05-19 00:13:35 +00:00 |
mpegaudiodata.h
|
add proper prefix to extern mpeg audio data tables
|
2007-05-19 00:13:35 +00:00 |
mpegaudiodec.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
mpegaudiodecheader.c
|
add a ff_ prefix to some mpegaudio funcs
|
2007-05-20 15:11:55 +00:00 |
mpegaudiodecheader.h
|
add a ff_ prefix to some mpegaudio funcs
|
2007-05-20 15:11:55 +00:00 |
mpegaudiodectab.h
|
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
|
2007-05-19 00:06:02 +00:00 |
mpegaudioenc.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
mpegaudiotab.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
mpegvideo_parser.c
|
make some parser parameters const to avoid casting const to non-const
|
2007-05-07 00:47:03 +00:00 |
mpegvideo.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
mpegvideo.h
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
msmpeg4.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
msmpeg4.h
|
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
|
2007-05-10 13:11:36 +00:00 |
msmpeg4data.c
|
split msmpeg4 data to easily share some of it with vc1.c
|
2007-05-10 10:03:16 +00:00 |
msmpeg4data.h
|
split msmpeg4 data to easily share some of it with vc1.c
|
2007-05-10 10:03:16 +00:00 |
msmpeg4tab.h
|
those tables don't need to be extern
|
2007-05-10 10:14:58 +00:00 |
msrle.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
msvideo1.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
noise_bsf.c
|
move noise bitstream filter in its own file
|
2007-05-19 00:30:15 +00:00 |
nuv.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
opt.c
|
Fix a bug in av_find_opt(). Because some of the AVOption structures have field
|
2007-03-30 09:26:13 +00:00 |
opt.h
|
add av_opt_set_defaults2() which sets just defaults from AVOptions whos flags match a user specified & mask = flags
|
2007-03-07 02:21:35 +00:00 |
os2thread.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
parser.c
|
remove no more useful includes
|
2007-05-08 23:30:42 +00:00 |
parser.h
|
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
|
2007-05-09 23:13:43 +00:00 |
pcm.c
|
Revert r8979 (Ugly fix for r8963)
|
2007-05-10 18:44:58 +00:00 |
png.c
|
spelling
|
2007-06-04 23:07:27 +00:00 |
pnm_parser.c
|
move pnm parser in its own file
|
2007-05-10 23:03:14 +00:00 |
pnm.c
|
rename pnm.c to pnmenc.c and pnm_common.c to pnm.c
|
2007-05-11 09:28:07 +00:00 |
pnm.h
|
move pnm parser in its own file
|
2007-05-10 23:03:14 +00:00 |
pnmenc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
pthread.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
ptx.c
|
add V.Flash PTX decoder
|
2007-04-29 09:37:07 +00:00 |
qdm2.c
|
Use DECLARE_ALIGNED to ease porting
|
2007-05-15 20:47:55 +00:00 |
qdm2data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
qdrw.c
|
This codec is PAL8 so make it output PAL8 too
|
2007-04-06 04:40:13 +00:00 |
qpeg.c
|
Remove redundant assign
|
2007-03-27 05:23:07 +00:00 |
qtrle.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
ra144.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ra144.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ra288.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ra288.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
rangecoder.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
rangecoder.h
|
rename attribute_unused to av_unused and moves its declaration to common.h
|
2007-05-30 09:32:25 +00:00 |
ratecontrol.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
ratecontrol.h
|
update ratecontrol to new ff_eval API
|
2006-10-27 20:16:26 +00:00 |
raw.c
|
compile rawvideo decoder on request
|
2007-04-21 00:47:55 +00:00 |
remove_extradata_bsf.c
|
move remove_extradata bitstream filter in its own file
|
2007-05-19 00:32:11 +00:00 |
resample2.c
|
misc typo fixes
|
2007-06-12 18:50:50 +00:00 |
resample.c
|
set more reasonable cutoff for audio rate conversion
|
2007-03-22 14:27:16 +00:00 |
rl.h
|
kill av_mallocz_static() calls in init_rl()
|
2007-03-14 13:19:19 +00:00 |
rle.c
|
dont use *int8_t for the arguments (ive missed that in the patches ...)
|
2007-04-03 06:46:12 +00:00 |
rle.h
|
dont use *int8_t for the arguments (ive missed that in the patches ...)
|
2007-04-03 06:46:12 +00:00 |
roqaudioenc.c
|
RoQ audio encoder
|
2007-05-07 08:55:27 +00:00 |
roqvideo.c
|
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
|
2007-06-05 08:05:16 +00:00 |
roqvideo.h
|
Rename cb field
|
2007-06-06 10:40:05 +00:00 |
roqvideodec.c
|
Rename cb field
|
2007-06-06 10:40:05 +00:00 |
rpza.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
rtjpeg.c
|
Avoid void*-arithmetic, and uint8_t* is more correct anyway.
|
2006-11-06 17:56:08 +00:00 |
rtjpeg.h
|
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack since
|
2006-11-05 16:18:37 +00:00 |
rv10.c
|
Check dimensions to avoid division by zero due to invalid new dimensions.
|
2007-03-11 09:16:11 +00:00 |
s3tc.c
|
generic S3TC DXT1 and DXT3 decoding functions
|
2007-05-07 13:15:24 +00:00 |
s3tc.h
|
add doxygen comments
|
2007-05-07 20:07:35 +00:00 |
sgi.h
|
SGI image decoder ported to the new image API.
|
2007-04-06 18:29:27 +00:00 |
sgidec.c
|
SGI image decoder ported to the new image API.
|
2007-04-06 18:29:27 +00:00 |
sgienc.c
|
SGI image decoder ported to the new image API.
|
2007-04-06 18:29:27 +00:00 |
shorten.c
|
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
|
2007-05-05 12:18:14 +00:00 |
simple_idct.c
|
enable some 64bit optimized code on 64bit arch
|
2007-02-28 00:55:19 +00:00 |
simple_idct.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
smacker.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
smc.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
snow.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
snow.h
|
Add the const specifier as needed to reduce the number of warnings.
|
2007-01-30 10:31:34 +00:00 |
sonic.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
2007-02-13 18:26:14 +00:00 |
sp5x.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
sp5xdec.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
svq1_cb.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
svq1_vlc.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
svq1.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
svq3.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
targa.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
targaenc.c
|
Changed the rle encoder a little and made it more universal.
|
2007-04-03 06:40:21 +00:00 |
tiertexseqv.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
tiff.c
|
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
|
2007-04-04 11:43:08 +00:00 |
tiff.h
|
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
|
2007-04-04 11:43:08 +00:00 |
tiffenc.c
|
fix tiff regression test (bitexact flag was ignoredwhich caused the
|
2007-04-14 18:58:26 +00:00 |
truemotion1.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
truemotion1data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
truemotion2.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
truespeech_data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
truespeech.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
tscc.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
tta.c
|
Rename SIGN macro to the more fitting UNFOLD.
|
2006-10-10 12:07:25 +00:00 |
txd.c
|
Renderware TXD decoder
|
2007-05-07 13:29:02 +00:00 |
ulti_cb.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ulti.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
utils.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
vc1_parser.c
|
make some parser parameters const to avoid casting const to non-const
|
2007-05-07 00:47:03 +00:00 |
vc1.c
|
Typo
|
2007-06-12 15:03:28 +00:00 |
vc1.h
|
Make vc1_parser.c compilable without special defines
|
2007-05-06 11:01:25 +00:00 |
vc1acdata.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vc1data.c
|
Add ff_ prefix to (externally) visible variables
|
2007-05-09 16:59:46 +00:00 |
vc1data.h
|
Add ff_ prefix to (externally) visible variables
|
2007-05-09 16:59:46 +00:00 |
vc1dsp.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
vcr1.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vmdav.c
|
Do proper frame swapping so VMD video decoder works again
|
2007-05-29 16:43:25 +00:00 |
vmnc.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
vorbis_data.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vorbis_dec.c
|
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
|
2007-05-10 15:24:01 +00:00 |
vorbis_enc_data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vorbis_enc.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
vorbis.c
|
rename vorbis.c to vorbis_dec.c and vorbis_common.c to vorbis.c
|
2007-05-10 15:24:01 +00:00 |
vorbis.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vp3.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
vp3data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
vp3dsp.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
vp5.c
|
set CODEC_CAP_DR1 for vp5 and vp6 decoders
|
2007-05-05 15:21:57 +00:00 |
vp5data.h
|
Don't include inttypes.h/stdint.h directly, there is an abstraction in
|
2006-10-24 18:57:43 +00:00 |
vp6.c
|
simplify
|
2007-05-06 09:17:50 +00:00 |
vp6data.h
|
Add support for VP60 and VP61.
|
2006-12-17 22:00:12 +00:00 |
vp56.c
|
cleanup setting of returned data frame
|
2007-02-25 16:02:32 +00:00 |
vp56.h
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
vp56data.c
|
Don't include inttypes.h/stdint.h directly, there is an abstraction in
|
2006-10-24 18:57:43 +00:00 |
vp56data.h
|
Use pointers to avoid copying AVFrame.
|
2007-02-25 15:33:38 +00:00 |
vqavideo.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
w32thread.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
wavpack.c
|
Correctly handle data_size on decoding
|
2007-03-20 05:44:42 +00:00 |
wma.c
|
sanity checks (should prevent hypothetical div by zero issue)
|
2007-05-30 23:06:37 +00:00 |
wma.h
|
WMA decoder improvement, output closer to the dmo binary.
|
2007-04-04 13:49:55 +00:00 |
wmadata.h
|
wma encoder
|
2007-02-06 20:19:04 +00:00 |
wmadec.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
wmaenc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
wmv2.c
|
misc spelling fixes
|
2007-06-12 09:29:25 +00:00 |
wnv1.c
|
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
|
2007-05-10 09:00:44 +00:00 |
ws-snd1.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
xan.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
xiph.c
|
extract vorbis header spliting code into a reusable function
|
2007-03-25 01:06:45 +00:00 |
xiph.h
|
extract vorbis header spliting code into a reusable function
|
2007-03-25 01:06:45 +00:00 |
xl.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
xvmc_render.h
|
get rid of unused entries in the middle of xvmc_render struct,
|
2007-03-26 15:21:19 +00:00 |
xvmcvideo.c
|
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
|
2007-05-28 09:30:41 +00:00 |
zmbv.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |
zmbvenc.c
|
Use AV_xx throughout libavcodec
|
2007-06-02 01:41:07 +00:00 |