summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/cbs_av1_syntax_template: Check num_y_pointsMichael Niedermayer2019-12-13
* avcodec/v210dec: move the stride read after its fully initializedMichael Niedermayer2019-12-12
* lavc/utils.c: fix code indentationsLinjie Fu2019-12-12
* lavc/mips: simplify the switch codeLinjie Fu2019-12-12
* lavc/x265: set preferred_transfer_characteristics for HLGZhong Li2019-12-12
* lavc/qsvenc: add Tiles encode support for HEVCLinjie Fu2019-12-12
* lavc: add MPEG-H 3D Audio codec idYuki Tsuchiya2019-12-12
* lavc/codec_desc: introduce AV_CODEC_PROP_INTRA_ONLY flag to audio codecYuki Tsuchiya2019-12-12
* avcodec/mlp_parser: mark sync frames as key framesJames Almer2019-12-12
* avcodec/cbs_av1: fix array size for ar_coeffs_cb_plus_128 and ar_coeffs_cr_pl...James Almer2019-12-11
* avcodec/cbs_av1: rename enable_intraintra_compound flagFei Wang2019-12-11
* avcodec/cbs_av1: avoid reading trailing bits when obu type is OBU_TILE_LISTFei Wang2019-12-10
* avcodec/agm: Do not allow MVs out of the picture area as no edge is allocatedMichael Niedermayer2019-12-10
* avcodec/wmalosslessdec: Set FF_CODEC_CAP_INIT_CLEANUPMichael Niedermayer2019-12-10
* avcodec/apedec: Fix 2 integer overflowsMichael Niedermayer2019-12-10
* avcodec/wmaprodec: Set packet_loss when we error out on a sanity checkMichael Niedermayer2019-12-10
* avcodec/wmaprodec: Check offsetMichael Niedermayer2019-12-10
* avcodec/truemotion2: Fix 2 integer overflows in tm2_low_res_block()Michael Niedermayer2019-12-10
* avcodec/wmaprodec: Check if the channel sum of all internal contexts match th...Michael Niedermayer2019-12-10
* avcodec/truespeech: Fix an integer overflow in truespeech_synth()Michael Niedermayer2019-12-10
* Remove redundant ;Michael Niedermayer2019-12-10
* avcodec/atrac9dec: Check q_unit_cnt more completely before using it to access...Michael Niedermayer2019-12-07
* lavc/cbs_h2645: Fix incorrect max size of nalu unitAndriy Gelman2019-12-06
* avcodec/mvha: Check remaining space when reading VLC table probabilitiesMichael Niedermayer2019-12-06
* avcodec/fitsdec: Use lrint()Michael Niedermayer2019-12-05
* avformat/matroskadec: avcodec/tta: Set extradata_size to 22Andreas Rheinhardt2019-12-04
* lavc/libxavs2.c: optimize error descriptionshwren2019-12-04
* lavc/libxavs2.c: fix code style - spaceshwren2019-12-04
* lavc/libxavs2.c: avoid recomputations of pointers in xavs2_copy_frame* functionshwren2019-12-04
* lavc/libxavs2.c: use more descriptive variable names in xavs2_copy_frame* fun...hwren2019-12-04
* avcodec/av1_parser: skip frames with spatial_id > 0James Almer2019-12-02
* Revert "avcodec/cbs_av1_syntax_template: Check ref_frame_idx before use"James Almer2019-12-01
* avcodec/cbs_av1: implement missing set_frame_refs() functionJames Almer2019-12-01
* avcodec/alsdec: Discard frames for which no channel could be decodedMichael Niedermayer2019-12-01
* avcodec/alsdec: Avoid 1 layer of pointer dereferences in INTERLEAVE_OUTPUT()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid one multiply by using init_get_bits8()Michael Niedermayer2019-12-01
* avcodec/g729dec: Avoid using buf_sizeMichael Niedermayer2019-12-01
* avcodec/g729dec: Factor block_size outMichael Niedermayer2019-12-01
* avcodec/g729dec: require buf_size to be non 0Michael Niedermayer2019-12-01
* avcodec/g729dec: Check for KELVIN && 6k4Michael Niedermayer2019-12-01
* avcodec/alac: Fix integer overflow in lpc_prediction() with signMichael Niedermayer2019-12-01
* avcodec/wmaprodec: Fix buflen computation in save_bits()Michael Niedermayer2019-12-01
* avcodec/vc1_block: Fix integer overflow in AC rescaling in vc1_decode_i_block...Michael Niedermayer2019-12-01
* avcodec/vmdaudio: Check chunk counts to avoid integer overflowMichael Niedermayer2019-12-01
* lavc/extract_extradata: Use bytestream apiAndriy Gelman2019-11-30
* avcodec/extract_extradata_bsf: Don't unref uninitialized buffersAndreas Rheinhardt2019-11-30
* avcodec/av1_parser: export stream dimensions in avctxJames Almer2019-11-29
* lavc/mvha: Check init_get_bits8() for failureJun Zhao2019-11-29
* avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili2019-11-28
* lavc/qsvenc: Fix some code indentationsLinjie Fu2019-11-28