summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mpeg4videoenc: Make encoder init-threadsafeAndreas Rheinhardt2021-04-27
* avcodec/mpeg4video: Make initializing RLTable thread-safeAndreas Rheinhardt2021-04-27
* avcodec/ituh263enc: Make static initializations thread-safeAndreas Rheinhardt2021-04-27
* avcodec/encode: Zero padding in ff_get_encode_buffer()Andreas Rheinhardt2021-04-27
* avcodec/svq3: Free array of frames in a loopAndreas Rheinhardt2021-04-26
* avcodec/svq3: Remove unused function parameterAndreas Rheinhardt2021-04-26
* avcodec/ivi: Fix indentationAndreas Rheinhardt2021-04-26
* avcodec/vc2enc: Actually zero paddingAndreas Rheinhardt2021-04-26
* avcodec/ttmlenc: add support for region positioning and sizingJan Ekström2021-04-26
* avcodec/ttmlenc: add initial support for regions and stylesJan Ekström2021-04-26
* avformat/ttmlenc: enable writing out additional header valuesJan Ekström2021-04-26
* avcodec/ttmlenc: split header writing into its own functionJan Ekström2021-04-26
* 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