summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* lavc/qsvenc: expose low_power as a common option for QSV encoderLinjie Fu2019-04-01
* avcodec/rscc: Check that the to be uncompressed input is large enoughMichael Niedermayer2019-04-01
* x86/opusdsp: implement FMA3 accelerated postfilter and deemphasisLynne2019-04-01
* opusdsp: create and move deemphasis and postfiltering from opus_celtLynne2019-04-01
* celt_pvq_init: only build when CONFIG_OPUS_ENCODER is enabledLynne2019-03-31
* x86/opus_dsp: rename to celt_pvqLynne2019-03-31
* avcodec/ivi: Reduce dereferencing structs in inner loop of ivi_process_empty_...Michael Niedermayer2019-03-31
* avcodec/ivi: Mark band parameter as constMichael Niedermayer2019-03-31
* avcodec/ivi: fix indention for previous commitMichael Niedermayer2019-03-31
* avcodec/ivi: Factor ref_mb check outMichael Niedermayer2019-03-31
* avcodec/proresdec2: decode picture header before frame allocationMichael Niedermayer2019-03-31
* avcodec/tiff: Multi-page supportNick Renieris2019-03-31