| Commit message (Expand) | Author | Age | Files | Lines |
* | RoQ encoder: support different integer framerates | addr-see-the-website@aetey.se | 2014-02-03 | 1 | -2/+1 |
* | RoQ-encoder: introducing Quake 3 compatibility option | addr-see-the-website@aetey.se | 2014-02-01 | 1 | -7/+23 |
* | lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs | Stefano Sabatini | 2013-11-13 | 1 | -2/+2 |
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit 'bd8ac882140a38868c33c000a430a1292a352533' | Michael Niedermayer | 2013-05-06 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | avcodec: Add av_cold attributes to end functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+1 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -5/+3 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -20/+24 |
|\ \
| |/ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -20/+24 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+3 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | roqvideoenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -16/+23 |
|\ \
| |/ |
|
| * | roqvideoenc: switch to encode2(). | Anton Khirnov | 2012-02-20 | 1 | -9/+16 |
| * | roqvideoenc: add const qualifier to the input frame. | Anton Khirnov | 2012-02-20 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-24 | 1 | -11/+10 |
|\ \
| |/ |
|
| * | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -11/+10 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -3/+14 |
|\ \
| |/ |
|
| * | Fix an infinite loop when RoQ encoded generated a frame with a size greater t... | Vitor Sessak | 2011-03-22 | 1 | -3/+14 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -5/+5 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Remove unnecessary calls to avcodec_check_dimensions, the check is already | Reimar Döffinger | 2009-10-13 | 1 | -6/+0 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -2/+2 |
* | Remove useless #include <unistd.h> from many files | Måns Rullgård | 2009-07-22 | 1 | -1/+0 |
* | Remove useless assignment in generate_codebook(). Found by Clang static analy... | Vitor Sessak | 2009-04-17 | 1 | -1/+1 |
* | Use FLG pseudo-random number generator in RoQ and ELBG | Vitor Sessak | 2009-03-08 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Do not allocate RoqTempData on the stack | Vitor Sessak | 2009-01-24 | 1 | -12/+15 |
* | Replace calls to the deprecated function av_init_random() with | Stefano Sabatini | 2009-01-18 | 1 | -1/+1 |
* | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs | 2009-01-18 | 1 | -0/+1 |
* | Avoid POSIX reserved _t suffix. | Vitor Sessak | 2008-12-11 | 1 | -21/+21 |
* | Set avctx->coded_frame in RoQ encoder. At some point in | Vitor Sessak | 2008-07-19 | 1 | -0/+2 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. | Stefano Sabatini | 2008-05-15 | 1 | -2/+2 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add long names to AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |