OSDN Git Service

libx264: add 'partitions' private option
[coroid/libav_saccubus.git] / libavcodec / msmpeg4.c
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-06-02 Mans RullgardRemove unused variables
2011-05-24 Anton Khirnovmsmpeg4: reindent.
2011-05-24 Anton Khirnovlavc: remove msmpeg4v1 encoder.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-04-26 Diego BiurrunEliminate pointless '#if 1' statements without matching...
2011-04-12 Alberto DelmasCheck for successful h263 init in msmpeg4 init
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-23 Mans RullgardRemove redundant checks against MIN_CACHE_BITS
2010-08-24 Måns Rullgårdmsmpeg4v1: fix undefined behaviour in msmpeg4_decode_pi...
2010-07-07 Carl Eugen HoyosAdd new decoder property max_lowres and do not init...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-04 Michael NiedermayerImplement cool new vlc code.
2010-01-08 Michael NiedermayerMove AVCodecs from h263dec.c to msmpeg4.c and disentang...
2010-01-08 Michael NiedermayerUse h263 tables in msmpeg4v1 dont duplicate them halfway.
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerRename DCtab_*, its a global variable and it helps...
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2009-12-31 Diego BiurrunRemove unused function msmpeg4_memsetw().
2009-12-30 Diego Biurruncosmetics: Reorder functions to avoid forward declarations.
2009-12-30 Diego BiurrunRemove unnecessary forward declaration for msmpeg4_mems...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-08-21 Reimar DöffingerReplace #ifdef PIC checks with the more appropriate...
2009-07-30 Diego BiurrunRemove unused debug av_log() calls.
2009-07-30 Diego BiurrunRemove unused variable intra_count.
2009-07-29 Diego BiurrunDo not check for both CONFIG_VC1_DECODER and CONFIG_WMV...
2009-04-17 Michael NiedermayerGet rid of an unused variable, found by the clang stati...
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in msmpeg4
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
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
next