summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dvenc: Change quantizer dead zone default to 7Michael Niedermayer2017-08-081-1/+1
* avcodec/dvenc: Support adjusting the quantizer deadzoneMichael Niedermayer2017-08-081-1/+23
* Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3'Clément Bœsch2017-03-201-4/+5
|\
| * pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-141-4/+5
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-0/+2
|\ \ | |/
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-0/+2
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio 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
* | avcodec: Add a min size parameter to ff_alloc_packet2()Michael Niedermayer2015-07-271-1/+1
* | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370'Michael Niedermayer2015-07-211-0/+4
|\ \ | |/
| * Deprecate avctx.coded_frameVittorio Giovara2015-07-201-0/+4
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534'Michael Niedermayer2015-07-201-11/+0
|\ \ | |/
| * Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-201-11/+0
* | avcodec: use av_mod_uintp2() where usefulJames Almer2015-04-211-1/+1
* | dvenc: fix 2x4x8 (interlaced) weight tableChristophe Gisquet2015-02-011-8/+8
* | replaced av_dv_codec_profile by av_dv_codec_profile2 in encoder and dv muxersSteve Jiekak2014-12-041-1/+1
* | dvenc: mark encoder as intraChristophe Gisquet2014-10-281-1/+1
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-091-284/+311
|\ \ | |/
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-091-283/+310
* | Merge commit '7835c24e19d9e1cb43fba5a02ce9d81d518f1300'Michael Niedermayer2014-08-031-1/+1
|\ \ | |/
| * dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-021-1/+1
* | avcodec/dvenc: clear all dsp contextsMichael Niedermayer2014-07-181-0/+2
* | Merge commit '2d60444331fca1910510038dd3817bea885c2367'Michael Niedermayer2014-07-171-6/+6
|\ \ | |/
| * dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-5/+5
* | Merge commit 'f46bb608d9d76c543e4929dc8cffe36b84bd789e'Michael Niedermayer2014-07-101-1/+4
|\ \ | |/
| * dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-1/+4
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-0/+1
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-0/+1
* | Merge commit 'a9aee08d900f686e966c64afec5d88a7d9d130a3'Michael Niedermayer2014-07-081-2/+5
|\ \ | |/
| * dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-2/+5
* | Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'Michael Niedermayer2014-06-271-0/+12
|\ \ | |/
| * dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-271-0/+11
* | Merge commit '650dee63c8b1e6693c6cf5983f4a5ed3f571379f'Michael Niedermayer2014-06-201-2/+2
|\ \ | |/
| * dv: get rid of global non-const tablesAnton Khirnov2014-06-201-2/+2
* | Merge commit '778111592bf5f38630858ee6dfcfd097cd6c6da9'Michael Niedermayer2014-06-201-4/+10
|\ \ | |/
| * dvenc: initialize the profile only once, at initAnton Khirnov2014-06-201-4/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-1/+1
|\ \ | |/
| * dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-1/+1
* | Merge commit '984e3398662d460e15904f9e4a6df9ef759070cb'Michael Niedermayer2014-02-201-2/+2
|\ \ | |/
| * avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-201-2/+2
* | Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'Michael Niedermayer2013-12-091-12/+23
|\ \ | |/
| * dv: use AVFrame API properlyAnton Khirnov2013-12-091-11/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-021-16/+19
|/
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-021-0/+698
OpenPOWER on IntegriCloud