]> git.sesse.net Git - ffmpeg/history - libavcodec/msmpeg4.c
Remove obsolete display_flags member from xvmc struct
[ffmpeg] / libavcodec / msmpeg4.c
2009-02-09 Michael NiedermayerFix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-10-16 Diego PettenòConvert asm keyword into __asm__.
2008-10-04 Diego PettenòMark the ff_find_best_tables symbol static to msmpeg4...
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-25 Stefan Gehrerremove duplicate tables
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-13 Diego Biurruntypo fix: inited --> initialized
2008-01-14 Sigbjørn SkjæretAdd a couple of missing consts.
2007-11-07 Aurelien Jacobscosmetics: indentation
2007-11-07 Aurelien Jacobssplit wmv2 in its own file
2007-11-07 Aurelien Jacobsrename some msmpeg4 symbols and make them non-static
2007-08-13 Diego BiurrunMove msmpeg4 tables from a header file to msmpegdata.c.
2007-08-05 Michael Niedermayermake wmv1 and wmv2 playable with M$ DMO decoder
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-22 Fortin Denismodify msmpeg4 functions to generate VC1 compatible...
2007-06-21 Denis Fortinstatic (inline) X => ff_X
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-05 Denis FortinRename code012() to ff_code012(), and remove static...
2007-05-10 Aurelien Jacobssplit msmpeg4 data to easily share some of it with...
2007-03-14 Michael Niedermayerkill av_mallocz_static() calls in init_rl()
2006-11-12 Måns Rullgårdrename inverse -> ff_inverse
2006-11-01 Diego BiurrunUse common define for x86_32 and x86_64.
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårddc_val should be signed
2006-09-27 Måns Rullgårdadd some #ifdef CONFIG_ENCODERS/DECODERS
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-06-27 Kostya ShishkovRename VC9 to VC1 as there is no such thing as VC9
2006-03-08 Steve L'Homme(f)printf --> av_log conversion
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-26 Michael NiedermayerCompilation fixes part 1 patch by (Arvind R. and Burkha...
2005-05-02 Michael Niedermayerput most codecs under ifdefs
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-18 Michael Niedermayeravoid UPDATE_CACHE() in GET_RL_VLC() if not needed
2005-01-30 anonymousIn that patch:
2005-01-26 anonymoususe dc tables from msmpeg4 instead of duplicating them...
2005-01-25 Michael Niedermayerdont duplicate decode012()
2004-11-27 Burkhard PlaumMemory leak fix patch by (Burkhard Plaum <plaum >at...
2004-10-11 Aurelien Jacobsadapting existing mmx/mmx2/sse/3dnow optimizations...
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2004-01-10 Michael Niedermayercopyright year update of the files i touched and rememb...
2003-12-03 Michael Niedermayerh263 modified quantization fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-08-10 Michael Niedermayerskip ext header missing message for msmpeg4v2
2003-07-29 Michael Niedermayerdebug stuff
2003-06-22 Michael NiedermayerCONFIG_ENCODERS cleanup
2003-05-19 Michael NiedermayerASV1 codec
2003-05-14 BEROfastdiv patch by (BERO <bero at geocities dot co dot...
2003-05-14 BEROdecode motion & modulo optimize patch by (BERO <bero...
2003-04-25 Michael Niedermayer2pass stats fix (by ffdshow cvslog)
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
2003-04-02 Michael Niedermayermsmpeg4 2pass support & some related cleanup
2003-04-01 Michael Niedermayerfixing msmpeg4v2 encoding
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-06 Michael Niedermayerper file doxy
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Michael Niedermayercheck for qscale==0 (fixes 1/0 on one corrupted stream)
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-09 Michael Niedermayerfixed wmv2 slices
2002-12-27 Michael Niedermayerqpel encoding
2002-12-04 Michael Niedermayercleanup
2002-11-10 Michael Niedermayerreversing header game
2002-10-27 Michael Niedermayermergeing inter & intra rl_length tables (50% smaller...
2002-10-27 Michael Niedermayer75% smaller rl_length table
2002-10-25 Michael Niedermayerfixing decoding of streams with no keyframe at the...
2002-10-20 Michael Niedermayerfixing msmpeg4v3 encoding at bitrates <128k
2002-10-13 Michael Niedermayerfixing wmv1 slice decoding
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-11 Fabrice Bellardremoved unused variables
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-08-09 Michael Niedermayerfaster vlc table selection
2002-08-04 Michael Niedermayerhopefully fixing unreprodceable segfault when overreadi...
2002-08-04 Michael Niedermayersupporting rare overflow mess even with error_resilience>=0
2002-08-04 Michael Niedermayermaking some error checks optional
2002-07-22 Michael Niedermayerfixing bitrate vs. kbitrate in header
2002-07-17 Michael Niedermayerfixes fire.avi & subtitles.avi
2002-07-15 Michael Niedermayeruvlinesize
2002-07-13 Michael Niedermayerrl vlc decoding optimizations
2002-07-10 Michael Niedermayerget_vlc() optimizations
2002-07-07 Michael Niedermayerwmv1 slice_height != mb_height support
2002-06-22 Michael Niedermayerfixing wmv1 bugs, it was foolish to belive that m$...
2002-06-18 Michael Niedermayerwmv1 support
2002-06-06 Fabrice Bellardfixed multiple allocation bug
2002-06-03 Falk HüffnerMinor warning cleanup.
next