summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cuviddec: improve progressive frame detectionSergey Svechnikov2019-04-23
* avcodec/agm: remove ;;Michael Niedermayer2019-04-21
* avcodec/agm: Check for too many too short codes in make_new_tree()Michael Niedermayer2019-04-21
* avcodec/agm: Do not crash on invalid codesMichael Niedermayer2019-04-21
* avcodec/ccaption_dec: Add a blank like at the end to avoid rollup reading fro...Michael Niedermayer2019-04-21
* avcodec/dvdec: add frame threadsPaul B Mahol2019-04-21
* avcodec: add AV_CODEC_FLAG_DROPCHANGED to flagsGyan Doshi2019-04-20
* avcodec/pictordec: Only recalculate d when y changes in picmemset()Michael Niedermayer2019-04-19
* avcodec/pictordec: avoid pointers in picmemset()Michael Niedermayer2019-04-19
* avcodec/wmv2dec: Check that the P frame secondary header fit in the inputMichael Niedermayer2019-04-19
* avcodec/ivi: Move buffer/block end check to caller of ivi_dc_transform()Michael Niedermayer2019-04-19
* avcodec/diracdec: Use 64bit in intermediate of global motion vector field gen...Michael Niedermayer2019-04-19
* lavc/alac: Make a variable unsigned.Carl Eugen Hoyos2019-04-19
* avcodec/get_bits: unbreak get_bits_le() with cached readerPaul B Mahol2019-04-19
* avcodec/cbs_av1: use the new signed value read/write functionsJames Almer2019-04-16
* avcodec/cbs_h265: fix storage type for time_offset_value in Time Code SEIJames Almer2019-04-16
* avcodec/cbs_h264: fix storage type for time_offset in Pic Timing SEIJames Almer2019-04-16
* avcodec/cbs_h2645: add helper macros for signed valuesJames Almer2019-04-16
* avcodec/cbs: add helper functions and macros to read and write signed valuesJames Almer2019-04-16
* avcodec/cbs_av1: add support for Scalability MetadataJames Almer2019-04-16
* lavc/libaomenc: Mark a potentially unused variable as av_unused.Carl Eugen Hoyos2019-04-16
* avcodec/videotoolbox: add support for 10bit pixel formatfumoboy0072019-04-16
* avcodec/cbs_av1: add support for Padding OBUsJames Almer2019-04-14
* avcodec/cbs_av1: add a function to strip trailing zeroes from a buffer sizeJames Almer2019-04-14
* avcodec/truemotion2: Fix integer overflow in tm2_decode_blocks()Michael Niedermayer2019-04-13
* avcodec/imm4: flush prev_frame after seekingPaul B Mahol2019-04-13
* avcodec: add LSCR decoderPaul B Mahol2019-04-13
* avcodec: add an AV1 frame split bitstream filterJames Almer2019-04-11
* avcodec/agm: Check frame dimensionsMichael Niedermayer2019-04-11
* avcodec: add ADPCM AGM decoderPaul B Mahol2019-04-11
* avcodec/agm: add support for non-dct codingPaul B Mahol2019-04-11
* avcodec/agm: add support for higher compressionPaul B Mahol2019-04-11
* avcodec/pnm_parser: Factor out next/index compensationMichael Niedermayer2019-04-10
* avcodec/pnm_parser: Factor next initialization outMichael Niedermayer2019-04-10
* avcodec/pnm_parser: Support concatenated ASCII imagesMichael Niedermayer2019-04-10
* aarch64/opusdsp: implement NEON accelerated postfilter and deemphasisLynne2019-04-10
* avcodec/agm: Fix integer overflow with w/hMichael Niedermayer2019-04-05
* avcodec/agm: More completely check size before using itMichael Niedermayer2019-04-04
* avcodec/av1_metadata: add an option to remove Padding OBUsJames Almer2019-04-03
* lavc/qsvenc: enable hevc gpb optionZhong Li2019-04-03
* lavc/qsvenc: enable hevc coding options configurationZhong Li2019-04-03
* lavc/qsvenc: no need to include h264.h for jpeg encoderZhong Li2019-04-03
* avcodec/libaomenc: fix range of values for enable-intrabc optionJames Almer2019-04-02
* avcodec/cbs_av1: fix parsing spatial_idJames Almer2019-04-02
* libavcodec/zmbvenc: add support for 24-bit encoding, using pix_fmt BGR24.Matthew Fearnley2019-04-02
* libavcodec/zmbv: change 24-bit decoder channel order, from RGB24 to BGR24Matthew Fearnley2019-04-02
* libavcodec/zmbv: use PTRDIFF_SPECIFIER for `src - c->decomp_buf`.Matthew Fearnley2019-04-02
* avcodec/opus: make redundancy_buf 32 byte alignedJames Almer2019-04-02
* x86/opusdsp: fix WIN64 return valueLynne2019-04-01
* lavc/qsvenc: get vps extradata from MSDKZhong Li2019-04-01