| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/dnxhddec: fix block alignment | Ramiro Polla | 2018-12-26 | 1 | -1/+1 |
* | avcodec/4xm: fix block alignment | Ramiro Polla | 2018-12-26 | 1 | -1/+1 |
* | lavc/libdavs2: enable multithread | hwrenx | 2018-12-26 | 1 | -1/+1 |
* | avcodec/lagarith: Remove duplicate check | Michael Niedermayer | 2018-12-25 | 1 | -3/+0 |
* | avcodec/libvpxenc: add VP8/9 sharpness config option | Rene Claus | 2018-12-24 | 1 | -0/+6 |
* | avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa | gxw | 2018-12-24 | 1 | -1/+1 |
* | avcodec/wmavoice: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -1/+1 |
* | avcodec/g722dec: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -1/+3 |
* | avcodec/fic: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -2/+4 |
* | avcodec/fic: Fail on invalid slice size/off | Michael Niedermayer | 2018-12-23 | 1 | -0/+2 |
* | avcodec/ivi: Avoid mbs memleak | Michael Niedermayer | 2018-12-23 | 1 | -0/+8 |
* | avcodec/ilbcdec: fix integer overflow in energy | Michael Niedermayer | 2018-12-23 | 1 | -1/+2 |
* | avcodec/g723_1dec: use init_get_bits8() | Paul B Mahol | 2018-12-23 | 1 | -1/+4 |
* | avcodec: add g732_1 parser | Paul B Mahol | 2018-12-23 | 4 | -2/+62 |
* | cbs_av1: Fix reading of overlong uvlc codes | Mark Thompson | 2018-12-22 | 1 | -18/+40 |
* | lavc/opus_rc: Cast a const pointer to uint8_t *. | Carl Eugen Hoyos | 2018-12-22 | 1 | -1/+1 |
* | avcodec/cbs_av1: fix parsing delta_frame_id_minus1 | James Almer | 2018-12-20 | 2 | -3/+3 |
* | avcodec/vc1_parser: use init_get_bits8() | Paul B Mahol | 2018-12-20 | 1 | -1/+1 |
* | lavc/libkvazaar: indent the code | Jun Zhao | 2018-12-20 | 1 | -6/+5 |
* | lavc/libkvazaar: Use avctx->frame_rate first for framerate setting | Jun Zhao | 2018-12-20 | 1 | -6/+16 |
* | lavc/options_table: Change some options location in opt table. | Jun Zhao | 2018-12-20 | 1 | -24/+24 |
* | avcodec/rpza: Check that there is enough data for all the blocks | Michael Niedermayer | 2018-12-19 | 1 | -0/+3 |
* | avcodec/rpza: Move frame allocation to a later point | Michael Niedermayer | 2018-12-19 | 1 | -6/+8 |
* | avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID | Michael Niedermayer | 2018-12-19 | 1 | -1/+1 |
* | libavcodec/libaomenc: fix breakage from upstream | Helmut K. C. Tessarek | 2018-12-19 | 1 | -2/+7 |
* | avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan() | Michael Niedermayer | 2018-12-19 | 1 | -16/+16 |
* | avcodec/mjpegdec: verify SOF len field validity | Michael Niedermayer | 2018-12-19 | 1 | -3/+5 |
* | avcodec/g723_1dec: improve stereo support | Paul B Mahol | 2018-12-18 | 1 | -6/+9 |
* | avcodec/g723_1dec: reindent after last commit | Paul B Mahol | 2018-12-18 | 1 | -117/+117 |
* | avcodec/g723_1: add support for stereo files | Paul B Mahol | 2018-12-18 | 3 | -34/+47 |
* | lavc/mjpegdec: Interpret three-component Adobe transform 0 also as RGB. | Carl Eugen Hoyos | 2018-12-18 | 2 | -2/+3 |
* | avcodec/mips: [loongson] enable MSA optimization for loongson platform. | Shiyou Yin | 2018-12-18 | 10 | -30/+30 |
* | lavc/qsv_hevc: correct QSV HEVC default plugin on Windows | Zhong Li | 2018-12-18 | 3 | -15/+3 |
* | lavc/cbs: Do not use format specifier "z" on Windows. | Carl Eugen Hoyos | 2018-12-17 | 2 | -7/+7 |
* | avcodec/tiff: add support for 12bit grayscale images | Paul B Mahol | 2018-12-16 | 1 | -0/+29 |
* | avcodec/rasc: Check that the number of moves is less than or equal the number... | Michael Niedermayer | 2018-12-16 | 1 | -1/+1 |
* | avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes() | Michael Niedermayer | 2018-12-16 | 1 | -7/+14 |
* | lavc/g729dec: Cosmetics, fix indentation after last commit. | Carl Eugen Hoyos | 2018-12-15 | 1 | -283/+286 |
* | lavc/g729dec: Support stereo streams. | Carl Eugen Hoyos | 2018-12-15 | 3 | -22/+53 |
* | avcodec/clearvideo: Check remaining input bits in P macro block loop | Michael Niedermayer | 2018-12-14 | 1 | -0/+2 |
* | avcodec/dvdsubdec: discard accumulated buffer on error | Michael Niedermayer | 2018-12-14 | 1 | -0/+1 |
* | avcodec/rasc: Check input space before reading chunk | Michael Niedermayer | 2018-12-14 | 1 | -0/+3 |
* | avcodec/mpeg: Initialize quarter_sample parameter from previous thread. | Andriy Gelman | 2018-12-14 | 1 | -0/+2 |
* | avcodec/ass_split: fix a memory leak defect when realloc fails | Fan Gang | 2018-12-14 | 1 | -3/+3 |
* | avformat/nut: add support for yuva444/422p12 pixel format | Paul B Mahol | 2018-12-14 | 1 | -0/+4 |
* | avcodec/xfacedec: fix order of operations | Paul B Mahol | 2018-12-13 | 1 | -1/+1 |
* | bump micro after recent gif changes | Paul B Mahol | 2018-12-13 | 1 | -1/+1 |
* | avcodec/gif: use avctx->frame_number | Paul B Mahol | 2018-12-13 | 1 | -10/+3 |
* | avformat/gifdec: export duration, nb_frames and comment | Paul B Mahol | 2018-12-13 | 1 | -0/+1 |
* | avcodec/codec_desc: extend gif description | Paul B Mahol | 2018-12-13 | 1 | -1/+1 |