]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
make state transition tables global as they are constant and the code is slightly...
[ffmpeg] / libavcodec / mpegvideo.h
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Dominik MierzejewskiFixes:
2006-10-08 Dominik MierzejewskiFixes:
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-10-05 Michael Niedermayerfix buffer underflows by reencoding the current frame...
2006-09-29 Panagiotis IssarisMove the ratecontrol related code from mpegvideo.h...
2006-09-29 Panagiotis IssarisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 Måns Rullgårddc_val should be signed
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-09-27 Panagiotis IssarisMake ratecontrol use ff_eval2().
2006-08-15 Guillaume PoirierCompile fix (for GCC<3.3) when encoders are disabled
2006-05-26 Baptiste Coudurierfix mbd bits bug, finally
2006-05-16 Baptiste CoudurierMPEG-2 4:2:2 encoding support
2006-04-28 Michael Niedermayeruse previous qscale for intra_dc_threshold check
2006-04-03 Loren Merritt2x faster ff_mpeg4_set_direct_mv
2006-03-19 Michael Niedermayervarious fixes for xvid_rc
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-01-27 Michael Niedermayerfixing bframe strategy 2
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-24 Michael Niedermayerxvid ratecontrol support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-29 Michael Niedermayersecond try of improved lambda/qp guessing for motion...
2005-12-22 Michael Niedermayerbetter f_code guessing in 2nd pass
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-19 Michael Niedermayeruse correct qp & lambda for ME on the second pass
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-24 Michael Niedermayerfix user data parsing code so it suppors pre1 and cvs
2005-06-17 Diego Biurrunspelling fixes
2005-06-01 Michael Niedermayeradding a few const
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-03-04 Loren MerrittH.264: decode arbitrary frame orders and allow B-frames...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2004-12-29 Michael Niedermayercommon.c -> bitstream.c (and the single non bitstream...
2004-12-07 Michael Niedermayerrv20 encoding
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-10-28 Michael NiedermayerH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-25 Michael Niedermayertype fix
2004-10-08 Michael Niedermayerh.261 loop filter fix
2004-09-25 Michael Niedermayer1/2 resolution decoding
2004-09-25 Michael NiedermayerH.264 max reference pictures fix by (Loren Merritt...
2004-09-10 Michael Niedermayermess cleanup
2004-08-26 Michael Niedermayerquad tree based motion compensation (currently only...
2004-06-11 Ivan Kalvachevmpeg2 chroma422/444 support, may be slower, may be...
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-05-12 Michael Niedermayermotion estimation for SVQ1
2004-05-11 Michael Niedermayermoving motion estimation specific variables from MpegEn...
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-25 Michael Niedermayersupport reusing mb types and field select values of...
2004-04-22 Michael Niedermayermotion estimation cleanup
2004-04-17 Michael Niedermayerpassing AVFrame instead of AVPicture around in ffmpeg...
2004-04-17 Michael Niedermayerflv dropable p frame support
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-03-16 Michael Niedermayerinit cleanup
2004-03-10 Michael Niedermayerh263+ custom pcf support
2004-03-01 Ivan Kalvachevinitial chroma_format changes,xvmc tweaks and codec_cap
2004-02-25 Michael Niedermayerset AVFrame.pts based upon framerate if its 0
2004-02-23 Michael Niedermayermultithreaded mpeg2 decoding
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-02 Michael Niedermayerdenoise_dct_mmx()
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-29 Michael Niedermayerpicture number fixes
2003-12-17 Michael Niedermayervbv_delay
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-13 Michael Niedermayercleanup
2003-12-12 Michael Niedermayerstuffing to stay above min_bitrate
2003-12-12 Michael NiedermayerCBR improvements
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-04 Michael Niedermayercleanup
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-03 Michael Niedermayercleanup
2003-12-03 Michael Niedermayersplit ff_h263_decode_mb() into h263 and mpeg4 versions
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayercleanup
2003-11-30 Michael Niedermayerrv20 decoder
2003-11-29 Michael Niedermayerh263 alternative inter vlc support
2003-11-28 Michael Niedermayer10000l
2003-11-02 Michael Niedermayernoise reduction of dct coefficients
2003-10-30 Michael Niedermayerpts fix and related fixes
2003-10-27 Ivan KalvachevXvMC speedup by removing one memcpy and doing MB packing
2003-10-22 Michael Niedermayer112 bytes smaller MpegEncContext
2003-10-22 Michael Niedermayermove blocks away MpegEncContext (7.4 -> 5.8k)
2003-10-22 Michael Niedermayermove mmx quantizer matrixes out of MpegEncContext ...
2003-10-22 Michael Niedermayermove q_*_matrix out of MpegEncContext (40k ->23k) dct_q...
2003-10-21 Michael Niedermayerdynamic alloc of picture structs instead of putting...
2003-10-20 Michael NiedermayerAVRational
2003-10-16 Michael Niedermayerpicture buffer cleanup, this fixes a assertion failure...
2003-10-12 Michael Niedermayerintra dc treshold != 0 decoding fixed
2003-10-07 Michael Niedermayeruse lagrange multipler instead of qp for ratecontrol...
2003-09-30 Michael Niedermayerrate distortion optimal cbp support (h263/mpeg4 non...
2003-09-09 Fabrice Bellardremoved warnings
2003-08-25 Michael Niedermayeroooooops, having 2 Eterms open and doing cvs diff in...
next