aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
AgeCommit message (Expand)Author
2003-05-19ASV1 codecMichael Niedermayer
2003-05-14cleanupMichael Niedermayer
2003-04-2710l (returning negative number of consumed bytes if the first startcode of a ...Michael Niedermayer
2003-04-10simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer
2003-04-04H264 decoder & demuxerMichael Niedermayer
2003-04-02msmpeg4 2pass support & some related cleanupMichael Niedermayer
2003-03-31some static -> dynamic alloc & 16->8 bitMichael Niedermayer
2003-03-30mpeg1 slice encoding supportMichael Niedermayer
2003-03-30simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer
2003-03-22user setable quantizer biasMichael Niedermayer
2003-03-20better non conformant divx packed bitstream detection, so unpacked (no b fram...Michael Niedermayer
2003-03-20error resilience cleanup (its faster too...)Michael Niedermayer
2003-03-17qmin/qmax cleanupMichael Niedermayer
2003-03-16field pic decoding cleanupMichael Niedermayer
2003-03-12per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer
2003-03-06doxy / cosmeticsMichael Niedermayer
2003-03-06per file doxyMichael Niedermayer
2003-03-05mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer
2003-03-05field picture decoding support (16x16 MC blocks only as i dont have any sampl...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2003-02-28h263(+) clenaup & bugfixesMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-02-08mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by meMichael Niedermayer
2003-01-21cleanupMichael Niedermayer
2003-01-20trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer
2003-01-19finetuneing thresholds/factorsMichael Niedermayer
2003-01-15fixing DCTELEM != shortMichael Niedermayer
2003-01-15more compare functions (rd & bit)Michael Niedermayer
2003-01-12/* align 16 */Michael Niedermayer
2003-01-12get_format()Michael Niedermayer
2003-01-05negative linesize support (so mplayer -flip works)Michael Niedermayer
2003-01-05qpel in mmx2/3dnowMichael Niedermayer
2003-01-03mpeg4 header encoding bugfixMichael Niedermayer
2003-01-02pre motion estimation cleanup/bugfixMichael Niedermayer
2003-01-02motion estimation pre passMichael Niedermayer
2003-01-01shape adaptive diamonds for EPZSMichael Niedermayer
2003-01-01trellis quantization for mpeg1Michael Niedermayer
2002-12-31trellis quantizationMichael Niedermayer
2002-12-30correcter mpeg4 headersMichael Niedermayer
2002-12-27qpel encodingMichael Niedermayer
2002-12-17more debug outputMichael Niedermayer
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-12-09cleanup / messup?Michael Niedermayer
2002-12-06fixing 2pass assert failureMichael Niedermayer
2002-12-04new PSNR code (now works with chroma, b frames, ...)Michael Niedermayer
2002-12-04cleanupMichael Niedermayer
2002-11-19* fixed prototypeZdenek Kabelac
2002-11-19* compilation fix (ARM users please check)Zdenek Kabelac
2002-11-11* using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac