Zdenek Kabelac
5d4ce4574b
* added more options
...
Originally committed as revision 1675 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
983e3246b7
per file doxy
...
Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1d98dca328
10l
...
Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
24def10e19
* const arrays
...
Originally committed as revision 1602 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
676b385c5b
huffyuv v1 tables, as they are essential and the only possible way for decding of v1 files they very likely cant be copyrighted ...
...
Originally committed as revision 1600 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
8c031d1cbd
round readed bits up to next 32bits, as orginal huffyuv cant handle less then 32bit blocks
...
Originally committed as revision 1598 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Zdenek Kabelac
0c1a9edad4
* UINTX -> uintx_t INTX -> intx_t
...
Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
68f593b484
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless *8 in a few inner loops
...
Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
aaa1e4cd48
10l
...
Originally committed as revision 1460 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Fabrice Bellard
0b2612b1cd
changed BGRA32 to RGBA32. XXX: clarify expected behaviour on big endian cpu
...
Originally committed as revision 1432 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
492cd3a920
AVVideoFrame -> AVFrame
...
Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
140cb66321
new PSNR code (now works with chroma, b frames, ...)
...
rename *_TYPE to FF_*_TYPE for the external API
allow user specified pict_type
Originally committed as revision 1308 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
1e491e29c2
cleanup
...
adding AVVideoFrame
moving quality, pict_type, key_frame, qscale_table, ... to AVVideoFrame
removing obsolete variables in AVCodecContext
skiping of MBs in b frames
correctly initalizing AVCodecContext
picture buffer cleanup
Originally committed as revision 1302 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
7c5ab7b88d
slices & encoding optim
...
Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
22f3e8bea7
dr1
...
Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
0626afe9b2
0.1l
...
Originally committed as revision 1215 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
152ba68cc9
YV12 support (warning this is experimental & wont work with offical huffyuv but there is a approx. 20% speed & compression gain)
...
10l flush_put_bits()
Originally committed as revision 1214 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago
Michael Niedermayer
11f18fafca
huffyuv
...
Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
22 years ago