summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* * oops fixed bad initialization of ff vals.Zdenek Kabelac2002-11-19
| | | | | | - 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-19
| | | | Originally committed as revision 1226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-19
| | | | Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry_up=5 supportMichael Niedermayer2002-11-18
| | | | Originally committed as revision 1219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slices & encoding optimMichael Niedermayer2002-11-15
| | | | Originally committed as revision 1217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-11-15
| | | | Originally committed as revision 1216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 0.1lMichael Niedermayer2002-11-14
| | | | 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-14
| | | | | | | | 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-14
| | | | | | w-create dot com>) (note, rare formats disabled) Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuvMichael Niedermayer2002-11-14
| | | | Originally committed as revision 1211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * minor warning fixZdenek Kabelac2002-11-14
| | | | 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-14
| | | | | | | * 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-14
| | | | Originally committed as revision 1207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init for inv_zigzag_direct16 moved to init blockZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * init table onceZdenek Kabelac2002-11-12
| | | | Originally committed as revision 1203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using macros to shorten init partZdenek Kabelac2002-11-12
| | | | | | | * 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-11
| | | | | | (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-11
| | | | 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-11
| | | | | | * 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-11
| | | | | | * 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-11
| | | | | | * 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-11
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * useless commit - ignoreZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * avcodec_init could be removed I guess...Zdenek Kabelac2002-11-11
| | | | Originally committed as revision 1192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * constsZdenek Kabelac2002-11-11
| | | | Originally committed as revision 1191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * added dsp_maskZdenek Kabelac2002-11-11
| | | | | | * 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-10
| | | | Originally committed as revision 1185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reversing header gameMichael Niedermayer2002-11-10
| | | | | | 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-10
| | | | | | 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-10
| | | | Originally committed as revision 1182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing -sameq with mpeg2Michael Niedermayer2002-11-09
| | | | Originally committed as revision 1179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-09
| | | | Originally committed as revision 1178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup (breaks compatibility, requested by fabrice)Michael Niedermayer2002-11-08
| | | | | | | | | | | 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-06
| | | | Originally committed as revision 1173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-06
| | | | Originally committed as revision 1172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-05
| | | | Originally committed as revision 1171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf detection (based upon a patch by François Revol <revol at free dot fr>)Michael Niedermayer2002-11-05
| | | | Originally committed as revision 1162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer2002-11-04
| | | | Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DR1 supportZdenek Kabelac2002-11-04
| | | | Originally committed as revision 1157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed some bugs in app parser - some jfif and adobe jpgs fixedAlex Beregszaszi2002-11-02
| | | | Originally committed as revision 1153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support forcing low_delay during decodingMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Altivec Patch (Mark III) by (Dieter Shirley <dieters at schemasoft dot com>)Michael Niedermayer2002-11-02
| | | | Originally committed as revision 1147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 supportFrançois Revol2002-11-02
| | | | | | | | | contribution by Laszlo Torok <torokl@alpha.dfmk.hu> 4CC 'MAC3' and 'MAC6' in Quicktime. It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :) patch by (François Revol <revol at free dot fr>) Originally committed as revision 1145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle init error in ffmpeg12Arpi2002-11-02
| | | | Originally committed as revision 1141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better padding bug detectionMichael Niedermayer2002-11-02
| | | | Originally committed as revision 1139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put MIN/MAX under ifndef MAX/MINMichael Niedermayer2002-11-01
| | | | Originally committed as revision 1138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing msmpeg4v3 with mb_height % slice_height != 0Michael Niedermayer2002-11-01
| | | | Originally committed as revision 1137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully fixing sprite_warping_points==0Michael Niedermayer2002-11-01
| | | | Originally committed as revision 1136 to svn://svn.ffmpeg.org/ffmpeg/trunk