summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/adpcmenc: Adds encoder for Westwood ADPCM.Aidan Richmond2021-04-26
* avcodec/adpcm: Fixes output from Westwood ADPCM.Aidan Richmond2021-04-26
* avcodec/mjpegdec: postpone calling ff_get_buffer() until the SOS markerJames Almer2021-04-25
* avcodec/adpcm: init from extradata before setting sample formatsZane van Iperen2021-04-25
* avcodec/exr: Return correct error code on allocation failureAndreas Rheinhardt2021-04-24
* avcodec/avcodec: Actually honour the documentation of subtitle_headerAndreas Rheinhardt2021-04-24
* avcodec/av1_metadata: don't store the inserted TD OBU in stackJames Almer2021-04-23
* avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line()Michael Niedermayer2021-04-22
* avcodec/jpeglsdec: Don't presume the context to contain a JLSStateAndreas Rheinhardt2021-04-20
* avcodec/utils: Check ima wav duration for overflowMichael Niedermayer2021-04-20
* avcodec/rv10: Execute whole size check earlier for rv20Michael Niedermayer2021-04-20
* Include attributes.h directlyAndreas Rheinhardt2021-04-19
* lavc/aarch64: add pred16x16 10-bit functionsMikhail Nitenko2021-04-19
* lavc/aarch64: change h264pred_init structureMikhail Nitenko2021-04-19
* avcodec/nvenc: fix lossless tuning logicTimo Rothenpieler2021-04-18
* lavc/libaomdec: fix build with 1.0.0Anton Khirnov2021-04-18
* avcodec/jpeglsdec: Don't allocate+free JPEGLSState for every frameAndreas Rheinhardt2021-04-18
* avcodec/exr: increase vlc depthMichael Niedermayer2021-04-17
* avcodec/dpx: Check bits_per_color earlierMichael Niedermayer2021-04-17
* avcodec/libaomdec: export frame pict_typeJames Almer2021-04-16
* avcodec/libwebpenc_animencoder: set the correct packet ptsJames Almer2021-04-16
* avcodec/libwebpenc_animencoder: stop propagating bogus empty packetsJames Almer2021-04-16
* avcodec/nellymoserenc: Fix segfault when using unsupported channels/rateAndreas Rheinhardt2021-04-15
* avcodec/mpeg4videodec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* avcodec/h264dec: update exported AVOptions in the user-facing contextJames Almer2021-04-14
* pthread_frame: introduce a codec callback to update the user-facing contextHendrik Leppkes2021-04-14
* avcodec/h264dec: add missing flags to is_avc and nal_length_size AVOptionsJames Almer2021-04-14
* aarch64: h264pred: Optimize the inner loop of existing 8 bit functionsMartin Storsjö2021-04-14
* avcodec/jpeglsenc: Remove redundant pixel format checksAndreas Rheinhardt2021-04-13
* avcodec/msmpeg4dec: Avoid duplication of VLC init codeAndreas Rheinhardt2021-04-12
* avcodec/vc1: Remove unused hrd fieldsAndreas Rheinhardt2021-04-12
* avcodec/mss2: Remove redundant initialization of vc1 dspAndreas Rheinhardt2021-04-12
* avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt2021-04-12
* avcodec/msmpeg4enc: Remove dead code for inexistent VC-1 encoderAndreas Rheinhardt2021-04-12
* avcodec/h263dec, mpeg12dec: Remove redundant writesAndreas Rheinhardt2021-04-12
* avcodec/rv34: Move dsp init code to rv30/rv40Andreas Rheinhardt2021-04-12
* avcodec/nvenc: add support for gbrp rgb inputTimo Rothenpieler2021-04-11
* avcodec/adpcm: refactor init/flush codeZane van Iperen2021-04-10
* avcodec/adpcm_swf: remove memory allocation during trellis encodingZane van Iperen2021-04-10
* avcodec/mpegvideo: Deprecate bframe opts for encoders not supporting themAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate duplicate matrix opt for unsupported codecsAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate a53cc option for encoders != MPEG-2Andreas Rheinhardt2021-04-10
* avcodec/mpegvideo: Deprecate mpeg_quant option for codecs != MPEG-4Andreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Combine identical checksAndreas Rheinhardt2021-04-10
* avcodec/mpeg12enc: Perform size/level/profile checks earlierAndreas Rheinhardt2021-04-10
* avcodec/mpeg12enc: Move MPEG-1/2 dimension checks to mpeg12encAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Remove redundant time_base checkAndreas Rheinhardt2021-04-10
* avcodec/mjpegenc: Include all supported pix_fmts in mpegenc pix_fmtsAndreas Rheinhardt2021-04-10
* avcodec/ljpegenc: Allow full range yuv420p, yuv422p, yuv444p by defaultAndreas Rheinhardt2021-04-10
* avcodec/mpegvideo_enc: Remove redundant pixel format checksAndreas Rheinhardt2021-04-10