]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
well that does not need to be there anymore
[ffmpeg] / libavcodec / mpegvideo.c
2004-07-20 Christophe Massiotmiscalculation of header_bits when using the -thread...
2004-06-30 Michael Niedermayer10l (fixes delayed frames during encoding)
2004-06-11 Ivan Kalvachevmpeg2 chroma422/444 support, may be slower, may be...
2004-06-07 Michael Niedermayernsse weight
2004-06-07 Michael Niedermayernoise preserving sum of squares comparission function
2004-06-06 Michael Niedermayersanity checks
2004-06-05 Michael Niedermayerqscale + qprd fix
2004-06-03 Michael Niedermayerchange qscale -> lambda for the motion estimation
2004-05-31 Michael Niedermayerh261 dequant fix
2004-05-30 Michael Niedermayerh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-29 Michael Niedermayerexport low_delay for encoding too
2004-05-18 Chris Flerackersrtp callback context patch by ("Chris Flerackers" ...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-05-11 Michael Niedermayermoving motion estimation specific variables from MpegEn...
2004-04-30 Michael Niedermayercleanup & memleak fix
2004-04-30 Michael Niedermayerintra_dc_precission>0 encoding support
2004-04-30 Michael Niedermayer10l
2004-04-29 Michael Niedermayer10l
2004-04-29 Michael Niedermayerremove duplicated find_frame_end() code
2004-04-24 Michael Niedermayerminor motion estimation cleanup
2004-04-23 Michael Niedermayersanity check
2004-04-23 Michael Niedermayerreuse motion vectors/mb types/field select values of...
2004-04-19 Michael Niedermayerexporting field_select/ref_index values
2004-04-18 Michael Niedermayerfix y scale of mv vissualization of interlaced MVs
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-04-03 Michael Niedermayernicer looking arrows for the motion vector vissualization
2004-04-02 Michael Niedermayerinterlaced chroma MC divx-bug workaround
2004-03-26 Michael Niedermayerhuge vbv buffer size + CBR fix
2004-03-24 Falk Hüffnerwarning patrol
2004-03-22 Michael NiedermayerCompile fix by (Chip <szarlada at freemail dot hu>)
2004-03-16 Michael Niedermayermoving f/b_code init to where it should be
2004-03-16 Michael Niedermayerinit cleanup
2004-03-14 Michael Niedermayeralignment fix
2004-03-14 Michael Niedermayerwidth,height%16!=0 fix
2004-03-11 Michael Niedermayer10l
2004-03-05 Michael Niedermayer10l
2004-03-02 Michael Niedermayer100l (divx5 b frame + seeking + flush fix)
2004-03-01 Ivan Kalvachevinitial chroma_format changes,xvmc tweaks and codec_cap
2004-02-29 Michael Niedermayeroptimizing/cleanup of mpeg/qpel_motion()
2004-02-29 Michael Niedermayersimplify MPV_motion()
2004-02-29 Michael Niedermayerinterlaced mpeg4 + edge emu fix (fixes decoding of...
2004-02-26 Michael Niedermayer10l (vdpart fix)
2004-02-26 Michael Niedermayer100l (field picture decoding fix)
2004-02-25 Wolfgang Hesselerexport DCT coefficients patch by (Wolfgang Hesseler...
2004-02-25 Michael Niedermayeruse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
2004-02-25 Michael Niedermayerset AVFrame.pts based upon framerate if its 0
2004-02-23 Michael Niedermayermultithreaded mpeg2 decoding
2004-02-18 Michael Niedermayersimplify
2004-02-18 Michael Niedermayercheck if threads_count is too large
2004-02-17 Michael Niedermayernoise reduction with threads bugfix
2004-02-14 Michael Niedermayermpeg4 b frame + adaptive quantization assertion failure fix
2004-02-14 Michael Niedermayermultithreaded spatial complexity calculation for i...
2004-02-14 Michael Niedermayerff_copy_bits() optimization
2004-02-13 Michael Niedermayeractivate the memcpy special case for the byte aligned...
2004-02-13 Michael Niedermayerreplace a few pbBufPtr() by put_bits_count(), one of...
2004-02-13 Michael Niedermayermultithreaded/SMP motion estimation
2004-02-06 Tinic Uro- made --extra-cflags option work on darwin
2004-02-06 Alex Beregszasziget_bit_count -> put_bits_count
2004-02-06 Michael Niedermayeranalyze the gradient of the error surface to avoid...
2004-02-06 Michael Niedermayerquantizer noise shaping optimization
2004-02-02 Michael Niedermayersimplify
2004-02-02 Michael Niedermayerquantizer noise shaping
2004-01-29 Michael Niedermayerb frames + cbr fix
2004-01-26 Michael Niedermayermpeg4 pts fix
2004-01-24 Michael Niedermayeroptimization & bugfix extracted from the 4k line diff...
2004-01-22 Michael Niedermayerclosed gop support & flags2 as all bits in flags are...
2004-01-19 Michael Niedermayeravcodec_flush_buffers() fix
2004-01-18 Michael Niedermayerremoving broken framerate conversation hack in mpeg1/2
2004-01-12 Michael Niedermayertype fixes, found by Wolfgang Hesseler
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2004-01-05 Michael Niedermayerinterlaced dct decision cleanup
2004-01-04 Michael Niedermayernon YV12 vissualization fix by (Wolfgang Hesseler ...
2004-01-04 Michael Niedermayerwarn the user if we had to clip some dct coefficient...
2004-01-02 Michael Niedermayerdenoise_dct_mmx()
2004-01-02 Michael Niedermayermore trellis quant optimizations
2004-01-02 Michael Niedermayercleanup
2004-01-02 Michael Niedermayeroptimizing (trellis) quantizer
2004-01-01 Michael Niedermayerdont show uninitalized motion vectors
2004-01-01 Michael Niedermayerrate limit tips and checks
2003-12-30 Michael Niedermayerinterlaced motion estimation
2003-12-30 Michael Niedermayer100000l
2003-12-30 Wolfgang Hesselermotion vector vissualization improvements patch by...
2003-12-29 Michael Niedermayerpicture number fixes
2003-12-22 Steven M. Schultzlrintf patch by ("Steven M. Schultz" <sms at 2BSD dot...
2003-12-22 Michael Niedermayer10l (forgot to copy top_field_first flag)
2003-12-17 Michael Niedermayervbv_delay
2003-12-14 Michael Niedermayersplit intra / inter dequantization
2003-12-14 Michael Niedermayererror concealment regression test
2003-12-13 Michael Niedermayercleanup
2003-12-13 Aurelien JacobsHere are juste two added #ifdef CONFIG_ENCODERS to...
2003-12-13 Michael Niedermayermb type & qp vissualization
2003-12-12 Michael Niedermayerstuffing to stay above min_bitrate
2003-12-12 Fabrice Bellardfixed top_field_first support when encoding
2003-12-10 Michael Niedermayerinterlaced dct encoding fix
2003-12-10 Fabrice Bellardfixed interlaced encoding
2003-12-09 Michael Niedermayermotion_subsample_log2
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-07 Michael Niedermayerslice flush / position fix
next