]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/mpegvideo.h
Rename error_resilience to error_recognizion.
[frescor/ffmpeg.git] / libavcodec / mpegvideo.h
2008-09-08 michaelRename error_resilience to error_recognizion.
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-02 michaelPicture.ref_count/ref_poc have to be stored per field...
2008-05-28 michaelFix return type of ff_init_me().
2008-03-09 aureladd FF_ prefix to all (frame)_TYPE usage
2008-03-05 aurelmove EDGE_WIDTH definition allong with draw_edges where...
2008-03-05 aurelmove relevant declarations to mpeg12data.h
2008-03-04 aurelmove run length table constants to rl.h
2008-03-04 aurelmove ff_emulated_edge_mc() to dsputil
2008-03-04 aurelremove old draw_edges declaration cruft
2008-03-04 aurelmove ff_init_scantable() into dsputil
2008-02-03 diegompegvideo.h has two function declarations with the...
2008-02-01 michaelconst
2008-01-07 benoitRemove unused symbol.
2007-12-02 diegoFix some spelling mistakes.
2007-12-01 vitorspelling
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-10-08 bcoudurierexport convert_matrix and add ff_ prefix
2007-10-08 bcoudurierexport DCT_common_init and add ff_prefix
2007-10-03 aurelremove alternative declaration of h263_encode_init()
2007-10-03 aurelfix declaration name from MPV_common_init_ppc to MPV_co...
2007-10-03 aurelremove useless #ifdef
2007-10-02 andomaCosmetic preparations for h264/PAFF implementation.
2007-08-01 michaelexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-11 michaelsimplify ff_h263_round_chroma()
2007-07-11 mrumove ff_h263_round_chroma() to mpegvideo.h as static...
2007-07-10 aurelSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-08 mrutrivial warning fixes
2007-07-06 aurelmove ff_copy_bits to bitstream.c
2007-07-05 aurelmake DCT_common_init() static
2007-06-12 diegomisc spelling fixes
2007-05-18 aurelsplit ljpeg encoder out of mjpeg.c
2007-05-14 aurelremove some unused mjpeg encoding variables
2007-05-05 aureladd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 aurelmove mpegvideo_parser in it's own file
2007-04-07 diegotypos/grammar
2007-03-31 gpoirierAdd doxy comments, based on Loren's explanations posted...
2007-03-14 michaelmove RLTable stuff to its own header
2006-12-23 michaelskiprd
2006-12-21 michaelskip motion estimation and encoding of non direct-0...
2006-11-16 bcoudurierthrow error if unsupported resolution is used with...
2006-11-07 bcoudurieradd codec_tag and codec_stream_tag to MpegEncContext...
2006-11-06 bcouduriermove AVCodecParser prototypes and definitions to parser...
2006-10-28 michaellambda* should be unsigned
2006-10-08 rathannFixes:
2006-10-08 rathannFixes:
2006-10-08 rathannFixes:
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-05 michaelfix buffer underflows by reencoding the current frame...
2006-09-29 takisMove the ratecontrol related code from mpegvideo.h...
2006-09-29 takisPull out the ff_eval* from the mpegvideo header, as...
2006-09-27 mrudc_val should be signed
2006-09-27 mrufix some signedness warnings
2006-09-27 takisMake ratecontrol use ff_eval2().
2006-08-15 gpoirierCompile fix (for GCC<3.3) when encoders are disabled
2006-05-26 bcoudurierfix mbd bits bug, finally
2006-05-16 bcoudurierMPEG-2 4:2:2 encoding support
2006-04-28 michaeluse previous qscale for intra_dc_threshold check
2006-04-03 lorenm2x faster ff_mpeg4_set_direct_mv
2006-03-19 michaelvarious fixes for xvid_rc
2006-02-05 diegoMSVC-compatible __align8/__align16 declaration
2006-02-04 michaelfaster find_startcode()
2006-01-27 michaelfixing bframe strategy 2
2006-01-25 diegowarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-24 michaelxvid ratecontrol support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-29 michaelsecond try of improved lambda/qp guessing for motion...
2005-12-22 michaelbetter f_code guessing in 2nd pass
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-19 michaeluse correct qp & lambda for ME on the second pass
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-24 michaelfix user data parsing code so it suppors pre1 and cvs
2005-06-17 diegospelling fixes
2005-06-01 michaeladding a few const
2005-04-30 michaelswitch to native time bases
2005-04-24 melansonMinistry of English Composition, reporting for duty...
2005-03-04 lorenmH.264: decode arbitrary frame orders and allow B-frames...
2005-01-12 michaelvarious security fixes and precautionary checks
2004-12-29 michaelcommon.c -> bitstream.c (and the single non bitstream...
2004-12-07 michaelrv20 encoding
2004-11-27 michaelMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-10-28 michaelH.261 encoder by (Maarten Daniels <maarten dot daniels...
2004-10-25 michaeltype fix
2004-10-08 michaelh.261 loop filter fix
2004-09-25 michael1/2 resolution decoding
2004-09-25 michaelH.264 max reference pictures fix by (Loren Merritt...
2004-09-10 michaelmess cleanup
2004-08-26 michaelquad tree based motion compensation (currently only...
2004-06-11 iivempeg2 chroma422/444 support, may be slower, may be...
2004-05-30 michaelh261 decoder by (Maarten Daniels <maarten.daniels at...
2004-05-25 michaelwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-18 michaelsome of the warning fixes by (Michael Roitzsch <mroi...
2004-05-12 michaelmotion estimation for SVQ1
2004-05-11 michaelmoving motion estimation specific variables from MpegEn...
2004-04-29 michaelremove duplicated find_frame_end() code
2004-04-25 michaelsupport reusing mb types and field select values of...
2004-04-22 michaelmotion estimation cleanup
2004-04-17 michaelpassing AVFrame instead of AVPicture around in ffmpeg...
2004-04-17 michaelflv dropable p frame support
2004-04-16 michaelunify table indexing (motion_val,dc_val,ac_val,coded_bl...
next