]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.h
H264 decoder & demuxer
[ffmpeg] / libavcodec / mpegvideo.h
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
2002-12-04 Michael Niedermayernew PSNR code (now works with chroma, b frames, ...)
2002-12-04 Michael Niedermayercleanup
2002-11-19 Zdenek Kabelac* fixed prototype
2002-11-19 Zdenek Kabelac* compilation fix (ARM users please check)
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-08 Michael Niedermayercleanup (breaks compatibility, requested by fabrice)
2002-11-02 Michael NiedermayerAltivec Patch (Mark III) by (Dieter Shirley <dieters...
2002-10-30 Michael Niedermayerexporting the internal qscale table, this allso fixes...
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-22 Michael Niedermayerxvid qpel bug autodetect
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-14 Michael Niedermayerbetter padding bug detection
2002-10-14 Michael Niedermayermpeg4 header parser clenup (needed for parsing of VOL...
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-04 Alex Beregszaszimoved dct init out from mpv_common_init to dct_common_i...
2002-10-03 Leon van Stuivenbergps2 optimizations update patch by (Leon van Stuivenberg...
2002-09-29 Michael Niedermayerrenaming variable
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-24 Michael Niedermayeradaptive quantization for h263
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-18 Michael Niedermayer10l (forgot to commit)
2002-09-14 Michael Niedermayerdont store version for bit-exact tests
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-12 Michael Niedermayerstatistics for forw & back p-MBs instead of just one...
2002-09-11 Michael Niedermayerreducing sizeof MpegEncContext to avoid stack overflow...
2002-09-01 Michael Niedermayerdct cleanup
2002-08-30 Martin Olschewskisun solaris compilation bugfix, patch by (Martin Olsche...
2002-08-29 Michael Niedermayerslow but accurate integer dct from IJG (should be ok...
2002-08-26 Alex Beregszasziadded aspected_width/height for EXTENDED_PAR
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-22 Michael Niedermayerbetter scene change detection
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-08-05 Michael Niedermayer4mv + bframe decoding bugfix
2002-08-02 Michael Niedermayerfixing mpeg4 mpeg quantizers
2002-07-25 Michael Niedermayerdifferent edge positions fixed with edge emu / dr1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-13 Michael Niedermayerrl vlc decoding optimizations
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-07 Michael Niedermayerwmv1 slice_height != mb_height support
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-06-18 Michael Niedermayerwmv1 support
2002-06-04 Fabrice Bellardadded missing externs (we were lucky that commons are...
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-21 Michael Niedermayerworkaround dc_scale bug in old ffmpeg msmpeg4v3 encoder...
2002-05-11 Juanjo- pict_type exported to AVCodecContext
2002-05-07 Alex Beregszasziclamp intra matrix to 8bit for mjpeg (workaround for...
2002-05-06 Michael Niedermayerthere are divx5? encoded files without a userdata secti...
2002-04-30 Michael Niedermayerfixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-27 Michael Niedermayerexport mbskip_table for direct rendering
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Michael Niedermayerexport delay info
2002-04-22 Michael Niedermayerdivx 5.01 support
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
next