]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
nicer looking arrows for the motion vector vissualization
[ffmpeg] / libavcodec / mpegvideo.c
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
2003-12-07 Michael Niedermayerh263 slice structured mode
2003-12-05 Michael NiedermayerAVFrame.interlaced_frame fixes
2003-12-05 Michael Niedermayerexport top_field_first & interlaced_frame
2003-12-04 Michael Niedermayerrv20 (h263) b frame decoding support
2003-12-03 Michael Niedermayercleanup
2003-12-03 Michael Niedermayerh263 modified quantization fix
2003-12-01 Michael Niedermayerh263 loop filter
2003-11-30 Michael Niedermayercleanup
2003-11-29 Michael Niedermayerh263 alternative inter vlc support
2003-11-28 Michael Niedermayerh263 OBMC & 4MV support
2003-11-27 Michael Niedermayerdont read from b frames if draw_horiz_band==NULL
2003-11-25 Michael Niedermayer16x8 MV vissualization by (Wolfgang Hesseler <qv at...
2003-11-24 Michael Niedermayer10l
2003-11-13 Michael Niedermayerqprd with b frames fix
2003-11-13 Michael Niedermayerqprd needs mbd=2
2003-11-12 Michael Niedermayerac prediction with rate distorted qp fix
2003-11-12 Michael Niedermayerrate distored optimal lambda->qp support
2003-11-03 Michael Niedermayerflush fix (untested)
2003-11-03 Michael Niedermayer10l (fixes dct coeff noise reduction)
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
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-27 Michael Niedermayermake convert_matrix() independant of MpegEncContext
2003-10-25 Michael Niedermayersegfault fix
2003-10-23 Michael Niedermayeroptionally merge postscale into quantization table...
2003-10-22 Michael Niedermayerfloating point AAN DCT
next