]> git.sesse.net Git - ffmpeg/history - libavcodec/msmpeg4.c
Move the ratecontrol related code from mpegvideo.h to a separate header file.
[ffmpeg] / libavcodec / msmpeg4.c
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.
2002-06-02 Michael Niedermayermsmpeg4v1 decoding
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-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-04-30 Michael Niedermayerfixing msmpeg4v3 dc-scale for quantizers 24-31
2002-04-06 Michael Niedermayerwmv1 header parser (unfinished)
2002-04-05 Michael Niedermayermsmpeg4v2 encoding
2002-04-05 Michael Niedermayerfixing msmpeg4v2 bugs (is bugfree now afaik)
2002-04-05 Michael Niedermayermsmpeg4v2 decoding (no encoding yet)
2002-03-29 Michael Niedermayermsmpeg4v2 header parser & some dump bits code behind...
2002-03-29 Michael Niedermayerminor optimizations / simplifications
2002-02-22 Michael Niedermayerfixing msmpeg4 decoding if fps < 16 (i thought it was...
2002-02-18 Zdenek Kabelac* simplified indexing
2002-02-09 Michael Niedermayerworkaround gcc 2.95.2 bug
2002-02-05 Michael Niedermayeruse multiply instead of divides for DC prediction on X86
2002-01-28 Zdenek Kabelac* temporal solution for shared lib compilation
2002-01-20 Nick KurshevAlpha optimizations by Falk Hueffner <falk.hueffner...
2002-01-15 Michael Niedermayer(commit by michael)
2002-01-14 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-13 Michael Niedermayer(commit by michael)
2002-01-11 Michael Niedermayers->c_dc_scale was 7 if s->qscale==2 but should be 8...
2002-01-08 Michael Niedermayerfix slices when code=0x18, patch by Michael Niedermayer...
2001-10-23 Zdenek Kabelac* prevent crash in decoder
2001-08-11 Fabrice Bellardfixed mb_intra_vlc decoding table size
2001-08-06 Fabrice Bellardtypes fix
2001-08-04 Arpiget_bits() specialization, gives 4\speedup
2001-07-24 Fabrice Bellardadded skip macroblock optimization (big perf win on...
2001-07-22 Fabrice BellardInitial revision