summaryrefslogtreecommitdiff
path: root/libavcodec/asvenc.c
Commit message (Expand)AuthorAge
* avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEYAndreas Rheinhardt2021-09-28
* avcodec/encode: Always use intermediate buffer in ff_alloc_packet2()Andreas Rheinhardt2021-06-08
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avcodec: Remove cumbersome way of checking for amount of bytes leftAndreas Rheinhardt2021-03-30
* avcodec/asvenc: Avoid reversing output data twiceAndreas Rheinhardt2020-10-18
* avcodec/asvenc: Simplify flushing and padding packetAndreas Rheinhardt2020-10-18
* avcodec/asvenc: Inline constantsAndreas Rheinhardt2020-10-16
* avcodec/put_bits: Make bit buffers 64-bitSteinar H. Gunderson2020-07-19
* Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov2020-05-22
* avcodec/asvenc: Replace bitstream space check by assertMichael Niedermayer2019-01-01
* lavc: fix typosMoritz Barsnick2016-10-09
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-27
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-20
|\|
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* | Merge commit 'e524f37356156893cae50fc46451bd4a6198703d'Michael Niedermayer2015-06-01
|\|
| * asv: Check memory allocationVittorio Giovara2015-05-31
* | Merge commit 'd90133b77bf69667d10e54de9aae7da223c6876a'Michael Niedermayer2015-04-24
|\|
| * asvenc: Mark codec as init-thread-safe and init-cleanupVittorio Giovara2015-04-24
* | Merge commit 'bcbdeb318e0828cf00b458885ffa1e1596c85d06'Michael Niedermayer2014-12-15
|\|
| * asvenc: Forward the error instead of asserting on itLuca Barbato2014-12-14
* | avcodec/asvenc: fix AAN scalingMichael Niedermayer2014-09-23
* | avcodec/asvenc: Fix integer overflow in levelMichael Niedermayer2014-09-23
* | Merge commit 'f61e47dd68582529bcf6d42d861c70a320cd1b67'Michael Niedermayer2014-09-02
|\|
| * asv: K&R formatting cosmeticsGabriel Dume2014-09-02
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-10
|\|
| * dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-08
|\|
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
| * asvenc: free avctx->coded_frame on codec closeJanne Grunau2014-02-09
* | avcodec/asvenc: fix encoding dimensions %16 != 0Michael Niedermayer2014-05-31
* | avcodec/asvenc: dont use a negative global_qualityMichael Niedermayer2014-05-24
* | avcodec/asvenc: remove code allocating dummy coded_frameMichael Niedermayer2013-11-18
* | Merge commit '6139f481ac9feb1bee4e7d04789fb15d7f24ebbf'Michael Niedermayer2013-11-17
|\|
| * asvenc: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '998fdcff41bbda8ef13c991743376556f910efa9'Michael Niedermayer2012-12-13
|\|