Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-10-01rate distortion optimal cbp support (h263/mpeg4 non intra only)Michael Niedermayer
2003-09-10removed warningsFabrice Bellard
2003-08-26oooooops, having 2 Eterms open and doing cvs diff in one and cvs commit in th...Michael Niedermayer
2003-08-26mpeg2 encodingMichael Niedermayer
2003-08-23custom quant matrix encoding supportMichael Niedermayer
2003-08-22PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...Michael Niedermayer
2003-07-29rate distortion mb decision supportMichael Niedermayer
2003-07-17AVCodec.flush()Michael Niedermayer
2003-07-10flv cleanup / simplifyMichael Niedermayer
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker
2003-06-19make ff_emulated_edge_mc() independant of MpegEncContextMichael Niedermayer
2003-05-19ASV1 codecMichael Niedermayer
2003-05-15cleanupMichael 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-22cleanupMichael 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-04mpeg4 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