]> git.sesse.net Git - ffmpeg/history - libavcodec/roqvideoenc.c
lavc: move SANE_NB_CHANNELS to internal.h and use it in the PCM decoders
[ffmpeg] / libavcodec / roqvideoenc.c
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-20 Anton Khirnovroqvideoenc: switch to encode2().
2012-02-20 Anton Khirnovroqvideoenc: add const qualifier to the input frame.
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-03-22 Vitor SessakFix an infinite loop when RoQ encoded generated a frame...
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...
2010-06-30 Måns RullgårdFix grammar errors in documentation
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-10-13 Reimar DöffingerRemove unnecessary calls to avcodec_check_dimensions...
2009-09-06 Reimar DöffingerMark all pix_fmts and supported_framerates compound...
2009-07-22 Måns RullgårdRemove useless #include <unistd.h> from many files
2009-04-17 Vitor SessakRemove useless assignment in generate_codebook(). Found...
2009-03-08 Vitor SessakUse FLG pseudo-random number generator in RoQ and ELBG
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-24 Vitor SessakDo not allocate RoqTempData on the stack
2009-01-18 Stefano SabatiniReplace calls to the deprecated function av_init_random...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2008-12-11 Vitor SessakAvoid POSIX reserved _t suffix.
2008-07-19 Vitor SessakSet avctx->coded_frame in RoQ encoder. At some point in
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-15 Stefano Sabatinicosmetics: s/Id/id/ in libavcodec where Id refers to...
2008-05-11 Carl Eugen HoyosReplace some occurrences of -1 with PIX_FMT_NONE.
2008-04-27 Stefano SabatiniAdd long names to AVCodec declarations.
2007-07-05 Vitor SessakAdd my last name to copyright headers
2007-07-05 Vitor SessakRemove more useless parentheses.
2007-07-02 Vitor Sessakuse properly AVFrame.linesize
2007-06-27 Vitor Sessakuse the right stride
2007-06-25 Vitor SessakRoQ video encoder