| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/cbs_av1_syntax_template: Remove unused variable | Andreas Rheinhardt | 2020-01-24 | 1 | -1/+0 |
* | avcodec/libaomenc: add an option to set the encoder "usage" | James Almer | 2020-01-24 | 2 | -1/+7 |
* | avcodec/ra144enc: Fix invalid left shift of negative number | Andreas Rheinhardt | 2020-01-23 | 1 | -2/+2 |
* | avcodec/hapdec: Add codec_tags list | Michael Niedermayer | 2020-01-22 | 1 | -0/+8 |
* | avcodec/avcodec: Add codec_tags array to AVCodec | Michael Niedermayer | 2020-01-22 | 2 | -0/+11 |
* | avcodec/exr: fix some small cosmetics nits | Paul B Mahol | 2020-01-22 | 1 | -5/+5 |
* | avcodec/exr.c: make channel name comparisons case insensitive | Gonzalo Garramuño | 2020-01-22 | 1 | -10/+11 |
* | avcodec/j2kenc: Fix undefined shifts of negative numbers | Andreas Rheinhardt | 2020-01-21 | 1 | -5/+5 |
* | lavc/mjpegenc: Fix not writing RST tag after final slice. | Carl Eugen Hoyos | 2020-01-21 | 1 | -1/+1 |
* | avcodec/adxdec: Remove unnecessary left-shift | Andreas Rheinhardt | 2020-01-21 | 1 | -1/+1 |
* | avcodec/adxenc: Avoid undefined left shift of negative numbers | Andreas Rheinhardt | 2020-01-21 | 1 | -3/+3 |
* | avcodec/adpcm: Fix undefined left shifts of negative numbers | Andreas Rheinhardt | 2020-01-21 | 1 | -8/+8 |
* | avcodec/hevc_mp4toannexb_bsf: check that nalu size doesnt overflow | Michael Niedermayer | 2020-01-18 | 1 | -2/+1 |
* | avcodec/hevc_mp4toannexb_bsf: Avoid NULL memcpy() | Michael Niedermayer | 2020-01-18 | 1 | -1/+1 |
* | avcodec/cbs_av1: Check leb128 values read | Michael Niedermayer | 2020-01-18 | 1 | -0/+3 |
* | avcodec/iff: Check input space before loop in decode_delta_d() | Michael Niedermayer | 2020-01-18 | 1 | -0/+3 |
* | avcodec/vc1dec: Allocate only as much space as is unescaped | Michael Niedermayer | 2020-01-18 | 1 | -2/+2 |
* | avcodec/libx265: zero the padding bytes in extradata | James Almer | 2020-01-18 | 1 | -0/+1 |
* | Add a commandline option to control loop restoration for libaom | Wang Cao | 2020-01-17 | 1 | -0/+6 |
* | lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets | Andriy Gelman | 2020-01-17 | 6 | -5/+17 |
* | avcodec/libx264: export Producer Reference Time as packet side data | James Almer | 2020-01-15 | 1 | -4/+15 |
* | avcodec: add a Producer Reference Time AVPacketSideData type | James Almer | 2020-01-15 | 4 | -2/+36 |
* | avcodec/wmalosslessdec: Use AV_STRINGIFY() | Michael Niedermayer | 2020-01-15 | 1 | -1/+1 |
* | avcodec/wmalosslessdec: Replace negative channel check by assert | Michael Niedermayer | 2020-01-15 | 1 | -5/+2 |
* | avcodec/wmalosslessdec: move channel check up | Michael Niedermayer | 2020-01-15 | 1 | -10/+10 |
* | avcodec/v4l2_context: Use AVERROR macro | Andriy Gelman | 2020-01-14 | 1 | -2/+2 |
* | tiffdec: support embedded ICC profiles | Lynne | 2020-01-13 | 2 | -0/+19 |
* | avcodec/cbs_h2645: Skip all 0 NAL units | Michael Niedermayer | 2020-01-11 | 1 | -1/+4 |
* | avcodec/adpcm: Fix overflow in FFABS() IMA_EA_EACS | Michael Niedermayer | 2020-01-11 | 1 | -1/+1 |
* | avcodec/alac: Fix integer overflow in LPC coefficient adaption | Michael Niedermayer | 2020-01-11 | 1 | -1/+1 |
* | avcodec/g729postfilter: Optimize out overflowing multiplication from apply_ti... | Michael Niedermayer | 2020-01-11 | 1 | -7/+7 |
* | libavcodec/vc1: Remove bits variable | Michael Niedermayer | 2020-01-11 | 4 | -14/+8 |
* | avcodec/vc1dec: Check field_mode for sprites | Michael Niedermayer | 2020-01-11 | 1 | -1/+6 |
* | avcodec/vc1dec: Limit bits by the actual bitstream size | Michael Niedermayer | 2020-01-11 | 1 | -2/+4 |
* | avcodec/wavpack: simplify the code | Limin Wang | 2020-01-11 | 1 | -3/+1 |
* | avcodec/utils: replace avctx->internal with avci for better readability | Limin Wang | 2020-01-10 | 1 | -30/+33 |
* | nvenc: implement flush to help allow an encoder to be re-used | Philip Langdale | 2020-01-08 | 5 | -1/+10 |
* | avcodec/proresenc_anatoliy: Fix invalid left shift of negative number | Andreas Rheinhardt | 2020-01-08 | 1 | -1/+1 |
* | avcodec/h264_metadata_bsf: Fix for the incorrect user data with hyphens | Limin Wang | 2020-01-08 | 1 | -1/+1 |
* | avcodec/libvpxenc,cosmetics: prefer sizeof(var) | James Zern | 2020-01-06 | 1 | -2/+1 |
* | avcodec/vmdaudio: Check block_align more | Michael Niedermayer | 2020-01-07 | 1 | -1/+3 |
* | avcodec/decode: replace avctx->internal with avci for better readability | Limin Wang | 2020-01-07 | 1 | -25/+27 |
* | lavc/vdpau_vp9: Do not mix declarations and code. | Carl Eugen Hoyos | 2020-01-06 | 1 | -5/+4 |
* | Silence "string-plus-int" warning shown by clang. | Carl Eugen Hoyos | 2020-01-06 | 1 | -1/+1 |
* | lavc/ffv1: Properly check that the 4th and 5th quant tables are zeroes | Derek Buitenhuis | 2020-01-06 | 1 | -1/+1 |
* | avcodec/pgssubdec: Free subtitle on error | Michael Niedermayer | 2020-01-05 | 1 | -1/+4 |
* | avcodec/bsf: replace ctx->internal-> with bsfi-> for better readability | Limin Wang | 2020-01-04 | 1 | -22/+27 |
* | lavc/libkvazaar: fix memory leak after av_dict_parse_string fail | Jun Zhao | 2020-01-04 | 1 | -1/+1 |
* | lavc/bsf: fix memory leak after av_dict_parse_string fail | Jun Zhao | 2020-01-04 | 1 | -1/+1 |
* | avcodec/mpeg12dec: always submit the first field to hwaccel | Zhong Li | 2020-01-02 | 1 | -2/+1 |