]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
ff_parse_close() is not the correct function for H264Context.
[ffmpeg] / libavcodec / mpegvideo.h
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...
2003-08-25 Michael Niedermayermpeg2 encoding
2003-08-22 Michael Niedermayercustom quant matrix encoding support
2003-08-22 Michael NiedermayerPSX MDEC decoder, based upon some code from Sebastian...
2003-07-29 Michael Niedermayerrate distortion mb decision support
2003-07-17 Michael NiedermayerAVCodec.flush()
2003-07-10 Michael Niedermayerflv cleanup / simplify
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-19 Michael NiedermayerASV1 codec
2003-05-14 Michael Niedermayercleanup
2003-04-27 Michael Niedermayer10l (returning negative number of consumed bytes if...
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-04 Michael NiedermayerH264 decoder & demuxer
2003-04-02 Michael Niedermayermsmpeg4 2pass support & some related cleanup
2003-03-31 Michael Niedermayersome static -> dynamic alloc & 16->8 bit
2003-03-30 Michael Niedermayermpeg1 slice encoding support
2003-03-30 Michael Niedermayersimplify slice encoding (variance of packet size is...
2003-03-22 Michael Niedermayeruser setable quantizer bias
2003-03-20 Michael Niedermayerbetter non conformant divx packed bitstream detection...
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-17 Michael Niedermayerqmin/qmax cleanup
2003-03-16 Michael Niedermayerfield pic decoding cleanup
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerdoxy / cosmetics
2003-03-06 Michael Niedermayerper file doxy
2003-03-05 Michael Niedermayermpeg2 field pictures + sliced mode (doesnt work with...
2003-03-05 Michael Niedermayerfield picture decoding support (16x16 MC blocks only...
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-28 Michael Niedermayerh263(+) clenaup & bugfixes
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 Michael Niedermayermpeg1 bframe encoding patch by (Raphaël LEGRAND) with...
2003-01-21 Michael Niedermayercleanup
2003-01-20 Michael Niedermayertrying to fix mb skip bug in mpeg1/2 if slices are...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-15 Michael Niedermayermore compare functions (rd & bit)
2003-01-12 Michael Niedermayer/* align 16 */
2003-01-12 Michael Niedermayerget_format()
2003-01-05 Michael Niedermayernegative linesize support (so mplayer -flip works)
2003-01-05 Michael Niedermayerqpel in mmx2/3dnow
2003-01-03 Michael Niedermayermpeg4 header encoding bugfix
2003-01-02 Michael Niedermayerpre motion estimation cleanup/bugfix
2003-01-02 Michael Niedermayermotion estimation pre pass
2003-01-01 Michael Niedermayershape adaptive diamonds for EPZS
2003-01-01 Michael Niedermayertrellis quantization for mpeg1
2002-12-31 Michael Niedermayertrellis quantization
2002-12-30 Michael Niedermayercorrecter mpeg4 headers
2002-12-27 Michael Niedermayerqpel encoding
2002-12-17 Michael Niedermayermore debug output
2002-12-09 Michael NiedermayerAVVideoFrame -> AVFrame
2002-12-09 Michael Niedermayercleanup / messup?
2002-12-06 Michael Niedermayerfixing 2pass assert failure
next