]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame)
[ffmpeg] / libavcodec / mpegvideo.c
2002-09-30 Michael Niedermayerconvert only needed matrixes in convert_matrix() (mjpeg...
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-28 Falk HüffnerAn easy way to speed up encoding by 6%.
2002-09-27 Michael Niedermayerff_get_fourcc() & XVIX support
2002-09-26 Michael Niedermayermpeg4 interlaced dct encoding
2002-09-24 Michael Niedermayeradaptive quantization for h263
2002-09-24 Michael Niedermayerdarkness masking (lumi masking does only bright stuff...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-14 Michael Niedermayerfixing qpel 4mv
2002-09-14 Michael Niedermayerinterlaced qpel mpeg4 fixed
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-12 Michael Niedermayerfixing interlaced mpeg4 decoding
2002-09-12 Michael Niedermayerstatistics for forw & back p-MBs instead of just one...
2002-09-12 Michael Niedermayerset pict_type & key_frame on decoding too
2002-09-11 Michael Niedermayerput/avg_pixels16
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-27 Michael Niedermayermpeg4 interlaced decoding support (not completly implem...
2002-08-26 Alex Beregszasziadded aspected_width/height for EXTENDED_PAR
2002-08-25 Michael Niedermayernew ratecontrol code
2002-08-24 Michael Niedermayererror concealment needs the mbintra_table so it should...
2002-08-22 Michael Niedermayerbetter scene change detection
2002-08-18 Michael Niedermayersame dc skip behavior for chroma & luma elimination...
2002-08-17 Michael Niedermayerskip blocks with small chroma dc too (if the user wants...
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-08-05 Michael Niedermayer4mv + bframe decoding bugfix
2002-08-04 Michael Niedermayerlast_picture should be never == NULL (it was with dr1...
2002-08-02 Michael Niedermayerfixing mpeg4 mpeg quantizers
2002-08-01 Michael Niedermayermax_b_frame=4 bugfix
2002-07-25 Michael Niedermayerdifferent edge positions fixed with edge emu / dr1
2002-07-21 Michael Niedermayerminor optimizations
2002-07-17 Michael Niedermayeruse edge emu for encoding of width or height %16!=0...
2002-07-17 Michael Niedermayerfixing NULL reference frame with dr1
2002-07-17 Michael Niedermayerlarger edge emu buffer (might have been too small)
2002-07-17 Michael Niedermayerfixing gmc with emu edges
2002-07-17 Michael Niedermayerinterlaced mpeg2 fix ... replacing linesize>>1 by uvlin...
2002-07-16 Michael Niedermayerexporting mbskip_table after it has been allocated
2002-07-15 Michael Niedermayerdirect rendering for SVQ1
2002-07-15 Michael Niedermayeruvlinesize
2002-07-15 Michael Niedermayer4mv & qpel edge emu
2002-07-14 Michael Niedermayerdirect rendering method 1 support
2002-07-13 Michael Niedermayerrl decoding optimization
2002-07-10 Marko Kreenadding ff prefix to avoid global name conficts with...
2002-07-03 Falk HüffnerUpdate and activate dct_unquantize_h263_mvi. Thanks...
2002-06-25 Michael Niedermayerinit dc_scale tables to defaults (fixes mjpeg sig11)
2002-06-18 Michael Niedermayerwmv1 support
2002-06-09 Michael Niedermayergrayscale only encoding
2002-06-09 Michael Niedermayergrayscale only decoding
2002-06-05 Michael Niedermayeroptimizing MPV_decode_mb
2002-06-05 Fabrice Bellarduse ff_idct_put/add()
2002-06-04 Fabrice Bellardavoid name clash with libjpeg - added missing externs
2002-06-03 Nick Kurshevuse qstride instead of fixed constants
2002-06-03 Nick Kurshevnew field for communicating with external postprocessing
2002-06-02 Michael Niedermayertypo (found by Bohdan Horst <nexus at hoth.amu.edu...
2002-06-02 Michael Niedermayerdivx5 bug workaround
2002-06-02 Michael Niedermayersingle coefficient elimination
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
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-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
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 Niedermayersegfault fix
2002-04-22 Michael Niedermayerexport delay info
2002-04-22 Michael Niedermayerdivx 5.01 support
2002-04-21 Michael Niedermayerfixed ratecontrol & b-frames
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayerfixing hq mode with mpeg1 and 2-pass
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-14 Juanjo- ME method compatibility with legacy apps.
2002-04-14 Juanjo- ME setting moved to AVCodecContext/MpegEncContext...
2002-04-08 Zdenek Kabelac* using pixtype as enum - by Philip Gladstone
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-30 Michael Niedermayerfixing 1/0
2002-03-28 Arpiusing Juanjo's way to pass forced type - especially...
2002-03-28 Michael Niedermayerforce frame type for 2-pass encoding
2002-03-28 Michael Niedermayermpeg4 4MV encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-24 Michael Niedermayerfcode_tables where too small, found by Klaas-Pieter...
2002-03-24 Michael Niedermayer10l (motion_val was uninitilized)
2002-03-23 Michael Niedermayerfixing motion estimation with h263p hopefully
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayerfixing epzs & mpeg1 (hopefully now really ...)
2002-03-22 Michael Niedermayermpeg1 & epzs fix
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-17 Michael Niedermayerscene change detection
2002-03-17 Michael Niedermayer10l
2002-03-17 Michael Niedermayerhopefully better bitrate controll
2002-03-15 Michael Niedermayeroptimization
2002-03-15 Michael Niedermayeruse ac prediction in mpeg4 encoding (5% smaller intra...
next