summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg: move inter-stream ts discontinuity handling to ts_discontinui...Anton Khirnov2022-08-13
* fftools/ffmpeg: move timestamp discontinuity correction out of process_input()Anton Khirnov2022-08-13
* fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding startsAnton Khirnov2022-08-13
* fftools/ffmpeg: move stream-dependent starttime correction to transcode_init()Anton Khirnov2022-08-13
* fftools/ffmpeg_mux: avoid leaking pkt on errorsAnton Khirnov2022-08-13
* fftools/ffmpeg: mark all encode sync queues as done before flushing encodersAnton Khirnov2022-08-13
* avformat/avisynth: add missing avs_release_video_frameStephen Hutchinson2022-08-12
* avcodec/mimic: Fix undefined pointer arithmeticAndreas Rheinhardt2022-08-12
* avformat/imfdec: preserve stream informationPierre-Anthony Lemieux2022-08-12
* avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()Pierre-Anthony Lemieux2022-08-12
* configure: add --enable-libvpl optionHaihao Xiang2022-08-12
* lavfi/qsv: create mfx session using oneVPL for qsv filtersHaihao Xiang2022-08-12
* lavc/qsv: create mfx session using oneVPL for decoding/encodingHaihao Xiang2022-08-12
* lavu/hwcontext_qsv: make qsv hwdevice works with oneVPLHaihao Xiang2022-08-12
* lavu/hwcontext_qsv: add loader field to AVQSVDeviceContextHaihao Xiang2022-08-12
* qsv: restrict OPAQUE memory to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsvenc: restrict MFX_RATECONTROL_LA_EXT to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsvenc: restrict multi-frame encode to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict audio related code to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: restrict user plugin to MFX_VERSION < 2.0Haihao Xiang2022-08-12
* qsv: remove mfx/ prefix from mfx headersHaihao Xiang2022-08-12
* configure: fix the check for MFX_CODEC_VP9Haihao Xiang2022-08-12
* configure: ensure --enable-libmfx uses libmfx 1.xHaihao Xiang2022-08-12
* avcodec/mpegvideo: Move setting mb_height to ff_mpv_init_context_frameAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Remove redundant castAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Remove redundant checkAndreas Rheinhardt2022-08-10
* avcodec/mpegvideo_enc: Don't copy Picture unnecessarilyAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Move encoding_error and mb_var_sum to MpegEncCtxAndreas Rheinhardt2022-08-10
* avutil/buffer: Never poison returned buffersAndreas Rheinhardt2022-08-10
* avcodec/mpegpicture: Remove always-true checksAndreas Rheinhardt2022-08-10
* avcodec/mpegutils: Constify ff_print_debug_info2, ff_draw_horiz_bandAndreas Rheinhardt2022-08-10
* avcodec/mpegutils: Combine multiple av_log statementsAndreas Rheinhardt2022-08-10
* avcodec/wmv2dec: Zero mb_type array for I picturesAndreas Rheinhardt2022-08-10
* avcodec/vp9: Remove redundant reporting of progress on errorAndreas Rheinhardt2022-08-10
* avcodec/pthread_frame: Fix compiling with thread-unsafe-callbacks disabledAndreas Rheinhardt2022-08-10
* avfilter/framesync: add a new option to set how to sync streams based on seco...James Almer2022-08-10
* avformat/mov: Rework the AVIF parser to handle multiple itemsVignesh Venkatasubramanian2022-08-09
* MAINTAINERS: Add ED25519 key for signing my commits in the futureMichael Niedermayer2022-08-09
* avcodec/mpegpicture: Move mb_var, mc_mb_var and mb_mean to MpegEncCtxAndreas Rheinhardt2022-08-09
* lavc/vaapi_encode: enable 8bit 4:4:4 encoding for HEVC and VP9Philip Langdale2022-08-09
* lavc/vaapi_decode: add missing flag when picking best pixel formatPhilip Langdale2022-08-09
* doc/filters: clarify behaviour of weights in amixGyan Doshi2022-08-09
* lavfi/overlay_vaapi: set defalut alpha value as 1.0Fei Wang2022-08-09
* doc/filters: correct description of overlay_vaapiFei Wang2022-08-09
* doc/filters: add examples for amix to subsectionGyan Doshi2022-08-09
* x86/tx_float: save a branch during coefficient deinterleavingLynne2022-08-09
* checkasm: Silence warnings about unused return value from read()Martin Storsjö2022-08-08
* fftools/ffmpeg: move handling corrupt packets to the input threadAnton Khirnov2022-08-08
* fftools/ffmpeg_demux: do not store demux packet in the contextAnton Khirnov2022-08-08
* fftools/ffmpeg_demux: factorize signalling end of demuxingAnton Khirnov2022-08-08