.. |
alpha
|
rename HAVE_GPROF to CONFIG_GPROF
|
2007-02-11 16:39:09 +00:00 |
armv4l
|
oops, revert accidental checkin
|
2007-02-05 21:18:11 +00:00 |
bfin
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
i386
|
Fix wrong conditional, Snow decoding, not encoding, was SIMD-accelerated.
|
2007-02-24 11:58:52 +00:00 |
mlib
|
rename cropTbl -> ff_cropTbl
|
2006-11-12 20:08:09 +00:00 |
ppc
|
rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF
|
2007-02-13 23:45:28 +00:00 |
ps2
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
sh4
|
Move copy_block* functions to dsp dsputil.h
|
2006-11-26 18:25:07 +00:00 |
sparc
|
Switch to the LGPL as agreed to by the author according to the
|
2006-10-11 07:47:59 +00:00 |
4xm.c
|
Remove some old disabled debugging output
|
2007-02-19 11:00:38 +00:00 |
8bps.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
Makefile
|
the AC-3 parser needs ac3.o
|
2007-03-11 16:57:05 +00:00 |
a52dec.c
|
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.
|
2007-03-03 08:33:07 +00:00 |
aasc.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ac3.c
|
move AC-3 header parsing to ac3.c
|
2007-03-11 16:44:14 +00:00 |
ac3.h
|
move AC-3 header parsing to ac3.c
|
2007-03-11 16:44:14 +00:00 |
ac3enc.c
|
remove redundancy in AC-3 parser by using common tables from ac3tab.h
|
2007-03-11 02:13:05 +00:00 |
ac3tab.h
|
remove redundancy in AC-3 parser by using common tables from ac3tab.h
|
2007-03-11 02:13:05 +00:00 |
adpcm.c
|
fix adpcm swf decoding
|
2007-03-02 10:08:05 +00:00 |
adx.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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
|
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder
|
2007-03-04 02:59:11 +00:00 |
amr.c
|
Remove useless casts as recommended by Måns Rullgård.
|
2007-03-08 10:21:35 +00:00 |
apiexample.c
|
The memsetting of the end of buffer is not needed for audio.
|
2007-02-22 12:56:31 +00:00 |
asv1.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
audioconvert.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
avcodec.h
|
add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take CodecType as an additional parameter
|
2007-03-07 09:29:44 +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
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
bitstream.c
|
av_realloc_static() is an internal function and therefore should use the ff_ prefix instead of av_.
|
2007-02-23 00:20:39 +00:00 |
bitstream.h
|
Supply context to tprintf
|
2007-02-27 09:39:04 +00:00 |
bitstream_filter.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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 |
cabac.c
|
Kill a warning with MSVC
|
2006-10-18 09:37:25 +00:00 |
cabac.h
|
use av_noinline instead of __attribute((noinline))
|
2007-02-23 10:23:45 +00:00 |
cavs.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
cavsdata.h
|
move all cavs-parsing to cavs.c
|
2006-11-12 20:18:07 +00:00 |
cavsdsp.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
cinepak.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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
|
Replace custom modified discrete cosine transform with ffmpeg's own.
|
2007-03-11 20:30:06 +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
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
cyuv.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
dca.c
|
DCA decoder
|
2007-02-27 06:30:40 +00:00 |
dcadata.h
|
Fix wrong license header.
|
2007-02-27 09:56:09 +00:00 |
dcahuff.h
|
DCA decoder
|
2007-02-27 06:30:40 +00:00 |
dct-test.c
|
revert bad checkin
|
2006-11-14 03:18:09 +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
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
dsputil.c
|
The Snow DEcoding routines should be under CONFIG_SNOW_DECODER.
|
2007-02-27 00:24:49 +00:00 |
dsputil.h
|
Add the const specifier as needed to reduce the number of warnings.
|
2007-01-30 10:31:34 +00:00 |
dtsdec.c
|
fix multichannel decoding
|
2007-02-05 21:16:31 +00:00 |
dv.c
|
This fixes error handling for BeOS, removing the need for some ifdefs.
|
2007-02-13 18:26:14 +00:00 |
dvbsub.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
dvbsubdec.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
dvdata.h
|
uint16->uint8
|
2007-01-19 03:14:13 +00:00 |
dvdsubdec.c
|
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
|
2007-01-30 14:24:12 +00:00 |
dvdsubenc.c
|
Remove empty structures,
|
2006-10-14 14:48:45 +00:00 |
error_resilience.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
eval.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
eval.h
|
ministry of english grammar :) then->than
|
2006-11-04 00:42:50 +00:00 |
faac.c
|
free faac extradata
|
2007-02-28 09:56:15 +00:00 |
faad.c
|
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
|
2007-01-06 23:54:01 +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
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
flac.c
|
Fix crash when pred_order greater s->blocksize >> rice_order.
|
2007-01-21 09:55:28 +00:00 |
flacenc.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
flashsv.c
|
Declare zlib dependency in the Makefile, not in the source.
|
2007-01-21 20:04:00 +00:00 |
flashsvenc.c
|
Respect the gop size (-g) for marking I frames. Use -g 0 gives the old behaviour.
|
2007-03-11 21:01:33 +00:00 |
flicvideo.c
|
typo: unkown->unknown
|
2007-03-07 00:27:23 +00:00 |
fraps.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
g726.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
gif.c
|
change gif muxer to simple gif encoder
|
2006-11-02 23:13:34 +00:00 |
gifdec.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +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.c
|
throw error if unsupported resolution is used with h261
|
2006-11-16 09:58:34 +00:00 |
h261data.h
|
make some symbols static
|
2006-11-11 20:54:48 +00:00 |
h263.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +00:00 |
h263data.h
|
make more tables static
|
2006-11-12 23:14:20 +00:00 |
h263dec.c
|
Corrections so that builds with DEBUG work
|
2007-03-08 14:49:43 +00:00 |
h264.c
|
check for no frame and prevent segfault
|
2007-03-03 21:33:33 +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
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
idcinvideo.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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.c
|
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
|
2007-03-04 11:53:11 +00:00 |
imgconvert_template.h
|
consistency renaming: rgba32 --> rgb32
|
2007-02-12 23:07:17 +00:00 |
imgresample.c
|
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
|
2007-03-04 11:53:11 +00:00 |
indeo2.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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
|
use FFMIN
|
2007-02-25 00:35:30 +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
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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 |
jpeg_ls.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
lcl.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
libgsm.c
|
Add support for MS-GSM codec
|
2007-02-20 11:09:47 +00:00 |
libtheoraenc.c
|
Add a comment about swapped numerator and denominator.
|
2007-02-07 14:10:50 +00:00 |
loco.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
lzw.c
|
LZW decoder as separate module plus TIFF LZW support
|
2006-10-26 04:15:48 +00:00 |
lzw.h
|
LZW decoder as separate module plus TIFF LZW support
|
2006-10-26 04:15:48 +00:00 |
mace.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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.c
|
support for mjpeg bottom field first in mov
|
2007-03-02 12:26:07 +00:00 |
mmvideo.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
motion_est.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
motion_est_template.c
|
test DIRECT{0,0} too if flag mv0 is used
|
2006-12-22 23:30:57 +00:00 |
motion_test.c
|
Compilation fix: pix_abs16x16_c was undeclared.
|
2006-10-08 09:41:00 +00:00 |
mp3lameaudio.c
|
make some symbols static
|
2006-11-11 20:54:48 +00:00 |
mpc.c
|
Use AVRandom
|
2007-02-17 11:41:59 +00:00 |
mpcdata.h
|
Musepack SV7 decoding support
|
2006-12-24 04:51:43 +00:00 |
mpeg4data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
mpeg12.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +00:00 |
mpeg12data.h
|
dummy support for mpeg2 non linear quant
|
2007-03-04 02:26:20 +00:00 |
mpegaudio.c
|
useless as this file wont be compiled if this is not true
|
2007-02-04 11:20:32 +00:00 |
mpegaudio.h
|
dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3)
|
2006-10-30 02:19:55 +00:00 |
mpegaudiodec.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +00:00 |
mpegaudiodectab.h
|
make some tables static
|
2006-11-12 13:40:40 +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.c
|
dummy support for mpeg2 non linear quant
|
2007-03-04 02:26:20 +00:00 |
mpegvideo.h
|
skiprd
|
2006-12-23 03:05:36 +00:00 |
msmpeg4.c
|
rename inverse -> ff_inverse
|
2006-11-12 18:49:36 +00:00 |
msmpeg4data.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
msrle.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
msvideo1.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
nuv.c
|
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
|
2007-03-04 11:53:11 +00:00 |
oggvorbis.c
|
cosmetics: Fix a common typo, sepErate --> sepArate.
|
2007-02-21 10:15:08 +00:00 |
opt.c
|
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 |
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
|
Remove redundant #ifdef HAVE_THREAD, the file is only compiled
|
2006-11-14 00:56:56 +00:00 |
parser.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +00:00 |
parser.h
|
move all cavs-parsing to cavs.c
|
2006-11-12 20:18:07 +00:00 |
pcm.c
|
packets with half pcm samples are invalid
|
2007-02-09 13:57:14 +00:00 |
png.c
|
consistency renaming: rgba32 --> rgb32
|
2007-02-12 23:07:17 +00:00 |
pnm.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
pthread.c
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
qdm2.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
qpeg.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
qtrle.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +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
|
cosmetics / remove #if 0 code
|
2007-01-26 02:29:23 +00:00 |
rangecoder.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
ratecontrol.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
ratecontrol.h
|
update ratecontrol to new ff_eval API
|
2006-10-27 20:16:26 +00:00 |
raw.c
|
partial avid meridien uncompressed support
|
2007-03-03 14:11:45 +00:00 |
resample.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
resample2.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
roqvideo.c
|
Use pointers to avoid copying AVFrame.
|
2007-02-24 00:55:50 +00:00 |
rpza.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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 |
shorten.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +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
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
smc.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
snow.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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 |
svq1.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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 |
svq3.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
targa.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
tiertexseqv.c
|
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
|
2006-10-12 12:02:58 +00:00 |
tiff.c
|
Some TIFFs do not set rows per strip for single strip.
|
2007-01-25 06:44:53 +00:00 |
truemotion1.c
|
cosmetics: aswell --> as well typo fix
|
2007-02-22 00:14:54 +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
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
truespeech.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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 |
tscc.c
|
Replace deprecated PIX_FMT names by the newer variants.
|
2007-02-07 01:48:09 +00:00 |
tta.c
|
Rename SIGN macro to the more fitting UNFOLD.
|
2006-10-10 12:07:25 +00:00 |
ulti.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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 |
utils.c
|
add a -ab with default of 64k
|
2007-03-07 09:51:45 +00:00 |
vc1.c
|
Looks like I'll work on it this year too
|
2007-02-28 06:59:39 +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.h
|
table fix
|
2007-02-05 06:56:49 +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
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
vmnc.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
vorbis.c
|
rename inverse -> ff_inverse
|
2006-11-12 18:49:36 +00:00 |
vorbis.h
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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_enc.c
|
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
|
2007-02-07 16:59:10 +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 |
vp3.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +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
|
rename always_inline to av_always_inline and move to common.h
|
2006-12-08 00:35:08 +00:00 |
vp5.c
|
Use pointers to avoid copying AVFrame.
|
2007-02-25 15:33:38 +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
|
Use pointers to avoid copying AVFrame.
|
2007-02-25 15:33:38 +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 pointers to avoid copying AVFrame.
|
2007-02-25 15:33:38 +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
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
w32thread.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +00:00 |
wavpack.c
|
Coded residual in WavPack may be > 0xFFFF
|
2007-01-27 14:24:40 +00:00 |
wma.c
|
Give context to dprintf
|
2007-03-12 12:36:41 +00:00 |
wma.h
|
Rename WMADecodeContext to WMACodecContext
|
2007-02-27 09:54:48 +00:00 |
wmadata.h
|
wma encoder
|
2007-02-06 20:19:04 +00:00 |
wmadec.c
|
Rename WMADecodeContext to WMACodecContext
|
2007-02-27 09:54:48 +00:00 |
wmaenc.c
|
bitrate sanity check (fixes assertion failure)
|
2007-03-08 10:25:06 +00:00 |
wmv2.c
|
Add av_ prefix to clip functions
|
2007-02-25 10:27:12 +00:00 |
wnv1.c
|
Change license headers to say 'FFmpeg' instead of 'this program/this library'
|
2006-10-07 15:30:46 +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 |
x264.c
|
enable bidirectional me with x264
|
2007-01-07 18:04:11 +00:00 |
xan.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +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 |
xvid_internal.h
|
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
|
2006-10-12 11:51:34 +00:00 |
xvid_rc.c
|
Rename internal.h --> xvid_internal.h, it clashes with libavutil/internal.h.
|
2006-10-12 11:51:34 +00:00 |
xvidff.c
|
Have xvid encoder wrapper honnor -vtag option
|
2006-10-15 16:52:33 +00:00 |
xvmc_render.h
|
Move xvmc_render.h to libavcodec where it belongs. Blessed by Ivan.
|
2007-02-14 23:33:16 +00:00 |
xvmcvideo.c
|
Fixes:
|
2006-10-12 19:57:47 +00:00 |
zmbv.c
|
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
|
2007-01-19 22:12:59 +00:00 |
zmbvenc.c
|
Correctly ME border blocks
|
2007-03-11 09:51:01 +00:00 |