summaryrefslogtreecommitdiffstats
path: root/libavcodec/roqvideoenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+3
|\
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+3
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | roqvideoenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-211-16/+23
|\ \ | |/
| * roqvideoenc: switch to encode2().Anton Khirnov2012-02-201-9/+16
| * roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-201-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-241-11/+10
|\ \ | |/
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+10
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-3/+14
|\ \ | |/
| * Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak2011-03-221-3/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-301-5/+5
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-131-6/+0
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-2/+2
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak2009-04-171-1/+1
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-081-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-241-12/+15
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-181-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-111-21/+21
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-191-0/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-151-2/+2
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Add my last name to copyright headersVitor Sessak2007-07-051-1/+1
* Remove more useless parentheses.Vitor Sessak2007-07-051-1/+1
* use properly AVFrame.linesizeVitor Sessak2007-07-021-8/+12
* use the right strideVitor Sessak2007-06-271-9/+13
* RoQ video encoderVitor Sessak2007-06-251-0/+1061
OpenPOWER on IntegriCloud