summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'c513fcd7d235aa4cef45a6c3125bd4dcc03bf276'James Almer2019-03-141-1/+1
|\
| * aarch64: vp8: Fix a typo in a commentMartin Storsjö2019-02-191-1/+1
* | Merge commit 'f1011ea28a4048ddec97794ca3e9901474fe055f'James Almer2019-03-141-4/+4
|\ \ | |/
| * aarch64: vp8: Reorder the function pointer inits to match the arm originalMartin Storsjö2019-02-191-4/+4
| * aarch64: vp8: Move the vp8dsp makefile entries to the right placesMartin Storsjö2019-02-191-2/+2
| * aarch64: vp8: Remove superfluous includesMartin Storsjö2019-02-191-4/+0
* | Merge commit '85bfaa4949f4afcde19061def3e8a18988964858'James Almer2019-03-141-14/+14
|\ \ | |/
| * aarch64: vp8: Use the proper aarch64 form for conditional branchesMartin Storsjö2019-02-191-14/+14
| * aarch64: vp8: Fix assembling with armasm64Martin Storsjö2019-02-191-1/+1
| * aarch64: vp8: Fix assembling with clangMartin Storsjö2019-02-191-69/+69
* | Merge commit '0801853e640624537db386727b36fa97aa6258e7'James Almer2019-03-142-8/+6
|\ \ | |/
| * libavcodec: vp8 neon optimizations for aarch64Magnus Röös2019-02-196-0/+1188
| * h264/x86: sign extend int stride in deblock functionsJanne Grunau2019-01-272-0/+17
* | avcodec/dvbsubdec: Check object positionMichael Niedermayer2019-03-141-0/+7
* | avcodec/cdgraphics: Use ff_set_dimensions()Michael Niedermayer2019-03-141-4/+1
* | libavcodec/zmbvenc: Add support for RGB formatsMatthew Fearnley2019-03-141-27/+77
* | avcodec/libdav1d: unref the frame on failureJames Almer2019-03-121-8/+16
* | libdav1d: Add support for reading hdr10 metadataVittorio Giovara2019-03-121-0/+28
* | avcodec/libdav1d: consistently use AVERROR return valuesJames Almer2019-03-121-4/+4
* | avcodec/libdav1d: use a custom picture allocatorJames Almer2019-03-121-0/+60
* | avcodec/libdav1d: move the pix_fmt enum array up in the fileJames Almer2019-03-121-7/+7
* | avcodec/libdav1d: route dav1d internal logs through av_log()James Almer2019-03-121-0/+9
* | avcodec/mpeg4videodec: Check idx in mpeg4_decode_studio_block()Michael Niedermayer2019-03-121-0/+6
* | avcodec/mpeg4videodec: Fix nonsense warningAndreas Rheinhardt2019-03-124-9/+13
* | avcodec/imm4: Unreference previous frame on frame size changeMichael Niedermayer2019-03-101-5/+7
* | avcodec/nvenc: add minimum driver version for SDK 8.2 and 9.0Timo Rothenpieler2019-03-101-1/+13
* | avcodec/proresenc_aw : fix interlace encoding for unsafe heightMartin Vignali2019-03-091-2/+2
* | avcodec/dxv: Correct integer overflow in get_opcodes()Michael Niedermayer2019-03-091-1/+2
* | avcodec/g723_1dec: actually decode second channelPaul B Mahol2019-03-071-1/+2
* | avcodec/imm4: fix artifacts on some files with special coding modePaul B Mahol2019-03-071-21/+22
* | avcodec/scpr: Fix use of uninitialized variableMichael Niedermayer2019-03-061-1/+1
* | avcodec/imm4: add support for mid-stream size changesPaul B Mahol2019-03-061-12/+15
* | avcodec/qtrle : improve 24bbp decoding speedMartin Vignali2019-03-041-12/+19
* | avcodec/qtrle : 32bpp dec copy two raw argb value at the same timeMartin Vignali2019-03-041-5/+10
* | avcodec/qtrle : avoid swap in 32bpp decoding on little endianMartin Vignali2019-03-042-4/+4
* | lavc/libx265: signal CPB properties through side dataJan Ekström2019-03-031-0/+8
* | avcodec/hcom: check that index into array is validPaul B Mahol2019-03-031-0/+4
* | avcodec/utils: remove commented out obsolete codePaul B Mahol2019-03-031-2/+0
* | avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytesMichael Niedermayer2019-03-031-0/+2
* | avcodec/aic: Check remaining bits in aic_decode_coeffs()Michael Niedermayer2019-03-031-0/+3
* | avcodec/gdv: Check for truncated tags in decompress_5()Michael Niedermayer2019-03-031-0/+2
* | avcodec/bethsoftvideo: Check block_typeMichael Niedermayer2019-03-031-0/+5
* | avcodec/diracdec: Correct max pixels checkMichael Niedermayer2019-03-031-1/+1
* | avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()Michael Niedermayer2019-03-011-1/+1
* | avcodec/get_bits: add assertion to limit ouptut value of get_bitsMarton Balint2019-03-011-0/+1
* | avcodec/get_bits: use unsigned integers in show_bits and get_bitsMarton Balint2019-03-011-2/+2
* | avcodec/avpacket: add some assertions to ensure pkt->data is not null if pkt-...Marton Balint2019-03-011-0/+3
* | avcodec/proresenc_aw : fix sub_image_with_fill for interlaced encodingMartin Vignali2019-02-271-2/+2
* | avcodec/mips: [loongson] mmi optimizations for VP9 put and avg functionsgxw2019-02-274-0/+721
* | vaapi_encode_mpeg2: Add missing marker bit in time_codeMark Thompson2019-02-251-1/+2
OpenPOWER on IntegriCloud