summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* | avcodec/xpmdec: fix colors values which are different for X11Paul B Mahol2017-03-12
* | avcodec/xpmdec: do not allow number of colors to be higher than allocatedPaul B Mahol2017-03-12
* | avcodec/xpmdec: rename yet another functionPaul B Mahol2017-03-12
* | avcodec/xpmdec: rename convert to hex_char_to_numberPaul B Mahol2017-03-12
* | avcodec/xpmdec: improve comment for one function and also fix 2 identation is...Paul B Mahol2017-03-12
* | avcodec/xpmdec: skip everything before signaturePaul B Mahol2017-03-12
* | avcodec/codec_desc: add mime type for X-BitMapPaul B Mahol2017-03-12
* | avcodec/codec_desc: add mime type for X-PixMapPaul B Mahol2017-03-12
* | avcodec/xpmdec: make convert function more picky about its inputPaul B Mahol2017-03-12
* | avcodec: add XPM decoder and demuxerParas Chadha2017-03-12
* | Merge commit '8e07c22e508b349d145b9f142aa3ee8b3ce1d3a4'Mark Thompson2017-03-12
|\|
| * qsvenc: print warnings from encode/initAnton Khirnov2016-07-22
| * qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-07-22
* | Merge commit '95414eb2dc63a6f934275b4ed33dedd4369f2c49'Mark Thompson2017-03-12
|\|
| * qsv: print more complete error messagesAnton Khirnov2016-07-22
* | Merge commit 'd9ec3c60143babe1bb77c268e1d5547d15acd69b'Mark Thompson2017-03-12
|\|
| * qsvenc: take only the allocated dimensions from the frames contextAnton Khirnov2016-07-22
* | Merge commit '37a9015ee84c15fec5247ba8f6577351a25fa8d2'Mark Thompson2017-03-12
|\|
| * qsvenc: add support for p010Anton Khirnov2016-07-22
* | Merge commit '21962261c74aed4df00ae8348a5e2d1ecb67c52d'Mark Thompson2017-03-12
|\|
| * qsv: handle the semi-packed formats in map_fourcc as wellAnton Khirnov2016-07-22
* | Merge commit 'f65285aba0df7d46298abe0c945dfee05cbc6028'Clément Bœsch2017-03-12
|\|
| * lavc: set sw_pix_fmt for hwaccel encodingAnton Khirnov2016-07-22
* | Merge commit 'd59641abfd25a1007bdf4723d952887b1e3619c6'Clément Bœsch2017-03-12
|\|
| * lavc: initialize AVCodecContext.sw_pix_fmt properlyAnton Khirnov2016-07-22
* | avcodec/scpr: use correct linesize for prev framePaul B Mahol2017-03-12
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629...Michael Niedermayer2017-03-12
* | avcodec/amrwbdec: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-03-12
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698...Michael Niedermayer2017-03-12
* | avcodec/wavpack: Fix runtime error: signed integer overflow: -2147483648 + -8...Michael Niedermayer2017-03-12
* | aarch64: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-03-11
* | arm: vp9itxfm: Reorder iadst16 coeffsMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-03-11
* | arm: vp9itxfm: Reorder the idct coefficients for better pairingMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-11
* | arm: vp9itxfm: Avoid reloading the idct32 coefficientsMartin Storsjö2017-03-11
* | arm: vp9lpf: Implement the mix2_44 function with one single filter passMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1Martin Storsjö2017-03-11
* | arm/aarch64: vp9lpf: Keep the comparison to E within 8 bitMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Fix broken indentation/vertical alignmentMartin Storsjö2017-03-11
* | aarch64: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-03-11
* | arm: vp9lpf: Interleave the start of flat8in into the calculation aboveMartin Storsjö2017-03-11
* | arm: vp9lpf: Use orrs instead of orr+cmpMartin Storsjö2017-03-11
* | arm/aarch64: vp9lpf: Calculate !hev directlyMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-03-11
* | arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrollingMartin Storsjö2017-03-11
* | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-03-11
* | arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filterMartin Storsjö2017-03-11
* | aarch64: vp9mc: Simplify the extmla macro parametersMartin Storsjö2017-03-11
* | aarch64: vp9itxfm: Fix incorrect vertical alignmentMartin Storsjö2017-03-11