summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* H.264 max reference pictures fix by (Loren Merritt <lorenm at u dot ↵Michael Niedermayer2004-09-25
| | | | | | washington dot edu>) Originally committed as revision 3504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trellis quantization for h263(p)Michael Niedermayer2004-09-24
| | | | Originally committed as revision 3503 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2004-09-24
| | | | Originally committed as revision 3502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lMichael Niedermayer2004-09-24
| | | | Originally committed as revision 3501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Zlib encoder: fix image orientation (was flipped), 100l in deflate errorRoberto Togni2004-09-23
| | | | | | check, put right codec type in extradata Originally committed as revision 3500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge predict_plane() with DWTELEM->8bit conversation (21% faster)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer2004-09-23
| | | | Originally committed as revision 3497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-22
| | | | Originally committed as revision 3491 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8 -> FRAC_BITSMichael Niedermayer2004-09-21
| | | | Originally committed as revision 3489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not ↵Alex Beregszaszi2004-09-21
| | | | | | yet finished, but at least the picture can be recognized Originally committed as revision 3488 to svn://svn.ffmpeg.org/ffmpeg/trunk
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-21
| | | | Originally committed as revision 3487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-20
| | | | | | timestamp guess code 10l fix Originally committed as revision 3483 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_rescale with user specified roundingMichael Niedermayer2004-09-19
| | | | Originally committed as revision 3481 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistent use of types patch by (D Richard Felker III <dalias at aerifal ↵D Richard Felker III2004-09-19
| | | | | | dot cx>) Originally committed as revision 3480 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt2004-09-17
| | | | Originally committed as revision 3476 to svn://svn.ffmpeg.org/ffmpeg/trunk
* huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer2004-09-17
| | | | | | | | | | presumably to reduce the size of the log file. However, it doesn't clear stats_out on the other 31 out of 32 frames. So the application (ffmpeg and mencoder) writes each stat line 32 times. bugfix by (Loren Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning the user about possible incompatibilitiesMichael Niedermayer2004-09-17
| | | | Originally committed as revision 3474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington ↵Loren Merritt2004-09-17
| | | | | | dot edu>) Originally committed as revision 3473 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise ↵Romain Dolbeau2004-09-16
| | | | | | dot com>) Originally committed as revision 3472 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren ↵Loren Merritt2004-09-16
| | | | | | Merritt <lorenm at u dot washington dot edu>) Originally committed as revision 3471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-16
| | | | Originally committed as revision 3468 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-09-15
| | | | Originally committed as revision 3466 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per picture psnrMichael Niedermayer2004-09-15
| | | | Originally committed as revision 3465 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing size segfault fixMichael Niedermayer2004-09-15
| | | | Originally committed as revision 3463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment fixMichael Niedermayer2004-09-14
| | | | Originally committed as revision 3462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* qprd + mpeg2 segfault fixMichael Niedermayer2004-09-14
| | | | Originally committed as revision 3461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * I was finally convinced. And besides, if err it's better to err withRoman Shaposhnik2004-09-14
| | | | | | everybody else around ;-) Originally committed as revision 3460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVC (H264 in mp4 files, fourcc avc1) supportRoberto Togni2004-09-13
| | | | Originally committed as revision 3459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pre_cmp fixMichael Niedermayer2004-09-13
| | | | Originally committed as revision 3458 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.261 decoder improvementsMaarten Daniels2004-09-13
| | | | | | | | | - GOB's can exist of only MBA_STUFFING codes: it crashed before, but it is fixed now - Clearer code - Some extra checks so the decoder is more resilient against errors patch by (Maarten Daniels <maarten dot daniels at student dot luc dot ac dot be>) Originally committed as revision 3457 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)Michael Niedermayer2004-09-12
| | | | Originally committed as revision 3456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use h264 MC code if possibleMichael Niedermayer2004-09-12
| | | | | | | 50% faster predict_plane() if mmx2/3dnow is available 0.1% bitrate increase Originally committed as revision 3455 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (gcc 2.95 compilation)Michael Niedermayer2004-09-12
| | | | Originally committed as revision 3454 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pointer arithmetic in mc_block(), 25% fasterMichael Niedermayer2004-09-12
| | | | Originally committed as revision 3452 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-10
| | | | Originally committed as revision 3451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mess cleanupMichael Niedermayer2004-09-10
| | | | Originally committed as revision 3449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-10
| | | | Originally committed as revision 3448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
| | | | Originally committed as revision 3446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-08
| | | | | | alignment fixes Originally committed as revision 3445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new signed golomb routinesAlex Beregszaszi2004-09-08
| | | | Originally committed as revision 3444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to select w/h from tablesAlex Beregszaszi2004-09-08
| | | | Originally committed as revision 3443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (wrong coded_picture)Michael Niedermayer2004-09-08
| | | | Originally committed as revision 3441 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-08
| | | | Originally committed as revision 3440 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-07
| | | | Originally committed as revision 3437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uselessMichael Niedermayer2004-09-06
| | | | Originally committed as revision 3436 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been ↵Michael Niedermayer2004-09-06
| | | | | | | | written and commited long time ago but appearently never used, qpel motion compensation is 5% faster now Originally committed as revision 3435 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 20% faster predict_plane()Michael Niedermayer2004-09-05
| | | | | | moion vector max/min fix Originally committed as revision 3434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more decorrelation typesAlex Beregszaszi2004-09-04
| | | | Originally committed as revision 3433 to svn://svn.ffmpeg.org/ffmpeg/trunk