]> git.sesse.net Git - ffmpeg/history - libavcodec/wmv2.c
lavc: introduce VideoDSPContext
[ffmpeg] / libavcodec / wmv2.c
2012-12-20 Ronald S. Bultjelavc: introduce VideoDSPContext
2012-02-15 Martin Storsjömsmpeg4: Add ff_ prefixes to nonstatic symbols
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-29 Ronald S. BultjeMove ff_emulated_edge_mc() into DSPContext.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-10 Loren Merrittclear_block mmx
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2007-12-08 Aurelien Jacobsadd ff_ prefix to all simple_idct symbols
2007-11-25 Aurelien Jacobssplit wmv2 encoder and decoder in their own files
2007-11-09 Michael Niedermayerintrax8 decoder patch by "someone"
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-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-06-27 Ivan KalvachevIdentify the loop_filter flag as such and remove the...
2007-06-21 Denis Fortinstatic (inline) X => ff_X
2007-06-12 Diego Biurrunmisc spelling fixes
2007-06-05 Denis FortinRename code012() to ff_code012(), and remove static...
2007-05-09 Diego BiurrunReplace general CONFIG_ENCODERS by more fine-grained...
2007-05-09 Diego BiurrunAllow conditional compilation of H.263-related decoders.
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-01-03 Michael Niedermayermaybe fixing a segfault
2006-10-11 Diego BiurrunRename ABS macro to FFABS.
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-21 Michael Niedermayer1000l copy and paste typo
2006-09-20 Michael Niedermayerset supported pixel formats for a few encoders (fixes...
2006-07-09 Michael Niedermayerremove STATS code (probably hasnt been used for years...
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
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-04 Michael Niedermayersegfault fix
2005-07-27 Diego BiurrunReduce verbosity.
2005-05-08 Michael Niedermayerfix block corruption caused by clear_blocks() optimization
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-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-30 anonymousIn that patch:
2004-05-25 Michael Niedermayerwarning fixes by (Michael Roitzsch <mroi at users dot...
2004-05-18 Michael Niedermayersome of the warning fixes by (Michael Roitzsch <mroi...
2004-04-16 Michael Niedermayerseems wmv8 doesnt use intra-inter prediction
2004-04-16 Michael Niedermayerunify table indexing (motion_val,dc_val,ac_val,coded_bl...
2003-12-09 Wolfgang Hesselermove motion_val & mb_type to AVFrame patch by (Wolfgang...
2003-12-03 Michael Niedermayerh263 modified quantization fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-13 Alex Beregszaszi10l
2003-08-24 Fabrice Bellardavoid warning
2003-06-19 Mike Melansonfix identifier to fix compilation
2003-06-18 Michael Niedermayermake ff_emulated_edge_mc() independant of MpegEncContext
2003-05-19 Michael NiedermayerASV1 codec
2003-04-12 Michael Niedermayer10l
2003-04-12 Michael Niedermayer10l (use before malloc)
2003-04-10 Michael Niedermayersimplified adressing of most mb based arrays (mb_x...
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-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
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 Zdenek Kabelac* static,const,compiler warning cleanup
2003-01-29 Michael Niedermayerbugfix
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