summaryrefslogtreecommitdiff
path: root/libavcodec/roqvideoenc.c
Commit message (Expand)AuthorAge
* Merge commit 'bd8ac882140a38868c33c000a430a1292a352533'Michael Niedermayer2013-05-06
|\
| * avcodec: Add av_cold attributes to end functions missing themDiego Biurrun2013-05-05
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-05
|\|
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | roqvideoenc: switch to ff_alloc_packet2()Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-21
|\|
| * roqvideoenc: switch to encode2().Anton Khirnov2012-02-20
| * roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-24
|\|
| * Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-24
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-23
|\|
| * Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak2011-03-22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger2009-10-13
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-22
* Remove useless assignment in generate_codebook(). Found by Clang static analy...Vitor Sessak2009-04-17
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Do not allocate RoqTempData on the stackVitor Sessak2009-01-24
* Replace calls to the deprecated function av_init_random() withStefano Sabatini2009-01-18
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* Avoid POSIX reserved _t suffix.Vitor Sessak2008-12-11
* Set avctx->coded_frame in RoQ encoder. At some point inVitor Sessak2008-07-19
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* cosmetics: s/Id/id/ in libavcodec where Id refers to id Software.Stefano Sabatini2008-05-15
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* Add my last name to copyright headersVitor Sessak2007-07-05
* Remove more useless parentheses.Vitor Sessak2007-07-05
* use properly AVFrame.linesizeVitor Sessak2007-07-02
* use the right strideVitor Sessak2007-06-27
* RoQ video encoderVitor Sessak2007-06-25