summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAge
...
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-16
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-12
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-07
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-30
* removed warningsFabrice Bellard2003-09-09
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-25
* mpeg2 encodingMichael Niedermayer2003-08-25
* custom quant matrix encoding supportMichael Niedermayer2003-08-22
* PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer2003-08-22
* rate distortion mb decision supportMichael Niedermayer2003-07-29
* AVCodec.flush()Michael Niedermayer2003-07-17
* flv cleanup / simplifyMichael Niedermayer2003-07-10
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-09
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-18
* ASV1 codecMichael Niedermayer2003-05-19
* cleanupMichael Niedermayer2003-05-14
* 10l (returning negative number of consumed bytes if the first startcode of a ...Michael Niedermayer2003-04-27
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-10
* H264 decoder & demuxerMichael Niedermayer2003-04-04
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-02
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-31
* mpeg1 slice encoding supportMichael Niedermayer2003-03-30
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-30
* user setable quantizer biasMichael Niedermayer2003-03-22
* better non conformant divx packed bitstream detection, so unpacked (no b fram...Michael Niedermayer2003-03-20
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-20
* qmin/qmax cleanupMichael Niedermayer2003-03-17
* field pic decoding cleanupMichael Niedermayer2003-03-16
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-12
* doxy / cosmeticsMichael Niedermayer2003-03-06
* per file doxyMichael Niedermayer2003-03-06
* mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer2003-03-05
* field picture decoding support (16x16 MC blocks only as i dont have any sampl...Michael Niedermayer2003-03-05
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* h263(+) clenaup & bugfixesMichael Niedermayer2003-02-28
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
* mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by meMichael Niedermayer2003-02-08
* cleanupMichael Niedermayer2003-01-21
* trying to fix mb skip bug in mpeg1/2 if slices are not usedMichael Niedermayer2003-01-20
* finetuneing thresholds/factorsMichael Niedermayer2003-01-19
* fixing DCTELEM != shortMichael Niedermayer2003-01-15
* more compare functions (rd & bit)Michael Niedermayer2003-01-15
* /* align 16 */Michael Niedermayer2003-01-12
* get_format()Michael Niedermayer2003-01-12
* negative linesize support (so mplayer -flip works)Michael Niedermayer2003-01-05
* qpel in mmx2/3dnowMichael Niedermayer2003-01-05
* mpeg4 header encoding bugfixMichael Niedermayer2003-01-03
* pre motion estimation cleanup/bugfixMichael Niedermayer2003-01-02
* motion estimation pre passMichael Niedermayer2003-01-02