summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/codec_internal: Constify AVPacket in decode_sub cbAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec.decode_subAndreas Rheinhardt2022-04-05
* avcodec/options: Fix AVClassCategory of decoders with .receive_frameAndreas Rheinhardt2022-04-05
* avcodec/libvpxenc: avoid unnecessary variable shadowingJames Almer2022-04-05
* avcodec/libvpxenc: return quantizer parameter for an encoded frameDanil Chapovalov2022-04-05
* avcodec/exr: Avoid signed overflow in displayWindowMichael Niedermayer2022-04-03
* avcodec/diracdec: avoid signed integer overflow in global mvMichael Niedermayer2022-04-03
* avcodec/takdsp: Fix integer overflow in decorrelate_sf()Michael Niedermayer2022-04-03
* avcodec/apedec: fix a integer overflow in long_filter_high_3800()Michael Niedermayer2022-04-03
* avcodec/dfa: don't check for the bitstream version on every copied lineJames Almer2022-04-02
* avcodec/mpegvideo_enc: Remove redundant unref+refAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo: Make new_picture an ordinary AVFrameAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo: Remove strict_std_compliance from MpegEncContextAndreas Rheinhardt2022-04-01
* avcodec/speedhqenc: Add SpeedHQEncContext and move slice_start to itAndreas Rheinhardt2022-04-01
* avcodec/mjpegenc: Fix files with slices > 1, but threads == 1Andreas Rheinhardt2022-04-01
* avcodec/mjpegenc, speedhqenc: Remove nonsense assertAndreas Rheinhardt2022-04-01
* avcodec/mpegvideo_enc: Allow slices only for slice-thread-able codecsAndreas Rheinhardt2022-04-01
* avcodec/vc1: Arm 32-bit NEON unescape fast pathBen Avison2022-04-01
* avcodec/vc1: Arm 64-bit NEON unescape fast pathBen Avison2022-04-01
* avcodec/idctdsp: Arm 64-bit NEON block add and clamp fast pathsBen Avison2022-04-01
* avcodec/vc1: Arm 64-bit NEON inverse transform fast pathsBen Avison2022-04-01
* avcodec/vc1: Arm 32-bit NEON deblocking filter fast pathsBen Avison2022-04-01
* avcodec/vc1: Arm 64-bit NEON deblocking filter fast pathsBen Avison2022-04-01
* avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison2022-04-01
* avcodec/vp9_superframe_split_bsf: Don't read inexistent dataAndreas Rheinhardt2022-03-31
* avcodec/vp9_superframe_split_bsf: Discard invalid zero-sized framesAndreas Rheinhardt2022-03-31
* avcodec/vp9_superframe_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-03-31
* avcodec/vp9_raw_reorder_bsf: Check for existence of data before reading itAndreas Rheinhardt2022-03-31
* vc1dsp: Change remaining stride parameters to ptrdiff_tMartin Storsjö2022-03-30
* avcodec/wmalosslessdec: ensure channel count in the private context and decod...James Almer2022-03-29
* avcodec/binkaudio: reset ch_offset on errorsMichael Niedermayer2022-03-29
* avcodec/vmdaudio: Fix channels count bugMichael Niedermayer2022-03-28
* dxva2_hevc: don't use frames as reference if they are not marked as suchSteve Lhomme2022-03-27
* avcodec/error_resilience: Remove write only ERContext.ref_countAndreas Rheinhardt2022-03-25
* avcodec/h264dec: Constify slices' pointer to the parent contextAndreas Rheinhardt2022-03-25
* avcodec/h264dec: Move ERContext to H264ContextAndreas Rheinhardt2022-03-25
* avcodec/h264_slice: Fix decoding undamaged input with slicesAndreas Rheinhardt2022-03-25
* avcodec/bsf: Add FFBitStreamFilter, hide internals of BSFsAndreas Rheinhardt2022-03-23
* avcodec, avformat: Remove unnecessary inclusions of lavc/internal.hAndreas Rheinhardt2022-03-23
* avcodec/internal: Move FF_QSCALE_TYPE_* to mpegvideodec.hAndreas Rheinhardt2022-03-23
* avcodec/internal, avfilter/qp_table: Remove unused FF_QSCALE_TYPEsAndreas Rheinhardt2022-03-23
* Revert "avcodec/av1dec: Check tile_cols"James Almer2022-03-23
* avcodec/av1: only set the private context pix_fmt field if get_pixel_format()...James Almer2022-03-23
* avcodec/libsvtav1: pass color description infoChristopher Degawa2022-03-23
* avcodec/binkaudio: add support for >2 channels dct codecPaul B Mahol2022-03-22
* avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.hAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt2022-03-21
* avcodec/bitstream: Move code for initializing VLCs to file of its ownAndreas Rheinhardt2022-03-21