]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo.c
last_picture should be never == NULL (it was with dr1) this might fix a segfault...
[ffmpeg] / libavcodec / mpegvideo.c
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...
2002-03-12 Michael Niedermayermpeg4 b-frames :)
2002-03-10 Michael Niedermayerdivx5 draw_edges bugfix
2002-03-09 Michael Niedermayerdivx5-gmc support
2002-02-26 Juanjo- Added PSNR feature to libavcodec and ffmpeg. By now...
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-19 Juanjo- Bug fixes in H.263+ Advanced INTRA Coding decoder.
2002-02-18 Juanjo- H.263+ decoder support for Advanded INTRA Coding...
2002-02-18 Zdenek Kabelac* eliminating duplicated code from MPV_common_end
2002-02-15 Juanjo- Minor changes on bitrate control
2002-02-12 Michael Niedermayeralternative bitstream writer (disabled by default,...
2002-02-10 Juanjo- More work on preliminary bit rate control, just to...
2002-02-10 Juanjo- Now the ME is done for the entire picture when encond...
2002-02-09 Juanjo- Fixes on RTP and GOB headers for H.263.
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-02-09 ArpiPATCH by Rik Snel <rsnel@cube.dyndns.org>
2002-02-07 Michael Niedermayeravoid copying input when encoding non intra stuff too
2002-01-27 Michael Niedermayer(commit by michael)
2002-01-24 Michael Niedermayer(commit by michael)
2002-01-24 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-12 Arpirv10 sig11 fix by Michael Niedermayer <michaelni@gmx.at>
2002-01-11 Michael Niedermayerdifferent fix, s->mbintra_table used only if h263_pred...
2002-01-11 Vladimir DergachevThis fixes segfaults because of uninitialized s->mbintr...
2002-01-11 Arpimpeg4 encoder fix by Michael Niedermayer <michaelni...
2002-01-10 Michael NiedermayerAC table reset (memset) optimization - patch by Michael...
next