summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/decode: use a packet list to store packet propertiesJames Almer2020-09-15
* avcodec/packet: move AVPacketList definition and function helpers over from l...James Almer2020-09-15
* avcodec/cfhdenc: Fix leaks on allocation errorsAndreas Rheinhardt2020-09-14
* avcodec/snowdec: Use ff_snow_common_init() directlyAndreas Rheinhardt2020-09-14
* avcodec: use av_timecode_make_smpte_tc_string2 in hevc and h264 decoderMarton Balint2020-09-13
* avcodec/mobiclip: add missing flushPaul B Mahol2020-09-13
* avcodec/cdgraphics: fix decoded output when seeking to start of filePaul B Mahol2020-09-13
* avcodec/crystalhd: Remove unused packetAndreas Rheinhardt2020-09-13
* avcodec/av1dec: fix setting pix_fmtJames Almer2020-09-12
* avcodec/av1dec: update reference frame state on show_existing_frameJames Almer2020-09-12
* avcodec/av1dec: set chroma_sample_locationJames Almer2020-09-12
* avcodec/av1dec: use av_cmp_q() to compare aspect ratioJames Almer2020-09-12
* avcodec/av1_parser: don't set AVCodecContext frame dimensionsJames Almer2020-09-12
* avcodec: add AV1 hardware accelerated decoderFei Wang2020-09-12
* avcodec/av1_parser: don't set AVCodecContext pixel formatJames Almer2020-09-12
* avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth()Michael Niedermayer2020-09-12
* avcodec/mobiclip: Check quantizer before table setupMichael Niedermayer2020-09-12
* avcodec/adpcm: take into account block_align when decoding ADPCM_PSXPaul B Mahol2020-09-12
* avcodec/exr: initialize axmax and bxmin to 0Paul B Mahol2020-09-12
* avcodec/exr: add support data windows larger or outside display windowMark Reid2020-09-12
* avcodec/utils: make the src paramater for ff_thread_ref_frame constJames Almer2020-09-11
* fftools, libavcodec, libavfilter: Add const to some AVCodec *Andreas Rheinhardt2020-09-11
* avcodec/extract_extradata: Reindent after the last commitAndreas Rheinhardt2020-09-11
* avcodec/extract_extradata: Remove always-true checkAndreas Rheinhardt2020-09-11
* avcodec/agm: Fix off by 1 error in decode_inter_plane()Michael Niedermayer2020-09-10
* avcodec/fastaudio: Remove redundant % 32Michael Niedermayer2020-09-10
* avcodec/mips: [loongson] Fixed mmi optimizationgxw2020-09-10
* libavcodec/options_table: Add missing colorspace optionsHarry Mallon2020-09-10
* avcodec/extract_extradata: Consolidate zeroing extradata paddingAndreas Rheinhardt2020-09-09
* avcodec/libopusenc: add option to set inband FECGyan Doshi2020-09-09
* avcodec/ffwavesynth: Fix integer overflow in wavesynth_synth_sample / WS_SINEMichael Niedermayer2020-09-07
* avcodec/jpegls: Remove unused structureAndreas Rheinhardt2020-09-07
* tiff: remove tiff type check for ICC profilesLynne2020-09-06
* avcodec/pixlet: postprocess luma using precalculated lutPaul B Mahol2020-09-06
* avcodec/vp9dsp_template: Fix integer overflow in iadst8_1d()Michael Niedermayer2020-09-05
* avcodec/tdsc: Only reallocate deflatebuffer if its size changedMichael Niedermayer2020-09-05
* avcodec/jpeglsenc: Remove redundant av_packet_unref()Andreas Rheinhardt2020-09-05
* avcodec/notchlc: simplify reading le16 in lz4_decompressPaul B Mahol2020-09-05
* avcodec/dxtory: add frame threads supportPaul B Mahol2020-09-05
* avcodec/dxtory: add missed rgb555/rgb565 formats for vflip casePaul B Mahol2020-09-05
* avcodec/dxtory: support subsampled formats with non-aligned sizePaul B Mahol2020-09-05
* avcodec/photocd: Remove set-but-unused variablesAndreas Rheinhardt2020-09-04
* avcodec/mobiclip: Fix mixed declarations and codeAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Avoid allocation for arrayAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Remove unused array from contextAndreas Rheinhardt2020-09-04
* avcodec/binkaudio: Don't use static storage for context-dependent dataAndreas Rheinhardt2020-09-04
* avcodec/bink: Only keep what is used from HpelDSPContextAndreas Rheinhardt2020-09-04
* avcodec/bink: Combine allocations of arrays into oneAndreas Rheinhardt2020-09-04
* avcodec/bink: Fix memleak upon init failureAndreas Rheinhardt2020-09-04
* avcodec: add PhotoCD decoderPaul B Mahol2020-09-04