summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* segfault fix by (Kostya <cannonball at bw-team dot com>)Michael Niedermayer2004-09-231-1/+1
* * simplification patch by Jeffrey Ryan MuizelaarJeff Muizelaar2004-09-221-2/+1
* 8 -> FRAC_BITSMichael Niedermayer2004-09-211-12/+19
* Decoding to bgr15/16 from 16bit input. Decoding of 24bit input added, not yet...Alex Beregszaszi2004-09-211-29/+365
* greyscale decoding (option to skip u,v planes) supportAlex Beregszaszi2004-09-211-0/+8
* check if the user specified timestamps are strictly monotoneMichael Niedermayer2004-09-202-3/+17
* av_rescale with user specified roundingMichael Niedermayer2004-09-192-9/+30
* consistent use of types patch by (D Richard Felker III <dalias at aerifal dot...D Richard Felker III2004-09-191-34/+34
* simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt2004-09-171-17/+8
* huffyuv writes to AVCodecContext.stats_out only once every 32 frames,Michael Niedermayer2004-09-171-0/+1
* warning the user about possible incompatibilitiesMichael Niedermayer2004-09-171-0/+7
* (non)interlaced huffyuv patch by (Loren Merritt <lorenm at u dot washington d...Loren Merritt2004-09-171-4/+6
* h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise do...Romain Dolbeau2004-09-165-8/+939
* 10l (scene change pict_type was wrong after coded_frame fix) patch by (Loren ...Loren Merritt2004-09-161-0/+2
* IBM Ultimotion video decoder, courtesy of Konstantin ShishkovMike Melanson2004-09-165-2/+4531
* 10lMichael Niedermayer2004-09-151-1/+1
* per picture psnrMichael Niedermayer2004-09-151-1/+1
* changing size segfault fixMichael Niedermayer2004-09-152-2/+5
* comment fixMichael Niedermayer2004-09-141-1/+1
* qprd + mpeg2 segfault fixMichael Niedermayer2004-09-141-2/+2
* * I was finally convinced. And besides, if err it's better to err withRoman Shaposhnik2004-09-141-3/+3
* AVC (H264 in mp4 files, fourcc avc1) supportRoberto Togni2004-09-131-1/+71
* pre_cmp fixMichael Niedermayer2004-09-131-3/+10
* H.261 decoder improvementsMaarten Daniels2004-09-132-92/+88
* 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)Michael Niedermayer2004-09-121-3/+13
* use h264 MC code if possibleMichael Niedermayer2004-09-121-25/+7
* 10l (gcc 2.95 compilation)Michael Niedermayer2004-09-121-2/+2
* use pointer arithmetic in mc_block(), 25% fasterMichael Niedermayer2004-09-121-16/+24
* get/set_sr_golomb() cleanupMichael Niedermayer2004-09-102-28/+5
* mess cleanupMichael Niedermayer2004-09-102-17/+14
* put the warning to the right place to avoid crashesAlex Beregszaszi2004-09-101-6/+6
* h264_qpel8_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-081-6/+79
* h264_qpel4_hv_lowpass_mmx2/3dnowMichael Niedermayer2004-09-081-49/+96
* new signed golomb routinesAlex Beregszaszi2004-09-082-13/+68
* try to select w/h from tablesAlex Beregszaszi2004-09-081-6/+18
* 10l (wrong coded_picture)Michael Niedermayer2004-09-081-0/+1
* optimizationMichael Niedermayer2004-09-081-54/+20
* optimizationMichael Niedermayer2004-09-071-80/+49
* optimizationMichael Niedermayer2004-09-071-17/+31
* h264 luma motion compensation in mmx2/3dnowMichael Niedermayer2004-09-073-1/+641
* uselessMichael Niedermayer2004-09-061-1/+0
* 10000l fix and use more mmx2/3dnow code for mpeg4 qpel which has been written...Michael Niedermayer2004-09-062-39/+329
* 20% faster predict_plane()Michael Niedermayer2004-09-051-72/+171
* more decorrelation typesAlex Beregszaszi2004-09-041-30/+48
* Always write VOL control parameters, needed by old xvid patch by (Loren Merri...Loren Merritt2004-09-031-8/+4
* typoMichael Niedermayer2004-09-021-1/+1
* optional non spec compliant optimizations for mpeg1Michael Niedermayer2004-09-021-7/+89
* optional non spec compliant optimizationsMichael Niedermayer2004-09-022-11/+84
* h264 deblocking crash patch by (Loren Merritt <lorenm at u dot washington dot...Loren Merritt2004-09-021-11/+21
* 10l (keyframes and context resets)Michael Niedermayer2004-08-311-10/+13