aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2018-11-25libavcodec/libdavs2.c: Fix for the wrong line size is usedLimin Wang
2018-11-24avcodec/truemotion2: fix integer overflows in tm2_low_chroma()Michael Niedermayer
2018-11-23avcodec: add truehd_core bitstream filterPaul B Mahol
2018-11-22cbs_h2645: Avoid memcpy when splitting fragmentAndreas Rheinhardt
2018-11-21avcodec/truemotion2: Check huffman code max bitsMichael Niedermayer
2018-11-19avcodec/mpeg_er: fix clearing chroma blocks for 422 and 444Marton Balint
2018-11-19libvpxenc,cosmetics: fix { placementJames Zern
2018-11-19avcodec/libvpxenc: add VP8 temporal scalability config optionsArd Oerlemans
2018-11-18libaomenc: Drop unused noise-sensitivity optionMark Thompson
2018-11-18avcodec/scpr: add version 3 supportPaul B Mahol
2018-11-18vaapi_encode_h265: Reduce SAR to valid rangeMark Thompson
2018-11-18vaapi_encode_h264: Reduce SAR to valid rangeMark Thompson
2018-11-18h264_redundant_pps: Fix memleak in case of errorsAndreas Rheinhardt
2018-11-18avcodec/cbs_av1: don't abort when splitting Temporal Units containing OBUs wi...James Almer
2018-11-18lavc/libdavs2: correct frame type settinghwren
2018-11-18lavc/libdavs2: remove unused frame counterhwren
2018-11-18vaapi_encode: Improve log message for unsupported profilesMark Thompson
2018-11-18mjpegdec: Fill raw huffman tables with default values tooMark Thompson
2018-11-18cbs_h265: Add a lot more SEI parsing supportMark Thompson
2018-11-16avcodec/pngdec: Check compression methodMichael Niedermayer
2018-11-15avcodec/libvpxenc: Add a maximum constraint of 16 encoder threads.Chirag Lathia
2018-11-14avutil/hwcontext_cuda: Define and use common CHECK_CU()Philip Langdale
2018-11-14avcodec/cbs_av1: fix parsing signed integer valuesJames Almer
2018-11-14avcodec/cbs_av1: fix storage size for segmentation_params feature_value fieldsJames Almer
2018-11-14avcodec/libdav1d: fix build after a recent API breakJames Almer
2018-11-14avcodec/huffyuvenc: add support for gbrp16Paul B Mahol
2018-11-13avcodec/shorten: Fix integer overflow with offsetMichael Niedermayer
2018-11-13avcodec/golomb: Speed up long ur_golomb codesMichael Niedermayer
2018-11-13h264_metadata: Don't use inferred value of buffering framesAndreas Rheinhardt
2018-11-13h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt
2018-11-13avcodec/prores_metadata_bsf : fix colorspace checkMartin Vignali
2018-11-13avcodec/libopenh264enc: fix class_nameTobias Rapp
2018-11-12lavc/videotoolbox: Fix cropping with HEVC and H264 videosAkemi
2018-11-12avcodec/tiff: add initial bayer and sub image supportPaul B Mahol
2018-11-12cbs_h2645: Improve performance of writing slicesAndreas Rheinhardt
2018-11-11avcodec : add prores_metadata bsf for set the color property of each prores f...Martin Vignali
2018-11-11cbs_mpeg2: Improve performance of writing slicesAndreas Rheinhardt
2018-11-11cbs_h265: Add PTL parsing for sublayersMark Thompson
2018-11-10avcodec/imm4: Use ff_set_dimensions()Michael Niedermayer
2018-11-10h264_redundant_pps: Fix logging contextAndreas Rheinhardt
2018-11-10avcodec/hevcdec: fix non-ref frame judgementMark Wu
2018-11-10avcodec/wmaprodec: improve XMA missing samplesbnnm
2018-11-09libvpxenc: extend auto-alt-ref rangeJames Zern
2018-11-09libvpxenc,vp9: add enable-tpl optionJames Zern
2018-11-08avcodec/qpeg: Optimize full width runs in qpeg_decode_intra()Michael Niedermayer
2018-11-08avcodec/prores_aw : add support for prores 444 with alphaMartin Vignali
2018-11-08avcodec/prores_aw : cosmetic indent and add comment to describe frame header ...Martin Vignali
2018-11-08avcodec/prores_aw : change src pix_fmt and alpha descriptionMartin Vignali
2018-11-08cbs_h264: Fix handling of auxiliary picturesAndreas Rheinhardt
2018-11-06lavc/qsvdec: flush buffered data before reinitLinjie Fu