| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/asvenc: Replace bitstream space check by assert | Michael Niedermayer | 2019-01-01 | 1 | -4/+1 |
* | lavc: fix typos | Moritz Barsnick | 2016-10-09 | 1 | -1/+1 |
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | Derek Buitenhuis | 2016-01-27 | 1 | -4/+4 |
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -4/+2 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -16/+2 |
* | | Merge commit 'e524f37356156893cae50fc46451bd4a6198703d' | Michael Niedermayer | 2015-06-01 | 1 | -0/+2 |
|\| |
|
| * | asv: Check memory allocation | Vittorio Giovara | 2015-05-31 | 1 | -0/+2 |
* | | Merge commit 'd90133b77bf69667d10e54de9aae7da223c6876a' | Michael Niedermayer | 2015-04-24 | 1 | -0/+4 |
|\| |
|
| * | asvenc: Mark codec as init-thread-safe and init-cleanup | Vittorio Giovara | 2015-04-24 | 1 | -0/+5 |
* | | Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06' | Michael Niedermayer | 2014-12-15 | 1 | -1/+2 |
|\| |
|
| * | asvenc: Forward the error instead of asserting on it | Luca Barbato | 2014-12-14 | 1 | -5/+11 |
* | | avcodec/asvenc: fix AAN scaling | Michael Niedermayer | 2014-09-23 | 1 | -2/+9 |
* | | avcodec/asvenc: Fix integer overflow in level | Michael Niedermayer | 2014-09-23 | 1 | -5/+9 |
* | | Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67' | Michael Niedermayer | 2014-09-02 | 1 | -106/+142 |
|\| |
|
| * | asv: K&R formatting cosmetics | Gabriel Dume | 2014-09-02 | 1 | -106/+143 |
* | | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e' | Michael Niedermayer | 2014-07-10 | 1 | -7/+7 |
|\| |
|
| * | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -7/+7 |
* | | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3' | Michael Niedermayer | 2014-07-08 | 1 | -2/+4 |
|\| |
|
| * | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -2/+4 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -0/+1 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -0/+1 |
* | | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765' | Michael Niedermayer | 2014-06-23 | 1 | -1/+2 |
|\| |
|
| * | dsputil: Split bswap*_buf() off into a separate context | Diego Biurrun | 2014-06-22 | 1 | -1/+2 |
| * | asvenc: free avctx->coded_frame on codec close | Janne Grunau | 2014-02-09 | 1 | -0/+8 |
* | | avcodec/asvenc: fix encoding dimensions %16 != 0 | Michael Niedermayer | 2014-05-31 | 1 | -0/+42 |
* | | avcodec/asvenc: dont use a negative global_quality | Michael Niedermayer | 2014-05-24 | 1 | -1/+1 |
* | | avcodec/asvenc: remove code allocating dummy coded_frame | Michael Niedermayer | 2013-11-18 | 1 | -6/+0 |
* | | Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf' | Michael Niedermayer | 2013-11-17 | 1 | -15/+18 |
|\| |
|
| * | asvenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -15/+18 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -2/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -4/+4 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | | Merge commit '998fdcff41bbda8ef13c991743376556f910efa9' | Michael Niedermayer | 2012-12-13 | 1 | -2/+4 |
|\| |
|
| * | lavc: replace some forgotten instances of PixelFormat with AVPixelFormat | Anton Khirnov | 2012-12-12 | 1 | -2/+4 |
* | | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf' | Michael Niedermayer | 2012-10-13 | 1 | -3/+4 |
|\| |
|
| * | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -3/+4 |
* | | Merge commit '6d0beefbf6ee6dbf8efb522a9307e54c6ed5f702' | Michael Niedermayer | 2012-10-10 | 1 | -10/+8 |
|/ |
|
* | lavc: split asv12 encoder/decoder | Anton Khirnov | 2012-10-09 | 1 | -0/+287 |