aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Collapse)AuthorAgeFilesLines
* fixing h263+ slices if the padding at the end of the frame is >7 && <16 && ↵Michael Niedermayer2002-11-261-7/+7
| | | | | | there are no zero bytes afterwards Originally committed as revision 1281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some rudimentary support for sparc64Philip Gladstone2002-11-261-0/+12
| | | | Originally committed as revision 1279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont put flies in the stdout soup patch by (Agent Smith <asmith at wgz dot com>)Agent Smith2002-11-261-1/+1
| | | | Originally committed as revision 1277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* via c3 detection patch by (Francisco Javier Cabello Torres <fjcabello at ↵Francisco Javier Cabello Torres2002-11-251-0/+15
| | | | | | visual-tools dot com>) Originally committed as revision 1275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-11-251-0/+2
| | | | Originally committed as revision 1274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing aspectMichael Niedermayer2002-11-252-19/+26
| | | | Originally committed as revision 1273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving init of some variables (hurry_up,...) to MPV_frame_start()Michael Niedermayer2002-11-233-6/+6
| | | | Originally committed as revision 1271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * altivec and pix_norm patch by Brian FoleyBrian Foley2002-11-226-51/+79
| | | | Originally committed as revision 1269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Ogg/Vorbis patch by Mark HillsMark Hills2002-11-223-20/+113
| | | | Originally committed as revision 1268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * remaining part of John Ryland's patchZdenek Kabelac2002-11-222-2/+3
| | | | Originally committed as revision 1267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mjpegb support (need more samples)Alex Beregszaszi2002-11-203-9/+144
| | | | Originally committed as revision 1258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect ratio cleanupMichael Niedermayer2002-11-206-33/+76
| | | | Originally committed as revision 1254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cut&paste fixZdenek Kabelac2002-11-201-1/+1
| | | | Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec optimizations patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-11-193-1/+262
| | | | | | dot ie>) Originally committed as revision 1240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2002-11-191-1/+1
| | | | Originally committed as revision 1239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oops fixed bad initialization of ff vals.Zdenek Kabelac2002-11-191-3/+3
| | | | | | - put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed prototypeZdenek Kabelac2002-11-191-1/+1
| | | | Originally committed as revision 1226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-194-4/+13
| | | | Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up=5 supportMichael Niedermayer2002-11-181-1/+5
| | | | Originally committed as revision 1219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slices & encoding optimMichael Niedermayer2002-11-151-29/+75
| | | | Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-11-151-14/+33
| | | | Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.1lMichael Niedermayer2002-11-141-3/+3
| | | | Originally committed as revision 1215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YV12 support (warning this is experimental & wont work with offical huffyuv ↵Michael Niedermayer2002-11-141-29/+116
| | | | | | | | 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
* 16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at ↵Joel Yliluoma2002-11-142-1/+120
| | | | | | w-create dot com>) (note, rare formats disabled) Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-147-3/+1091
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor warning fixZdenek Kabelac2002-11-141-1/+1
| | | | Originally committed as revision 1209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * not checking for get_buffer_callback - it would be user's errorZdenek Kabelac2002-11-141-2/+3
| | | | | | | * if DR1 is disabled in get_buffer_callback silently fallback to non-dr rendering Originally committed as revision 1208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1l found by kabiMichael Niedermayer2002-11-141-1/+1
| | | | Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-129-15/+17
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init for inv_zigzag_direct16 moved to init blockZdenek Kabelac2002-11-121-2/+4
| | | | Originally committed as revision 1204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init table onceZdenek Kabelac2002-11-121-7/+11
| | | | Originally committed as revision 1203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using macros to shorten init partZdenek Kabelac2002-11-121-448/+82
| | | | | | | * removing some unused/unneeded code * unifing some function names Originally committed as revision 1202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * quick fix for bit exact settingZdenek Kabelac2002-11-111-1/+7
| | | | | | (FIXME - add this into context flags) Originally committed as revision 1200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for kabi (fixing qpel)Michael Niedermayer2002-11-111-0/+138
| | | | Originally committed as revision 1198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-114-91/+91
| | | | | | * these are untested - users/developers please check Originally committed as revision 1197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-5/+6
| | | | | | * fixing compiler warning about uninit level Originally committed as revision 1196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-2/+2
| | | | | | * I think IDCT needs some better generic solution Originally committed as revision 1195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-1113-340/+392
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * useless commit - ignoreZdenek Kabelac2002-11-111-4/+20
| | | | Originally committed as revision 1193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avcodec_init could be removed I guess...Zdenek Kabelac2002-11-111-1/+1
| | | | Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * constsZdenek Kabelac2002-11-111-14/+14
| | | | Originally committed as revision 1191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dsp_maskZdenek Kabelac2002-11-111-6/+10
| | | | | | * using frame_bits for wav bits_per_sample Originally committed as revision 1190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callbackArpi2002-11-101-13/+10
| | | | Originally committed as revision 1185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing header gameMichael Niedermayer2002-11-107-25/+20
| | | | | | MIN/MAX -> FFMIN/FFMAX Originally committed as revision 1184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid duplicate ";" warnings (based upon a patch by mru at users dot ↵Michael Niedermayer2002-11-101-1/+1
| | | | | | sourceforge dot net (Måns Rullgård)) Originally committed as revision 1183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up>=5 -> skip everything except header & set pict_type&key_frameMichael Niedermayer2002-11-102-3/+9
| | | | Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing -sameq with mpeg2Michael Niedermayer2002-11-091-1/+2
| | | | Originally committed as revision 1179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-092-6/+12
| | | | Originally committed as revision 1178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-085-18/+111
| | | | | | | | | | | remove CODEC_FLAG_NOT_TRUNCATED & add CODEC_FLAG_TRUNCATED add CODEC_CAP_TRUNCATED add alpha plane to AVPicture remove CODEC_ID_MSMPEG4 remove various unused stuff support "truncated" mpeg4 streams Originally committed as revision 1175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-061-4/+6
| | | | Originally committed as revision 1173 to svn://svn.ffmpeg.org/ffmpeg/trunk