aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2004-09-21Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi
2004-09-21greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi
2004-09-20check if the user specified timestamps are strictly monotoneMichael Niedermayer
2004-09-19av_rescale with user specified roundingMichael Niedermayer
2004-09-19consistent use of types patch by (D Richard Felker III <dalias at aerifal dot...D Richard Felker III
2004-09-17simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt
2004-09-17huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer
2004-09-17warning the user about possible incompatibilitiesMichael Niedermayer
2004-09-17(non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington d...Loren Merritt
2004-09-16h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise do...Romain Dolbeau
2004-09-1610l (scene change pict_type was wrong after coded_frame fix) patch by (Loren ...Loren Merritt
2004-09-16IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson
2004-09-1510lMichael Niedermayer
2004-09-15per picture psnrMichael Niedermayer
2004-09-15changing size segfault fixMichael Niedermayer
2004-09-14comment fixMichael Niedermayer
2004-09-14qprd + mpeg2 segfault fixMichael Niedermayer
2004-09-14 * I was finally convinced. And besides, if err it's better to err withRoman Shaposhnik
2004-09-13AVC (H264 in mp4 files, fourcc avc1) supportRoberto Togni
2004-09-13pre_cmp fixMichael Niedermayer
2004-09-13H.261 decoder improvementsMaarten Daniels
2004-09-12100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)Michael Niedermayer
2004-09-12use h264 MC code if possibleMichael Niedermayer
2004-09-1210l (gcc 2.95 compilation)Michael Niedermayer
2004-09-12use pointer arithmetic in mc_block(), 25% fasterMichael Niedermayer
2004-09-10get/set_sr_golomb() cleanupMichael Niedermayer
2004-09-10mess cleanupMichael Niedermayer
2004-09-10put the warning to the right place to avoid crashesAlex Beregszaszi
2004-09-08h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer
2004-09-08h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer
2004-09-08new signed golomb routinesAlex Beregszaszi
2004-09-08try to select w/h from tablesAlex Beregszaszi
2004-09-0810l (wrong coded_picture)Michael Niedermayer
2004-09-08optimizationMichael Niedermayer
2004-09-07optimizationMichael Niedermayer
2004-09-07optimizationMichael Niedermayer
2004-09-07h264 luma motion compensation in mmx2/3dnowMichael Niedermayer
2004-09-06uselessMichael Niedermayer
2004-09-0610000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer
2004-09-0520% faster predict_plane()Michael Niedermayer
2004-09-04more decorrelation typesAlex Beregszaszi
2004-09-03Always write VOL control parameters, needed by old xvid patch by (Loren Merri...Loren Merritt
2004-09-02typoMichael Niedermayer
2004-09-02optional non spec compliant optimizations for mpeg1Michael Niedermayer
2004-09-02optional non spec compliant optimizationsMichael Niedermayer
2004-09-02h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot...Loren Merritt
2004-08-3110l (keyframes and context resets)Michael Niedermayer
2004-08-28cleanupMichael Niedermayer
2004-08-2810lMichael Niedermayer
2004-08-288-bit mode correctionsMike Melanson