]> git.sesse.net Git - ffmpeg/history - libavcodec/rv10.c
Remove unnecessary dsputil.h #includes
[ffmpeg] / libavcodec / rv10.c
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-06 Anton Khirnovrv10: improve buffer size check.
2013-02-06 Anton Khirnovh263: remove an unused parameter from ff_h263_decode_in...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-21 Mans RullgardRemove lowres video decoding
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-04 Anton Khirnovlavc: deprecate AVCodecContext.sub_id.
2012-03-02 Alex Converserv10/20: Fix slice overflow with checked bitstream...
2012-03-02 Alex Converserv10/20: Fix a buffer overread caused by losing track...
2012-03-01 Diego BiurrunReplace AVFrame pointer type punning by proper struct...
2012-02-15 Martin Storsjömpegvideo: Add ff_ prefix to nonstatic functions
2012-02-15 Martin Storsjörv: Add ff_ prefix to nonstatic symbols
2012-02-15 Martin Storsjöh263: Add ff_ prefix to nonstatic symbols
2012-01-25 Janne Grunaurv20: prevent calling ff_h263_decode_mba() with unset...
2012-01-24 Janne Grunaurv10: verify slice offsets against buffer size
2011-12-13 Luca Barbatolavc: introduce ER_MB_END and ER_MB_ERROR
2011-12-13 Luca Barbatoerror_resilience: use the ER_ namespace
2011-09-19 Laurent Aimarrv10: Reject slices that does not have the same type...
2011-08-17 Kostya Shishkovrv10/20: tell decoder to use edge emulation
2011-08-09 Kostya ShishkovSaner RV1/2 initialisation and RV2 header parsing.
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-06-02 Mans RullgardRemove unused variables
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-04-29 Diego BiurrunRemove some disabled printf debug cruft.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-09-07 Stefano SabatiniUse new imgutils.h API names, fix deprecation warnings.
2010-08-06 Stefano SabatiniRemove use of the deprecated function avcodec_check_dim...
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-01-31 Reimar DöffingerAdd include to fix implicit declaration of ff_mpeg4_ini...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2009-12-01 Michael NiedermayerStore original width/height so that rv20 does not get...
2009-12-01 Michael NiedermayerMake rv1/2 decoder use the next slice if needed.
2009-11-23 Michael NiedermayerCorrect order of arguments for avcodec_check_dimensions().
2009-11-23 Michael NiedermayerMake sure avcodec_set_dimensions() is used when rv20...
2009-08-03 Diego BiurrunSplit RV10 encoder off into its own file.
2009-08-03 Diego BiurrunSplit RV20 encoder into its own file.
2009-08-03 Diego BiurrunMove AVCodec declarations for RV10/20 from mpegvideo_en...
2009-08-02 Diego BiurrunRemove commented-out cruft.
2009-07-28 Diego BiurrunUse dprintf() instead of '#ifdef DEBUG' and av_log().
2009-07-27 Diego BiurrunRemove disabled function get_num().
2009-05-23 Michael Niedermayerindent
2009-05-23 Michael NiedermayerFix lowres with rv20.
2009-04-11 Michael NiedermayerGet rid of INIT_VLC_USE_STATIC in rv10/rv20.
2009-04-11 Carl Eugen HoyosUse INIT_VLC_USE_STATIC and not its value "1".
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
2009-02-03 Michael NiedermayerFix unknown header 10001000 / http://samples.mplayerhq...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-15 Laurent AimarCheck extradata is large enough.
2008-10-02 Diego Biurrunspelling cosmetics
2008-09-03 Diego BiurrunReplace generic CONFIG_ENCODERS preprocessor conditiona...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-02-01 Michael Niedermayerconst
2007-10-21 Kostya Shishkovindentation after last commit
2007-10-21 Kostya ShishkovMake RV10/20 decoder work with new frame format
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-07-08 Roman Shaposhnik * Getting rid of the use of GCC language extensions
2007-03-11 Reimar DöffingerCheck dimensions to avoid division by zero due to inval...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-30 Michael Niedermayerseems only 3 bits are used for the number of resolution...
2006-09-30 Michael Niedermayerignore sub_id
2006-09-30 Michael Niedermayerbig endian fix
2006-09-30 Michael Niedermayersupport resolution switching, fixes rv20errors.rm
2006-09-29 Michael Niedermayersimplify
2006-09-29 Michael Niedermayerfix rv20 b frames (broke since r5264 Mon Apr 3 07:52...
2006-09-26 Michael Niedermayerfix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
2006-09-26 Michael Niedermayerfix decoding of bastard1.rm (rv ver=0x10003001 ver0...
2006-04-15 Wolfgang SchererFix SIGSEGV in rv10-null-pointer-500k.rm.
2006-04-14 Michael Niedermayerfix "concealing 0 DC, 0 AC, 0 MV errors" bug
2006-03-10 Michael Niedermayercleanup picture / debug output code
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-09-01 Michael Niedermayererror concealment fix
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-25 Michael Niedermayeravoid unneeded clear_blocks()
2005-04-25 Matthieu Castetextract from the subid the options
2005-04-24 Michael Niedermayerfixing broken_rv20_1mb_.rm
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-21 Michael NiedermayerVideo-Galileo_small.rm fix by (matthieu castet # castet...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
next