summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* avcodec/libdav1d: explicitly set Dav1dSettings.apply_grainJames Almer2022-01-10
* lavc/flac_parser: use a custom FIFO implementationAnton Khirnov2022-01-10
* avcodec/nvenc: zero-initialize NV_ENC_REGISTER_RESOURCE structTimo Rothenpieler2022-01-10
* lavc/qsvenc: add return check for ff_qsv_map_pixfmtLinjie Fu2022-01-10
* avcodec/v4l2_context: send start decode command after dynamic resolution chan...Ming Qian2022-01-09
* avcodec/v4l2_context: don't reinit output queue on dynamic resolution change ...Ming Qian2022-01-09
* avcodec/avcodec: Remove outdated commentAndreas Rheinhardt2022-01-09
* avcodec: Remove unnecessary h263.h inclusionsAndreas Rheinhardt2022-01-09
* avcodec/bitstream: Don't pretend VLCs to be initialized concurrentlyAndreas Rheinhardt2022-01-09
* avcodec/rl: Don't pretend ff_rl_init() initializes a RLTable twiceAndreas Rheinhardt2022-01-09
* avcodec/mpeg4videodec: Fix data race when initializing VLCsAndreas Rheinhardt2022-01-09
* avcodec/mpeg4video: Skip unneeded element when parsing picture headerAndreas Rheinhardt2022-01-09
* avcodec/h263: Move functions only used once to their callerAndreas Rheinhardt2022-01-09
* avcodec/mpegvideo: Avoid macro/av_calloc for ordinary allocationsAndreas Rheinhardt2022-01-09
* avcodec/mpegvideo: Don't unnecessarily allocate buffersAndreas Rheinhardt2022-01-09
* avcodec/mpeg12dec: Don't set write-only variableAndreas Rheinhardt2022-01-09
* avcodec/jpeglsdec: Avoid get_bits_long() where possibleAndreas Rheinhardt2022-01-08
* aarch64: Disable ff_hevc_sao_band_filter_8x8_8_neon out of precautionMartin Storsjö2022-01-07
* Revert "lavc/aarch64: add hevc sao edge 16x16"Martin Storsjö2022-01-07
* Revert "lavc/aarch64: add hevc sao edge 8x8"Martin Storsjö2022-01-07
* Revert "lavc/aarch64: add hevc sao band 8x8 tiling"Martin Storsjö2022-01-07
* avcodec/apedec: Fix integer overflows in predictor_update_3930()Michael Niedermayer2022-01-07
* avformat/takdec: Don't initialize get_bits context to read one valueAndreas Rheinhardt2022-01-07
* lavc/av1dec: use frame split bsfFei Wang2022-01-07
* avcodec/libdav1d: honor the requested strict_std_compliance level on supporte...James Almer2022-01-06
* avcodec/golomb: Factor writing golomb codes outAndreas Rheinhardt2022-01-06
* avcodec/Makefile: Add missing entry for ADPCM_IMA_AMV_ENCODERAndreas Rheinhardt2022-01-06
* avcodec/Makefile: Only compile nvenc.o if neededAndreas Rheinhardt2022-01-05
* avcodec/Makefile: Add missing HEVC decoder->h274.o dependencyAndreas Rheinhardt2022-01-05
* avcodec/Makefile: Add missing mpegaudiodata.o dependency to MPEGAUDIOAndreas Rheinhardt2022-01-05
* lavc/qsvdec: needn't free the string for AV_OPT_TYPE_STRING AVOptionHaihao Xiang2022-01-05
* lavc/qsvenc: set base address for V planeHaihao Xiang2022-01-05
* avcodec/videotoolbox: Fix undefined symbol with minimal configurationLimin Wang2022-01-05
* avcodec/mpeg12enc: Inline constantsAndreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Partially inline whether codec is MPEG-1Andreas Rheinhardt2022-01-04
* avcodec/mpeg12enc: Also inline chroma subsamplingAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo_enc: Remove dead code at compile timeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo_enc: Improve inlining of chroma_formatAndreas Rheinhardt2022-01-04
* configure: Add new mpegvideodec CONFIG_EXTRAAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Move decoding-only code into a new fileAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove always-false checkAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Don't initialize error resilience context for encoderAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Check for no_rounding at compile-time if possibleAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Remove always-true branchAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Try to perform check for MPEG-1/2 at compile-timeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Partially check for being encoder at compile-timeAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Don't check for > 8 bit MPEG-1/2Andreas Rheinhardt2022-01-04
* avcodec/mpegvideo_motion: Don't duplicate identical codeAndreas Rheinhardt2022-01-04
* avcodec/wmv2: Move ff_wmv2_add_mb() to the wmv2decAndreas Rheinhardt2022-01-04
* avcodec/mpegvideo: Avoid needlessly calling functionAndreas Rheinhardt2022-01-04