summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/avcodec: Don't include cpu.hAndreas Rheinhardt2021-07-2214-1/+13
* avcodec/avcodec: Don't include hwcontext.hAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Don't include errno.hAndreas Rheinhardt2021-07-221-1/+0
* avcodec/avcodec: Stop including channel_layout.h in avcodec.hAndreas Rheinhardt2021-07-2246-1/+45
* avcodec/avcodec: Stop including bsf.h in avcodec.hAndreas Rheinhardt2021-07-2210-4/+11
* avcodec/adpcm_data: Move tables only used by adpcm.c to itAndreas Rheinhardt2021-07-223-140/+134
* avcodec/adpcm_data: Fix type mismatch for ff_adpcm_afc_coeffsAndreas Rheinhardt2021-07-221-3/+3
* avcodec/adpcm: Don't include disabled AVCodecsAndreas Rheinhardt2021-07-221-48/+56
* avcodec/adpcm: Disable dead codeAndreas Rheinhardt2021-07-221-104/+108
* avcodec/adpcm: Fix indentationAndreas Rheinhardt2021-07-221-38/+38
* avcodec/adpcm: Use smaller scope for some variablesAndreas Rheinhardt2021-07-221-123/+118
* avcodec/adpcmenc: Don't include disabled AVCodecsAndreas Rheinhardt2021-07-221-14/+22
* avcodec/adpcmenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-221-8/+8
* avcodec/adpcmenc: #if disabled code away, fix build without ADPCM_ARGOAndreas Rheinhardt2021-07-221-62/+54
* avcodec/adpcmenc: Use smaller scope for some variablesAndreas Rheinhardt2021-07-221-51/+54
* avcodec/argo: use bits_per_coded_sample instead of bits_per_raw_sampleZane van Iperen2021-07-192-3/+3
* avcodec/dsd_tablegen: Merge header into dsd.cAndreas Rheinhardt2021-07-192-76/+43
* Avoid calling functions repeatedly via FFMINAndreas Rheinhardt2021-07-181-1/+3
* avcodec/libavcodec.v: Tighten export whitelistAndreas Rheinhardt2021-07-181-1/+4
* avcodec/exr: Check uncompressed_size against max_pixelsMichael Niedermayer2021-07-171-0/+3
* avcodec/libdav1d: parse sequence headers in extradata if availableJames Almer2021-07-141-0/+43
* {configure,avcodec/libx264}: remove separate x264_csp_bgr checkJan Ekström2021-07-121-2/+0
* libavcodec/vorbisenc: Add missing initial_paddingGuangyu Sun2021-07-121-0/+1
* avcodec/qsvenc: clip global_quality for ICQ modes.Gyan Doshi2021-07-121-1/+1
* avcodec/libdav1d: don't repeatedly parse the same sequence headerJames Almer2021-07-091-0/+10
* avcodec/libdav1d: use ff_decode_frame_props() to fill frame propertiesJames Almer2021-07-091-31/+40
* avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_...Michael Niedermayer2021-07-091-1/+6
* avcodec/textdec: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-26/+11
* avcodec/proresenc_anatoliy: Deduplicate pix_fmts arraysAndreas Rheinhardt2021-07-081-2/+7
* avcodec/proresenc_anatoliy: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-8/+1
* avcodec/pngenc: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-9/+2
* avcodec/mpegvideo_enc: Deduplicate ff_mpv_generic_options-based AVClassesAndreas Rheinhardt2021-07-088-74/+18
* avcodec/libwebpenc: Deduplicate options, AVClass, pix_fmtsAndreas Rheinhardt2021-07-084-54/+51
* avcodec/libcodec2: Remove AVClass for decoderAndreas Rheinhardt2021-07-081-7/+0
* avcodec/g726: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-15/+8
* avcodec/ac3enc: Deduplicate AVClassesAndreas Rheinhardt2021-07-084-17/+10
* avcodec/ac3dec_float: Deduplicate AVClassesAndreas Rheinhardt2021-07-081-11/+4
* avcodec/Makefile: Fix standalone build of adpcm_argo encoderAndreas Rheinhardt2021-07-081-1/+1
* avcodec/mjpegdec: Try to continue decoding on zero quant matrix valueAndriy Gelman2021-07-051-2/+4
* avcodec/setts_bsf: add a NOPTS constantJames Almer2021-07-042-1/+4
* avcodec/setts_bsf: actually store the current packet's timestamps to be usabl...James Almer2021-07-041-4/+4
* avcodec/bsf: switch to av_get_token to parse bsf list stringGyan Doshi2021-07-041-11/+4
* avcodec/lpc: check for zero err in normalization in compute_lpc_coefs()Michael Niedermayer2021-07-031-1/+2
* avcodec/j2kenc: Check for av_strtok() failureMichael Niedermayer2021-07-031-1/+1
* qsvenc_hevc: allow user set more coding optionsHaihao Xiang2021-07-022-0/+15
* avcodec/cpia: Fix missing src_size updateMichael Niedermayer2021-06-291-0/+1
* avcodec/exr: Better size checksMichael Niedermayer2021-06-291-1/+1
* avcodec/clearvideo: Check tile_size to be not too largeMichael Niedermayer2021-06-291-2/+2
* avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration ...Michael Niedermayer2021-06-291-1/+1
* avcodec/h264_metadata_bsf: Allow zeroing constraint_set4_flag and constraint_...Derek Buitenhuis2021-06-292-1/+9