summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
Commit message (Expand)AuthorAgeFilesLines
* rv20 (h263) b frame decoding supportMichael Niedermayer2003-12-041-3/+8
* cleanupMichael Niedermayer2003-12-031-0/+2
* split ff_h263_decode_mb() into h263 and mpeg4 versionsMichael Niedermayer2003-12-031-0/+2
* h263 loop filterMichael Niedermayer2003-12-011-0/+6
* cleanupMichael Niedermayer2003-11-301-1/+0
* rv20 decoderMichael Niedermayer2003-11-301-0/+5
* h263 alternative inter vlc supportMichael Niedermayer2003-11-291-1/+2
* 10000lMichael Niedermayer2003-11-281-1/+2
* noise reduction of dct coefficientsMichael Niedermayer2003-11-021-0/+6
* pts fix and related fixesMichael Niedermayer2003-10-301-0/+1
* XvMC speedup by removing one memcpy and doing MB packingIvan Kalvachev2003-10-271-0/+2
* 112 bytes smaller MpegEncContextMichael Niedermayer2003-10-221-2/+2
* move blocks away MpegEncContext (7.4 -> 5.8k)Michael Niedermayer2003-10-221-1/+1
* move mmx quantizer matrixes out of MpegEncContext (23k -> 7k) (no meassureabl...Michael Niedermayer2003-10-221-5/+3
* move q_*_matrix out of MpegEncContext (40k ->23k) dct_quantize() is even slig...Michael Niedermayer2003-10-221-2/+2
* dynamic alloc of picture structs instead of putting them in MpegEncContextMichael Niedermayer2003-10-211-1/+1
* AVRationalMichael Niedermayer2003-10-201-2/+0
* picture buffer cleanup, this fixes a assertion failure (if assertion checking...Michael Niedermayer2003-10-161-1/+0
* intra dc treshold != 0 decoding fixedMichael Niedermayer2003-10-121-0/+1
* use lagrange multipler instead of qp for ratecontrol, this may break some thi...Michael Niedermayer2003-10-071-1/+3
* rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer2003-09-301-0/+2
* removed warningsFabrice Bellard2003-09-091-0/+1
* oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer2003-08-251-16/+3
* mpeg2 encodingMichael Niedermayer2003-08-251-4/+16
* custom quant matrix encoding supportMichael Niedermayer2003-08-221-0/+1
* PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer2003-08-221-3/+3
* rate distortion mb decision supportMichael Niedermayer2003-07-291-8/+6
* AVCodec.flush()Michael Niedermayer2003-07-171-0/+1
* flv cleanup / simplifyMichael Niedermayer2003-07-101-0/+1
* flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker2003-07-091-0/+2
* make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer2003-06-181-2/+2
* ASV1 codecMichael Niedermayer2003-05-191-1/+1
* cleanupMichael Niedermayer2003-05-141-1/+0
* 10l (returning negative number of consumed bytes if the first startcode of a ...Michael Niedermayer2003-04-271-1/+4
* simplified adressing of most mb based arrays (mb_x + mb_y*s->mb_stride) now i...Michael Niedermayer2003-04-101-15/+33
* H264 decoder & demuxerMichael Niedermayer2003-04-041-3/+60
* msmpeg4 2pass support & some related cleanupMichael Niedermayer2003-04-021-0/+8
* some static -> dynamic alloc & 16->8 bitMichael Niedermayer2003-03-311-5/+5
* mpeg1 slice encoding supportMichael Niedermayer2003-03-301-1/+3
* simplify slice encoding (variance of packet size is practically identical)Michael Niedermayer2003-03-301-2/+0
* user setable quantizer biasMichael Niedermayer2003-03-221-1/+1
* better non conformant divx packed bitstream detection, so unpacked (no b fram...Michael Niedermayer2003-03-201-0/+1
* error resilience cleanup (its faster too...)Michael Niedermayer2003-03-201-2/+5
* qmin/qmax cleanupMichael Niedermayer2003-03-171-2/+0
* field pic decoding cleanupMichael Niedermayer2003-03-161-3/+28
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-1/+0
* doxy / cosmeticsMichael Niedermayer2003-03-061-179/+193
* per file doxyMichael Niedermayer2003-03-061-0/+5
* mpeg2 field pictures + sliced mode (doesnt work with mplayer though, dunno why)Michael Niedermayer2003-03-051-1/+1
* field picture decoding support (16x16 MC blocks only as i dont have any sampl...Michael Niedermayer2003-03-051-0/+1
OpenPOWER on IntegriCloud