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