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